Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Mon, 09 Oct 2006 19:25:41 +0000 | cmlenz | Better error message when trying a `py:for` loop over an object that is not iterable. Closes #60. trunk |
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. trunk |
Mon, 02 Oct 2006 19:08:36 +0000 | cmlenz | Some adjustments to make core data structures picklable (requires protocol 2). trunk |
Mon, 02 Oct 2006 10:49:32 +0000 | cmlenz | Fix the handling of namespace context for match templates. trunk |
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. trunk |
Mon, 02 Oct 2006 09:30:46 +0000 | cmlenz | Updated change log. trunk |
Sun, 01 Oct 2006 22:54:57 +0000 | cmlenz | Integrated `HTMLFormFiller` filter initially presented as a [wiki:FormFilling#Usingatemplatefilter recipe]. trunk |