Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Wed, 05 Dec 2007 23:16:50 +0000 | cmlenz | Fix compatibility of tutorial code with CherryPy 3.1. Closes #159. |
Wed, 05 Dec 2007 22:58:28 +0000 | cmlenz | Add SVG DTDs to `DocType` class. Closes #161. |
Thu, 29 Nov 2007 19:14:51 +0000 | aronacher | improved loader security experimental-sandboxed |
Thu, 29 Nov 2007 18:51:48 +0000 | aronacher | loader raises an SecurityException in restricted mode if absolute paths are used experimental-sandboxed |
Thu, 29 Nov 2007 18:08:37 +0000 | aronacher | added first (and pretty useless) test for the restricted branch experimental-sandboxed |
Thu, 29 Nov 2007 18:07:32 +0000 | aronacher | merged trunk into sandbox branch experimental-sandboxed |
Thu, 22 Nov 2007 22:07:15 +0000 | cmlenz | The `TextSerializer` class no longer strips all markup in text by default, so that it is still possible to use the Genshi `escape` function even with text templates. The old behavior is available via the `strip_markup` option of the serializer. Closes #146. |