eea.volto.policy 5.5__zip → 5.7__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eea.volto.policy-5.5/eea.volto.policy.egg-info → eea.volto.policy-5.7}/PKG-INFO +15 -1
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/docs/HISTORY.txt +14 -0
- eea.volto.policy-5.7/eea/volto/policy/browser/breadcrumbs.py +62 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/browser/configure.zcml +9 -0
- eea.volto.policy-5.7/eea/volto/policy/restapi/services/actions/__init__.py +1 -0
- eea.volto.policy-5.7/eea/volto/policy/restapi/services/actions/configure.zcml +13 -0
- eea.volto.policy-5.7/eea/volto/policy/restapi/services/actions/get.py +54 -0
- eea.volto.policy-5.7/eea/volto/policy/restapi/services/breadcrumbs/__init__.py +1 -0
- eea.volto.policy-5.7/eea/volto/policy/restapi/services/breadcrumbs/configure.zcml +13 -0
- eea.volto.policy-5.7/eea/volto/policy/restapi/services/breadcrumbs/get.py +45 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/services/configure.zcml +2 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/services/contextnavigation/get.py +1 -1
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/upgrades/upgrade_svgs/upgrade_svg.py +14 -13
- eea.volto.policy-5.7/eea/volto/policy/version.txt +1 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7/eea.volto.policy.egg-info}/PKG-INFO +15 -1
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea.volto.policy.egg-info/SOURCES.txt +7 -0
- eea.volto.policy-5.5/eea/volto/policy/version.txt +0 -1
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/CONTRIBUTING.md +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/MANIFEST.in +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/README.rst +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/docs/LICENSE.GPL +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/docs/LICENSE.txt +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/README.txt +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/behaviors/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/behaviors/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/behaviors/sidenavigation.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/browser/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/browser/teaser.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/contentrules/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/contentrules/actions.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/contentrules/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/image_scales/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/image_scales/adapters.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/image_scales/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/image_scales/indexer.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/image_scales/interfaces.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/interfaces.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/bg/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/bg/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/bg/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/bg/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/cs/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/cs/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/cs/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/cs/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/da/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/da/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/da/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/da/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/de/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/de/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/de/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/de/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eea.pot +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/el/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/el/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/el/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/el/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/en/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/en/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/en/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/en/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/es/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/es/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/es/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/es/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/et/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/et/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/et/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/et/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eu/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eu/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eu/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eu/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fi/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fi/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fi/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fi/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fr/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fr/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fr/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fr/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hr/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hr/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hr/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hr/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hu/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hu/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hu/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hu/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/is/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/is/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/is/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/is/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/it/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/it/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/it/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/it/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/kl/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/kl/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/kl/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/kl/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/lt/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/lt/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/lt/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/lt/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/lv/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/lv/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/lv/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/lv/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/mt/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/mt/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/mt/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/mt/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/nl/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/nl/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/nl/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/nl/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/no/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/no/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/no/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/no/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pl/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pl/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pl/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pl/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/plone-manual.pot +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pt/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pt/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pt/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pt/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pt_BR/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pt_BR/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pt_BR/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/pt_BR/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/ro/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/ro/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/ro/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/ro/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/ru/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/ru/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/ru/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/ru/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sk/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sk/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sk/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sk/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sl/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sl/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sl/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sl/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sv/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sv/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sv/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/sv/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/tr/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/tr/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/tr/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/tr/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/update.sh +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/zh_TW/LC_MESSAGES/eea.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/zh_TW/LC_MESSAGES/eea.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/zh_TW/LC_MESSAGES/plone.mo +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/zh_TW/LC_MESSAGES/plone.po +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/overrides.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/permissions.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/profiles/default/browserlayer.xml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/profiles/default/catalog.xml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/profiles/default/contentrules.xml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/profiles/default/metadata.xml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/profiles/default/registry/side_nav_types.xml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/profiles/default/registry.xml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/profiles/uninstall/browserlayer.xml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/profiles.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/blocks.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/deserializer/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/deserializer/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/deserializer/dxfields.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/navigation/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/navigation/navigation.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/serializer/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/serializer/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/serializer/dxfields.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/serializer/summary.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/services/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/services/contextnavigation/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/restapi/services/contextnavigation/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/setuphandlers.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/tests/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/tests/base.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/tests/test_doctests.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/upgrades/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/upgrades/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/vocabularies/__init__.py +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/vocabularies/configure.zcml +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea.volto.policy.egg-info/dependency_links.txt +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea.volto.policy.egg-info/entry_points.txt +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea.volto.policy.egg-info/namespace_packages.txt +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea.volto.policy.egg-info/not-zip-safe +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea.volto.policy.egg-info/requires.txt +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea.volto.policy.egg-info/top_level.txt +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/setup.cfg +0 -0
- {eea.volto.policy-5.5 → eea.volto.policy-5.7}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: eea.volto.policy
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.7
|
|
4
4
|
Summary: An add-on for Plone
|
|
5
5
|
Home-page: https://github.com/eea/eea.volto.policy
|
|
6
6
|
Author: European Environment Agency: IDM2 A-Team
|
|
@@ -128,6 +128,20 @@ EEA_ - European Environment Agency (EU)
|
|
|
128
128
|
Changelog
|
|
129
129
|
=========
|
|
130
130
|
|
|
131
|
+
5.7 - (2024-11-24)
|
|
132
|
+
---------------------------
|
|
133
|
+
* Change: Improve svg upgrade step to know which svgs are fixed and not revisit them
|
|
134
|
+
[avoinea]
|
|
135
|
+
|
|
136
|
+
5.6 - (2024-11-11)
|
|
137
|
+
---------------------------
|
|
138
|
+
* Feature: customized actions endpoint to allow passing of props to the
|
|
139
|
+
actions endpoint
|
|
140
|
+
[ichim-david - refs #271001]
|
|
141
|
+
* Feature: customized breadcrumbs endpoint to add portal_type info to the
|
|
142
|
+
items served by the breadcrumbs endpoint
|
|
143
|
+
[ichim-david - refs #271001]
|
|
144
|
+
|
|
131
145
|
5.5 - (2024-10-18)
|
|
132
146
|
---------------------------
|
|
133
147
|
* Change: Fix broken brain error at the upgrade svg step - refs #276995
|
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
5.7 - (2024-11-24)
|
|
5
|
+
---------------------------
|
|
6
|
+
* Change: Improve svg upgrade step to know which svgs are fixed and not revisit them
|
|
7
|
+
[avoinea]
|
|
8
|
+
|
|
9
|
+
5.6 - (2024-11-11)
|
|
10
|
+
---------------------------
|
|
11
|
+
* Feature: customized actions endpoint to allow passing of props to the
|
|
12
|
+
actions endpoint
|
|
13
|
+
[ichim-david - refs #271001]
|
|
14
|
+
* Feature: customized breadcrumbs endpoint to add portal_type info to the
|
|
15
|
+
items served by the breadcrumbs endpoint
|
|
16
|
+
[ichim-david - refs #271001]
|
|
17
|
+
|
|
4
18
|
5.5 - (2024-10-18)
|
|
5
19
|
---------------------------
|
|
6
20
|
* Change: Fix broken brain error at the upgrade svg step - refs #276995
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"""Breadcrumbs"""
|
|
2
|
+
|
|
3
|
+
# -*- coding: utf-8 -*-
|
|
4
|
+
from Acquisition import aq_base
|
|
5
|
+
from Acquisition import aq_inner
|
|
6
|
+
from plone.app.layout.navigation.interfaces import INavigationRoot
|
|
7
|
+
from plone.app.layout.navigation.root import getNavigationRoot
|
|
8
|
+
from Products.CMFPlone import utils
|
|
9
|
+
from Products.CMFPlone.browser.interfaces import INavigationBreadcrumbs
|
|
10
|
+
from Products.CMFPlone.browser.navigation import get_view_url
|
|
11
|
+
from Products.CMFPlone.defaultpage import check_default_page_via_view
|
|
12
|
+
from Products.CMFPlone.interfaces import IHideFromBreadcrumbs
|
|
13
|
+
from Products.Five import BrowserView
|
|
14
|
+
from zope.component import getMultiAdapter
|
|
15
|
+
from zope.interface import implementer
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
@implementer(INavigationBreadcrumbs)
|
|
19
|
+
class PhysicalNavigationBreadcrumbs(BrowserView):
|
|
20
|
+
"""EEA Physical Navigation Breadcrumbs"""
|
|
21
|
+
|
|
22
|
+
def breadcrumbs(self):
|
|
23
|
+
"""breadcrumbs"""
|
|
24
|
+
context = aq_inner(self.context)
|
|
25
|
+
request = self.request
|
|
26
|
+
container = utils.parent(context)
|
|
27
|
+
_name, item_url = get_view_url(context)
|
|
28
|
+
# EEA add portal_type info to breadcrumbs
|
|
29
|
+
last_crumb = {
|
|
30
|
+
"absolute_url": item_url,
|
|
31
|
+
"Title": utils.pretty_title_or_id(context, context),
|
|
32
|
+
"portal_type": context.portal_type,
|
|
33
|
+
"nav_title": getattr(aq_base(context), "nav_title", ""),
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
if container is None:
|
|
37
|
+
return (last_crumb,)
|
|
38
|
+
|
|
39
|
+
# Replicate Products.CMFPlone.browser.navigation.
|
|
40
|
+
# RootPhysicalNavigationBreadcrumbs.breadcrumbs()
|
|
41
|
+
# cause it is not registered during tests
|
|
42
|
+
if INavigationRoot.providedBy(context):
|
|
43
|
+
return ()
|
|
44
|
+
|
|
45
|
+
view = getMultiAdapter((container, request),
|
|
46
|
+
name="eea_breadcrumbs_view")
|
|
47
|
+
base = tuple(view.breadcrumbs())
|
|
48
|
+
|
|
49
|
+
# Some things want to be hidden from the breadcrumbs
|
|
50
|
+
if IHideFromBreadcrumbs.providedBy(context):
|
|
51
|
+
return base
|
|
52
|
+
|
|
53
|
+
rootPath = getNavigationRoot(context)
|
|
54
|
+
itemPath = "/".join(context.getPhysicalPath())
|
|
55
|
+
|
|
56
|
+
# don't show default pages in breadcrumbs or pages above the navigation
|
|
57
|
+
# root
|
|
58
|
+
if not check_default_page_via_view(
|
|
59
|
+
context, request
|
|
60
|
+
) and not rootPath.startswith(itemPath):
|
|
61
|
+
base += (last_crumb,)
|
|
62
|
+
return base
|
|
@@ -27,4 +27,13 @@
|
|
|
27
27
|
permission="cmf.ManagePortal"
|
|
28
28
|
/>
|
|
29
29
|
|
|
30
|
+
<browser:page
|
|
31
|
+
name="eea_breadcrumbs_view"
|
|
32
|
+
for="*"
|
|
33
|
+
class=".breadcrumbs.PhysicalNavigationBreadcrumbs"
|
|
34
|
+
allowed_attributes="breadcrumbs"
|
|
35
|
+
permission="zope.Public"
|
|
36
|
+
layer="eea.volto.policy.interfaces.IEeaVoltoPolicyLayer"
|
|
37
|
+
/>
|
|
38
|
+
|
|
30
39
|
</configure>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
""" EEA Actions overrides """
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<configure
|
|
2
|
+
xmlns="http://namespaces.zope.org/zope"
|
|
3
|
+
xmlns:cache="http://namespaces.zope.org/cache"
|
|
4
|
+
xmlns:plone="http://namespaces.plone.org/plone"
|
|
5
|
+
xmlns:zcml="http://namespaces.zope.org/zcml"
|
|
6
|
+
>
|
|
7
|
+
|
|
8
|
+
<adapter
|
|
9
|
+
factory=".get.EEAActions"
|
|
10
|
+
name="actions"
|
|
11
|
+
/>
|
|
12
|
+
|
|
13
|
+
</configure>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"""Breadcrumbs"""
|
|
2
|
+
|
|
3
|
+
from zope.component import getMultiAdapter
|
|
4
|
+
from zope.component import adapter
|
|
5
|
+
from zope.i18n import translate
|
|
6
|
+
from zope.interface import implementer
|
|
7
|
+
from zope.interface import Interface
|
|
8
|
+
from plone.restapi.interfaces import IExpandableElement, IPloneRestapiLayer
|
|
9
|
+
from plone.restapi.services.actions.get import Actions
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@implementer(IExpandableElement)
|
|
13
|
+
@adapter(Interface, IPloneRestapiLayer)
|
|
14
|
+
class EEAActions(Actions):
|
|
15
|
+
"""EEA Actions"""
|
|
16
|
+
|
|
17
|
+
def __call__(self, expand=False):
|
|
18
|
+
""" """
|
|
19
|
+
result = {"actions": {"@id":
|
|
20
|
+
f"{self.context.absolute_url()}/@actions"}}
|
|
21
|
+
if not expand:
|
|
22
|
+
return result
|
|
23
|
+
|
|
24
|
+
context_state = getMultiAdapter(
|
|
25
|
+
(self.context, self.request), name="plone_context_state"
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
categories = self.request.form.get("categories", self.all_categories)
|
|
29
|
+
filtered_action_props = {
|
|
30
|
+
"category",
|
|
31
|
+
"link_target",
|
|
32
|
+
"available",
|
|
33
|
+
"visible",
|
|
34
|
+
"allowed",
|
|
35
|
+
"modal",
|
|
36
|
+
}
|
|
37
|
+
data = {}
|
|
38
|
+
for category in categories:
|
|
39
|
+
category_action_data = []
|
|
40
|
+
actions = context_state.actions(category=category)
|
|
41
|
+
for action in actions:
|
|
42
|
+
# EEA allow actions props to be served by the endpoint except
|
|
43
|
+
# for the ones listed in filtered_action_props
|
|
44
|
+
action_data = {
|
|
45
|
+
key: translate(value, context=self.request)
|
|
46
|
+
if key == "title"
|
|
47
|
+
else value
|
|
48
|
+
for key, value in action.items()
|
|
49
|
+
if key not in filtered_action_props
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
category_action_data.append(action_data)
|
|
53
|
+
data[category] = category_action_data
|
|
54
|
+
return {"actions": data}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
""" Breadcrumbs """
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<configure
|
|
2
|
+
xmlns="http://namespaces.zope.org/zope"
|
|
3
|
+
xmlns:cache="http://namespaces.zope.org/cache"
|
|
4
|
+
xmlns:plone="http://namespaces.plone.org/plone"
|
|
5
|
+
xmlns:zcml="http://namespaces.zope.org/zcml"
|
|
6
|
+
>
|
|
7
|
+
|
|
8
|
+
<adapter
|
|
9
|
+
factory=".get.EEABreadcrumbs"
|
|
10
|
+
name="breadcrumbs"
|
|
11
|
+
/>
|
|
12
|
+
|
|
13
|
+
</configure>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"""Breadcrumbs"""
|
|
2
|
+
|
|
3
|
+
from zope.component import getMultiAdapter
|
|
4
|
+
from zope.component import adapter
|
|
5
|
+
from zope.interface import implementer
|
|
6
|
+
from zope.interface import Interface
|
|
7
|
+
from plone.restapi.interfaces import IExpandableElement, IPloneRestapiLayer
|
|
8
|
+
from plone.restapi.services.breadcrumbs.get import Breadcrumbs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
@implementer(IExpandableElement)
|
|
12
|
+
@adapter(Interface, IPloneRestapiLayer)
|
|
13
|
+
class EEABreadcrumbs(Breadcrumbs):
|
|
14
|
+
"""EEA Breadcrumbs"""
|
|
15
|
+
|
|
16
|
+
def __call__(self, expand=False):
|
|
17
|
+
""" """
|
|
18
|
+
result = {"breadcrumbs": {
|
|
19
|
+
"@id": f"{self.context.absolute_url()}/@breadcrumbs"}}
|
|
20
|
+
if not expand:
|
|
21
|
+
return result
|
|
22
|
+
|
|
23
|
+
portal_state = getMultiAdapter(
|
|
24
|
+
(self.context, self.request), name="plone_portal_state"
|
|
25
|
+
)
|
|
26
|
+
breadcrumbs_view = getMultiAdapter(
|
|
27
|
+
(self.context, self.request), name="eea_breadcrumbs_view"
|
|
28
|
+
)
|
|
29
|
+
items = []
|
|
30
|
+
# EEA add portal_type info to breadcrumbs
|
|
31
|
+
for crumb in breadcrumbs_view.breadcrumbs():
|
|
32
|
+
item = {
|
|
33
|
+
"title": crumb["Title"],
|
|
34
|
+
"portal_type": crumb.get("portal_type", ""),
|
|
35
|
+
"@id": crumb["absolute_url"],
|
|
36
|
+
}
|
|
37
|
+
if crumb.get("nav_title", False):
|
|
38
|
+
item.update({"title": crumb["nav_title"]})
|
|
39
|
+
|
|
40
|
+
items.append(item)
|
|
41
|
+
|
|
42
|
+
result["breadcrumbs"]["items"] = items
|
|
43
|
+
result["breadcrumbs"]["root"] = portal_state.navigation_root()\
|
|
44
|
+
.absolute_url()
|
|
45
|
+
return result
|
|
@@ -243,6 +243,7 @@ class EEANavigationPortletRenderer(original_get.NavigationPortletRenderer):
|
|
|
243
243
|
@adapter(Interface, IPloneRestapiLayer)
|
|
244
244
|
class EEAContextNavigation:
|
|
245
245
|
"""Custom context navigation"""
|
|
246
|
+
|
|
246
247
|
def __init__(self, context, request):
|
|
247
248
|
self.context = context
|
|
248
249
|
self.request = request
|
|
@@ -255,7 +256,6 @@ class EEAContextNavigation:
|
|
|
255
256
|
}
|
|
256
257
|
if not expand:
|
|
257
258
|
return result
|
|
258
|
-
print("REQUEST FORM", self.request.form)
|
|
259
259
|
data = eea_extract_data(
|
|
260
260
|
IEEANavigationPortlet,
|
|
261
261
|
self.request.form,
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/upgrades/upgrade_svgs/upgrade_svg.py
RENAMED
|
@@ -1,36 +1,35 @@
|
|
|
1
1
|
"""Upgrade step for svgs to fix width and height"""
|
|
2
|
-
|
|
3
|
-
import logging
|
|
4
2
|
import transaction
|
|
5
3
|
from plone.namedfile.utils import getImageInfo
|
|
6
4
|
from zope.lifecycleevent import modified
|
|
7
5
|
from zope.annotation.interfaces import IAnnotations
|
|
8
|
-
|
|
9
|
-
logger = logging.getLogger("upgrade_svgs")
|
|
10
|
-
logger.setLevel(logging.INFO)
|
|
6
|
+
from Products.ZCatalog.ProgressHandler import ZLogHandler
|
|
11
7
|
|
|
12
8
|
|
|
13
9
|
def upgrade_svgs(portal):
|
|
14
10
|
"""Upgrade SVG dimensions"""
|
|
11
|
+
|
|
15
12
|
i = 0
|
|
16
13
|
brains = portal.portal_catalog()
|
|
17
|
-
|
|
14
|
+
pghandler = ZLogHandler(100)
|
|
15
|
+
pghandler.init("Recalculate svgs width and height", len(brains))
|
|
18
16
|
for idx, brain in enumerate(brains):
|
|
17
|
+
pghandler.report(idx)
|
|
19
18
|
obj = dict()
|
|
20
19
|
try:
|
|
21
20
|
obj = brain.getObject()
|
|
22
21
|
except Exception:
|
|
23
22
|
continue # Skip to the next item if there's an error
|
|
24
23
|
|
|
24
|
+
# Process the main image only if dimensions are less than 5
|
|
25
25
|
if (
|
|
26
26
|
hasattr(obj, "image") and
|
|
27
27
|
hasattr(obj.image, "_width") and
|
|
28
|
-
hasattr(obj.image, "_height")
|
|
28
|
+
hasattr(obj.image, "_height") and
|
|
29
|
+
(obj.image._width < 5 or obj.image._height < 5)
|
|
29
30
|
):
|
|
30
|
-
|
|
31
31
|
contentType, width, height = getImageInfo(obj.image.data)
|
|
32
32
|
if contentType == "image/svg+xml":
|
|
33
|
-
logger.info("Processing %s", obj.absolute_url())
|
|
34
33
|
obj.image._width = width
|
|
35
34
|
obj.image._height = height
|
|
36
35
|
anno = IAnnotations(obj)
|
|
@@ -38,14 +37,16 @@ def upgrade_svgs(portal):
|
|
|
38
37
|
del anno["plone.scale"]
|
|
39
38
|
modified(obj)
|
|
40
39
|
i += 1
|
|
40
|
+
|
|
41
|
+
# Process the preview image only if dimensions are less than 5
|
|
41
42
|
if (
|
|
42
43
|
hasattr(obj, "preview_image") and
|
|
43
44
|
hasattr(obj.preview_image, "_width") and
|
|
44
|
-
hasattr(obj.preview_image, "_height")
|
|
45
|
+
hasattr(obj.preview_image, "_height") and
|
|
46
|
+
(obj.preview_image._width < 5 or obj.preview_image._height < 5)
|
|
45
47
|
):
|
|
46
48
|
contentType, width, height = getImageInfo(obj.preview_image.data)
|
|
47
49
|
if contentType == "image/svg+xml":
|
|
48
|
-
logger.info("Processing %s", obj.absolute_url())
|
|
49
50
|
obj.preview_image._width = width
|
|
50
51
|
obj.preview_image._height = height
|
|
51
52
|
anno = IAnnotations(obj)
|
|
@@ -53,8 +54,8 @@ def upgrade_svgs(portal):
|
|
|
53
54
|
del anno["plone.scale"]
|
|
54
55
|
modified(obj)
|
|
55
56
|
i += 1
|
|
57
|
+
|
|
56
58
|
if not i % 100:
|
|
57
|
-
logger.warning("Progress %s/%s", idx, total)
|
|
58
|
-
logger.warning("Modified %s items", i)
|
|
59
59
|
transaction.commit()
|
|
60
|
+
pghandler.finish()
|
|
60
61
|
transaction.commit()
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: eea.volto.policy
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.7
|
|
4
4
|
Summary: An add-on for Plone
|
|
5
5
|
Home-page: https://github.com/eea/eea.volto.policy
|
|
6
6
|
Author: European Environment Agency: IDM2 A-Team
|
|
@@ -128,6 +128,20 @@ EEA_ - European Environment Agency (EU)
|
|
|
128
128
|
Changelog
|
|
129
129
|
=========
|
|
130
130
|
|
|
131
|
+
5.7 - (2024-11-24)
|
|
132
|
+
---------------------------
|
|
133
|
+
* Change: Improve svg upgrade step to know which svgs are fixed and not revisit them
|
|
134
|
+
[avoinea]
|
|
135
|
+
|
|
136
|
+
5.6 - (2024-11-11)
|
|
137
|
+
---------------------------
|
|
138
|
+
* Feature: customized actions endpoint to allow passing of props to the
|
|
139
|
+
actions endpoint
|
|
140
|
+
[ichim-david - refs #271001]
|
|
141
|
+
* Feature: customized breadcrumbs endpoint to add portal_type info to the
|
|
142
|
+
items served by the breadcrumbs endpoint
|
|
143
|
+
[ichim-david - refs #271001]
|
|
144
|
+
|
|
131
145
|
5.5 - (2024-10-18)
|
|
132
146
|
---------------------------
|
|
133
147
|
* Change: Fix broken brain error at the upgrade svg step - refs #276995
|
|
@@ -28,6 +28,7 @@ eea/volto/policy/behaviors/__init__.py
|
|
|
28
28
|
eea/volto/policy/behaviors/configure.zcml
|
|
29
29
|
eea/volto/policy/behaviors/sidenavigation.py
|
|
30
30
|
eea/volto/policy/browser/__init__.py
|
|
31
|
+
eea/volto/policy/browser/breadcrumbs.py
|
|
31
32
|
eea/volto/policy/browser/configure.zcml
|
|
32
33
|
eea/volto/policy/browser/teaser.py
|
|
33
34
|
eea/volto/policy/contentrules/__init__.py
|
|
@@ -187,6 +188,12 @@ eea/volto/policy/restapi/serializer/dxfields.py
|
|
|
187
188
|
eea/volto/policy/restapi/serializer/summary.py
|
|
188
189
|
eea/volto/policy/restapi/services/__init__.py
|
|
189
190
|
eea/volto/policy/restapi/services/configure.zcml
|
|
191
|
+
eea/volto/policy/restapi/services/actions/__init__.py
|
|
192
|
+
eea/volto/policy/restapi/services/actions/configure.zcml
|
|
193
|
+
eea/volto/policy/restapi/services/actions/get.py
|
|
194
|
+
eea/volto/policy/restapi/services/breadcrumbs/__init__.py
|
|
195
|
+
eea/volto/policy/restapi/services/breadcrumbs/configure.zcml
|
|
196
|
+
eea/volto/policy/restapi/services/breadcrumbs/get.py
|
|
190
197
|
eea/volto/policy/restapi/services/contextnavigation/__init__.py
|
|
191
198
|
eea/volto/policy/restapi/services/contextnavigation/configure.zcml
|
|
192
199
|
eea/volto/policy/restapi/services/contextnavigation/get.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5.5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/bg/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/bg/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/bg/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/bg/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/cs/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/cs/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/cs/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/cs/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/da/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/da/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/da/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/da/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/de/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/de/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/de/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/de/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/el/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/el/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/el/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/el/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/en/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/en/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/en/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/en/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/es/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/es/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/es/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/es/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/et/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/et/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/et/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/et/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eu/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eu/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eu/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/eu/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fi/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fi/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fi/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fi/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fr/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fr/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fr/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/fr/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hr/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hr/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hr/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hr/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hu/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hu/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hu/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/hu/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/is/LC_MESSAGES/eea.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/is/LC_MESSAGES/eea.po
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/is/LC_MESSAGES/plone.mo
RENAMED
|
File without changes
|
{eea.volto.policy-5.5 → eea.volto.policy-5.7}/eea/volto/policy/locales/is/LC_MESSAGES/plone.po
RENAMED
|
File without changes
|