comparison ChangeLog @ 302:dd6a18206119

Updated change log.
author cmlenz
date Mon, 16 Oct 2006 09:25:40 +0000
parents 2281dc992155
children 8ba12f886c8a
comparison
equal deleted inserted replaced
300:fb9b66de98b4 302:dd6a18206119
11 * The set of permitted tag and attribute names for the HTMLSanitizer can now 11 * The set of permitted tag and attribute names for the HTMLSanitizer can now
12 be configured per instance. 12 be configured per instance.
13 * The template engine plugin now supports a range of options for 13 * The template engine plugin now supports a range of options for
14 configuration, for example to set the default serialization method, the 14 configuration, for example to set the default serialization method, the
15 default output encoding, or the default DOCTYPE. 15 default output encoding, or the default DOCTYPE.
16 * The ElementTree adaptation function `ET()` has moved into the `genshi.input`
17 module.
18 * Allow `when` directives to omit the test expression as long as the
19 associated choose directive does have one. In that case, the when branch is
20 followed if the expression of the choose directive evaluates to a truth
21 value.
16 22
17 23
18 Version 0.3.3 24 Version 0.3.3
19 http://svn.edgewall.org/repos/genshi/tags/0.3.3/ 25 http://svn.edgewall.org/repos/genshi/tags/0.3.3/
20 (?, from branches/stable/0.3.x) 26 (Oct 16 2006, from branches/stable/0.3.x)
21 27
22 * Fixed bug introduced in 0.3.2 that broke the parsing of templates which 28 * Fixed bug introduced in 0.3.2 that broke the parsing of templates which
23 declare the same namespace more than once in a nested fashion. 29 declare the same namespace more than once in a nested fashion.
24 * Fixed the parsing of HTML entity references inside attribute values, both 30 * Fixed the parsing of HTML entity references inside attribute values, both
25 in the `XMLParser` and the `HTMLParser` classes. 31 in the `XMLParser` and the `HTMLParser` classes.
32 * Some changes to usage of absolute vs. relative template paths to ensure that
33 the filenamed-keyed cache employed by the TemplateLoader doesn't mix up
34 templates with the same name, but from different subdirectories.
26 35
27 36
28 Version 0.3.2 37 Version 0.3.2
29 http://svn.edgewall.org/repos/genshi/tags/0.3.2/ 38 http://svn.edgewall.org/repos/genshi/tags/0.3.2/
30 (Oct 12 2006, from branches/stable/0.3.x) 39 (Oct 12 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software