Contents
Filter timeline by a specified branch
Description
This plugin changes the behaviour of the standard timeline and enables you to view changes of a specific branch/trunk.
Timeline without trunk check-ins:
Timeline without a branch check-in:
Tested with Trac 0.11 and Subversion.
Bugs/Feature Requests
Existing bugs and feature requests for BranchTimelinePlugin are here.
If you have any issues, create a new ticket.
defect |
1 / 4 |
||
---|---|---|---|
enhancement |
1 / 3 |
Download
Download the zipped source from here.
Source
You can check out BranchTimelinePlugin from here using Subversion, or browse the source with Trac.
Installation
- Download the source file
BranchTimeline.py
to your project's plugin directory or in the global plugins directory, which usually is:/usr/share/trac/plugins
- Components changes:
- Disable the basic trac component ChangesetModule.
- Enable the component BranchesTimelineModule.
- These changes can be done via the WebAdmin interface or by adding the following lines to your
trac.ini
file:[components] trac.versioncontrol.web_ui.changeset.changesetmodule = disabled BranchTimeline.* = enabled
Configuration
Configure the paths of the branches and trunk directories in trac.ini
(if not configured, the paths branches and trunk are used), and the branches that you don't want to display:
[timeline-branches] branches_path = branches trunk_path = trunk undisplayed_branches = branch1, branch2 # Comma separated list of paths relative to branches_path of branches that won't be displayed
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
Attachments (2)
-
branches_timeline_1.png (26.5 KB) - added by 16 years ago.
Timeline without trunk checkins
-
branches_timeline_2.png (27.3 KB) - added by 16 years ago.
Timeline without a branch
Download all attachments as: .zip