comparison ChangeLog @ 548:c2e039c7e439

Implement static includes, which improves performance a bit when auto reloading is disabled.
author cmlenz
date Fri, 29 Jun 2007 13:06:53 +0000
parents 6e21c89d9255
children ed5a6d9e2767
comparison
equal deleted inserted replaced
547:056d410767b7 548:c2e039c7e439
11 understand. 11 understand.
12 * Added support for the XPath 2 `matches()` function in XPath expressions, 12 * Added support for the XPath 2 `matches()` function in XPath expressions,
13 which allow matching against regular expressions. 13 which allow matching against regular expressions.
14 * Support for Python code blocks in templates can now be disabled 14 * Support for Python code blocks in templates can now be disabled
15 (ticket #123). 15 (ticket #123).
16 * Includes are now processed when the template is parsed if possible, but
17 only if the template loader is not set to do automatic reloading. Included
18 templates are basically inlined into the including template, which can
19 speed up rendering of that template a bit.
16 20
17 21
18 Version 0.4.3 22 Version 0.4.3
19 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ 23 http://svn.edgewall.org/repos/genshi/tags/0.4.3/
20 (?, from branches/stable/0.4.x) 24 (?, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software