Changes between Version 4 and Version 5 of TracTicketChangelogPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v4 v5  
    55== Description ==
    66
    7 This plugin add a code changelog list in ticket. This is done by scanning commit logs ticket number which match a configurable regular expression. Subversion, mercurial, git are tested.
     7This plugin add a changelog list in ticket.
     8
     9You do not need to switch from your coding environment to browser and comment ticket for this changeset anymore.
     10
     11Just compose you log message following the pattern, then all done. The default pattern is add #ticketid before the log messages.
     12{{{
     13#ticketid any messages
     14}}}
     15
     16This is done by scanning commit logs for ticket number which match a configurable regular expression.
     17
     18Subversion, mercurial, git are tested.
    819
    920== Bugs/Feature Requests ==
     
    5970=== Usage ===
    6071 * make sure you add TICKETLOG_VIEW permission to users
    61  * the default commit log pattern is
    62 {{{
    63 #ticketid any messages
    64 }}}
    6572 * you can config log_pattern to define your pattern
    6673
     
    6976For example, when you commit for ticket #10, the commit log like:
    7077{{{
    71 #10 blah blah blah
     78#10 fixed blog
    7279}}}
    7380And you got a revision [1234]. After that, when open ticket #10, you can see a change log list as below.