Changes between Initial Version and Version 1 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Jul 2, 2010, 1:45:22 AM (14 years ago)
Author:
Richard Liao
Comment:

New hack TracTicketChangelogPlugin, created by richard

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= TracTicketChangelogPlugin =
     4
     5== Description ==
     6
     7This 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.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracTicketChangelogPlugin are
     12[report:9?COMPONENT=TracTicketChangelogPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracTicketChangelogPlugin&owner=richard new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracticketchangelogplugin here].
     20
     21== Source ==
     22
     23You can check out TracTicketChangelogPlugin from [http://trac-hacks.org/svn/tracticketchangelogplugin here] using Subversion, or [source:tracticketchangelogplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27For example, when you commit for ticket #1, the commit log like:
     28{{{
     29#1 blah blah blah
     30}}}
     31And you got a revision [1234]. After that, when open ticket #1, you can see a change log list contain [1234].
     32
     33== Recent Changes ==
     34
     35[[ChangeLog(tracticketchangelogplugin, 3)]]
     36
     37== Author/Contributors ==
     38
     39'''Author:''' [wiki:richard] [[BR]]
     40'''Maintainer:''' [wiki:richard] [[BR]]
     41'''Contributors:'''