Changes between Version 1 and Version 2 of SensitiveTicketsPlugin


Ignore:
Timestamp:
Feb 12, 2009, 9:29:36 PM (15 years ago)
Author:
Sebastian Benthall
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SensitiveTicketsPlugin

    v1 v2  
    1 = SensitiveTickets =
     1''Hide sensitive tickets with a checkbox''
     2
     3= [SensitiveTicketsPlugin SensitiveTickets] =
    24
    35== Description ==
    46
    5 SensitiveTickets is a plugin that lets users mark tickets as "sensitive" with a checkbox on the ticket form.  Sensitive tickets are viewable only to those with the SENSITIVE_VIEW permission.
     7[SensitiveTicketsPlugin SensitiveTickets] is a plugin that lets users mark tickets as "sensitive" with a checkbox on the ticket form.  Sensitive tickets are viewable only to those with the SENSITIVE_VIEW permission.
    68
    79It is based on the example [http://svn.edgewall.com/repos/trac/trunk/sample-plugins/permissions/vulnerability_tickets.py  vulnerability_tickets.py].
     
    2527== Example ==
    2628
    27 A user submits a security related ticket to a project's Trac, which is generally open to the public.  They mark it as "Sensitive" so that only people in the internal team that deal with security issues can see the ticket.
     29A user submits a security related ticket to a project's Trac, which is generally open to the public.  They mark it as "Sensitive" so that only people in the internal team that deal with security issues can see the ticket.
    2830
    2931A team uses Trac to handle its business development tasks, but wants to leave the record open for all.  Some tasks, however--say, dealing with difficult clients--are sensitive.  Those tickets are marked as sensitive and hidden to others but viewable by the business development team.
     
    3638
    3739'''Author:''' [wiki:sbenthall] [[BR]]
    38 '''Contributors:'''
     40'''Contributors:''' [wiki:k0s] [[BR]]