Menu

Trac Commit Log


Commit Date  
[r4539] by cboos

Follow-up to r4536, fix unit tests. Also took this opportunity to clean up that file which apparently contained 3 times the same content...

2007-01-10 17:49:53 Tree
[r4538] by cboos

Timeline link resolver branch (#975):

This implements a `timeline:` link resolver prefix.
The argument must be a date string in the ISO:8601 format, with at least the year and the month specified.

Besides TracLinks, there are many more ways to go back to the timeline, now: I modified the format_datetime helper function and the dateinfo macros so that we get links to the timeline from various places (e.g. changeset time, ticket created and last modified time, browser age, wiki history, ...).

Also, there are some fine tuning to the datetime utilities in `trac.util.datefmt`:
- the `format_*` functions supports an `'iso8601'` format
- `parse_date` can also understand this format
- fixed offsets timezones are now using strings like "GMT +01:00" instead of the more confusing 'Etc/GMT-1' one (see discussion in #975).

2007-01-10 17:36:44 Tree
[r4537] by cboos

Creating a work branch to finalize #975.

2007-01-10 17:25:21 Tree
[r4536] by cboos

Minor improvement to the `DefaultTicketGroupStatsProvider`: only call refresh_calcs once.

2007-01-10 14:41:56 Tree
[r4535] by cboos

In roadmap and milestone view, also provide a summary of the total count of tickets, and a link to all tickets for the milestone. Implements #3233.

2007-01-10 14:40:02 Tree
[r4534] by cboos

0.10.4dev: ported r4532-4533 to 0.10-stable (''trac-post-commit-hook, #1310 and #1602'')

2007-01-10 13:17:16 Tree
[r4533] by cboos

Follow-up to r4532, remove my own settings

2007-01-10 13:09:22 Tree
[r4532] by cboos

trac-post-commit-hook enhancements from markus. Fixes #1310 and #1602.

2007-01-10 13:01:44 Tree
[r4531] by cboos

TracMercurial for 0.11: follow-up to r4530. The plugin is now compatible with the upcoming IPropertyRenderer interface. It will also stay compatible with the old `Changeset.get_properties` API until 0.11 gets released.

2007-01-10 11:35:06 Tree
[r4530] by cboos

Property renderer branch: reimplement #2545 to use IPropertyRenderer

This modifies the return type of `Changeset.get_properties` in a backward incompatible way.

The `mode` used in IPropertyRenderer for rendering revision properties is `'revprop'`.

In order to make it easier to quickly get some useful rendererings, I've added a `WikiPropertyRenderer`, which learn from the TracIni file what properties could be rendered as wiki text:
{{{
[browser]
wiki_properties = trac:description
oneliner_properties = trac:summary
}}}
(note that the above correspond to the defaults).

Besides, a few additional changes in the templates have been made so that the Changeset view now validates.

2007-01-10 11:25:14 Tree
Older >
Auth0 Logo