Changes between Version 12 and Version 13 of TicketAccessPlugin


Ignore:
Timestamp:
Dec 15, 2015, 2:48:21 PM (8 years ago)
Author:
figaro
Comment:

Removal of superfluous trac tag

Legend:

Unmodified
Added
Removed
Modified
  • TicketAccessPlugin

    v12 v13  
    2323== Source
    2424
    25 You can browse TicketAccessPlugin from [svn://svn.code.sf.net/p/ticketaccess/code-0 here]
     25You can browse TicketAccessPlugin from [svn://svn.code.sf.net/p/ticketaccess/code-0 here].
    2626
    2727== Installation
    2828
    2929After downloading and installing, you will need to enable it in the Trac admin page.
    30 You will have to do an upgrade of your Trac database.
     30You will have to perform an upgrade of your Trac database:
     31{{{#!sh
     32trac-admin /instance_trac/ upgrade
     33}}}
    3134
    32 Changes are also needed in the `trac.ini` file:
    33 
    34 Under the `trac` subsection, please add the permission policy '''!TicketAccessPolicy''' to the beginning of the permission_policies item:
     35Changes are also needed in the `trac.ini` file. Under the `trac` subsection, please add the permission policy '''!TicketAccessPolicy''' to the beginning of the permission_policies item:
    3536
    3637{{{#!ini
     
    5960And then the ticket will be hidden from users in these 2 groups.
    6061
    61 In our example, only users from grpB (user1 and user3) are allowed to see the ticket. However user1 has already been restricted due to him belonging to grpA, so in effect, only user3 has access to the ticket.
     62In our example, only users from grpB (user1 and user3) are allowed to see the ticket. However, user1 has already been restricted due to him belonging to grpA, so in effect, only user3 has access to the ticket.
    6263
    63 Note that if a user has `TRAC_ADMIN` permissions then he will be allowed full access regardless of the restrictions imposed by the plugin.
     64Note that if a user has `TRAC_ADMIN` permissions, then this user will be allowed full access, regardless of the restrictions imposed by the plugin.
    6465
    6566== Author/Contributors