comparison ChangeLog @ 437:821fc97d3c0a trunk

Fix for #107.
author cmlenz
date Mon, 02 Apr 2007 15:52:21 +0000
parents 406915754870
children 97544725bb7f
comparison
equal deleted inserted replaced
436:57e8bd746717 437:821fc97d3c0a
48 at the top level of the template data, the new built-in functions 48 at the top level of the template data, the new built-in functions
49 `defined(name)` and `value_of(name, default)` need to be used. 49 `defined(name)` and `value_of(name, default)` need to be used.
50 * `style` attributes are no longer allowed by the `HTMLSanitizer` by default. 50 * `style` attributes are no longer allowed by the `HTMLSanitizer` by default.
51 If it is explicitly added to the set of safe attributes, and unicode escapes 51 If it is explicitly added to the set of safe attributes, and unicode escapes
52 in the attribute value are handled correctly. 52 in the attribute value are handled correctly.
53 * Namespace declarations on conditional elements (for example using a `py:if`
54 directive`) are no longer moved to the following element when the element
55 originally carrying the declaration is removed from the stream (ticket #107).
53 56
54 57
55 Version 0.3.6 58 Version 0.3.6
56 http://svn.edgewall.org/repos/genshi/tags/0.3.6/ 59 http://svn.edgewall.org/repos/genshi/tags/0.3.6/
57 (Dec 11 2006, from branches/stable/0.3.x) 60 (Dec 11 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software