Changes between Version 21 and Version 22 of BlackMagicTicketTweaksPlugin


Ignore:
Timestamp:
Jul 31, 2012, 9:24:11 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • BlackMagicTicketTweaksPlugin

    v21 v22  
    3333[/query?status=new&status=assigned&status=reopened&group=severity&verbose=1&component=BlackMagicTicketTweaksPlugin&order=severity Detailed Tickets]
    3434
    35 
    3635== Installation and Configuration ==
    3736
     
    5049
    5150{{{
     51#!sh
    5252 easy_install http://trac-hacks.org/svn/blackmagictickettweaksplugin/0.11
    5353}}}
     
    5656
    5757{{{
     58#!sh
    5859 python setup.py install
    5960}}}
     
    6263
    6364{{{
     65#!ini
    6466[components]
    6567blackmagic.* = enabled
     
    7173
    7274{{{
     75#!ini
    7376[blackmagic]
    7477tweaks = cc, priority, severity
     
    8083
    8184{{{
     85#!ini
    8286[blackmagic]
    8387tweaks = priority
     
    8690
    8791The following are considered True settings in trac.ini:
    88 * true
    89 * yes
    90 * on
    91 * 1
     92 * true
     93 * yes
     94 * on
     95 * 1
    9296They are all case insensitive
    9397
     
    112116
    113117{{{
     118#!ini
    114119[blackmagic]
    115120permissions = TICKET_CHG_PRIORITY, TICKET_CHG_CC
     
    121126I.e. to only allow users with the TICKET_MODIFY permission access to defect tickets you would set the following
    122127{{{
     128#!ini
    123129[blackmagic]
    124130ticket_type.defect = TICKET_MODIFY
     
    132138
    133139{{{
     140#!ini
    134141[trac]
    135142permission_policies =  BlackMagicTicketTweaks, DefaultPermissionPolicy
     
    139146
    140147{{{
     148#!ini
    141149[blackmagic]
    142150permissions = MASTER_OF_PERMISSIONS, TICKET_RAISE_DEFECT