comparison ChangeLog @ 769:834e8fd2d822

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 584aa6bfbe54
children b4c973fbe6f5
comparison
equal deleted inserted replaced
768:950667d42a0a 769:834e8fd2d822
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