Commit b88075c
3 files changed
+39
-45
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
122 | 158 | | |
123 | 159 | | |
124 | 160 | | |
| |||
278 | 314 | | |
279 | 315 | | |
280 | 316 | | |
281 | | - | |
| 317 | + | |
282 | 318 | | |
283 | 319 | | |
284 | 320 | | |
285 | 321 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
Submodule plone.restapi updated 21 files
- CHANGES.rst+32
- README.rst+3-4
- docs/source/endpoints/searching.md+8-6
- news/1555.doc+1
- setup.py+1-1
- src/plone/restapi/blocks_linkintegrity.py+3-1
- src/plone/restapi/search/query.py+15-2
- src/plone/restapi/serializer/site.py+1
- src/plone/restapi/services/locking/__init__.py+5-1
- src/plone/restapi/tests/helpers.py+12
- src/plone/restapi/tests/http-examples/jwt_logged_in.resp+1
- src/plone/restapi/tests/http-examples/lock.resp+1-1
- src/plone/restapi/tests/http-examples/lock_nonstealable_timeout.resp+1-1
- src/plone/restapi/tests/http-examples/refresh_lock.resp+1-1
- src/plone/restapi/tests/http-examples/search_sort_multiple_indexes.req+3
- src/plone/restapi/tests/http-examples/search_sort_multiple_indexes.resp+51
- src/plone/restapi/tests/http-examples/siteroot.resp+1
- src/plone/restapi/tests/http-examples/translated_messages_addons.resp+8-8
- src/plone/restapi/tests/http-examples/workingcopy_baseline_get.resp+1-1
- src/plone/restapi/tests/test_blocks_linkintegrity.py+29
- src/plone/restapi/tests/test_documentation.py+22-10
- .storybook/static/previewImage.png
- .storybook/static/previewImage.svg+48
- CHANGELOG.md+66-1
- Makefile+11-4
- addon-registry.js+18-4
- api/buildout.cfg+1-1
- cypress/support/commands.js+9-8
- cypress/tests/core/blocks/blocks.js+15
- cypress/tests/core/volto-slate/09-block-slate-slashmenu.js+18
- cypress/tests/coresandbox/fields.js+43-1
- docker-compose.yml+2-2
- docs/source/_static/user-manual/blocks/add_new_block.gif
- docs/source/_static/user-manual/blocks/block_left_plus_icon.png
- docs/source/_static/user-manual/blocks/blocks_type_menu.png
- docs/source/addons/index.md+32
- docs/source/developer-guidelines/branch-policy.md+5
- docs/source/getting-started/install.md+3-13
- docs/source/getting-started/others.md+25-16
- docs/source/index.md+1
- docs/source/recipes/creating-project.md+14-3
- docs/source/release-notes/index.md+3-7
- docs/source/theming/custom-styling.md+50-11
- docs/source/user-manual/blocks.md+85
- docs/source/user-manual/index.md+33
- locales/ca/LC_MESSAGES/volto.po+2-2
- locales/de/LC_MESSAGES/volto.po+169-169
- locales/en/LC_MESSAGES/volto.po+2-2
- locales/es/LC_MESSAGES/volto.po+30-30
- locales/eu/LC_MESSAGES/volto.po+112-112
- locales/fr/LC_MESSAGES/volto.po+454-454
- locales/it/LC_MESSAGES/volto.po+2-2
- locales/ja/LC_MESSAGES/volto.po+2-2
- locales/nl/LC_MESSAGES/volto.po+2-2
- locales/pt/LC_MESSAGES/volto.po+2-2
- locales/pt_BR/LC_MESSAGES/volto.po+43-43
- locales/ro/LC_MESSAGES/volto.po+2-2
- locales/volto.pot+3-3
- locales/zh_CN/LC_MESSAGES/volto.po+4.6k
- news/3979.documentation-1
- news/3985.feature-1
- news/3989.bugfix-1
- news/3992.documentation-1
- news/3995.documentation-1
- news/4001.documentation-1
- news/4051.bug+1
- news/4105.internal+1
- news/4108.bugfix+1
- news/4113.bug+1
- news/4115.bugfix+1
- news/4116.bugfix+1
- news/4121.feature+1
- package.json+17-6
- packages/coresandbox/src/components/Blocks/TestBlock/View.jsx+6-1
- packages/coresandbox/src/components/Blocks/TestBlock/schema.js+5
- packages/generator-volto/CHANGELOG.md+10-5
- packages/generator-volto/README.md+6
- packages/generator-volto/__tests__/test_addon.js
- packages/generator-volto/__tests__/test_app.js+58-6
- packages/generator-volto/generators/addon/templates/cypress.config.js+8
- packages/generator-volto/generators/addon/templates/cypress/tests/.gitkeep
- packages/generator-volto/generators/app/templates/.eslintrc.js+10-1
- packages/generator-volto/generators/app/templates/Makefile+2-2
- packages/generator-volto/generators/app/templates/cypress.config.js+8
- packages/generator-volto/generators/app/templates/cypress/tests/.gitkeep
- packages/generator-volto/generators/app/utils.js+12-7
- packages/generator-volto/news/.gitkeep
- packages/generator-volto/news/4073.feature+1
- packages/generator-volto/news/4074.bugfix+1
- packages/generator-volto/package.json+6-5
- packages/generator-volto/towncrier.toml+33
- packages/generator-volto/yarn.lock+12
- packages/scripts/CHANGELOG.md+7-9
- packages/scripts/corepackagebump.js+20
- packages/scripts/news/.gitkeep
- packages/scripts/package.json+4-4
- packages/scripts/towncrier.toml+33
- packages/volto-slate/package.json+2-2
- packages/volto-slate/src/blocks/Text/SlashMenu.jsx+14-5
- packages/volto-slate/src/blocks/Text/keyboard/slashMenu.js+4-1
- packages/volto-slate/src/editor/config.jsx+3
- packages/volto-slate/src/editor/deserialize.js+37-24
- packages/volto-slate/src/utils/blocks.js+31
- packages/volto-slate/src/widgets/HtmlSlateWidget.jsx+1-1
- razzle.config.js+25
- src/components/manage/Blocks/Block/DefaultView.jsx+1-1
- src/components/manage/Contents/Contents.jsx+1-1
- src/components/manage/Controlpanels/Groups/GroupsControlpanel.jsx+5-2
- src/components/manage/Controlpanels/Users/UsersControlpanel.jsx+8-3
- src/components/manage/Form/Form.jsx+10-1
- src/components/manage/ReactVirtualized/DynamicRowHeightList.jsx+14-1
- src/components/manage/Widgets/ArrayWidget.jsx+3
- src/components/manage/Widgets/RecurrenceWidget/Occurences.jsx+1-1
- src/components/theme/Logo/Logo.stories.jsx+27
- src/components/theme/SearchWidget/SearchWidget.jsx+4
- src/components/theme/View/DefaultView.jsx+11-3
- src/config/index.js-1
- src/registry.js-8
- theme/theme.config+3-3
- yarn.lock+101-41
0 commit comments