Edgewall Software

Changes between Version 25 and Version 26 of TracTimeline


Ignore:
Timestamp:
Mar 17, 2017, 9:36:45 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Minor edits.

Legend:

Unmodified
Added
Removed
Modified
  • TracTimeline

    v25 v26  
    33[[TranslatedPages]]
    44
    5 Trac's timeline feature provides a historic view of the project in a single report.
     5Trac's timeline feature provides a historic view of the project in a single view.
    66
    77It lists all Trac events that have occurred in chronological order, a brief description of each event and if applicable, the person responsible for the change.
    88
    99The timeline lists these kinds of events:
    10  * '''Wiki page events''' — Creation and changes
    11  * '''Ticket events''' — Creation and resolution/closing and optionally other changes
     10 * '''Wiki page events''' — Pages created and edited
     11 * '''Ticket events''' — Tickets open and closed and optionally ticket updates
    1212 * '''Source code changes ''' — Repository check-ins
    1313 * '''Milestone ''' — Milestone completed
     
    1818 * ''View changes from'' — the date from which to start displaying events (current date if empty). Events that occurred after this date will not be shown, only those that occurred before that date.
    1919 * ''and X days back'' — how many days backwards in time to get events.
    20  * ''done by'' — the author of an event. It accepts a space-separated list of authors for which events should be included. Alternatively, if the author names are prefixed by a "-" character, then the events having those authors will be excluded, and all the others included. Single or double quotes can be used for specifying author names containing space characters. ''(since 0.12)''
    21  * ''Changesets in all repositories'' — if you have more than one repository connected to your Trac project, then you can filter the output so events from specific repositories are not shown. ''(since 0.12)''
     20 * ''done by'' — the author of an event. It accepts a space-separated list of authors for which events should be included. Alternatively, if the author names are prefixed by a "-" character, then the events having those authors will be excluded, and all the others included. Single or double quotes can be used for specifying author names containing space characters.
     21 * ''Changesets in all repositories'' — if you have more than one repository connected to your Trac project, then you can filter the output so events from specific repositories are not shown.
    2222 * ''Milestones reached'' — display or hide milestones reached.
    2323 * ''Opened and closed tickets'' — display or hide ticket open or close events.
     
    3131
    3232----
    33 See also: TracGuide, TracIni, TracWiki, WikiFormatting, TracRss, TracNotification
     33See also: TracWiki, WikiFormatting, TracRss