wiki:TracTicketLimitPlugin

Limit ticket creation to a fixed number per user per day

Description

Notice: This plugin does not contain any files.

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.

task

0 / 1

Download

Download the zipped source from here.

Source

You can check out TracTicketLimitPlugin from here using Subversion, or browse the source with Trac.

Installation and Configuration

Configure by enabling the tracticketlimit Trac component in the trac.ini file.

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 2013-01-02 02:41:10
New hack TracTicketLimitPlugin, created by rje

Author/Contributors

Author: rje
Maintainer: rje
Contributors:

Last modified 3 weeks ago Last modified on Mar 13, 2015, 1:09:35 PM