= List change log from repository = == Description == Adds a Wiki macro that displays the changelog for a repository path. == Bugs/Feature Requests == Existing bugs and feature requests for ChangeLogMacro are [report:9?COMPONENT=ChangeLogMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ChangeLogMacro&owner=rjollos new ticket]. == 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. == Example == 1. Display change log for this plugin, back 3 revisions (see #3928). {{{ [[ChangeLog(/changelogplugin, 2)]] }}} Results in this: [[ChangeLog(/changelogplugin, 2)]] 2. Display change log starting at specific revision (see #3928 comment 3). {{{ [[ChangeLog(/changelogplugin, 1, 2980)]] }}} Results in this: [[ChangeLog(/changelogplugin, 1, 2980)]] == Recent Changes == [[ChangeLog(changelogmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:rjollos] [[BR]] '''Maintainer:''' [wiki:rjollos] [[BR]] '''Contributors:'''