Edgewall Software

Changes between Version 15 and Version 16 of TracTimeline


Ignore:
Timestamp:
Apr 10, 2010, 7:15:03 PM (14 years ago)
Author:
Christian Boos
Comment:

copied from 0.12/TracTimeline@5

Legend:

Unmodified
Added
Removed
Modified
  • TracTimeline

    v15 v16  
     1** Note: this page was used to prepare the 0.12 version of wiki:/TracTimeline, see now directly that toplevel page **
    12= The Trac Timeline =
    23[[TracGuideToc]]
     
    1415 * '''Milestone ''' -- Milestone completed
    1516
    16 Each event entry provides a hyperlink to the specific event in question, as well as
     17Each event entry provides a hyperlink to the specific event in question, who authored the change as well as
    1718a brief excerpt of the actual comment or text, if available.
    1819
    19 See [wiki:TracIni#timeline TracIni] for timeline configuration options.
     20It 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.
     28
     29See !TracIni's [wiki:TracIni#timeline "[timeline] section"] for timeline configuration options.
    2030
    2131== RSS Support ==
     
    2434
    2535----
    26 See also: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification
     36See also: TracGuide, TracIni, TracWiki, WikiFormatting, TracRss, TracNotification