Changes between Version 9 and Version 10 of MultiProjectCommitTicketUpdaterPlugin


Ignore:
Timestamp:
Aug 22, 2016, 12:18:07 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Update documentation for 1.0 version of the plugin.

Legend:

Unmodified
Added
Removed
Modified
  • MultiProjectCommitTicketUpdaterPlugin

    v9 v10  
    3333== Installation
    3434
     35For the 0.12 version of this plugin, see MultiProjectCommitTicketUpdaterPlugin@9.
     36
    3537Install this plugin in the usual way:
    3638
    3739{{{#!sh
    38 $ sudo easy_install 0.12/
     40$ sudo easy_install 1.0/
    3941}}}
    4042
     
    4345[components]
    4446multicommitupdater.* = enabled
     47tracopt.ticket.commit_updater.committicketreferencemacro = enabled
     48tracopt.ticket.commit_updater.committicketupdater = disabled
    4549}}}
    4650
    47 Set the following options:
    48 {{{#!ini
    49 [multicommitupdater]
    50 envelope = {}
    51 commands.close = fix fixes fixed-forever
    52 commands.refs = re see rel
    53 }}}
     51Set the [trac:CommitTicketUpdater#Configure CommitTicketUpdater options].
    5452
    55 Where:
    56  * `envelope` (either blank or two characters) specifies a pair of characters which must enclose all commit messages, or none if left blank. '''Default''': blank.
    57  * `commands.close` is a space separated list of commands which can be used to close tickets. '''Default''': close closed closes fix fixed fixes.
    58  * `commands.refs` is a space separated list of commands which can be used to reference tickets. '''Default''': addresses re references refs see.
    59 
    60 === Options
    61 
    62  * `check_perms` specifies whether Trac checks that the committer has permission to perform the requested operations on the referenced tickets. This requires that the user names be the same for Trac and repository operations.
    6353
    6454=== Caveats