Philip Bauer

Results 41 comments of Philip Bauer

I update the export (see above) since getting the right oid was not as straightforward as I had thought. And finally here is the rather simple import and it works...

I merged https://github.com/collective/collective.exportimport/pull/41 so now we have working solutions to export and import very large json-files. I still strongly suggest using my approach with `blob_path` when dealing with a lot...

https://github.com/collective/collective.exportimport/#notes-on-speed-and-large-migrations has a note on `TMPDIR`

Thanks for the feedback. Would you like to cerate a pull-request for this chapter?

The one in ttw used to be a symlink to the one in master-plone. Unless you want to do some more edits I suggest you copy the content form mastering-plone...

@fulv You can add relations (list or choice) in the dexterity schema-editor. You can even define allowed types inthe editor. Give it a try. But I think the is a...

I can confirm this issue with version 10.8 and Plone 5.1rc2 and the radio-widget. It happens when the values for the widget are taken from the catalog (not from a...

By default it should be off. I'm back next week and can have a look.

Who creates content-ids with whitespaces? I would keep that in my `global_dict_hook` but you can create a PR with a fix. Keep in mind that `@id` and `id` of the...

Over 2 billion people read rtl-languages like Adlam, Arabic, Hebrew, N'Ko, Syriac, and Thaana (see https://www.w3.org/International/questions/qa-scripts.de#directions). As a right-to-left language does not enable `dir="rtl"` on the body-tag. When I add...