Changes between Initial Version and Version 1 of PrivateTicketsPlugin


Ignore:
Timestamp:
Nov 1, 2006, 4:23:10 AM (17 years ago)
Author:
Noah Kantrowitz
Comment:

New hack PrivateTicketsPlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • PrivateTicketsPlugin

    v1 v1  
     1= Modified ticket permissions =
     2
     3== Description ==
     4
     5Allow users to only see tickets they are associated with.
     6
     7There are three new permissions for this plugin: `TICKET_VIEW_REPORTER`, `TICKET_VIEW_CC`, and `TICKET_VIEW_ASSIGNED`. `TICKET_VIEW_SELF` is an alias for all three of these.
     8
     9With each permission, users will only be able to see tickets where they are the that person.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for PrivateTicketsPlugin are
     14[report:9?COMPONENT=PrivateTicketsPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=PrivateTicketsPlugin&owner=coderanger new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:privateticketsplugin here].
     22
     23== Source ==
     24
     25You can check out PrivateTicketsPlugin from [http://trac-hacks.org/svn/privateticketsplugin here] using Subversion, or [source:privateticketsplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29To activate:
     30{{{
     31[components]
     32privatetickets.* = enabled
     33}}}
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(privateticketsplugin, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:coderanger] [[BR]]
     42'''Contributors:'''