Edgewall Software

Changes between Version 26 and Version 27 of TracTimeline


Ignore:
Timestamp:
Mar 23, 2017, 12:49:31 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Minor edits.

Legend:

Unmodified
Added
Removed
Modified
  • TracTimeline

    v26 v27  
    33[[TranslatedPages]]
    44
    5 Trac's timeline feature provides a historic view of the project in a single view.
     5Trac's timeline feature provides a historic view of the project.
    66
    7 It lists all Trac events that have occurred in chronological order, a brief description of each event and if applicable, the person responsible for the change.
     7Trac events are listed in chronological order, comprised of a brief description of each event and, if applicable, the person responsible for the change.
    88
    99The timeline lists these kinds of events:
     
    1313 * '''Milestone ''' — Milestone completed
    1414
    15 Each event entry provides a hyperlink to the specific event in question, who authored the change as well as a brief excerpt of the actual comment or text, if available.
     15Each event entry provides a hyperlink to the event, the author of the change, as well as a brief excerpt of the actual comment or text, if available.
    1616
    17 It is possible to filter the displayed events with the various filters in the option panel:
    18  * ''View changes from'' — the date from which to start displaying events (current date if empty). Events that occurred after this date will not be shown, only those that occurred before that date.
     17The displayed events can be filtered using the filters in the preferences panel:
     18 * ''View changes from'' — the date from which to start displaying events (current date if empty). Events that occurred after this date will not be shown, only those that occurred before the date.
    1919 * ''and X days back'' — how many days backwards in time to get events.
    20  * ''done by'' — the author of an event. It accepts a space-separated list of authors for which events should be included. Alternatively, if the author names are prefixed by a "-" character, then the events having those authors will be excluded, and all the others included. Single or double quotes can be used for specifying author names containing space characters.
    21  * ''Changesets in all repositories'' — if you have more than one repository connected to your Trac project, then you can filter the output so events from specific repositories are not shown.
    22  * ''Milestones reached'' — display or hide milestones reached.
    23  * ''Opened and closed tickets'' — display or hide ticket open or close events.
     20 * ''done by'' — the author of an event. It accepts a space-separated list of authors for which events should be included. Alternatively, if the author names are prefixed by a `-` character, then the events having those authors will be excluded, and all the others included. Single or double quotes can be used for specifying author names containing space characters.
     21 * ''Changesets in all repositories'' — if you have more than one repository connected to your Trac project, you can also filter events from specific repositories.
     22 * ''Milestones completed'' — display or hide milestones reached.
     23 * ''Tickets opened and closed'' — display or hide ticket open or close events.
     24 * ''Ticket updates'' - display or hide ticket update events (if enabled by [TracIni#timeline-ticket_show_details-option "[timeline] ticket_show_details"]).
    2425 * ''Wiki changes'' — display or hide Wiki change events.
    2526
    2627See !TracIni's [wiki:TracIni#timeline-section "[timeline] section"] for timeline configuration options.
     28
     29Plugins may provide additional filters for the timeline.
    2730
    2831== RSS Support ==