Changes between Version 1 and Version 2 of TracRestrictOwnerToListPlugin
- Timestamp:
- 10/03/11 12:12:21 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracRestrictOwnerToListPlugin
v1 v2 5 5 == Description == 6 6 7 Extends the ''restrict_ to_owner'' option to allow specifying a list of users in trac.ini.7 Extends the ''restrict_owner'' option to allow specifying a list of users in trac.ini. 8 8 9 9 == Bugs/Feature Requests == 34 34 restrictownertolist.* = enabled 35 35 36 [restrictowners] 37 userlist= user1, user2, ... 36 [ticket] 37 ... 38 restrict_owner_list= user1, user2, ... 38 39 }}} 39 40

