wiki:ChangeLogMacro

Version 12 (modified by Ryan J Ollos, 14 years ago) (diff)

Added pageoutline and updated contributors.

List changelog entries 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 [download:changelogmacro 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, which is currently 0.12.

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:

18148 by Cinc-th on 2021-04-04 17:05:44
ChangeLogMacro: Python 3 fixes for !StringIO and string/bytes handling. Some minimal testing indicates the macro does work with Trac 1.5/Trac 1.6.
17610 by rjollos on 2019-12-03 12:43:50
TracChangeLog 0.6dev: Add classifiers metadata

Version 0.5 has been published to pypi:TracChangeLog/0.5

Fixes #13672.

(more)

  1. Display change log starting at specific revision.
[[ChangeLog(/changelogmacro, 1, 7471)]]

Results in this:

7471 by rjollos on 2010-01-25 04:06:04
Copied from changelogplugin/0.11
(more)

Recent Changes

18148 by Cinc-th on 2021-04-04 17:05:44
ChangeLogMacro: Python 3 fixes for !StringIO and string/bytes handling. Some minimal testing indicates the macro does work with Trac 1.5/Trac 1.6.
17610 by rjollos on 2019-12-03 12:43:50
TracChangeLog 0.6dev: Add classifiers metadata

Version 0.5 has been published to pypi:TracChangeLog/0.5

Fixes #13672.

16913 by rjollos on 2017-10-25 01:49:37
TracChangeLog 0.5dev: Make compatible with Trac 1.3.x and fix "(more)" link

Refs #13313.

(more)

Author/Contributors

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