Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Thu, 12 Apr 2007 22:40:49 +0000 | cmlenz | Back out [510] and instead implement configurable error handling modes. The default is the old 0.3.x behaviour, but more strict error handling is available as an option. |
Wed, 11 Apr 2007 11:02:02 +0000 | cmlenz | Fix undefined error in TurboGears example app, and some cleanup. |
Wed, 04 Apr 2007 17:18:08 +0000 | cmlenz | Add stricter error handling to upgrade notes. |
Mon, 02 Apr 2007 19:43:31 +0000 | cmlenz | Add support for adding custom template filters by passing a custom callback function to the `TemplateLoader`. Closes #89 (see added unit test). |
Mon, 02 Apr 2007 18:21:03 +0000 | cmlenz | Added documentation page on the builtin stream filters. |
Mon, 02 Apr 2007 15:52:21 +0000 | cmlenz | Fix for #107. |
Mon, 02 Apr 2007 13:54:10 +0000 | cmlenz | Raise syntax error on empty value for `py:replace` directive. |