comparison ChangeLog @ 277:7e30bfa966ab trunk

The `HTMLSanitizer` now lets you override the default set of tag and attribute names that are considered safe.
author cmlenz
date Mon, 02 Oct 2006 09:45:06 +0000
parents 8c4ed33069c6
children d6c58473a9d0
comparison
equal deleted inserted replaced
276:8c4ed33069c6 277:7e30bfa966ab
12 * The template loader now uses a LRU cache to limit the number of cached 12 * The template loader now uses a LRU cache to limit the number of cached
13 templates to a configurable maximum. Also, a race condition in the template 13 templates to a configurable maximum. Also, a race condition in the template
14 loader was fixed by adding locking. 14 loader was fixed by adding locking.
15 * A new filter (genshi.filters.HTMLFormFiller) was added, which can populate 15 * A new filter (genshi.filters.HTMLFormFiller) was added, which can populate
16 HTML forms based on a dictionary of values. 16 HTML forms based on a dictionary of values.
17 * The set of permitted tag and attribute names for the HTMLSanitizer can now
18 be configured per instance.
17 19
18 20
19 Version 0.3.1 21 Version 0.3.1
20 http://svn.edgewall.org/repos/genshi/tags/0.3.1/ 22 http://svn.edgewall.org/repos/genshi/tags/0.3.1/
21 (Sep 22 2006, from branches/stable/0.3.x) 23 (Sep 22 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software