Changes between Version 1 and Version 2 of Trac Timeline


Ignore:
Timestamp:
Jul 4, 2008, 2:09:43 PM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Timeline

    v1 v2  
    11= 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
     4The timeline provides a historic view of the project in a single report.
     5
     6It lists all Trac events that have occurred in chronological order, a
    47brief description of each event and if applicable, the person responsible for
    58the change.
    69
    7 The timeline lists the following type of events:
     10The timeline lists these kinds of events:
    811 * '''Wiki page events''' -- Creation and changes
    9  * '''Ticket events''' -- Creation and resolution/closing
    10  * '''Source code changes ''' -- Subversion commits
     12 * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes)
     13 * '''Source code changes ''' -- Repository check-ins
    1114 * '''Milestone ''' -- Milestone completed
    1215
    13 Each event entry provides a hyperlink to the specific event in question, and
    14 in the case svn commit log messages, displays the commit message.
     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.
    1518
    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.
     19See [wiki:TracIni#timeline TracIni] for timeline configuration options.
    3020
    3121== 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.
    3322
     23The 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.
    3424
    3525----
    36 See also: TracGuide, TracWiki, WikiFormatting
     26See also: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification