| Commit | Date | |
|---|---|---|
| 2007-05-18 14:45:05 | Tree | |
| 2007-05-17 20:22:57 | Tree | |
| 2007-05-17 20:14:52 | Tree | |
| 2007-05-17 20:02:03 | Tree | |
|
[r5417]
by
cboos
TracTimeline API: the other timeline event providers were adapted to the updated API Additional API changes: Also, the ticket open events now have the description in their event body, as the summary is anyway present in the title. There are two new configuration settings for the timeline, here shown with their defaults: - `newticket_formatter` enables one to specify which formatter to use for the description now shown for the new tickets events. |
2007-05-17 17:56:46 | Tree |
| 2007-05-17 16:02:24 | Tree | |
| 2007-05-17 15:41:29 | Tree | |
|
[r5414]
by
cboos
TracTimeline API: in 0.10, the changeset events in RSS where including a summary of the commit message. After the initial refactoring of the Timeline API in 0.11dev, there was only the changeset number left, and this was not acceptable. So while looking for a somewhat clean solution to the issue, I ended up modifying the !TimelineEvent class a lot. Instead of a fixed "markup" and "wikitext" field, one can associate multiple named markup and wikitext fragments to the event. This is more flexible and allows to build different styles of timelines. For example, the standard HTML timeline shows for each event its markup 'title', then the markup 'header', followed by the wikitext 'body', followed by the markup 'footer'. For determining the way the wiki formatting of a wikitext is done, the event's provider is queried using the new `event_formatter` interface method. Finally, the `href` corresponding to the event should in the end be the one of its associated resource descriptor (context for now). |
2007-05-17 15:38:56 | Tree |
| 2007-05-17 15:37:38 | Tree | |
| 2007-05-17 15:27:50 | Tree |