Andreas Jung

Results 86 issues of Andreas Jung

I upgraded my script from 3.2.8 -> 4.1.0 (MacOS) Now I see these two errors that did not occur with the older version of the script ``` Host Issuer Status...

Situation: - fresh Plone 6.0.0a4 site - importing a `File.json` - some FIle objects have parents that are not `Folder` instances but more specialized DX container classes - these parent...

bug

We have content-types that contains a `RelationChoice` field with a value like `related_url': '/community/meinung/onlineangebote-lehramtsstudium'` The referenced object has not been imported yet. So this reference is not resolvable. For this...

bug

I have a Plone 5.2 AT site that exports most of the content with ``` "language": "" ``` and some content items as ``` "language": { "title": "Deutsch", "token": "de"...

bug

For some custom content object, `get_default_page()` raises: ``` File "/home/ajung/sandboxes/iwm/plone4.buildout/src/collective.exportimport/src/collective/exportimport/export_other.py", line 466, in get_default_page default_page = obj.getDefaultPage() File "/home/ajung/.buildout/eggs/Products.CMFDynamicViewFTI-4.1.8-py2.7.egg/Products/CMFDynamicViewFTI/browserdefault.py", line 88, in getDefaultPage return plone_utils.getDefaultPage(self) File "/home/ajung/.buildout/eggs/Products.CMFPlone-4.3.20-py2.7.egg/Products/CMFPlone/PloneTool.py", line 701, in...

I am using this exporter script ``` acl = app.acl_users user = acl.getUser(USER) newSecurityManager(None, user.__of__(acl)) site = app.eteaching makerequest(site) setSite(site) export_content = api.content.get_view('export_content', site, site.REQUEST) site.REQUEST.form['form.submitted'] = True export_content(portal_type=['Folder', 'Document',...

Exported JSON files can be become rather large in particular with inline binary data (which is often needed rather than having a reference to a blob file). Using JSONL would...

enhancement

Not a bug, perhaps a feature request for supporting plone.formwidget.geolocation.geolocation.Geolocation: ``` 2021-12-11 18:05:41,976 INFO [collective.exportimport.export_content:299][waitress-2] Error exporting https://test.dynamore.de/en/locations/subsidiaries/dynamore-swiss-en: No converter for making () JSON compatible ```

enhancement

I am receiving a bunch of these messages from a Plone 4.3 buildout that is working on all machines except this one. Latest Plone 4.3, latest mr.developer The related sources...

I tried to install a buildout using zc.buildout 2.1 and mr.developer 1.26 under Python 3.3. This fails: Traceback (most recent call last): File "", line 1, in File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line...