Changes between Version 30 and Version 31 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Apr 4, 2017, 9:48:38 PM (7 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v30 v31  
    77This plugin adds a changelog list in a Trac ticket.
    88
    9 Compose your log message with a ticket reference pattern. The default pattern in versions 0.12 and 1.0 of the plugin is to add #ticketid before the log messages.
     9Compose your log message with a ticket reference pattern. The default pattern in versions 0.12 and 1.0 of the plugin is to add `#ticketid` before the log messages:
    1010{{{
    1111#ticketid any messages
    1212}}}
    1313
    14 In version 1.2 of the plugin the [trac:CommitTicketUpdater] options are used
    15 to configure the pattern. With the default option values, patterns such like `refs #1` and `fixes #2` will be matched.
     14In version 1.2 of the plugin the [trac:CommitTicketUpdater] options are used to configure the pattern. With the default option values, patterns such like `refs #1` and `fixes #2` will be matched.
    1615
    17 [[Image(ticketlog.png)]]
     16[[Image(ticketlog.png, border=2)]]
    1817
    1918Tested with Subversion, Mercurial and Git.
     
    6261python setup.py compile_catalog -f
    6362}}}
    64  1. If you want to install this plugin globally, will install this plugin to the Python path:
     63 1. If you want to install this plugin globally, you need to install this plugin to the Python path:
    6564  * python setup.py install
    6665 1. If you want to install this plugin to the Trac instance only:
    6766  * python setup.py bdist_egg
    68   * copy the generated egg file to the trac instance's plugin directory
     67  * copy the generated egg file to the Trac instance's plugin directory
    6968  {{{#!sh
    7069cp dist/*.egg /srv/trac/env/plugins