view examples/trac/wiki-default/TracTimeline @ 39:93b4dcbafd7b trunk

Copy Trac to main branch.
author cmlenz
date Mon, 03 Jul 2006 18:53:27 +0000
parents
children
line wrap: on
line source
= The Trac Timeline =
[[TracGuideToc]]

The timeline provides a historic view of the project in a single report.

It lists all Trac events that have occured in chronological order, a
brief description of each event and if applicable, the person responsible for
the change.

The timeline lists these kinds of events:
 * '''Wiki page events''' -- Creation and changes
 * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes)
 * '''Source code changes ''' -- Repository check-ins
 * '''Milestone ''' -- Milestone completed

Each event entry provides a hyperlink to the specific event in question, as well as
a brief excerpt of the actual comment or text, if available.

== RSS Support ==

The 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.

----
See also: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification
Copyright (C) 2012-2017 Edgewall Software