Changes between Version 4 and Version 5 of TimelineCheckinFilterPlugin


Ignore:
Timestamp:
Nov 2, 2015, 7:00:35 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TimelineCheckinFilterPlugin

    v4 v5  
    1 = Timeline Checkin Filter Plugin =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Timeline Checkin Filter Plugin
     4
     5== Description
    46
    57This plugin changes the behaviour of the timeline and enables you to view changes to particular paths, or by particular users.
    68
    7 Based on BranchTimelinePlugin. This one's arguably better for single trac instance, multiple projects, as long as there aren't ''too'' many projects/branches. The difference is that, instead of specific branches, you specify generic repository paths, thereby allowing multiple trunks, branches, vendor branches, etc.
     9This plugin is based on BranchTimelinePlugin. This plugin is arguably better for a single Trac instance with multiple projects, as long as there aren't many projects/branches. The difference is that, instead of specific branches, you specify generic repository paths, thereby allowing multiple trunks, branches, vendor branches, etc.
    810
    9 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1012
    1113Existing bugs and feature requests for TimelineCheckinFilterPlugin are
     
    1315
    1416If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TimelineCheckinFilterPlugin&owner=daveappendix new ticket].
     17[/newticket?component=TimelineCheckinFilterPlugin new ticket].
    1618
    17 == Download ==
     19[[TicketQuery(component=TimelineCheckinFilterPlugin&group=type,format=progress)]]
    1820
    19 Download the zipped source from [download:timelinecheckinfilterplugin here].
     21== Download
    2022
    21 == Source ==
     23Download the zipped source from [export:timelinecheckinfilterplugin here].
    2224
    23 You can check out TimelineCheckinFilterPlugin from [http://trac-hacks.org/svn/timelinecheckinfilterplugin here] using Subversion, or [source:timelinecheckinfilterplugin browse the source] with Trac.
     25== Source
    2426
    25 == Requirements ==
     27You can check out TimelineCheckinFilterPlugin from [/svn/timelinecheckinfilterplugin here] using Subversion, or [source:timelinecheckinfilterplugin browse the source] with Trac.
     28
     29== Requirements
     30
    2631 * Trac 0.11
    2732 * Subversion repository.
     
    2934Only actually tested on 0.11.1. Log a bug if it doesn't work in any other 0.11.x version.
    3035
    31 == Installation ==
    32  * Put the python file in the plugins directory of the trac environment (or in the global plugins directory).
     36== Installation
     37
     38 * Put the Python file in the plugins directory of the Trac environment (or in the global plugins directory).
    3339 * Components changes:
    34   * Disable the basic trac component !ChangesetModule.
    35   * Enable the component !TimelineCheckinFilter
     40  * Disable the basic Trac component !ChangesetModule.
     41  * Enable the component !TimelineCheckinFilter.
    3642  * These changes can be done via the !WebAdmin interface or by adding the following lines to trac.ini:
    3743
    38 {{{
     44{{{#!ini
    3945[components]
    4046trac.versioncontrol.web_ui.changeset.changesetmodule = disabled
     
    4248}}}
    4349
    44 == Configuration ==
    45 The following configuration can be added to trac.ini:
     50== Configuration
    4651
    47 {{{
     52The following configuration can be added to your `trac.ini` file:
     53
     54{{{#!ini
    4855[timeline-checkin-filter]
    4956filter_paths = trunk:trunk, branch1:branches/branch1, proj2-trunk:project2/trunk, arbitrary-label:arbitrary/path
     
    5158}}}
    5259
    53 == Recent Changes ==
     60== Recent Changes
    5461
    5562[[ChangeLog(timelinecheckinfilterplugin, 3)]]
    5663
    57 == Author/Contributors ==
     64== Author/Contributors
    5865
    5966'''Author:''' [wiki:daveappendix] [[BR]]
     67'''Maintainer:''' [[Maintainer]] [[BR]]
    6068'''Contributors:'''