Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
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. |
Thu, 22 Nov 2007 20:36:00 +0000 | cmlenz | Allow use of py:replace as element. Closes #144. |
Thu, 22 Nov 2007 20:04:23 +0000 | cmlenz | Add unit test for #157, which seems to be working okay in trunk. |