comparison ChangeLog @ 762:2018fa1285f7

Fix for I18n filter problem with lazy translation functions. Closes #145.
author cmlenz
date Tue, 17 Jun 2008 15:47:14 +0000
parents 0ea32786b624
children 584aa6bfbe54
comparison
equal deleted inserted replaced
761:3417bc9800c7 762:2018fa1285f7
10 (???, from branches/stable/0.5.x) 10 (???, from branches/stable/0.5.x)
11 11
12 * Fix problem with nested match templates not being applied when buffering 12 * Fix problem with nested match templates not being applied when buffering
13 on the outer `py:match` is disabled. Thanks to Erik Bray for reporting the 13 on the outer `py:match` is disabled. Thanks to Erik Bray for reporting the
14 problem and providing a test case! 14 problem and providing a test case!
15 * Fix problem in `Translator` filter that would cause the translation of
16 text nodes to fail if the translation function returned an object that was
17 not directly a string, but rather something like an instance of the
18 `LazyProxy` class in Babel (ticket #145).
15 19
16 20
17 Version 0.5 21 Version 0.5
18 http://svn.edgewall.org/repos/genshi/tags/0.5.0/ 22 http://svn.edgewall.org/repos/genshi/tags/0.5.0/
19 (Jun 9 2008, from branches/stable/0.5.x) 23 (Jun 9 2008, from branches/stable/0.5.x)
Copyright (C) 2012-2017 Edgewall Software