Edgewall Software

Changes between Version 19 and Version 20 of CommitTicketUpdater


Ignore:
Timestamp:
Feb 26, 2015, 11:34:45 AM (9 years ago)
Author:
Jun Omae
Comment:

Minor changes

Legend:

Unmodified
Added
Removed
Modified
  • CommitTicketUpdater

    v19 v20  
    1616== Location
    1717
    18 The `CommitTicketUpdater` component lives in `source:trunk/tracopt/ticket/commit_updater.py` ([trac:browser//trunk/tracopt/ticket/commit_updater.py see it]) and is maintained alongside the Trac core. It's included with every Trac installation as a plugin, but is not enabled by default because it's rooted in the `tracopt.` packages and not in `trac.`.  Therefore it needs to be explicitly activated through the Admin interface.
     18The `CommitTicketUpdater` component lives in [source:trunk/tracopt/ticket/commit_updater.py commit_updater.py] and is maintained alongside the Trac core. It's included with every Trac installation as a plugin, but is not enabled by default because it's rooted in the `tracopt.` packages and not in `trac.`.  Therefore it needs to be explicitly activated through the Admin interface.
    1919
    2020== Enable
    2121
    22  1. Through the Admin interface ([/admin/general/plugin]), enable: //tracopt.ticket.commit_updater.*// modules
     22 1. Through the "Plugins" admin panel, enable: //tracopt.ticket.commit_updater.*// modules
    2323    a. !CommitTicketUpdater (tracopt.ticket.commit_updater.*)
     24    b. !CommitTicketReferenceMacro (tracopt.ticket.commit_updater.*)
    2425 1. Alternatively edit the `trac.ini` file, add the following line at the `[components]` section:
    2526{{{
    26 tracopt.ticket.commit_updater.committicketreferencemacro = enabled
    27 tracopt.ticket.commit_updater.committicketupdater = enabled
     27tracopt.ticket.commit_updater.* = enabled
    2828}}}
    2929