Edgewall Software

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11473 closed defect (fixed)

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

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

Fix wrong documentation for [wiki] max_size option.

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 (1)

comment:1 by Jun Omae, 10 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: newclosed

Committed in [12483] and merged in [12484-12485].

Note: See TracTickets for help on using tickets.