Changes between Version 3 and Version 4 of TracTicketChangelogPlugin
- Timestamp:
- Jul 2, 2010, 2:12:29 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTicketChangelogPlugin
v3 v4 50 50 51 51 [ticketlog] 52 # optional 52 53 log_pattern = \s*#%s+\s+.* 53 54 54 }}} 55 55 … … 59 59 === Usage === 60 60 * make sure you add TICKETLOG_VIEW permission to users 61 * the default commit log pattern is 62 {{{ 63 #ticketid any messages 64 }}} 65 * you can config log_pattern to define your pattern 61 66 62 67 == Example == 63 68 64 For example, when you commit for ticket #1 , the commit log like:69 For example, when you commit for ticket #10, the commit log like: 65 70 {{{ 66 #1 blah blah blah71 #10 blah blah blah 67 72 }}} 68 And you got a revision [1234]. After that, when open ticket #1 , you can see a change log list contain [1234].73 And you got a revision [1234]. After that, when open ticket #10, you can see a change log list as below. 69 74 70 75 [[Image(ticketlog.png)]]