Changes between Version 20 and Version 21 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Mar 21, 2015, 5:02:00 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v20 v21  
    55== Description
    66
    7 This plugin add a changelog list in ticket.
     7This plugin adds a changelog list in a Trac ticket.
    88
    9 You do not need to switch from your coding environment to browser and comment ticket for this changeset anymore.
     9You do not need to switch from your coding environment to your browser and your comment ticket anymore to see this changeset.
    1010
    11 Just compose you log message following the pattern, then all done. The default pattern is add #ticketid before the log messages.
     11Just compose your log message following the pattern. The default pattern is add #ticketid before the log messages.
    1212{{{
    1313#ticketid any messages
    1414}}}
    1515
    16 This is done by scanning commit logs for ticket number which match a configurable regular expression.
     16This is done by scanning commit logs for the ticket number which match a configurable regular expression.
    1717
    1818Subversion, mercurial, git are tested.
     
    3939#10 fixed blog
    4040}}}
    41 And you got a revision [1234]. After that, when open ticket #10, you can see a change log list as below.
     41And you got a revision [1234]. After that, when open ticket #10, you can see a change log list:
    4242
    4343[[Image(ticketlog.png)]]
     
    5050If you have any issues, create a
    5151[http://trac-hacks.org/newticket?component=TracTicketChangelogPlugin&owner=richard new ticket].
     52
     53[[TicketQuery(component=TracTicketChangelogPlugin&group=type,format=progress)]]
    5254
    5355== Download
     
    6365You can install this plugin following the standard procedures described in [wiki:TracPlugins#InstallingaTracplugin].
    6466
    65  1. Uninstall TracTicketChangelogPlugin if you have installed before.
     67 1. Uninstall TracTicketChangelogPlugin if you have installed it before.
    6668 1. Change to the directory containning setup.py.
    6769  * (Optional): If you are using Trac 0.12 with i18n, you should compile language files here:
     
    6971python setup.py compile_catalog -f
    7072}}}
    71  1. If you want to install this plugin globally, that will install this plugin to the python path:
     73 1. If you want to install this plugin globally, that will install this plugin to the Python path:
    7274  * python setup.py install
    73  1. If you want to install this plugin to trac instance only:
     75 1. If you want to install this plugin to the Trac instance only:
    7476  * python setup.py bdist_egg
    7577  * copy the generated egg file to the trac instance's plugin directory
     
    8991}}}
    9092
    91 === Usage
     93== Usage
    9294
    9395 * Make sure you add `TICKETLOG_VIEW` permission to users.