ReadOnlyTicketPlugin
Description
Allow a list of tickets to be considered readonly for non-TICKET_ADMIN users.
Bugs/Feature Requests
Existing bugs and feature requests for ReadOnlyTicketPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out ReadOnlyTicketPlugin from here using Subversion, or browse the source with Trac.
Example
After enabling the plugin in your trac.ini:
readonlyticket.* = enabled
Add a section with the list of tickets to make readonly
[readonlyticket] ticket_list = 5,10,15
For Trac 0.11, you need to !add it to your permission_policies:
[trac] permission_policies = ReadOnlyTicketFilter, DefaultPermissionPolicy
Recent Changes
[4094] by datallah on 07/31/08 09:57:00
Initial commit of readonlyticket.
[4093] by datallah on 07/31/08 09:49:57
New hack ReadOnlyTicketPlugin, created by datallah
Author/Contributors
Author: datallah
Contributors:
