CHANGES.txt 1.42 KB
Newer Older
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
1 2 3 4
1.2.2 (2010-02-07)
==================
  - No longer use Xvfb.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
5 6 7 8
1.2.1 (2010-01-21)
==================
  - Improve ERP5 compatibility.

Gabriel Monnerat's avatar
Gabriel Monnerat committed
9 10
1.2.0 (2010-01-19)
==================
Gabriel Monnerat's avatar
Typo  
Gabriel Monnerat committed
11
  - Support LibreOffice3.3rc3.
Gabriel Monnerat's avatar
Gabriel Monnerat committed
12

13
1.1.0 (2010-01-13)
14
===================
Gabriel Monnerat's avatar
Gabriel Monnerat committed
15 16 17 18
  - 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.
19 20
  - Change folder structure of cloudooo to put handler, mimemapper, helpers
    related to handler in same folder than handler.
21
  - Refactor code to use json instead of jsonpickle.
22
  - Add getTableItem, getTableItemList and getTableMatrix for OOGranulate
23 24
  - Add getParagraphItemList and getParagraphItem for OOGranulate
  - Add getImageItemList and getImage for OOGranulate
Hugo H. Maia Vieira's avatar
Hugo H. Maia Vieira committed
25
  - Add OdfDocument
26 27
  - Add granulate interface.

Gabriel Monnerat's avatar
Gabriel Monnerat committed
28 29 30 31 32 33 34
1.0.9
=====
  - 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.

35
1.0.8
36 37 38
=====
  - Remove all attributes that works with cloudooo script paths.
  - Use all scripts according to your python eggs.
Hugo H. Maia Vieira's avatar
Hugo H. Maia Vieira committed
39
  - Fixed problem when a spreadsheet will be converted to html.
40

41
1.0.7
42 43 44
=====
  - Remove entry points, treat those as ordinary files.
  - Search all script files using pkg_resources.