Mercurial > genshi > genshi-test
comparison ChangeLog @ 277:c9fd81953169
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 | a5bc6784dade |
children | 8de2620504b9 |
comparison
equal
deleted
inserted
replaced
276:a5bc6784dade | 277:c9fd81953169 |
---|---|
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) |