Changes between Version 7 and Version 8 of TimelineComponentFilterPlugin


Ignore:
Timestamp:
Nov 24, 2010, 12:47:27 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Cleaned up description.

Legend:

Unmodified
Added
Removed
Modified
  • TimelineComponentFilterPlugin

    v7 v8  
    44== Description ==
    55
    6 Filters the new tickets, edited tickets, closed tickets, and files attached to tickets displayed in the timeline by the ticket component attribute. This plugin is based on the TimelineUserFilterPlugin and most of the code was shamelessly copied.
     6Filters the tickets events (new tickets, edited tickets, closed tickets, and files attached to tickets) by the ticket Component attribute.
     7
     8This plugin is based on the TimelineUserFilterPlugin.
    79
    810== Bugs/Feature Requests ==
     
    3840
    3941=== Usage ===
    40 Simply 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):
     42Select the component(s) in the filter box on the timeline to filter out all tickets that do not apply to the selected component(s).
    4143
    42 In 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):
     44In 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):
    4345
    4446[[Image(timeline-none-selected.PNG)]]
    4547
    46 The following shows the filtered tickets by component:
     48The following shows the timeline filtered to show on tickets tied to ''component1'':
    4749
    4850[[Image(timeline-component1-selected.PNG)]]