You are not logged in Log in Join
You are here: Home » Members » longsleep » CMF OpenOffice Document » CMF OpenOffice Document Change Log

Log in
Name

Password

 

CMF OpenOffice Document Change Log

CMFOODocument Change Log

12/04/03 - 0.2.1

  • HTML output is now parsed with libxml2 (as xml) to get the images instead of doing regex lookup.
  • The output encoding is now read from the portal to use correct encoding on output html instead of quoting everything. This fixes problems with certain languages where the styles also were quoted.
  • Not longer stores non Writer documents as Writer document.
  • Content-Type registry of all OpenOffice.org Mime-Types.
  • Upgraded sx2ml stylesheets to newest version from xml.openoffice.org.
  • We now have an installer external method which installs CMFOODocument to portals.
  • No longer use document_view for viewing OODocuments. We now have own view template.
  • Fixes bug which didnt allow an upload of oo.org documents containing linked objects.
  • Plone CVS-HEAD compatiblity.

16/03/03 - 0.2

  • We keep the OpenOffice.org styles per default now. (turn off by setting a keepOOStyles property at your portal object to 0(int).)
  • A seperate css stylesheet is now created instead of putting all the css stuff inside the rendered html document.
  • Default Image Resolution is now 86 pixel.
  • We now extract images into ZODB persistently, instead of doing dynamic extraction on each access.
  • Extracted Images are resized using bicubic filter if PIL is available instead of letting browser resize the image.
  • Upgraded sx2ml stylesheets to newest version from xml.openoffice.org.
  • A newly created OODocument contains now an empty OpenOffice.org Writer document which can be edited by ExternalEditor at once so ppl can use the system to create new OpenOffice files.

12/02/03 - 0.1.4 (stable)

  • Fixed major bug with large OpenOffice.org Documents thanks to Harald Ragger for reporting this.

11/02/03 - 0.1.3

  • Plone 1.0-final compatibility.
  • Fixed content-type problems while uploading.

08/01/03 - 0.1.2

  • icoya OpenContent 1.3.4 compatibility.
  • CMF1.2 compatibility.

22/12/02 - 0.1.1

  • Fixed URI generation to be RFC 2396 compatible. This fixes style inclusion errors with some libxml2/libxslt versions.
  • Fixed error when a CMFOODocument without content is displayed.
  • Fixed document inline urls to be relative. This solves problems after a CMFOODocument has been renamed.
  • XML transformation warnings and errors are no longer displayed.

16/12/02 - 0.1

  • Initial release.