| Commit | Date | |
|---|---|---|
| 2007-01-28 18:35:59 | Tree | |
|
[r4656]
by
cboos
The property renderers branch has been integrated in trunk for [milestone:0.11]dev in [4653:4655] - removing it from the sandbox. |
2007-01-28 18:03:23 | Tree |
|
[r4655]
by
cboos
Support for customized rendering of version control properties in the TracChangeset. The default diff renderer implements #3002 (i.e. shows diffs of multi-line properties using the patch renderer). (final part of the merge of the source:sandbox/property-renderers-tmp branch) |
2007-01-28 17:26:04 | Tree |
|
[r4654]
by
cboos
Support for Subversion properties rendering in the TracBrowser. This is done by the !SubversionPropertyRenderer, which implements the IPropertyRenderer interface introduced in r4653: (partial merge of the source:sandbox/property-renderers-tmp branch) |
2007-01-28 17:14:15 | Tree |
|
[r4653]
by
cboos
Support for customized rendering of version control properties in the TracBrowser. Implements #1601. (partial merge of the source:sandbox/property-renderer-tmp branch) |
2007-01-28 17:02:51 | Tree |
| 2007-01-27 22:42:02 | Tree | |
| 2007-01-27 22:32:46 | Tree | |
|
[r4650]
by
cboos
All the changes from the Timeline link resolver branch are now in trunk - removing it from the sandbox. |
2007-01-27 22:28:22 | Tree |
|
[r4649]
by
cboos
Restore the usage of `IRequestFilter.post_process_request`, which was not enabled so far for Genshi templates. Compared to the ClearSilver version, there's one additional parameter for the Genshi version: instead of `template` and `content_type`, it's now `template`, `data` and `content_type`. This makes it convenient to support both the 0.10 and 0.11 request filters, as we can distinguish them based on the arity of the `post_process_request` method. The main usage for such a post-process filter is to change the data dictionary (aka template context) before the template is rendered. The Timeline makes use of this to replace the `dateinfo` method, so that all the dateinfos become links to the timeline. Thanks to you-know-who for the clever idea ;) Implements #975. |
2007-01-27 22:26:44 | Tree |
|
[r4648]
by
cboos
`dateinfo` is no longer a template macro, but is now provided in the template context, so that it can be eventually overriden. |
2007-01-27 21:30:44 | Tree |