Changes between Version 5 and Version 6 of TimelineCheckinFilterPlugin


Ignore:
Timestamp:
Feb 13, 2017, 7:53:58 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TimelineCheckinFilterPlugin

    v5 v6  
    88
    99This 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.
     10
     11This plugin has only actually been tested on 0.11.1. Log a bug if it doesn't work in any other 0.11.x version.
    1012
    1113== Bugs/Feature Requests
     
    2729You can check out TimelineCheckinFilterPlugin from [/svn/timelinecheckinfilterplugin here] using Subversion, or [source:timelinecheckinfilterplugin browse the source] with Trac.
    2830
    29 == Requirements
     31== Installation
    3032
     33This plugin has the following prerequisites:
    3134 * Trac 0.11
    3235 * Subversion repository.
    3336
    34 Only actually tested on 0.11.1. Log a bug if it doesn't work in any other 0.11.x version.
    35 
    36 == Installation
    37 
    38  * Put the Python file in the plugins directory of the Trac environment (or in the global plugins directory).
     37Installation steps:
     38 * Put the Python file in the plugins directory of the Trac environment or in the global plugins directory.
    3939 * Components changes:
    4040  * Disable the basic Trac component !ChangesetModule.
    4141  * Enable the component !TimelineCheckinFilter.
    42   * These changes can be done via the !WebAdmin interface or by adding the following lines to trac.ini:
     42  * These changes can be done via the !WebAdmin interface or by adding the following lines to your `trac.ini` file:
    4343
    4444{{{#!ini