wiki:BranchTimelinePlugin

Version 1 (modified by aviram, 15 years ago) (diff)

New hack BranchTimelinePlugin, created by aviram

BranchTimeline - Filter branches changes in the Timeline

Description

The BranchTimeline plugin changes the behaviour of the timeline and enables you to view changes of a specific branch/trunk. Tested only on SVN.

Bugs/Feature Requests

Existing bugs and feature requests for BranchTimelinePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:branchtimelineplugin here].

Source

You can check out BranchTimelinePlugin from here using Subversion, or browse the source with Trac.

Example

Add the following lines to [components] in trac.ini:

trac.versioncontrol.web_ui.changeset.changesetmodule = disabled
BranchTimeline.* = enabled

Configure the paths of the branches and trunk directories in trac.ini as well (if not configured, the paths branches and trunk are used):

[timeline-branches]
branches_path = branches
trunk_path = trunk

After doing that, the timeline page will allow you to filter according to specific branches / trunk.

Recent Changes

6382 by aviram on 2009-08-15 16:09:14
Citing the branch names in which there was a change
5968 by aviram on 2009-06-05 12:28:45
Removed the code that doesn't show branches that have been changed if they are filtered out, because anyone will probably want to know that a commit has changed more than one branch, especially a filtered out branch
5967 by aviram on 2009-06-05 12:22:54
Added the changeset's title the branches that were changed
(more)

Author/Contributors

Author: aviram
Contributors:

Attachments (2)

Download all attachments as: .zip