Changes between Version 1 and Version 2 of Trac Timeline
- Timestamp:
- Jul 4, 2008, 2:09:43 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Timeline
v1 v2 1 1 = The Trac Timeline = 2 The timeline provides a historic view of the project in a simple report. 3 It lists all Trac events that have occured in chronological order, with a 2 [[TracGuideToc]] 3 4 The timeline provides a historic view of the project in a single report. 5 6 It lists all Trac events that have occurred in chronological order, a 4 7 brief description of each event and if applicable, the person responsible for 5 8 the change. 6 9 7 The timeline lists the following typeof events:10 The timeline lists these kinds of events: 8 11 * '''Wiki page events''' -- Creation and changes 9 * '''Ticket events''' -- Creation and resolution/closing 10 * '''Source code changes ''' -- Subversion commits12 * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes) 13 * '''Source code changes ''' -- Repository check-ins 11 14 * '''Milestone ''' -- Milestone completed 12 15 13 Each event entry provides a hyperlink to the specific event in question, a nd14 in the case svn commit log messages, displays the commit message. 16 Each event entry provides a hyperlink to the specific event in question, as well as 17 a brief excerpt of the actual comment or text, if available. 15 18 16 == Subversion Commit Messages == 17 It's important to note that WikiFormatting can be used in commit log messages, 18 including TracLinks. 19 20 This allows developers hyperlink and refer to issue tickets, wikipages and files 21 directly when committing a patch to the repository. 22 23 Example: 24 25 {{{ 26 $ svn commit -m "Updated foo to bar. See FooBar. This fixes bug #42." 27 }}} 28 29 This is a subtle but powerful feature. 19 See [wiki:TracIni#timeline TracIni] for timeline configuration options. 30 20 31 21 == RSS Support == 32 The 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.33 22 23 The 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. 34 24 35 25 ---- 36 See also: TracGuide, TracWiki, WikiFormatting 26 See also: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification