Mercurial > genshi > genshi-test
comparison ChangeLog @ 538:19c7dc1e4dd5
Add `loader_callback` option to plugin interface as requested in #130.
author | cmlenz |
---|---|
date | Thu, 28 Jun 2007 17:04:54 +0000 |
parents | d0619ab2bcec |
children | 6e21c89d9255 |
comparison
equal
deleted
inserted
replaced
537:d0619ab2bcec | 538:19c7dc1e4dd5 |
---|---|
17 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ | 17 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ |
18 (?, from branches/stable/0.4.x) | 18 (?, from branches/stable/0.4.x) |
19 | 19 |
20 * The I18n filter no longer extracts or translates literal strings in | 20 * The I18n filter no longer extracts or translates literal strings in |
21 attribute values that also contain expressions. | 21 attribute values that also contain expressions. |
22 * Added `loader_callback` option to plugin interface, which allows specifying | |
23 a callback function that the template loader should invoke whenever a new | |
24 template is loaded (ticket #130). Note that the value for this option can | |
25 not be specified as a string, only as an actual function object, which means | |
26 it is not available for use through configuration files. | |
22 | 27 |
23 | 28 |
24 Version 0.4.2 | 29 Version 0.4.2 |
25 http://svn.edgewall.org/repos/genshi/tags/0.4.2/ | 30 http://svn.edgewall.org/repos/genshi/tags/0.4.2/ |
26 (Jun 20, from branches/stable/0.4.x) | 31 (Jun 20, from branches/stable/0.4.x) |