log
graph
tags
bookmarks
branches
changeset
browse
help
Mercurial
>
genshi
>
mirror
log
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
| rev 699:
(0)
-300
-100
-30
-10
-6
+6
+10
+30
+100
+300
tip
age
author
description
Thu, 27 Mar 2008 14:49:06 +0000
cmlenz
Fix for caching in template loader for templates included by templates loaded from an absolute path. Closes #193. Thanks to Waldemar Kornewald for the test case.
trunk
Thu, 27 Mar 2008 14:45:11 +0000
cmlenz
Fix for prefix-dispatched template loading. Closes #206. Thanks to Waldemar Kornewald for the patch.
trunk
Thu, 27 Mar 2008 14:12:13 +0000
cmlenz
Fix for #205.
trunk
Wed, 26 Mar 2008 22:49:23 +0000
cmlenz
More flexible template loader allowing for loading from package data and dispatching to different template directories based on path prefix. Can be easily extended for using custom template loading. Closes #182.
trunk
Wed, 26 Mar 2008 22:22:47 +0000
cmlenz
The `TemplateLoader` class now provides an `instantiate()` method that can be overridden by subclasses to implement advanced template instantiation logic. Fixes #204.
trunk
Wed, 26 Mar 2008 22:10:36 +0000
cmlenz
Match templates are now applied in a more controlled fashion: in the order they are declared in the template source, all match templates up to (and including) the matching template itself are applied to the matched content, whereas the match templates declared after the matching template are only applied to the generated content. Fixes #186. Many thanks to Matt Chaput for reporting the problem and providing a test case.
trunk
less
more
| rev 699:
(0)
-300
-100
-30
-10
-6
+6
+10
+30
+100
+300
tip
Copyright (C) 2012-2017 Edgewall Software