----------------
- Prevent creating content in a different Plone Site in the same database (52).
In general, cleanup parent paths when in development on localhost.
[maurits]
- Read environment variable ``COLLECTIVE_EXPORTIMPORT_CENTRAL_DIRECTORY`` (51).
When set, this is used for storing an export file and getting an import file.
This is useful for sharing content between multiple Plone Sites on the same server.
[maurits]
- Unescape html entities and line-breaks when importing comments (43).
[pbauer]
- Export and import complete sites or content trees with configurable types, depth and path (40).
[pbauer]
- Added option to export blobs as blob paths (50).
[pbauer, maurits]
- Fixed creating missing folder structure (45).
[maurits]
- Export and import portlets (39).
[pbauer]
- Export content and write to file using a generator/yield. This avoids memory ballooning to the size of the exported file (41).
[fredvd]