Changes between Version 13 and Version 14 of TracSvnPoliciesPlugin


Ignore:
Timestamp:
Dec 15, 2016, 8:10:37 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

TRAC_ADMIN is used to control access to the admin panel in version 1.0 and later. PROJECT_ADMIN permission has been removed.

Legend:

Unmodified
Added
Removed
Modified
  • TracSvnPoliciesPlugin

    v13 v14  
    6060[components]
    6161svnpolicies.* = enabled
    62 }}}
    63  * Add the `PROJECT_ADMIN` permission to the user that should see this admin panel:
    64  {{{#!sh
    65 trac-admin /var/trac/svnpolicyexample/ permission add andrei PROJECT_ADMIN
    6662}}}
     63
     64Users with `TRAC_ADMIN` can access the admin panel.
     65TracFineGrainedPermissions can be used to give access to the
     66!TracSvnPolicies panel without granting access to all admin panels.
    6767
    6868== Configuration