Changes between Version 13 and Version 14 of BranchTimelinePlugin


Ignore:
Timestamp:
Aug 25, 2015, 12:53:40 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • BranchTimelinePlugin

    v13 v14  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Filter timeline by a specified branch =
    32
    4 == Description ==
     3= Filter timeline by a specified branch
    54
    6 The !BranchTimeline plugin changes the behaviour of the timeline and enables you to view changes of a specific branch/trunk.
     5== Description
    76
    8 == Requirements ==
     7This plugin changes the behaviour of the timeline and enables you to view changes of a specific branch/trunk.
    98
    10 This was only tested with:
    11   * Trac 0.11.
    12   * Subversion.
     9Tested with Trac 0.11 and Subversion.
    1310
    14 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1512
    1613Existing bugs and feature requests for BranchTimelinePlugin are
     
    1815
    1916If you have any issues, create a
    20 [http://trac-hacks.org/newticket?component=BranchTimelinePlugin&owner=aviram new ticket].
     17[/newticket?component=BranchTimelinePlugin new ticket].
    2118
    22 == Download ==
     19[[TicketQuery(component=BranchTimelinePlugin&group=type,format=progress)]]
     20
     21== Download
    2322
    2423Download the zipped source from [download:branchtimelineplugin here].
    2524
    26 == Source ==
     25== Source
    2726
    2827You can check out BranchTimelinePlugin from [http://trac-hacks.org/svn/branchtimelineplugin here] using Subversion, or [source:branchtimelineplugin browse the source] with Trac.
    2928
    30 == Installation ==
     29== Installation
    3130
    32   * Download the source, locate the file `BranchTimeline.py` in your project's plugin directory or in the global plugins directory, which usually is
    33 {{{
    34 #!sh
     31 * Download the source, locate the file `BranchTimeline.py` in your project's plugin directory or in the global plugins directory, which usually is:
     32{{{#!sh
    3533/usr/share/trac/plugins
    3634}}}
    3735
    38   * Components changes:
     36 * Components changes:
    3937    * Disable the basic trac component !ChangesetModule.
    4038    * Enable the component !BranchesTimelineModule.
    41     * These changes can be done via the WebAdmin interface or by adding the following lines to trac.ini:
    42 {{{
    43 #!ini
     39    * These changes can be done via the WebAdmin interface or by adding the following lines to your `trac.ini` file:
     40{{{#!ini
    4441[components]
    4542trac.versioncontrol.web_ui.changeset.changesetmodule = disabled
     
    4744}}}
    4845
    49 == Configuration ==
     46== Configuration
    5047
    51 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:
    52 {{{
    53 #!ini
     48Configure 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:
     49{{{#!ini
    5450[timeline-branches]
    5551branches_path = branches
     
    6056After doing that, the timeline page will allow you to filter according to specific branches / trunk.
    6157
    62 == Snapshots ==
     58== Screenshots
    6359
    64 Timeline without trunk checkins:
     60Timeline without trunk check-ins:
    6561
    6662[[Image(branches_timeline_1.png)]]
    6763
    68 Timeline without a branch checkins:
     64Timeline without a branch check-in:
    6965
    7066[[Image(branches_timeline_2.png)]]
    7167
    72 == Recent Changes ==
     68== Recent Changes
    7369
    7470[[ChangeLog(branchtimelineplugin, 3)]]
    7571
    76 == Author/Contributors ==
     72== Author/Contributors
    7773
    7874'''Author:''' [wiki:aviram] [[BR]]
    79 '''Maintainer:''' [wiki:aviram] [[BR]]
     75'''Maintainer:''' [[Maintainer]] [[BR]]
    8076'''Contributors:'''