Ticket #975 (closed enhancement: fixed)
Make timestamps link to timeline
| Reported by: | cboos@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | timeline | Version: | 0.8 |
| Severity: | normal | Keywords: | timestamp link |
| Cc: |
Description (last modified by cboos) (diff)
Current focus of this ticket
Provide the ability to link into the timeline.
This could be done using a timeline:<date> TracLinks resolver, where <date> should be specified as using the ISO:8601 format.
Another possibility would be to add links to the timeline from various places where dates are displayed in Trac. Most interesting would probably be Changeset dates and Ticket last change (e.g. to find corresponding fix changeset if it wasn't specified otherwise).
Original pipeline-style idea
The timeline should be able to display future events as well as past events, therefore providing a time window around a given present time.
Of course, if the present time is really the present, there would be few future events to show:
- the upcoming Milestones
- a compact representation of the highest and high priority Tickets, maybe simply as a list like that:
But the present could also be set to an arbitrary date. The Timeline view would be very usefull to show what happened that date. In such case, it would be convenient to see what happenened just before and just after that date.
In particular, one could link the changeset timestamps to the Timeline with the present set to the value of that timestamp. In the end any timestamp displayed in Trac could actually be such a link.


