Changes between Version 19 and Version 20 of ChangeLogMacro


Ignore:
Timestamp:
Jun 22, 2015, 10:21:19 PM (9 years ago)
Author:
figaro
Comment:

Corrected example

Legend:

Unmodified
Added
Removed
Modified
  • ChangeLogMacro

    v19 v20  
    66
    77This plugin adds a Wiki macro that displays the changelog for a repository path. As an example, it generates the changes applied as shown in the Recent changes section below.
     8
     9'''Note''': There is an issue with this plugin that exists up to at least Trac 0.11.4, which causes N+1 revisions to be shown when N revisions are specified. This issue is fixed in Trac 0.11.7 and later (see #3928).
    810
    911== Bugs/Feature Requests
     
    2931== Example
    3032
    31 Note: There is an issue with this plugin that exists up to at least Trac 0.11.4, which causes N+1 revisions to be shown when N revisions are specified. This issue is fixed in Trac 0.11.7 and later (see #3928).
    32 
    33 1. Display change log for this plugin, back 3 revisions.
     331. Display change log for this plugin, back 3 revisions:
    3434
    3535 {{{
     
    3737 }}}
    3838
    39 Results in this:
     39 Results in this:
    4040
    41  [[ChangeLog(/changelogmacro, 2)]]
     41 [[ChangeLog(/changelogmacro, 3)]]
    4242
    4343
    44 2. Display change log starting at specific revision.
     442. Display change log starting at specific revision:
    4545
    4646 {{{
     
    4848 }}}
    4949
    50 Results in this:
     50 Results in this:
    5151
    5252 [[ChangeLog(/changelogmacro, 1, 7471)]]