Edgewall Software
Modify

Opened 10 years ago

Closed 10 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: [ticket] max_summary_size.

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 Ryan J Ollos, 10 years ago

Milestone: 1.0.31.0.2
Status: newassigned

Proposed changes can be found in log:rjollos.git:t11472.

comment:2 by Jun Omae, 10 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 Ryan J Ollos, 10 years ago

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

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].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Ryan J Ollos 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.