Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11473 closed defect (fixed)

[wiki] max_size is limitation in characters

Reported by: Jun Omae Owned by: Jun Omae
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'')""")

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 10 years ago

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

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

comment:2 by Jun Omae, 10 years ago

Owner: set to Jun Omae

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.