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).

1. Display change log for this plugin, back 3 revisions.

 [[ChangeLog(/changelogmacro, 3)]]

Results in this:

[11571] by rjollos on 05/16/12 08:06:43

Removed duplicated line.

[9754] by rjollos on 01/10/11 18:59:07

Applied 0.13 compatibility patch from mwehr (Note: I have not tested this out yet). Fixes #8365.

[9462] by rjollos on 11/19/10 19:17:30

Applied patch in #7242 from mrelbe. Refs #7242.

2. Display change log starting at specific revision.

 [[ChangeLog(/changelogmacro, 1, 7471)]]

Results in this:

[7471] by rjollos on 01/25/10 05:06:04

Copied from changelogplugin/0.11

[7470] by rjollos on 01/25/10 05:01:53

Removing dirs for versions that are not supported. Adding README to 0.12 to direct user to download and use 0.11.

Recent Changes

[11571] by rjollos on 05/16/12 08:06:43

Removed duplicated line.

[9754] by rjollos on 01/10/11 18:59:07

Applied 0.13 compatibility patch from mwehr (Note: I have not tested this out yet). Fixes #8365.

[9462] by rjollos on 11/19/10 19:17:30

Applied patch in #7242 from mrelbe. Refs #7242.

[7928] by rjollos on 05/04/10 04:24:20

Adding a README to the trunk.

Author/Contributors

Author: athomas
Maintainer: rjollos
Contributors: mwehr, Andor, watho, theist, mrelbe