Changes between Version 27 and Version 28 of TracTicketChangelogPlugin
- Timestamp:
- Apr 4, 2017, 3:40:53 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTicketChangelogPlugin
v27 v28 65 65 1. Uninstall TracTicketChangelogPlugin if you have installed it before. 66 66 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: 68 68 {{{#!sh 69 69 python setup.py compile_catalog -f … … 91 91 == Configuration 92 92 93 * Make sure you add `TICKETLOG_VIEW` permission to users.94 93 * You can configure the log_pattern to define your pattern. 95 94 * `%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+.*`.