The Trac TimelineThe 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:
Each event entry provides a hyperlink to the specific event in question, and in the case svn commit log messages, displays the commit message itself. Subversion Commit MessagesIt's important to note that WikiFormatting can be used in commit log messages, including TracLinks. This allows developers hyperlink and refer to issue tickets, wikipages and files directly when committing a patch to the repository. Example: $ svn commit -m "Updated foo to bar. See FooBar. This fixes bug #42." This is a subtle but quite useful feature. RSS SupportThe Timeline module supports subscribtion using RSS 2.0 syndication. To subscribe to project events, click the RSS Feed link in the navigation bar, or the 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 |