Contents
TracTicketLimitPlugin
Description
Trac plugin to limit ticket creation to a fixed number per user per day for specified components.
Bugs/Feature Requests
Existing bugs and feature requests for TracTicketLimitPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracTicketLimitPlugin from here using Subversion, or browse the source with Trac.
Example
Configure by enabling the tracticketlimit Trac component in the ini.
Create a section called [limited_tickets]. Add an entry for the timezone to use as a base for the start of the day. List out components that need limits.
Example:
[components] tracticketlimit = enabled [limited_tickets] timezone = US/Pacific component_limits = Color Suggestions:1, Object Suggestions:2
Recent Changes
[12501] by rje on 01/02/13 02:41:10
New hack TracTicketLimitPlugin, created by rje

