plone.restapi
plone.restapi copied to clipboard
RESTful API for Plone.
**Issue:** By enabling TTW DX Layout for content-types the **volto.blocks** behavior is removed in order to be able to edit **blocks** and **blocks_layout** defaults. The side effect of this is...
Is there a reason to keep https://plonerestapi.readthedocs.io/en/latest/ now that we have https://6.dev-docs.plone.org/plone.restapi/docs/source/index.html? If not, then I would propose to delete the RTD project and update the README to use the...
Compare these two imports: https://github.com/plone/plone.restapi/blob/b86c20cca15120be62b73ed24f944db22d189f44/src/plone/restapi/services/content/utils.py#L4 https://github.com/plone/plone.restapi/blob/b86c20cca15120be62b73ed24f944db22d189f44/src/plone/restapi/serializer/utils.py#L1 We should use the one from `plone.app.uuid` in both places, as I want to deprecate the one from `plone.outputfilters`. In fact, I [have already...
At ... https://github.com/plone/plone.restapi/blob/4dff305bb39cc5fb61af9bfbd98b7428b44e398a/src/plone/restapi/deserializer/dxcontent.py#L38-L40 ... a `create` parameter is given without any documentation. The `IDeserializeFromJson` also defines nothing here. In fact, when `create=True` is passed nothing is "created" (which in fact...
44 errors here are preventing the merge of https://github.com/plone/Products.CMFPlone/pull/3494 https://jenkins.plone.org/job/pull-request-6.0-3.7/1164/#showFailuresLink All because it uses the long (since Plone 5.0!) deprecated way of using an adapter on the site root (instead...
- isort was not following out standards - now it does - use plone.base to prevent deprecation warnings
It seems updating the user portrait is not working if: - user id is a uuid4 This also may be related to #751