Changes between Version 23 and Version 24 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Jan 4, 2016, 5:53:20 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Improve formatting.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v23 v24  
    9292
    9393 * Make sure you add `TICKETLOG_VIEW` permission to users.
    94  * You can configure the log_pattern to define your pattern:[[br]]
    95    `%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+.*`.[[br]]__Patterns:__
     94 * You can configure the log_pattern to define your pattern.
     95  * `%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+.*`.
    9696  * `(?:\n|[^#])*#%s(?:\D|$)` matches ticket references in the form `#xyz` anywhere in the commit message.[[br]]See comment:5:ticket:7884
    9797