Contents
List changelog entries from repository
Description
Adds a Wiki macro that displays the changelog for a repository path.
License: This plugin currently has no license. Ticket #9813 has been opened to try and contact the author.
Bugs/Feature Requests
Existing bugs and feature requests for ChangeLogMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out ChangeLogMacro from here using Subversion, or 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
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).
- Display change log for this plugin, back 3 revisions.
[[ChangeLog(/changelogmacro, 3)]]
Results in this:
- Display change log starting at specific revision.
[[ChangeLog(/changelogmacro, 1, 7471)]]
Results in this:
Recent Changes
- [13267] by rjollos on 2013-06-06 10:12:15
-
Fixes #10607: Don't use install_requires to enforce a Trac version constraint, as it can inadvertently upgrade a user's installation.
- [12377] by rjollos on 2012-11-22 00:04:52
-
Refs #9813: Added file containing the 3-Clause BSD license text.
- [12376] by rjollos on 2012-11-21 23:59:35
-
Fixes #9813:
- Added 3-Clause BSD license, with permission of original author Alec Thomas (discussion occurred on #trac IRC channel).
- Removed 0.12 branch, which was a duplicate of the trunk.
Author/Contributors
Author: athomas
Maintainer: rjollos
Contributors: mwehr, Andor, watho, theist, mrelbe

