Changes between Version 5 and Version 6 of TicketAccessPlugin


Ignore:
Timestamp:
Sep 26, 2011, 7:50:41 AM (13 years ago)
Author:
solarwind
Comment:

Add correct links, added installation section

Legend:

Unmodified
Added
Removed
Modified
  • TicketAccessPlugin

    v5 v6  
    2323You can browse TicketAccessPlugin from [svn://svn.code.sf.net/p/ticketaccess/code-0 here]
    2424
     25== Installation ==
     26After downloading and installing, you will need to enable it in the trac admin page.
     27You will have to do a database upgrade of your trac.
     28
     29Changes are also needed in the trac.ini file
     30
     31Under the trac subsection, please add the permission policy '!TicketAccessPolicy' to the beginning of the permission_policies item
     32
     33[trac][[br]]
     34...[[br]]
     35permission_policies = '''!TicketAccessPolicy''', !DefaultPermissionPolicy, !LegacyAttachmentPolicy[[br]]
     36...
     37
     38Thereafter when you create a ticket, there will be new textfield to key in the users you want to restrict from accessing the ticket.
    2539
    2640== Example ==