comparison ChangeLog @ 651:168dcc0b4782

The template engine plugin no longer adds the `default_doctype` when the `fragment` parameter is `True`. Thanks to dbrattli for the patch!
author cmlenz
date Thu, 08 Nov 2007 18:27:47 +0000
parents 0413c8817a3c
children b090bf737111
comparison
equal deleted inserted replaced
650:0413c8817a3c 651:168dcc0b4782
32 * XInclude elements in markup templates now support the `parse` attribute; when 32 * XInclude elements in markup templates now support the `parse` attribute; when
33 set to "xml" (the default), the include is processed as before, but when set 33 set to "xml" (the default), the include is processed as before, but when set
34 to "text", the included template is parsed as a text template using the new 34 to "text", the included template is parsed as a text template using the new
35 syntax (ticket #101). 35 syntax (ticket #101).
36 * Python code blocks inside match templates are now executed (ticket #155). 36 * Python code blocks inside match templates are now executed (ticket #155).
37 * The template engine plugin no longer adds the `default_doctype` when the
38 `fragment` parameter is `True`.
37 39
38 40
39 Version 0.4.4 41 Version 0.4.4
40 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 42 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
41 (Aug 14, 2007, from branches/stable/0.4.x) 43 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software