Changes between Version 22 and Version 23 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Jan 4, 2016, 12:15:36 PM (8 years ago)
Author:
t.riedel@…
Comment:

Added log pattern to match anywhere in the message

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v22 v23  
    9393 * Make sure you add `TICKETLOG_VIEW` permission to users.
    9494 * 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+.*`.
     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:__
     96  * `(?:\n|[^#])*#%s(?:\D|$)` matches ticket references in the form `#xyz` anywhere in the commit message.[[br]]See comment:5:ticket:7884
    9697
    9798== Recent Changes