11 | | * '''Wiki page events''' -- Creation and changes |
12 | | * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes) |
13 | | * '''Source code changes ''' -- Repository check-ins |
14 | | * '''Milestone ''' -- Milestone completed |
| 9 | * '''Wiki page events''' — Pages created and edited |
| 10 | * '''Ticket events''' — Tickets open and closed, and optionally ticket updates |
| 11 | * '''Source code changes ''' — Repository check-ins |
| 12 | * '''Milestone events''' — Milestones completed |
19 | | See [wiki:TracIni#timeline TracIni] for timeline configuration options. |
| 16 | The displayed events can be filtered using the filters in the preferences panel: |
| 17 | * ''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 the date. |
| 18 | * ''and X days back'' — how many days backwards in time to get events. |
| 19 | * ''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. |
| 20 | * ''Changesets in all repositories'' — if you have more than one repository connected to your Trac project, you can also filter events from specific repositories. |
| 21 | * ''Milestones completed'' — display or hide milestones reached. |
| 22 | * ''Tickets opened and closed'' — display or hide ticket open or close events. |
| 23 | * ''Ticket updates'' - display or hide ticket update events (if enabled by [TracIni#timeline-ticket_show_details-option "[timeline] ticket_show_details"]). |
| 24 | * ''Wiki changes'' — display or hide Wiki change events. |
| 25 | |
| 26 | See !TracIni's [wiki:TracIni#timeline-section "[timeline] section"] for timeline configuration options. Plugins may provide additional filters for the timeline. |