OpenXml 1.0.1 (Nov 21, 2008)

Added old style installation support for Plone 2.5 - See the home page about files indexing with Plone 2.5.

For additional information about this project, please visit the overview page .

Available downloads

Egg

For all platforms (93kB)

Tarball

For all platforms (37kB)

Release Notes

Tested with Plone 2.5, Plone 3
State Final release
License GPL

https://svn.plone.org/svn/collective/Products.OpenXml/tags/1.0.1

  • Added Plone 2.5 compatibility. Note that ATFile that ships with Plone 2.5 does not attempt to index file contents. So only icons and mime types work on a Vanilla Plone 2.5. If you need support for indexing, consider using AttachmentField and PloneExFile that fit with Plone 2.5. As a consequence, the unit test "testATfileSearchableText" fails. [glenfant]
  • Fixed a typo in unit tests. [glenfant]