Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Sat, 07 Oct 2006 19:18:05 +0000 | cmlenz | The content of `<script>` and `<style>` elements is no longer escaped when serializing to HTML but declaring the XHTML namespace in the template. |
Mon, 02 Oct 2006 19:08:36 +0000 | cmlenz | Some adjustments to make core data structures picklable (requires protocol 2). |
Mon, 02 Oct 2006 10:49:32 +0000 | cmlenz | Fix the handling of namespace context for match templates. |
Mon, 02 Oct 2006 09:45:06 +0000 | cmlenz | The `HTMLSanitizer` now lets you override the default set of tag and attribute names that are considered safe. |
Mon, 02 Oct 2006 09:30:46 +0000 | cmlenz | Updated change log. |
Sun, 01 Oct 2006 22:54:57 +0000 | cmlenz | Integrated `HTMLFormFiller` filter initially presented as a [wiki:FormFilling#Usingatemplatefilter recipe]. |