log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
genshi
>
mirror
log ChangeLog @ 700:
08f22328303d
trunk
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
-100
-30
-10
-7
tip
age
author
description
Fri, 28 Mar 2008 14:14:26 +0000
cmlenz
Add option for unbuffered match template processing, which could cause excessive memory usage. Closes #190.
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
Wed, 12 Mar 2008 20:48:52 +0000
cmlenz
The XHTML serializer now strips `xml:space` attributes as they are only allowed on very few tags.
trunk
Wed, 12 Mar 2008 20:46:34 +0000
cmlenz
The `Stream.render` now accepts an optional `out` parameter that can be used to pass in a writable file-like object to use for assembling the output, instead of building a big string and returning it.
trunk
Wed, 06 Feb 2008 12:18:02 +0000
cmlenz
Assigning to a variable named `data` in a Python code block no longer breaks context lookup. We now use the name `__data__` for internal data, hoping that that name is not as commonly used in templates.
trunk
less
more
|
(0)
-100
-30
-10
-7
tip
Copyright (C) 2012-2017 Edgewall Software