itools 0.12.5 released

"J. David Ibáñez" jdavid at itaapy.com
Tue Mar 14 10:26:31 CET 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

itools is a Python library, it groups a number of packages into a single
meta-package for easier development and deployment:

  itools.catalog        itools.i18n             itools.web
  itools.cms            itools.ical             itools.workflow
  itools.csv            itools.resources        itools.xhtml
  itools.datatypes      itools.rss              itools.xliff
  itools.gettext        itools.schemas          itools.xml
  itools.handlers       itools.tmx
  itools.html           itools.uri


Changes:

  URI
  - Unquote escaped characters when decoding a url.

  Handlers
  - Fix virtual handlers (#158).

  CSV
  - Now access by attribute works on rows, e.g. "row.<name>", where
    name is the column name (of course only works when the schema is
    defined).

  XHTML
  - Fix "get_content_as_html" when there are non-ascii characters in
    text nodes, by encoding them.

  Web
  - Now the request handler keeps the whole request uri (not only the
    path), this is: "request.uri" instead of "request.path".
  - For virtual hosting, use the request header "X-Base-Path" instead
    of the query variable REAL_PATH. So rewrite rules must be updated
    (in Apache this is done with the "RequestHeader set X-Base-Path
    <value>" line).

  CMS
  - Remove consistency check in "Group.get_usernames" (it was an
    scalability bottleneck). Instead add a view in the user interface
    to check and fix groups with users that don't exist anymore.

  Packaging
  - Provide "itools.__version__" (replaces "itools.__git_revision__").
  - Drop the Changelog file.


Resources
- ---------

Download
http://www.ikaaro.org/download/itools/itools-0.12.5.tar.gz

Home
http://www.ikaaro.org/itools

Mailing list
http://in-girum.net/mailman/listinfo/ikaaro

Bug Tracker
http://bugs.lleu.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEFoxHqTbdUBYy+tIRArd/AJ4wUaiaxM10jX4gOXQjyNe9HGLYLwCgho1Y
uEfUx/r0vO5+kIeDKaxuRDg=
=Xbuq
-----END PGP SIGNATURE-----


More information about the Python-announce-list mailing list