Changes between Version 5 and Version 6 of SensitiveTicketsPlugin


Ignore:
Timestamp:
Jul 22, 2009, 1:42:28 PM (15 years ago)
Author:
Greg Troxel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SensitiveTicketsPlugin

    v5 v6  
    99It 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.
    1010
    11 Note that to use this plugin you will have to edit your trac.ini file to use the new SenstiveTicketsPolicy permission policy, e.g.:
     11To use this plugin you will have to edit your trac.ini file to use the new SenstiveTicketsPolicy permission policy, e.g.:
    1212
    1313    {{{
     14    [components]
     15    sensitivetickets.* = enabled
     16
    1417    [trac]
    1518    permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
    1619    }}}
     20
     21(TODO: explain what LegacyAttachmentPolicy is, and why one should or should not include it.)
     22
     23Hooks that send mail on ticket changes will still send mail for sensitive tickets; this may not be what you want.
    1724
    1825== Bugs/Feature Requests ==