Changes between Version 3 and Version 4 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Jul 2, 2010, 2:12:29 AM (14 years ago)
Author:
Richard Liao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v3 v4  
    5050
    5151[ticketlog]
     52# optional
    5253log_pattern = \s*#%s+\s+.*
    53 
    5454}}}
    5555
     
    5959=== Usage ===
    6060 * 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
    6166
    6267== Example ==
    6368
    64 For example, when you commit for ticket #1, the commit log like:
     69For example, when you commit for ticket #10, the commit log like:
    6570{{{
    66 #1 blah blah blah
     71#10 blah blah blah
    6772}}}
    68 And you got a revision [1234]. After that, when open ticket #1, you can see a change log list contain [1234].
     73And you got a revision [1234]. After that, when open ticket #10, you can see a change log list as below.
    6974
    7075[[Image(ticketlog.png)]]