Changes between Initial Version and Version 1 of TimelineComponentFilterPlugin


Ignore:
Timestamp:
Jul 9, 2009, 2:01:18 PM (15 years ago)
Author:
pdoup
Comment:

New hack TimelineComponentFilterPlugin, created by pdoup

Legend:

Unmodified
Added
Removed
Modified
  • TimelineComponentFilterPlugin

    v1 v1  
     1= Filter Timeline Tickets by Component =
     2
     3== Description ==
     4
     5Filters the new tickets, edited tickets, closed tickets, and files attached to tickets displayed in the timeline by the ticket component attribute. This is only guaranteed to work on Trac version 11.4. More testing and feedback is welcome.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for TimelineComponentFilterPlugin are
     10[report:9?COMPONENT=TimelineComponentFilterPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=TimelineComponentFilterPlugin&owner=pdoup new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:timelinecomponentfilterplugin here].
     18
     19== Source ==
     20
     21You can check out TimelineComponentFilterPlugin from [http://trac-hacks.org/svn/timelinecomponentfilterplugin here] using Subversion, or [source:timelinecomponentfilterplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25=== Installation ===
     26Simply copy the {{{TimelineComponentFilter.py}}} to {{{[trac-env-path]/plugins}}} directory.
     27
     28=== Configuration ===
     29To enable this component, put the following in the {{{[Components]}}} section of your trac.ini:
     30
     31{{{
     32[Components]
     33timelinecomponentfilter.* = enabled
     34}}}
     35
     36=== Usage ===
     37Simply select the component(s) in the filter box on the timeline to filter out all tickets that do not apply to the selected component(s):
     38
     39In the following example, ticket !#1 is tied to component "component1" and ticket !#2 is tied to component "component2". The following is with no component selected (ie. display all tickets):
     40[[Image(timeline-none-selected.PNG)]]
     41
     42The following shows the filtered tickets by component:
     43[[Image(timeline-component1-selected.PNG)]]
     44
     45== Recent Changes ==
     46
     47[[ChangeLog(timelinecomponentfilterplugin, 3)]]
     48
     49== Author/Contributors ==
     50
     51'''Author:''' [wiki:pdoup] [[BR]]
     52'''Contributors:'''