Opened 11 years ago
Closed 11 years ago
#11472 closed enhancement (fixed)
Add a configuration setting to limit the size of the summary
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Added configuration option to limit size of ticket summary: |
||
API Changes: | |||
Internal Changes: |
Description
The [ticket]
section has max_description_size
and max_comment_size
options (TracIni#ticket-section). It would be useful to also have a max_summary_size
option. This was mentioned in comment:10:ticket:11350.
Attachments (0)
Change History (3)
comment:1 by , 11 years ago
Milestone: | 1.0.3 → 1.0.2 |
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
I found a typo at branches/1.0-stable/trac/ticket/web_ui.py@12489:88#L87.
- """Maximum allowed summary size in chracters. (//since 1.0.2//).""") + """Maximum allowed summary size in characters. (//since 1.0.2//).""")
comment:3 by , 11 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed to 1.0-stable in [12486:12489] and merged to trunk in [12490:12493].
I made some additional clarifications in the max_description_size
, max_comment_size
and max_summary_size
option comments. Typo fixed in [12494], merged in [12495].
Proposed changes can be found in log:rjollos.git:t11472.