Edgewall Software

Opened 10 years ago

Last modified 10 years ago

#11473 closed defect

[wiki] max_size is limitation in characters — at Initial Version

Reported by: Jun Omae Owned by:
Priority: low Milestone: 0.12.6
Component: general Version:
Severity: normal Keywords: doc
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

[wiki] max_size in wiki:TracIni#wiki-section says;

Maximum allowed wiki page size in bytes. (since 0.11.2)

But the limitation is page size in characters. See source:tags/trac-1.0.1/trac/wiki/web_ui.py@:194#L193.

-        """Maximum allowed wiki page size in bytes. (''since 0.11.2'')""")
+        """Maximum allowed wiki page size in characters. (''since 0.11.2'')""")

Change History (0)

Note: See TracTickets for help on using tickets.