Changes between Version 25 and Version 26 of SensitiveTicketsPlugin


Ignore:
Timestamp:
Nov 9, 2015, 12:50:50 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SensitiveTicketsPlugin

    v25 v26  
    55== Description
    66
    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.
     7This 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.
    88
    99'''Beware''':
     
    1313This plugin is supported on Trac 0.11.6 or higher.
    1414
    15 The plugin 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.
     15The plugin 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.
    1616
    1717See also: PrivateTicketsPlugin.
     
    2323
    2424If you have any issues, create a
    25 [http://trac-hacks.org/newticket?component=SensitiveTicketsPlugin&owner=dkgdkg new ticket].
     25[/newticket?component=SensitiveTicketsPlugin new ticket].
    2626
    2727[[TicketQuery(component=SensitiveTicketsPlugin&group=type,format=progress)]]
     
    2929== Download
    3030
    31 Download the zipped source from [download:sensitiveticketsplugin here].
     31Download the zipped source from [export:sensitiveticketsplugin here].
    3232
    3333== Source
    3434
    35 You can check out SensitiveTicketsPlugin from [http://trac-hacks.org/svn/sensitiveticketsplugin here] using Subversion, or [source:sensitiveticketsplugin browse the source] with Trac.
     35You can check out SensitiveTicketsPlugin from [/svn/sensitiveticketsplugin here] using Subversion, or [source:sensitiveticketsplugin browse the source] with Trac.
     36
     37== Installation
     38
     39General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3640
    3741== Configuration
     
    4751This plugin also adds the `SENSITIVE_ACTIVITY_VIEW` permission, which is narrower in scope than `SENSITIVE_VIEW`. Accounts with `SENSITIVE_ACTIVITY_VIEW` will be able to see activity on sensitive material in the timeline, but will only be able to identify it by ticket number, comment number and timestamp. All other content will be redacted.
    4852   
    49 SENSITIVE_ACTIVITY_VIEW can be useful (for example) for providing a notification daemon the ability to tell that some activity happened without leaking the content of that activity.
     53`SENSITIVE_ACTIVITY_VIEW` can be useful (for example) for providing a notification daemon the ability to tell that some activity happened without leaking the content of that activity.
    5054
    5155Needs an environment upgrade or just adding the appropriate stanza to `[ticket-custom]` in `trac.ini` after enabling.