Changes between Version 21 and Version 22 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Nov 26, 2015, 10:19:18 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v21 v22  
    55== Description
    66
    7 This plugin adds a changelog list in a Trac ticket.
    8 
    9 You do not need to switch from your coding environment to your browser and your comment ticket anymore to see this changeset.
     7This plugin adds a changelog list in a Trac ticket. You do not need to switch from your coding environment to your browser and your comment ticket anymore to see this changeset.
    108
    119Just compose your log message following the pattern. The default pattern is add #ticketid before the log messages.
     
    1614This is done by scanning commit logs for the ticket number which match a configurable regular expression.
    1715
    18 Subversion, mercurial, git are tested.
     16Tested with Subversion, Mercurial and Git.
    1917
    2018=== Mercurial
    2119
    22 For mercurial backend, since [http://trac.edgewall.org/ticket/8417 TracMecurial did not support repository cache] yet, you should install [http://github.com/maraujop/TracMercurialChangesetPlugin TracMercurialChangesetPlugin] to generate the repository cache.
     20For mercurial backend, since [t:#8417 TracMecurial does not support repository cache] yet, you should install [http://github.com/maraujop/TracMercurialChangesetPlugin TracMercurialChangesetPlugin] to generate the repository cache.
    2321
    2422=== Git
     
    4947
    5048If you have any issues, create a
    51 [http://trac-hacks.org/newticket?component=TracTicketChangelogPlugin&owner=richard new ticket].
     49[/newticket?component=TracTicketChangelogPlugin new ticket].
    5250
    5351[[TicketQuery(component=TracTicketChangelogPlugin&group=type,format=progress)]]
     
    5553== Download
    5654
    57 Download the zipped source from [download:tracticketchangelogplugin here].
     55Download the zipped source from [export:tracticketchangelogplugin here].
    5856
    5957== Source
    6058
    61 You can check out TracTicketChangelogPlugin from [http://trac-hacks.org/svn/tracticketchangelogplugin here] using Subversion, or [source:tracticketchangelogplugin browse the source] with Trac.
     59You can check out TracTicketChangelogPlugin from [/svn/tracticketchangelogplugin here] using Subversion, or [source:tracticketchangelogplugin browse the source] with Trac.
    6260
    6361== Installation