Changes between Version 11 and Version 12 of TimelineComponentFilterPlugin


Ignore:
Timestamp:
Jul 20, 2015, 11:59:35 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense

Legend:

Unmodified
Added
Removed
Modified
  • TimelineComponentFilterPlugin

    v11 v12  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Filter Timeline Tickets by Component =
    32
    4 == Description ==
     3= Filter Timeline Tickets by Component
    54
    6 Filters the tickets events (new tickets, edited tickets, closed tickets, and files attached to tickets) by the ticket Component attribute.
     5== Description
     6
     7This plugin filters the ticket events (new tickets, edited tickets, closed tickets, and files attached to tickets) by the ticket Component attribute.
    78
    89This plugin is based on the TimelineUserFilterPlugin.
    910
    10 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for TimelineComponentFilterPlugin are
     
    1415
    1516If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=TimelineComponentFilterPlugin&owner=pdoup new ticket].
     17[/newticket?component=TimelineComponentFilterPlugin new ticket].
    1718
    18 == Download ==
     19[[TicketQuery(component=TimelineComponentFilterPlugin&group=type,format=progress)]]
     20
     21== Download
    1922
    2023Download the zipped source from [download:timelinecomponentfilterplugin here].
    2124
    22 == Source ==
     25== Source
    2326
    2427You can check out TimelineComponentFilterPlugin from [http://trac-hacks.org/svn/timelinecomponentfilterplugin here] using Subversion, or [source:timelinecomponentfilterplugin browse the source] with Trac.
    2528
    26 == Example ==
     29== Installation
    2730
    28 === Installation ===
    2931Simply copy the {{{TimelineComponentFilter.py}}} to {{{[trac-env-path]/plugins}}} directory.
    3032
    3133This plugin has only been tested with Trac 0.11.4 and 0.11.7. More testing and feedback is welcome.
    3234
    33 === Configuration ===
    34 To enable this component, put the following in the {{{[Components]}}} section of your trac.ini:
     35== Configuration
    3536
    36 {{{
    37 [Components]
     37To enable this component, put the following in the {{{[Components]}}} section of your `trac.ini` file:
     38
     39{{{#!ini
     40[components]
    3841timelinecomponentfilter.* = enabled
    3942}}}
    4043
    41 === Usage ===
     44== Example
     45
    4246Select the component(s) in the filter box on the timeline to filter out all tickets that do not apply to the selected component(s).
    4347
    44 In the following example, ticket !#1 is tied to component ''component1'' and ticket !#2 is tied to component ''component2''. The following screen capture shows no components selected (i.e. display all tickets):
     48In the following example, ticket !#1 is tied to component ''component1'' and ticket !#2 is tied to component ''component2''. The following screen capture shows no components selected, ie display all tickets:
    4549
    46 Putting #prefs select { width: 170px; } inside of trac.css is also a good idea.
     50Putting #prefs select { width: 170px; } inside trac.css is also a good idea.
    4751
    4852[[Image(timeline-none-selected.PNG)]]
     
    5256[[Image(timeline-com1-selected.PNG)]]
    5357
    54 == Recent Changes ==
     58== Recent Changes
    5559
    5660[[ChangeLog(timelinecomponentfilterplugin, 3)]]
    5761
    58 == Author/Contributors ==
     62== Author/Contributors
    5963
    6064'''Author:''' [wiki:pdoup] [[BR]]
    61 '''Maintainer:''' [wiki:pdoup] [[BR]]
     65'''Maintainer:''' [[Maintainer]] [[BR]]
    6266'''Contributors:''' rjollos