Changes between Version 2 and Version 3 of TracTicketLimitPlugin
- Timestamp:
- 02/14/13 23:32:52 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTicketLimitPlugin
v2 v3 25 25 == Example == 26 26 27 Configure by enabling the tracticketlimitTrac component in the ini.27 Configure by enabling the `tracticketlimit` Trac component in the ini. 28 28 29 Create a section called [limited_tickets].29 Create a section called `[limited_tickets]`. 30 30 Add an entry for the timezone to use as a base for the start of the day. 31 31 List out components that need limits. 33 33 Example: 34 34 35 {{{ 36 #!ini 35 37 [components] 36 38 tracticketlimit = enabled 39 41 timezone = US/Pacific 40 42 component_limits = Color Suggestions:1, Object Suggestions:2 41 43 }}} 42 44 43 45 == Recent Changes ==

