[[PageOutline(2-5,Contents,pullout)]] = List changelog entries from repository == Description 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. '''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). == Bugs/Feature Requests Existing bugs and feature requests for ChangeLogMacro are [report:9?COMPONENT=ChangeLogMacro here]. If you have any issues, create a [/newticket?component=ChangeLogMacro new ticket]. [[TicketQuery(component=ChangeLogMacro&group=type,format=progress)]] == Download Download the zipped source from [download:changelogmacro here]. == Source You can check out ChangeLogMacro from [http://trac-hacks.org/svn/changelogmacro here] using Subversion, or [source:changelogmacro browse the source] with Trac. The 0.11 branch should be used with Trac 0.11. The 0.12 branch should be used with Trac 0.12. The trunk will mirror the latest version of Trac, which is currently 0.13dev. == Example 1. Display change log for this plugin, back 3 revisions: {{{ [[ChangeLog(/changelogmacro, 3)]] }}} Results in this: [[ChangeLog(/changelogmacro, 3)]] 2. Display change log starting at specific revision: {{{ [[ChangeLog(/changelogmacro, 1, 7471)]] }}} Results in this: [[ChangeLog(/changelogmacro, 1, 7471)]] == Recent Changes [[ChangeLog(changelogmacro, 3)]] == Author/Contributors '''Author:''' [wiki:athomas] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:mwehr], [wiki:Andor], [wiki:watho], [wiki:theist], [wiki:mrelbe] [[BR]]