comparison ChangeLog @ 381:b9fc7a1f76ca trunk

Fix for #80: fallback only shown when the template to include wasn't found. In addition, the nesting of includes and fallback content should work correctly, and directives/expressions/etc inside fallback content are processed. Thanks to Christian Boos for the original patch and unit tests.
author cmlenz
date Wed, 29 Nov 2006 14:26:45 +0000
parents e1d659c87ddf
children 9c88f4137b03
comparison
equal deleted inserted replaced
380:bf2068f5ef74 381:b9fc7a1f76ca
29 subclasses of `tuple` instead of `list`). 29 subclasses of `tuple` instead of `list`).
30 * `MarkupTemplate`s can now be instantiated from markup streams, in addition 30 * `MarkupTemplate`s can now be instantiated from markup streams, in addition
31 to strings and file-like objects (ticket #69). 31 to strings and file-like objects (ticket #69).
32 * Improve handling of incorrectly nested tags in the HTML parser. 32 * Improve handling of incorrectly nested tags in the HTML parser.
33 * The builder API now accepts streams as children of elements and fragments. 33 * The builder API now accepts streams as children of elements and fragments.
34 * Template includes can you be nested inside fallback content.
34 35
35 36
36 Version 0.3.5 37 Version 0.3.5
37 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 38 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
38 (Nov 22 2006, from branches/stable/0.3.x) 39 (Nov 22 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software