comparison ChangeLog @ 769:3a59144a35b1 trunk

Includes from templates loaded via an absolute path now include the correct file in nested directories as long if no search path has been configured. Closes #240.
author cmlenz
date Tue, 01 Jul 2008 10:35:01 +0000
parents b5b4b465e84c
children 2c2e9e685424
comparison
equal deleted inserted replaced
768:f5d5afd2df2b 769:3a59144a35b1
15 * Fix problem in `Translator` filter that would cause the translation of 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 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 17 not directly a string, but rather something like an instance of the
18 `LazyProxy` class in Babel (ticket #145). 18 `LazyProxy` class in Babel (ticket #145).
19 * Fix problem with match templates incorrectly being applied multiple times. 19 * Fix problem with match templates incorrectly being applied multiple times.
20 * Includes from templates loaded via an absolute path now include the correct
21 file in nested directories as long if no search path has been configured
22 (ticket #240).
20 23
21 24
22 Version 0.5 25 Version 0.5
23 http://svn.edgewall.org/repos/genshi/tags/0.5.0/ 26 http://svn.edgewall.org/repos/genshi/tags/0.5.0/
24 (Jun 9 2008, from branches/stable/0.5.x) 27 (Jun 9 2008, from branches/stable/0.5.x)
Copyright (C) 2012-2017 Edgewall Software