Display 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 ChangeLogPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out ChangeLogPlugin from here using Subversion, or browse the source with Trac.
Install
For Trac 0.11, simply drop changelog.py into your Trac environment's plugins directory.
In trac.ini, add tracchangelog.* = enabled.
Examples
1. Display change log for this plugin, back 3 revisions (see #3928).
[[ChangeLog(/changelogplugin, 2)]]
Results in this:
[7409] by rjollos on 01/15/10 05:02:22
Adding svn:keywords
[7408] by rjollos on 01/15/10 04:53:52
0.12: Implementing changes as was done for 0.11 version in [7404] - [7407]
[7407] by rjollos on 01/15/10 04:48:21
Adding revision info to plugin so that it displays on the Plugin Info section of the About page
2. Display change log starting at specific revision (see #3928 comment 3).
[[ChangeLog(/changelogplugin, 1, 2980)]]
Results in this:
[2980] by athomas on 01/05/08 04:20:44
Partial port to 0.11.
[732] by athomas on 04/30/06 06:38:52
Yet more fixes for default behaviour.

