- Use plone.app.discussion and plone.app.multilingual as optional dependencies. @davisagli #18
- Include 'isReferencing' relations in import. @ksuess #32
- Set constraints after setting local permissions on content [@ericof] #33
- Export adds a newline at the end of all files.
This matches the
.editorconfig
settings that we have in most Plone packages. [maurits] #35 - Do not export or import translations when
plone.app.multilingual
is not available. [maurits] #35 - Disallowlisted portlets were not imported when there was no accompanying change in the actual portlet list. [maurits] #35
- Add a fixer for the
allow_discussion
key: this should only contain True or False when this is explicitly set on the object. [maurits] #35 - Do not export or import discussions/comments when
plone.app.discussion
is not available. [maurits] #35 - Renamed
blacklisted_status
key toblocked_status
to be sensitive. We still read the old key for backwards compatibility. [maurits] #35
- Export / Import local permissions for each content [@ericof] #15
- Fix
plone.exportimport.utils.principals.members._run_as_manager
function [@ericof] #29
- Allow granting roles other than Manager and Member to principals [@ericof] #25
- Fix export of language for content [@sneridagh] #26
- Fix list of test dependencies [@ericof]
- Add pre_deserialize_hooks to content import [@pbauer] #22
- Reindex members of relations in case that they contain preview_image_links [sneridagh] #13
- Avoid duplicating portlets registration during import [@ericof] #16
- Update plone/meta [@ericof] #20
- Fix importer by issuing a transaction commit [sneridagh] #9
- Account for use case language is empty string [sneridagh] #10
- Support export/import of portlets if plone.app.portlets is installed. @davisagli #8
- Implement exporter and importer for content [@ericof] #1
- Implement exporter and importer for members and groups [@ericof] #2
- Implement exporter and importer for redirects [@ericof] #3
- Implement exporter and importer for relations [@ericof] #4
- Implement exporter and importer for translations [@ericof] #5
- Implement exporter and importer for discussions [@ericof] #6