Changelog
=========

1.1.1 - Unreleased
------------------

* remove five:traversable directive (deprecated in plone3) [toutpt]

* Add default config for importcsvStep [toutpt]

* importcsvStep now depend on plone-final step [toutpt]

* option ``ignore_content_errors`` added to import step config (set it to true) and to the replicator methods. It allows to log errors when setting fields instead of raising exceptions and stop. [kiorky]  

* Fix silly empty list bug in replicator.csvimport prototype. [kiorky]

* Fix unicode error with reference fields [kiorky]  

* Add support for temporary export path [kiorky]  

* Add support for flattened CSV Files [kiorky]  

* Add tests, and tests infrastructure [kiorky]  

* Add Stream (Files) Iterators not to overhead the RAM [kiorky]  

1.1 - 2009-10-17
-----------------

* A new import step to use csvreplicata to import contents [toutpt]

* Fix creationflag issue [toutpt]

* plugins system. Export other things than AT. take a look at interfaces and adpaters [kiorky]

* some encoding bugs fixed [kiorky]

* datetime format settings in the tool [kiorky]

* images/files created with folder structure in export [kiorky]

* Plone 2.5 compatibility back [kiorky]

1.0.7 - 2009-07-15
------------------

* Prevent fixTools from running outside of the context of Products.csvreplicata [pigeonflight]

* Fix export when data value is not ascii [yboussard]

1.0.6
-------

* support vocabulary defined as object method [Jim BAACK]

1.0.5
-----

* fix bug crc32 with large media files
* when you set a CSVHandledTypesSchematas default is automatically preselected for user convenience [Jean-Philippe CAMGUILHEM]

1.0.4
-----

* Uninstall problem fix

  IMPORTANT NOTE: when migrating from previous versions, you need to uninstall csvreplicata and then reinstall csvreplicata. [Jean-Philippe CAMGUILHEM]

1.0.3
-----

* Custom handlers can be now implemented outside the product, and dynamically declared to the csvreplicata tool. [Jean-Philippe CAMGUILHEM]

1.0.2
-----

* Initial release.[Eric BREHAULT / Christophe SAUTHIER]

1.0
---

* Unreleased
