Changes between Version 26 and Version 27 of ChangeLogMacro


Ignore:
Timestamp:
Apr 6, 2022, 5:59:31 AM (2 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ChangeLogMacro

    v26 v27  
    55== Description
    66
    7 This 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.
     7This plugin displays the changelog for a repository path. As an example, it displays the changes applied to software products as shown in the '''Recent changes''' section of this page below.
    88
    99The !ChangeLog macro writes a log of the latest changes of a repository at a given path. Following variants are possible to use:
     
    1616}}}
    1717
    18 1. Default repository is used if reponame is left out. To show the last five changes of the default repository:
     181. Default repository is used if the reponame is left out. To show the last five changes of the default repository:
    1919{{{
    2020[[ChangeLog(/)]]
     
    3131}}}
    3232
    33 3. The limit can be set by an optional parameter. To show the last 10 changes, up to revision 99:
     333. The maximum amount of changes to display can be set by an optional parameter. To show the last 10 changes, up to revision 99:
    3434{{{
    3535[[ChangeLog(/otherrepo/trunk@99, 10)]]
    3636}}}
    3737
    38 4. A range of revisions can be logged.
     384. A range of revisions can be logged:
    3939{{{
    4040[[ChangeLog(/otherrepo/trunk@90-99)]]