log
graph
tags
bookmarks
branches
changeset
browse
help
Mercurial
>
genshi
>
genshi-test
log
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
| rev 698:
(0)
-300
-100
-30
-10
-7
+7
+10
+30
+100
tip
age
author
description
Thu, 27 Mar 2008 14:45:11 +0000
cmlenz
Fix for prefix-dispatched template loading. Closes #206. Thanks to Waldemar Kornewald for the patch.
Thu, 27 Mar 2008 14:12:13 +0000
cmlenz
Fix for #205.
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.
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.
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.
Mon, 17 Mar 2008 11:09:56 +0000
cmlenz
Enable use of expressions in include directives of text templates. Closes #194. Thanks to Oliver Cope for reporting the issue.
Mon, 17 Mar 2008 10:25:44 +0000
cmlenz
Add warning about using code blocks on Python 2.3. Closes #181.
less
more
| rev 698:
(0)
-300
-100
-30
-10
-7
+7
+10
+30
+100
tip
Copyright (C) 2012-2017 Edgewall Software