Changes between Initial Version and Version 1 of BranchTimelinePlugin


Ignore:
Timestamp:
Apr 15, 2009, 9:21:43 PM (15 years ago)
Author:
aviram
Comment:

New hack BranchTimelinePlugin, created by aviram

Legend:

Unmodified
Added
Removed
Modified
  • BranchTimelinePlugin

    v1 v1  
     1= BranchTimeline - Filter branches changes in the Timeline =
     2
     3== Description ==
     4
     5The BranchTimeline plugin changes the behaviour of the timeline and enables you to view changes of a specific branch/trunk. Tested only on SVN.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for BranchTimelinePlugin are
     10[report:9?COMPONENT=BranchTimelinePlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=BranchTimelinePlugin&owner=aviram new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:branchtimelineplugin here].
     18
     19== Source ==
     20
     21You can check out BranchTimelinePlugin from [http://trac-hacks.org/svn/branchtimelineplugin here] using Subversion, or [source:branchtimelineplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25Add the following lines to [components] in trac.ini:
     26{{{
     27trac.versioncontrol.web_ui.changeset.changesetmodule = disabled
     28BranchTimeline.* = enabled
     29}}}
     30
     31Configure the paths of the branches and trunk directories in trac.ini as well (if not configured, the paths branches and trunk are used):
     32{{{
     33[timeline-branches]
     34branches_path = branches
     35trunk_path = trunk
     36}}}
     37
     38After doing that, the timeline page will allow you to filter according to specific branches / trunk.
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(branchtimelineplugin, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:aviram] [[BR]]
     47'''Contributors:'''