Changes between Version 1 and Version 2 of TracRestrictOwnerToListPlugin

Show
Ignore:
Author:
airadier (IP: 0.0.0.0)
Timestamp:
10/03/11 12:12:21 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracRestrictOwnerToListPlugin

    v1 v2  
    55== Description == 
    66 
    7 Extends the ''restrict_to_owner'' option to allow specifying a list of users in trac.ini. 
     7Extends the ''restrict_owner'' option to allow specifying a list of users in trac.ini. 
    88 
    99== Bugs/Feature Requests ==  
    3434restrictownertolist.* = enabled 
    3535 
    36 [restrictowners] 
    37 userlist= user1, user2, ... 
     36[ticket] 
     37... 
     38restrict_owner_list= user1, user2, ... 
    3839}}} 
    3940