Changes between Version 1 and Version 2 of TracTimeline


Ignore:
Timestamp:
01/23/07 01:33:03 (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTimeline

    v1 v2  
    1010The timeline lists these kinds of events: 
    1111 * '''Wiki page events''' -- Creation and changes 
    12  * '''Ticket events''' -- Creation and resolution/closing 
    13  * '''Source code changes ''' -- Subversion commits  
    14  * '''Milestone ''' -- Milestone reached 
     12 * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes) 
     13 * '''Source code changes ''' -- Repository check-ins 
     14 * '''Milestone ''' -- Milestone completed 
    1515 
    16 Each event entry provides a hyperlink to the specific event in question, and  
    17 in the case svn commit log messages, displays the commit message itself.  
     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. 
    1818 
    19 == Subversion Commit Messages ==  
    20 It's important to note that WikiFormatting can be used in commit log messages, 
    21 including TracLinks. 
    22  
    23 This allows developers hyperlink and refer to issue tickets, wikipages and files 
    24 directly when committing a patch to the repository. 
    25  
    26 Example: 
    27  
    28 {{{ 
    29  $ svn commit -m "Updated foo to bar. See FooBar. This fixes bug #42."  
    30 }}} 
    31  
    32 This is a subtle but quite useful feature. 
     19See [wiki:TracIni#timeline TracIni] for timeline configuration options. 
    3320 
    3421== RSS Support == 
    35 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. 
    3622 
     23The 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. 
    3724 
    3825----