Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
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. trunk |