Changes between Version 13 and Version 14 of TimelineComponentFilterPlugin


Ignore:
Timestamp:
Dec 16, 2016, 11:56:07 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • TimelineComponentFilterPlugin

    v13 v14  
    88
    99This plugin is based on the TimelineUserFilterPlugin.
     10
     11Select the component(s) in the filter box on the timeline to filter out all tickets that do not apply to the selected component(s).
     12
     13In 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:
     14
     15[[Image(timeline-none-selected.PNG, border=2)]]
     16
     17Putting `#prefs select { width: 170px; }` inside trac.css is also a good idea to ensure the width of the filter box is sufficiently wide.
     18
     19The following shows the timeline filtered to show on tickets tied to ''component1'':
     20
     21[[Image(timeline-com1-selected.PNG, border=2)]]
    1022
    1123== Bugs/Feature Requests
     
    4254}}}
    4355
    44 == Example
    45 
    46 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).
    47 
    48 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, ie display all tickets:
    49 
    50 Putting #prefs select { width: 170px; } inside trac.css is also a good idea.
    51 
    52 [[Image(timeline-none-selected.PNG)]]
    53 
    54 The following shows the timeline filtered to show on tickets tied to ''component1'':
    55 
    56 [[Image(timeline-com1-selected.PNG)]]
    57 
    5856== Recent Changes
    5957