Changes between Initial Version and Version 1 of TracTimeline


Ignore:
Timestamp:
May 3, 2010, 3:29:06 PM (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTimeline

    v1 v1  
     1= The Trac Timeline =
     2[[TracGuideToc]]
     3
     4The timeline provides a historic view of the project in a single report.
     5
     6It lists all Trac events that have occurred in chronological order, a
     7brief description of each event and if applicable, the person responsible for
     8the change.
     9
     10The timeline lists these kinds of events:
     11 * '''Wiki page events''' -- Creation and changes
     12 * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes)
     13 * '''Source code changes ''' -- Repository check-ins
     14 * '''Milestone ''' -- Milestone completed
     15
     16Each event entry provides a hyperlink to the specific event in question, as well as
     17a brief excerpt of the actual comment or text, if available.
     18The author of the change is also mentioned.
     19
     20It is possible to filter those events by authors. The option panel contains a ''done by'' field which 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''(since 0.12)''
     22
     23See [wiki:TracIni#timeline TracIni] for timeline configuration options.
     24
     25== RSS Support ==
     26
     27The Timeline module supports subscription using RSS 2.0 syndication. To subscribe to project events, click the orange '''XML''' icon at the bottom of the page. See TracRss for more information on RSS support in Trac.
     28
     29----
     30See also: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification
     31