wiki:ChangeLogMacro

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

Add page outline

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 [download:changelogmacro 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:

17678 by rjollos on 2020-02-22 19:54:57
TracAnnouncer 1.2.0dev: Fix syntax error in r17660

Refs #12120, Fixes #13733.

17660 by rjollos on 2020-01-22 22:09:21
TracAnnouncer 1.2.0dev: Make prefs compatible with Trac 1.2

Refs #12120, Fixes #13733.

(more)

  1. Display change log starting at specific revision (see #3928 comment 3).
[[ChangeLog(/announcerplugin, 1, 7190)]]

Results in this:

7190 by doki_pen on 2009-11-26 01:18:21
copy changes

trying to make things more intuitive for users

(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