Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Wed, 29 Nov 2006 14:26:45 +0000 | cmlenz | 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. trunk |
Fri, 24 Nov 2006 17:31:02 +0000 | cmlenz | Fail gracefully in `Directive.__repr__` if the `expr` attribute does not exist for some reason I don't really understand right now (see Trac ticket [http://trac.edgewall.org/ticket/4249 #4249]). trunk |
Thu, 23 Nov 2006 17:48:17 +0000 | cmlenz | The builder API now accepts streams as children of elements and fragments. trunk |
Thu, 23 Nov 2006 17:41:52 +0000 | cmlenz | Improve handling of incorrectly nested tags in the HTML parser. trunk |