Changes between Version 7 and Version 8 of SensitiveTicketsPlugin


Ignore:
Timestamp:
Jul 25, 2009, 9:26:58 AM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SensitiveTicketsPlugin

    v7 v8  
    11= Hide sensitive tickets with a checkbox =
     2See also PrivateTicketsPlugin.
    23
    34== [SensitiveTicketsPlugin SensitiveTickets] ==
     
    56== Description ==
    67
    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. See also PrivateTicketsPlugin.
     8[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.
    89
    910It is based on the example [http://svn.edgewall.com/repos/trac/trunk/sample-plugins/permissions/vulnerability_tickets.py  vulnerability_tickets.py] but uses a checkbox instead of text in the summary or keywords to mark a ticket as sensitive.