comparison ChangeLog @ 286:df4e03ef300f stable-0.3.x 0.3.2

Updated change log on 0.3.x branch.
author cmlenz
date Thu, 12 Oct 2006 12:45:20 +0000
parents e8155c36a852
children 7487632f467c
comparison
equal deleted inserted replaced
284:c685294b1156 286:df4e03ef300f
1 Version 0.3.2
2 http://svn.edgewall.org/repos/genshi/tags/0.3.2/
3 (Oct 12 2006, from branches/stable/0.3.x)
4
5 * Exceptions from templates now contain the absolute path to the template file
6 when a search path is used. This enables tracebacks to display the line in
7 question.
8 * The template engine plugin now provides three different types: "genshi" and
9 "genshi-markup" map to markup templates, while "genshi-text" maps to text
10 templates.
11 * Fixed the namespace context used by XPath patterns in py:match templates.
12 The were erroneously using the namespace context of the elements being
13 matched, where they should rather use the context in which they were
14 defined.
15 * The contents of `<script>` and `<style>` elements are no longer escaped when
16 serializing to HTML but declaring the XHTML namespace in the template.
17 * Improved error message raised when using the `py:for` directive on an object
18 that is not iterable (ticket #60).
19 * Fixed the XPath function `starts-with()` which was always returning true
20 (ticket #61).
21
22
1 Version 0.3.1 23 Version 0.3.1
2 http://svn.edgewall.org/repos/genshi/tags/0.3.1/ 24 http://svn.edgewall.org/repos/genshi/tags/0.3.1/
3 (Sep 22 2006, from branches/stable/0.3.x) 25 (Sep 22 2006, from branches/stable/0.3.x)
4 26
5 * Includes and user-defined filters were not getting the correct context data 27 * Includes and user-defined filters were not getting the correct context data
Copyright (C) 2012-2017 Edgewall Software