[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=TracTicketLimitPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracTicketLimitPlugin&owner=rje new ticket]. == Download == Download the zipped source from [download:tracticketlimitplugin here]. == Source == You can check out TracTicketLimitPlugin from [http://trac-hacks.org/svn/tracticketlimitplugin here] using Subversion, or [source:tracticketlimitplugin 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: {{{ #!ini [components] tracticketlimit = enabled [limited_tickets] timezone = US/Pacific component_limits = Color Suggestions:1, Object Suggestions:2 }}} == Recent Changes == [[ChangeLog(tracticketlimitplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:rje] [[BR]] '''Maintainer:''' [wiki:rje] [[BR]] '''Contributors:'''