Changes between Version 9 and Version 10 of MultiProjectCommitTicketUpdaterPlugin
- Timestamp:
- Aug 22, 2016, 12:18:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiProjectCommitTicketUpdaterPlugin
v9 v10 33 33 == Installation 34 34 35 For the 0.12 version of this plugin, see MultiProjectCommitTicketUpdaterPlugin@9. 36 35 37 Install this plugin in the usual way: 36 38 37 39 {{{#!sh 38 $ sudo easy_install 0.12/40 $ sudo easy_install 1.0/ 39 41 }}} 40 42 … … 43 45 [components] 44 46 multicommitupdater.* = enabled 47 tracopt.ticket.commit_updater.committicketreferencemacro = enabled 48 tracopt.ticket.commit_updater.committicketupdater = disabled 45 49 }}} 46 50 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 }}} 51 Set the [trac:CommitTicketUpdater#Configure CommitTicketUpdater options]. 54 52 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 === Options61 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.63 53 64 54 === Caveats