Changes between Version 1 and Version 2 of BranchTimelinePlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BranchTimelinePlugin

    v1 v2  
    44
    55The 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== Requirements ==
     8
     9This was only tested with:
     10  * Trac 0.11.
     11  * Subversion.
    612
    713== Bugs/Feature Requests ==
     
    2127You can check out BranchTimelinePlugin from [http://trac-hacks.org/svn/branchtimelineplugin here] using Subversion, or [source:branchtimelineplugin browse the source] with Trac.
    2228
    23 == Example ==
     29== Installation ==
    2430
    25 Add the following lines to [components] in trac.ini:
     31  * Download the source, locate the file BranchTimeline.py in your project's plugin directory or in the global plugins directory, which usually is
    2632{{{
     33/usr/share/trac/plugins
     34}}}
     35
     36  * Components changes:
     37    * Disable the basic trac component ChangesetModule.
     38    * Enable the component BranchesTimelineModule.
     39    * These changes can be done via the WebAdmin interface or by adding the following lines to trac.ini:
     40{{{
     41[components]
    2742trac.versioncontrol.web_ui.changeset.changesetmodule = disabled
    2843BranchTimeline.* = enabled
    2944}}}
    3045
    31 Configure the paths of the branches and trunk directories in trac.ini as well (if not configured, the paths branches and trunk are used):
     46== Configuration ==
     47
     48Configure the paths of the branches and trunk directories in trac.ini (if not configured, the paths ''branches'' and ''trunk'' are used):
    3249{{{
    3350[timeline-branches]