Changes between Initial Version and Version 1 of SystemTimeline


Ignore:
Timestamp:
07/26/05 10:08:38 (19 years ago)
Author:
joe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemTimeline

    v1 v1  
     1= The Timeline = 
     2 
     3The timeline provides a historic view of the project in a single report. 
     4 
     5It lists all events that have occured in chronological order, a 
     6brief description of each event and if applicable, the person responsible for 
     7the change. 
     8 
     9The timeline lists these kinds of events: 
     10 * '''Wiki page events''' -- Creation and changes 
     11 * '''Ticket events''' -- Creation and resolution/closing 
     12 * '''Source code changes ''' -- Subversion commits  
     13 * '''Milestone ''' -- Milestone reached 
     14 
     15Each event entry provides a hyperlink to the specific event in question, and  
     16in the case svn commit log messages, displays the commit message itself.  
     17 
     18== Subversion Commit Messages ==  
     19It's important to note that WikiFormatting can be used in commit log messages, 
     20including SystemLinks. 
     21 
     22This allows developers hyperlink and refer to issue tickets, wikipages and files 
     23directly when committing a patch to the repository. 
     24 
     25Example: 
     26 
     27{{{ 
     28 $ svn commit -m "Updated foo to bar. See FooBar. This fixes bug #42."  
     29}}} 
     30 
     31This is a subtle but quite useful feature. 
     32 
     33== RSS Support == 
     34The 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 SystemRss for more information on RSS support. 
     35 
     36 
     37---- 
     38See also: SystemGuide, SystemWiki, WikiFormatting, SystemRss, SystemNotification