comparison ChangeLog @ 381:a6c2a9cd2e92

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 d8c5045b547a
children 5c2156e0cd41
comparison
equal deleted inserted replaced
380:7be2baffea5a 381:a6c2a9cd2e92
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