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

Example

1. Display change log for this plugin, back 3 revisions (see #3928).

 [[ChangeLog(/announcerplugin, 2)]]

Results in this:

[7735] by doki_pen on 02/26/10 18:40:09

removes timeout from smtplib connection

timeout isn't available until python 2.6

fixes #6732

Conflicts:

announcerplugin/distributors/email_distributor.py

[7719] by doki_pen on 02/25/10 03:58:29

Merge branch 'origin-trunk' into svn-trunk

[7718] by doki_pen on 02/25/10 02:53:07

Merge branch 'origin-0.11dev' into svn-0.11dev

fixes #6723

2. Display change log starting at specific revision (see #3928 comment 3).

 [[ChangeLog(/announcerplugin, 1, 7190)]]

Results in this:

[7190] by doki_pen on 11/26/09 02:18:21

copy changes

trying to make things more intuitive for users

[7189] by doki_pen on 11/26/09 02:18:11

refactor module loading

Recent Changes

[7473] by rjollos on 01/25/10 06:29:42

Use 24 hour time format and take into account user preference using req.tz. Fixes #4234.

[7472] by rjollos on 01/25/10 05:25:14

Adds support for GIT repositories. Thanks Andor. Fixes #4034

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

Author/Contributors

Author: athomas
Maintainer: rjollos
Contributors: Andor, watho