Modify ↓
#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 |
||
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 , 11 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 11 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
Committed in [12483] and merged in [12484-12485].