collective.exportimport icon indicating copy to clipboard operation
collective.exportimport copied to clipboard

Export and import content and other data from and to Plone

Results 44 collective.exportimport issues
Sort by recently updated
recently updated
newest added

See https://github.com/orgs/community/discussions/86715 I also reported the issue to github support and it was tracked in as https://support.github.com/ticket/2527435 (not publicly accessible). I finally got this answer: > The engineering team have...

I need to migrate some data between two Volto sites. When i export the contents, there are some blocks serializers (adapters in plone.restapi) that converts internal links with resolveuid into...

Hi, after being able to install `exportimport` on my Plone 4.3.19 (thanks for https://github.com/collective/collective.exportimport/issues/166), and restoring the `Data.fs`, I am now facing the following error while exporting: ``` raceback (innermost...

- Adds hierarchycal content export/import. A folder structure will be created and a json file per item. This will allow to keep track of changes for each item. Also allow...

Recently there was a change to deserializing when importing a new item. Now the item data is converted to a json string before the deserializer [using json.dumps](https://github.com/collective/collective.exportimport/blob/d4136c2ea360fee9d8e8d2ec42dc8f4eea31d92e/src/collective/exportimport/import_content.py#L430). This causes issues...

question

Hey folks! I'm seeing that the default serialization / conversion of a datetime is dropping a timezone. The effect will be an incorrect time during import. (unless you're British and...

rules are exported with the full path. When they are imported they won't match unless the absolute path happens to be the same. I suspect this is because p.a.redirector actually...

bug

# problem - currently can only select by type or single path (+ depth) # Solution - single query widget to replace path, depth and type - have a default...

Same as fix_html_in_content_fields is should be possible to pass additional fixers. An example I used recently is to scale all unscaled images: ```python def scale_unscaled_images(text, obj=None): """Scale unscaled image""" if...

These are two distinct issues — both with ContentExport (Plone 5.1, Python 2.7.18, `collective.exportimport == 1.7`, `plone.restapi==7.8.0`,) — but I'm using a common monkey patch to work around them, so...

bug