Maurits van Rees
Maurits van Rees
This fixes a regression due to a low Zope form memory limit of 1MB used since Plone 6.0.7. See `CMFPlone issue 3848 `_ and `Zope PR 1142 `_. Fixes https://github.com/plone/plone.restapi/issues/1730
Fixes https://github.com/plone/plone.restapi/issues/1585 TODO: fix tests.
The `plone52-py36` job currently fails, probably because I released Plone 5.2.11 yesterday. [Sample failure](https://github.com/collective/collective.exportimport/actions/runs/4059355170/jobs/6987304784#step:9:165): ``` Version and requirements information containing charset-normalizer: [versions] constraint on charset-normalizer: 2.1.1 Requirement of requests: charset-normalizer~=2.0.0...
I have an portlet export that includes a portlet that I no longer want. Currently, the import fails, because the portlet type is not known: ``` Traceback (innermost last): Module...
I have several relation fields in a portlet. Exporting portlets then fails because a `RelationValue` is not json serialisable: ``` http://localhost:9152/plone/@@export_portlets Traceback (innermost last): Module ZPublisher.Publish, line 138, in publish...
For example checkout [`icalendar`](https://github.com/collective/icalendar) and try to generate its readme: ``` bin/python -mreadme_renderer -p icalendar Traceback (most recent call last): File "/Users/maurits/.pyenv/versions/3.11.4/lib/python3.11/importlib/metadata/__init__.py", line 563, in from_name return next(cls.discover(name=name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ StopIteration...
We want to test this before there is a release. Seemed fine a few weeks ago.
Is there anything that needs to happen before we can truly say `bobtemplates.plone` can be used for Plone 6 projects? Any nasty open issues? Python 3.11 support would be nice...
I created a new `bobtemplates.plone` package for Plone 4.3 and added a resource in the static directory and tried to access this. This failed, which led me to try all...