Changes between Version 27 and Version 28 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Apr 4, 2017, 3:40:53 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Revise installation instructions.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v27 v28  
    6565 1. Uninstall TracTicketChangelogPlugin if you have installed it before.
    6666 1. Change to the directory containning setup.py.
    67   * (Optional): If you are using Trac 0.12 with i18n, you should compile language files here:
     67  * (Optional): If you have Babel installed and would like to have translations available:
    6868{{{#!sh
    6969python setup.py compile_catalog -f
     
    9191== Configuration
    9292
    93  * Make sure you add `TICKETLOG_VIEW` permission to users.
    9493 * You can configure the log_pattern to define your pattern.
    9594  * `%s` in the pattern will be replaced with the referenced ticket number (e.g. 12345), so `\s*#%s+\s+.*` will be evaluated as `\s*#12345+\s+.*`.