Edgewall Software

Changes between Version 5 and Version 6 of 0.12/TracTimeline


Ignore:
Timestamp:
Jul 16, 2012, 9:16:12 PM (12 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracTimeline

    v5 v6  
    1 ** Note: this page was used to prepare the 0.12 version of wiki:/TracTimeline, see now directly that toplevel page **
     1** Note: this page documents the 0.12 version of Trac, see [[0.11/TracTimeline]] if you need the previous version **
    22= The Trac Timeline =
    33[[TracGuideToc]]
     4[[TranslatedPages]]
    45
    56The timeline provides a historic view of the project in a single report.
     
    1011
    1112The timeline lists these kinds of events:
    12  * '''Wiki page events''' -- Creation and changes
    13  * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes)
    14  * '''Source code changes ''' -- Repository check-ins
    15  * '''Milestone ''' -- Milestone completed
     13 * '''Wiki page events''' Creation and changes
     14 * '''Ticket events''' Creation and resolution/closing (and optionally other changes)
     15 * '''Source code changes ''' Repository check-ins
     16 * '''Milestone ''' Milestone completed
    1617
    1718Each event entry provides a hyperlink to the specific event in question, who authored the change as well as
     
    1920
    2021It is possible to filter the displayed events with the various filters in the option panel:
    21  * ''View changes from'' - the date from which to start displaying events. Events that occurred after this date will not be shown, only those that occurred before that date.
    22  * ''and X days back'' - how many days backwards in time to get events.
    23  * ''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. ''(since 0.12)''
    24  * ''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 show. ''(since 0.12)''
    25  * ''Milestones reached'' - display or hide milestones reached.
    26  * ''Opened and closed tickets'' - display or hide ticket open or close events.
    27  * ''Wiki changes'' - display or hide Wiki change events.
     22 * ''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.
     23 * ''and X days back'' how many days backwards in time to get events.
     24 * ''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. ''(since 0.12)''
     25 * ''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. ''(since 0.12)''
     26 * ''Milestones reached'' display or hide milestones reached.
     27 * ''Opened and closed tickets'' display or hide ticket open or close events.
     28 * ''Wiki changes'' display or hide Wiki change events.
    2829
    29 See !TracIni's [wiki:TracIni#timeline "[timeline] section"] for timeline configuration options.
     30See !TracIni's [wiki:TracIni#timeline-section "[timeline] section"] for timeline configuration options.
    3031
    3132== RSS Support ==