Contents
Restrict Owner to List
Description
Extends the restrict_owner option to allow specifying a list of users in trac.ini.
Bugs/Feature Requests
Existing bugs and feature requests for TracRestrictOwnerToListPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracRestrictOwnerToListPlugin from here using Subversion, or browse the source with Trac.
Example
Enable the plugin and configure in trac.ini like:
... [components] ... restrictownertolist.* = enabled [ticket] ... restrict_owner_list= user1, user2, ...
Recent Changes
[10721] by airadier on 10/03/11 12:11:22
Changed the settings variable. Use restrict_owner_list in ticket section.
[10720] by airadier on 10/03/11 12:04:42
Initial commit
[10719] by airadier on 10/03/11 11:53:35
New hack TracRestrictOwnerToListPlugin, created by airadier

