Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Tue, 08 Jul 2008 19:46:08 +0000 | cmlenz | Added tests for the parameter support added to advanced internationalization in [901]. See #129. trunk |
Tue, 08 Jul 2008 17:06:51 +0000 | cmlenz | Support for parameters in internationalized `i18n:msg` content. See #129. trunk |
Tue, 08 Jul 2008 14:07:09 +0000 | cmlenz | Fix example for `START` event in the streams documentation to explicitly wrap attribute name in a `QName` object. trunk |
Mon, 07 Jul 2008 16:51:55 +0000 | cmlenz | Export the template loader factory functions from the `loader` module. trunk |
Mon, 07 Jul 2008 16:41:16 +0000 | cmlenz | Ported [897] back to 0.5.x branch. stable-0.5.x |
Mon, 07 Jul 2008 16:35:06 +0000 | cmlenz | Unbuffered match templates could result in parts of the matched content being included in the output if the match template didn't actually consume it via one or more calls to the `select()` function. Closes #243. Thanks to Felix Schwarz for the report and test case. trunk |