Changes between Version 23 and Version 24 of ChangeLogMacro


Ignore:
Timestamp:
Jun 18, 2017, 7:26:32 PM (7 years ago)
Author:
figaro
Comment:

Moved example to description

Legend:

Unmodified
Added
Removed
Modified
  • ChangeLogMacro

    v23 v24  
    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
     9Examples:
     10
     111. Display change log for this plugin, back 3 revisions:
     12
     13 {{{
     14 [[ChangeLog(/changelogmacro, 3)]]
     15 }}}
     16
     17 Results in this:
     18
     19 [[ChangeLog(/changelogmacro, 3)]]
     20
     21
     222. Display change log starting at specific revision:
     23
     24 {{{
     25 [[ChangeLog(/changelogmacro, 1, 7471)]]
     26 }}}
     27
     28 Results in this:
     29
     30 [[ChangeLog(/changelogmacro, 1, 7471)]]
    831
    932== Bugs/Feature Requests
     
    3356General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3457
    35 == Example
    36 
    37 1. Display change log for this plugin, back 3 revisions:
    38 
    39  {{{
    40  [[ChangeLog(/changelogmacro, 3)]]
    41  }}}
    42 
    43  Results in this:
    44 
    45  [[ChangeLog(/changelogmacro, 3)]]
    46 
    47 
    48 2. Display change log starting at specific revision:
    49 
    50  {{{
    51  [[ChangeLog(/changelogmacro, 1, 7471)]]
    52  }}}
    53 
    54  Results in this:
    55 
    56  [[ChangeLog(/changelogmacro, 1, 7471)]]
    57 
    5858== Recent Changes
    5959