XSLTools

Change of packages/ubuntu-feisty/python-xsltools/debian/changelog

610:6f45f0c7603f
packages/ubuntu-feisty/python-xsltools/debian/changelog
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/packages/ubuntu-feisty/python-xsltools/debian/changelog	Sat Sep 08 16:21:49 2007 +0000
     1.3 @@ -0,0 +1,148 @@
     1.4 +xsltools (0.4.7-0ubuntu1) feisty; urgency=low
     1.5 +
     1.6 +  * Added Ubuntu Feisty (7.04) package support.
     1.7 +
     1.8 + -- Paul Boddie <paul@boddie.org.uk>  Sat,  8 Sep 2007 18:12:19 +0200
     1.9 +
    1.10 +xsltools (0.4.6-0ubuntu1) hoary; urgency=low
    1.11 +
    1.12 +  * Improved the Login module, enabling the
    1.13 +    VerySimpleWithLogin example for various frameworks.
    1.14 +  * Relicensed under the LGPL version 3 or later.
    1.15 +  * Upgraded to Sarissa 0.9.7.8 (compatible with LGPL/GPL
    1.16 +    version 3), removing a test around DOMParser so that
    1.17 +    Konqueror 3.4.0 is still supported.
    1.18 +
    1.19 + -- Paul Boddie <paul@boddie.org.uk>  Sat,  7 Jul 2007 18:16:51 +0200
    1.20 +
    1.21 +xsltools (0.4.5-0ubuntu1) hoary; urgency=low
    1.22 +
    1.23 +  * Fixed the result of transformations in XSLOutput: proper
    1.24 +    document nodes are now produced.
    1.25 +  * Added an XSLForms.Resources.Login module which provides
    1.26 +    resources to support login screens and redirects.
    1.27 +  * Fixed newlines in the attributes created from fields in
    1.28 +    XSLForms: CR characters are no longer included since
    1.29 +    this caused the doubling up of newlines in Firefox.
    1.30 +
    1.31 + -- Paul Boddie <paul@boddie.org.uk>  Wed,  6 Jun 2007 01:17:17 +0200
    1.32 +
    1.33 +xsltools (0.4.4-0ubuntu1) hoary; urgency=low
    1.34 +
    1.35 +  * Fixed translation selection for the template:i18n
    1.36 +    annotation attribute, not just for the template:i18n
    1.37 +    extension function - more apologies for resulting output
    1.38 +    changes!
    1.39 +  * Improved the template fixing stylesheet and added some
    1.40 +    documentation for the script and the related expr-prefix
    1.41 +    attribute.
    1.42 +  * Introduced WebStack 1.2.2 EncodingSelector and encoding
    1.43 +    changes.
    1.44 +  * Added docstring and return value for the
    1.45 +    write_month_to_document function in XSLTools.XMLCalendar.
    1.46 +
    1.47 + -- Paul Boddie <paul@boddie.org.uk>  Wed, 28 Feb 2007 23:27:57 +0100
    1.48 +
    1.49 +xsltools (0.4.3-0ubuntu1) hoary; urgency=low
    1.50 +
    1.51 +  * Fixed translation selection when an unsupported locale
    1.52 +    is specified, choosing the first locale as the default
    1.53 +    (rather than exposing the values themselves as
    1.54 +    translations). Note that this is an unfortunate and
    1.55 +    subtle change which may affect application output -
    1.56 +    apologies are hereby offered!
    1.57 +
    1.58 + -- Paul Boddie <paul@boddie.org.uk>  Fri, 19 Jan 2007 00:32:36 +0100
    1.59 +
    1.60 +xsltools (0.4.2-0ubuntu1) hoary; urgency=low
    1.61 +
    1.62 +  * Added a content type check in the XSLFormsResource
    1.63 +    class, permitting non-form-based resources to access the
    1.64 +    raw request data, rather than have the data processed
    1.65 +    unsuccessfully and consequently discarded.
    1.66 +  * Added a script and a function to fix template namespaces
    1.67 +    after editing in a careless editor.
    1.68 +  * Changed libxml2mod and libxsltmod import details to try
    1.69 +    libxmlmods - suggested by Lucian Wischik for libxml2dom.
    1.70 +
    1.71 + -- Paul Boddie <paul@boddie.org.uk>  Tue, 28 Nov 2006 23:27:09 +0100
    1.72 +
    1.73 +xsltools (0.4.1-0ubuntu1) hoary; urgency=low
    1.74 +
    1.75 +  * Made translations specified using the template:i18n
    1.76 +    annotation take priority over template:value
    1.77 +    annotations.
    1.78 +  * Added expression-based template:i18n annotations, and
    1.79 +    provided fallback output for such translations based on
    1.80 +    the value of the evaluated expression.
    1.81 +
    1.82 + -- Paul Boddie <paul@boddie.org.uk>  Tue, 21 Mar 2006 02:17:02 +0100
    1.83 +
    1.84 +xsltools (0.4-0ubuntu1) hoary; urgency=low
    1.85 +
    1.86 +  * Changed the preparation of templates to produce
    1.87 +    rule-based output stylesheets, thus permitting recursive
    1.88 +    templates. This requires an extra expr-prefix annotation
    1.89 +    to be used in certain kinds of templates.
    1.90 +  * Added a recursive template example application.
    1.91 +  * Changed fragment production to use original template
    1.92 +    documents instead of output stylesheets.
    1.93 +  * Changed the in_page_resources attribute to provide the
    1.94 +    output identifier, thus changing the prepare_fragment
    1.95 +    method in Web resources so that only the fragment
    1.96 +    identifier needs to be supplied.
    1.97 +  * Added the XSLForms.Resources.WebResources.prepare_resources
    1.98 +    method for the preparation of initialiser and output
    1.99 +    stylesheets before an application is run.
   1.100 +  * Changed selectors to not automatically create elements
   1.101 +    in the form data document unless requested to do so.
   1.102 +    Introduced a Form.get_selector method in
   1.103 +    XSLForms.Fields.
   1.104 +  * Permitted the creation of hierarchies of elements in
   1.105 +    XSLForms.Utils.add_elements.
   1.106 +  * Introduced dynamic parameter evaluation for multiple-
   1.107 +    choice fields in order to support sources of multiple-
   1.108 +    choice values which reside in the form data document
   1.109 +    itself.
   1.110 +  * Added the FixNamespace.xsl stylesheet to correct
   1.111 +    documents saved by HTML editors which strip namespace
   1.112 +    prefixes.
   1.113 +  * Fixed filesystem encoding issues in the Candidate
   1.114 +    example; fixed language preference access in the
   1.115 +    Configurator and VerySimple examples.
   1.116 +  * Changed the BaseHTTPRequestHandler version of the
   1.117 +    Candidate example to store data in a subdirectory of
   1.118 +    the current working directory, thus allowing the
   1.119 +    demonstration application to work after package
   1.120 +    installation.
   1.121 +
   1.122 + -- Paul Boddie <paul@boddie.org.uk>  Sun, 12 Mar 2006 16:17:29 +0100
   1.123 +
   1.124 +xsltools (0.3.1-0ubuntu1) hoary; urgency=low
   1.125 +
   1.126 +  * Fixed copyright and licensing information.
   1.127 +
   1.128 + -- Paul Boddie <paul@boddie.org.uk>  Fri, 09 Dec 2005 14:57:29 +0100
   1.129 +
   1.130 +xsltools (0.3-0ubuntu1) hoary; urgency=low
   1.131 +
   1.132 +  * Introduced copying of multiple-choice value element
   1.133 +    contents so that option element labels can differ from
   1.134 +    the underlying values.
   1.135 +  * Added internationalisation support, providing the
   1.136 +    template:i18n annotation and the template:i18n extension
   1.137 +    function.
   1.138 +  * Updated the documentation to cover the above new
   1.139 +    features.
   1.140 +  * Fixed non-GET/POST request method handling in
   1.141 +    WebResources.
   1.142 +  * Added the xslform_preparemacro.py script.
   1.143 +  * Added an experimental template:range extension function.
   1.144 +
   1.145 + -- Paul Boddie <paul@boddie.org.uk>  Thu, 08 Dec 2005 16:59:02 +0100
   1.146 +
   1.147 +xsltools (0.2-0ubuntu1) hoary; urgency=low
   1.148 +
   1.149 +  * New upstream release.
   1.150 +
   1.151 + -- Paul Boddie <paul@boddie.org.uk>  Tue, 16 Aug 2005 19:46:29 +0200