Changes between Initial Version and Version 1 of TracTimeline


Ignore:
Timestamp:
Sep 2, 2006, 3:12:19 PM (18 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 occured 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.
     18
     19== RSS Support ==
     20
     21The Timeline module supports subscription using RSS 2.0 syndication. To subscribe to project events, click orange '''XML''' icon at the bottom of the page. See TracRss for more information on RSS support in Trac.
     22
     23----
     24See also: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification