plone / plone.exportimport

Plone content export / import support
GNU General Public License v2.0
2 stars 0 forks source link

Various fixes #35

Closed mauritsvanrees closed 2 months ago

mauritsvanrees commented 2 months ago

I was testing https://github.com/plone/plone.classicui/pull/13 and this led to some improvements. See individual commit messages for details, but largely it is this:

I have used this code to import and export a Classic UI site with the mentioned plone.classicui pull request, and have updated it.

BTW, is it too late in the portlets.json to rename blacklist_status to something like disallowlist_status? I don't feel strongly about this, but using "black" in this context is frowned upon. For backwards compatibility we could still read the old name as well.

ericof commented 2 months ago

I do not think it is too late to fix the naming in portlets

mauritsvanrees commented 2 months ago

In portlets I have deprecated blacklist_status in favor of disallowlist_status. We still read the old key for backwards compatibility.

And I added six news snippets. :-)