- Move to git and reorganize the code.
- Eggify handlers
- Configuration file tells to cloudooo which handler must be loaded
- Update interface (not implemented yet)
- No longer use Xvfb.
- Improve ERP5 compatibility.
- Support LibreOffice3.3rc3.
- Refactor runCloudOOoUnitTest.py to control better the daemon process
- Use argparse instead of optparse
- Refactor tests to use boolean asserts to validate True or False.
- Use python-magic to validate the output documents according to mimetype.
- Change folder structure of cloudooo to put handler, mimemapper, helpers related to handler in same folder than handler.
- Refactor code to use json instead of jsonpickle.
- Add getTableItem, getTableItemList and getTableMatrix for OOGranulate
- Add getParagraphItemList and getParagraphItem for OOGranulate
- Add getImageItemList and getImage for OOGranulate
- Add OdfDocument
- Add granulate interface.
- use pkg_resources to get helper scripts.
- move internal scripts to helper folder.
- removed cloudooo as dependency of internal scripts.
- modified way that the filters of OpenOffice.org are passed.
- Remove all attributes that works with cloudooo script paths.
- Use all scripts according to your python eggs.
- Fixed problem when a spreadsheet will be converted to html.
- Remove entry points, treat those as ordinary files.
- Search all script files using pkg_resources.