collective.searchblocks 0.1.7__tar.gz → 0.1.8__tar.gz
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.
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/CHANGELOG.md +1 -1
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/PKG-INFO +1 -1
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/__init__.py +1 -1
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/.dockerignore +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/.editorconfig +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/.flake8 +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/.gitignore +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/CONTRIBUTORS.md +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/Dockerfile +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/Dockerfile.acceptance +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/LICENSE.GPL +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/LICENSE.md +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/Makefile +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/README.md +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/bobtemplate.cfg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/instance.yaml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/mx.ini +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/news/.changelog_template.jinja +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/news/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/pyproject.toml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/scripts/create_site.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/behaviors.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/locales/collective.address.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/locales/de/LC_MESSAGES/collective.address.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/locales/de/LC_MESSAGES/collective.address.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/locales/fr/LC_MESSAGES/collective.address.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/locales/fr/LC_MESSAGES/collective.address.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/locales/it/LC_MESSAGES/collective.address.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/locales/it/LC_MESSAGES/collective.address.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/vocabulary.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/meta.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/metaconfigure.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/session.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/tests.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/config.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/deserializer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/export_content.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/export_other.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/fix_html.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/import_content.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/import_other.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/collective.exportimport.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/en/LC_MESSAGES/collective.exportimport.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/en/LC_MESSAGES/collective.exportimport.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/es/LC_MESSAGES/collective.exportimport.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/es/LC_MESSAGES/collective.exportimport.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/serializer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/export_content.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/export_other.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_content.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_defaultpages.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_discussion.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_localroles.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_members.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_ordering.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_portlets.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_redirects.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_relations.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/import_translations.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/templates/links.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/tests/file.pdf +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/tests/test_drop_and_include.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/tests/test_export.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/tests/test_fix_html.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/tests/test_import.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/exportimport/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/controlpanels/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/controlpanels/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/controlpanels/settings.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/collective.feedback.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/en/LC_MESSAGES/collective.feedback.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/en/LC_MESSAGES/collective.feedback.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/it/LC_MESSAGES/collective.feedback.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/it/LC_MESSAGES/collective.feedback.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/profiles/default/actions.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/profiles/default/registry/main.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/profiles/default/to_1100/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/services/add.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/services/controlpanels.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/services/delete.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/services/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/services/list_update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/restapi/services/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/storage/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/storage/catalog.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/storage/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/storage/store.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/tests/test_delete_content.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/tests/test_feedbacks_add.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/tests/test_feedbacks_get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/tests/test_restapi_services_list_upgdate.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/tests/test_store.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/upgrades.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/upgrades.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/adapters/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/adapters/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/adapters/data.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/adapters/post.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/browser/overrides/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/browser/static/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/config.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/datamanager/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/datamanager/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/events/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/events/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/collective.formsupport.counter.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/en/LC_MESSAGES/collective.formsupport.counter.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/en/LC_MESSAGES/collective.formsupport.counter.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/it/LC_MESSAGES/collective.formsupport.counter.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/it/LC_MESSAGES/collective.formsupport.counter.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/profiles/default/registry/main.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/restapi/services/counter/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/restapi/services/counter/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/restapi/services/counter/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/restapi/services/counter/patch.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/tests/test_counter.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/formsupport/counter/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/geolocation.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/indexer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/locales/collective.geolocationbehavior.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/locales/de/LC_MESSAGES/collective.geolocationbehavior.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/locales/de/LC_MESSAGES/collective.geolocationbehavior.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/locales/fr/LC_MESSAGES/collective.geolocationbehavior.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/locales/fr/LC_MESSAGES/collective.geolocationbehavior.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/locales/it/LC_MESSAGES/collective.geolocationbehavior.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/locales/it/LC_MESSAGES/collective.geolocationbehavior.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/profiles/uninstall/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/upgrades/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/geolocationbehavior/upgrades/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/auto.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/browser.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/config.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/eventsubscribers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/fixes.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/honeypot.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/locales/collective.honeypot.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/locales/it/LC_MESSAGES/collective.honeypot.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/locales/it/LC_MESSAGES/collective.honeypot.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/plone5/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/plone5/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/plone5/overrides/plone.app.z3cform.templates.macros.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/plone5/patches.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/tests/test_functional.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/tests/test_restapi.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/tests/test_unit.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/utils.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/z3cform/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/z3cform/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/z3cform/honeypotextender.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/z3cform/widget.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/z3cform/widget_display.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/Extensions/install.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/browser/images/limitfilesize-settings.png +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/browser/limitfilesizepanel_view.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/browser/tinymce_upload_p5.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/dx_validators.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/locales/collective.limitfilesizepanel-manual.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/locales/collective.limitfilesizepanel.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/locales/de/LC_MESSAGES/collective.limitfilesizepanel.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/locales/de/LC_MESSAGES/collective.limitfilesizepanel.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/locales/it/LC_MESSAGES/collective.limitfilesizepanel.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/locales/it/LC_MESSAGES/collective.limitfilesizepanel.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/locales/rebuildPo.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/profiles/uninstall/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/tests/base_dx.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/tests/test_bypassvalidation.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/tests/test_maxsizecalc_dx.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/tests/test_validation.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/limitfilesizepanel/upgrades.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/meta.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/meta.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/tests/common.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/tests/dummypatch.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/tests/dummypatch.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/monkeypatcher/tests/test_monkeypatcher.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/adapter.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/api.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/browser.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/events.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/purge.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/tests/document_with_dependencies.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/purgebyid/tests/test_purge.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/regenv/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/regenv/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/regenv/monkey.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/regenv/registry.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/regenv/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/regenv/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/regenv/tests/sample.yaml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/regenv/tests/test_registry.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/content/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/controlpanels/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/controlpanels/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/dependencies.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/indexers/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/indexers/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/locales/__main__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/locales/collective.blockslisting.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/locales/en/LC_MESSAGES/collective.blockslisting.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/locales/en/LC_MESSAGES/collective.blockslisting.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/diff_tool.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/registry/main.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/repositorytool.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/types/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/default/types.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/initial/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/profiles.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/services/blocks_listing/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/services/blocks_listing/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/services/blocks_listing/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/services/search_blocks/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/services/search_blocks/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/restapi/services/search_blocks/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/serializers/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/serializers/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/serializers/summary.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/content/__metadata__.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/content/a58ccead718140c1baa98d43595fc3e6/data.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/content/a58ccead718140c1baa98d43595fc3e6/image/plone-foundation.png +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/content/a720393b3c0240e5bd27c43fcd2cfd1e/data.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/content/plone_site_root/data.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/discussions.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/portlets.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/principals.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/redirects.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/relations.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/examplecontent/translations.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/setuphandlers/initial.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/upgrades/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/upgrades/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/vocabularies/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/searchblocks/vocabularies/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/behavior.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/browser.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/collectionfilter.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/edit_taxonomy_data.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/exportimport.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/factory.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/generated.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/i18n.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/indexer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/jsonimpl.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/listing_tabular.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/collective.taxonomy.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/da/LC_MESSAGES/collective.taxonomy.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/da/LC_MESSAGES/collective.taxonomy.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/de/LC_MESSAGES/collective.taxonomy.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/de/LC_MESSAGES/collective.taxonomy.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/es/LC_MESSAGES/collective.taxonomy.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/es/LC_MESSAGES/collective.taxonomy.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/fr/LC_MESSAGES/collective.taxonomy.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/fr/LC_MESSAGES/collective.taxonomy.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/it/LC_MESSAGES/collective.taxonomy.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/it/LC_MESSAGES/collective.taxonomy.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/nl/LC_MESSAGES/collective.taxonomy.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/locales/nl/LC_MESSAGES/collective.taxonomy.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/examples/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/examples/taxonomies/nihms.cfg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/examples/taxonomies/nihms.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/uninstall/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/rebuild_i18n.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/serializers/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/serializers/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/serializers/taxonomy.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/controlpanel/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/controlpanel/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/controlpanel/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/taxonomy/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/taxonomy/add.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/taxonomy/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/taxonomy/delete.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/taxonomy/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/taxonomy/schema.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/services/taxonomy/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/restapi/utils.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/css/collective.taxonomy.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/LICENSE.txt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/README.txt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/config.json +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/css/animation.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/css/taxonomy-codes.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/css/taxonomy-embedded.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/css/taxonomy-ie7-codes.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/css/taxonomy-ie7.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/css/taxonomy.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/demo.html +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/font/taxonomy.eot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/font/taxonomy.svg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/font/taxonomy.ttf +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/font/taxonomy.woff +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/icons/font/taxonomy.woff2 +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/js/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/js/css/react-treeview.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/js/edittaxonomydata.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/static/js/edittaxonomydata.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/testing.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/robot/test_taxonomy.robot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_behavior.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_controlpanel_restapi.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_indexer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_json.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_robot.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_taxonomy_endpoint.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_traverser.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/tests/test_utility.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/upgradesteps.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/upgradesteps.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/utility.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/vdex.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/vocabulary.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/widget.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/widget.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/widget_display.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/taxonomy/widget_input.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/browser/base_view.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/browser/overrides/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/browser/static/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/browser/templates/base_view.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/browser/templates/collection_tile.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/collection.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/locales/collective.tiles.collection.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/locales/it/LC_MESSAGES/collective.tiles.collection.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/locales/it/LC_MESSAGES/collective.tiles.collection.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/profiles/mosaic_support/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/tests/robot/test_example.robot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/tests/test_robot.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/tiles/collection/vocabularies.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/behaviors.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/event_summary.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/locationsearch.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/portlet_events.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/venue.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/venue.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/venue_base.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/venue_overlay.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/browser/venuetile.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/eventaccessor.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/geolocation.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/icalexporter.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/indexer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/collective.venue.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/de/LC_MESSAGES/collective.venue.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/de/LC_MESSAGES/collective.venue.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/de/LC_MESSAGES/plone.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/de/LC_MESSAGES/plone.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/it/LC_MESSAGES/collective.venue.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/it/LC_MESSAGES/collective.venue.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/it/LC_MESSAGES/plone.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/it/LC_MESSAGES/plone.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/merge-plone.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/plone.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/locales/rebuild_i18n.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/base/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/base/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/base/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/base/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/base/types/Event.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/base/types/Venue.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/base/types.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/default-geolocation/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/default-nogeolocation/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/geolocation_to_2/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/uninstall/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/uninstall/types/Event.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/uninstall/types/Venue.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/profiles/uninstall/types.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/collective-venue-bundle-compiled.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/collective-venue-bundle-compiled.css.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/collective-venue-bundle-compiled.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/collective-venue-bundle-compiled.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/collective-venue-bundle.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/facebook.svg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/font/fontello.eot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/font/fontello.svg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/font/fontello.ttf +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/font/fontello.woff +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/google-plus.svg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/instagram.svg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/locationsearch.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/locationsearch.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/styles.less +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/twitter.svg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/resources/venue.svg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/upgrades.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/venue/utils.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/adapters/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/adapters/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/adapters/searchabletext_indexers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/events/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/events/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/events/handler.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/field.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/indexers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/locales/collective.volto.blocksfield.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/locales/en/LC_MESSAGES/collective.volto.blocksfield.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/locales/en/LC_MESSAGES/collective.volto.blocksfield.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/profiles/uninstall/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/deserializers/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/deserializers/blocks.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/deserializers/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/deserializers/dxfields.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/serializers/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/serializers/blocks.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/serializers/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/serializers/dxfields.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/types/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/types/adapters.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/restapi/types/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/blocksfield/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/browser/overrides/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/browser/static/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/collective.volto.contactsblock.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/en/LC_MESSAGES/collective.volto.contactsblock.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/en/LC_MESSAGES/collective.volto.contactsblock.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/it/LC_MESSAGES/collective.volto.contactsblock.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/it/LC_MESSAGES/collective.volto.contactsblock.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/restapi/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/restapi/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/contactsblock/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/collective.volto.dropdownmenu.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/es/LC_MESSAGES/collective.volto.dropdownmenu.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/es/LC_MESSAGES/collective.volto.dropdownmenu.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/it/LC_MESSAGES/collective.volto.dropdownmenu.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/it/LC_MESSAGES/collective.volto.dropdownmenu.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/profiles/uninstall/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/deserializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/deserializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/deserializer/dropdown_menu.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/dropdown_menu/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/dropdown_menu/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/dropdown_menu/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/serializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/serializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/serializer/dropdown_menu.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/restapi/services/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/tests/test_dropdown_menu_controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/tests/test_dropdown_menu_route.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/upgrades.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/dropdownmenu/upgrades.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/adapters.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/behaviors.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/events/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/events/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/events/invalidate_cache.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/indexer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/locales/collective.volto.enhancedlinks.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/locales/en/LC_MESSAGES/collective.volto.enhancedlinks.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/locales/en/LC_MESSAGES/collective.volto.enhancedlinks.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/profiles/default/toolset.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/profiles/default/types/File.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/profiles/default/types/Image.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/profiles/uninstall/toolset.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/restapi/deserializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/restapi/deserializer/blocks.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/restapi/deserializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/restapi/serializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/restapi/serializer/blocks.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/restapi/serializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/tests/files/file.pdf +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/tests/files/file_csv.csv +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/tests/files/image.jpg +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/tests/test_serializer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/tests/test_summary_serializer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/tool.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/upgrades.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/enhancedlinks/upgrades.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/adapters/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/adapters/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/adapters/post.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/browser/overrides/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/browser/saved_data.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/browser/send_mail_template.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/browser/send_mail_template_table.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/browser/static/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/captcha/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/captcha/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/captcha/hcaptcha.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/captcha/honeypot.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/captcha/norobots.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/captcha/recaptcha.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/captcha/vocabularies.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/datamanager/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/datamanager/catalog.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/datamanager/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/events/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/collective.volto.formsupport.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/de/LC_MESSAGES/collective.volto.formsupport.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/de/LC_MESSAGES/collective.volto.formsupport.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/es/LC_MESSAGES/collective.volto.formsupport.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/es/LC_MESSAGES/collective.volto.formsupport.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/it/LC_MESSAGES/collective.volto.formsupport.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/it/LC_MESSAGES/collective.volto.formsupport.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/pt_BR/LC_MESSAGES/collective.volto.formsupport.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/pt_BR/LC_MESSAGES/collective.volto.formsupport.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/profiles/default/registry/main.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/deserializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/deserializer/blocks.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/deserializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/serializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/serializer/blocks.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/serializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/form_data/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/form_data/clear.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/form_data/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/form_data/csv.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/form_data/form_data.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/submit_form/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/submit_form/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/restapi/services/submit_form/post.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/scripts/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/scripts/cleansing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/file.pdf +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_captcha.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_deserialize_block.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_event.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_form_data_adapter.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_honeypot.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_send_action_form.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_serialize_block.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/tests/test_store_action_form.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/upgrades.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/upgrades.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/formsupport/utils.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/config.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/collective.volto.gdprcookie.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/en/LC_MESSAGES/collective.volto.gdprcookie.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/en/LC_MESSAGES/collective.volto.gdprcookie.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/it/LC_MESSAGES/collective.volto.gdprcookie.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/it/LC_MESSAGES/collective.volto.gdprcookie.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/profiles/default/registry/main.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/restapi/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/restapi/deserializer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/restapi/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/restapi/serializer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/tests/test_controlpanel_api.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/tests/test_expander.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/gdprcookie/tests/test_get_gdpr_settings.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/browser/email_confirm_view.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/browser/overrides/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/browser/static/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/browser/templates/email_confirm_view.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/collective.volto.otp.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/en/LC_MESSAGES/collective.volto.otp.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/en/LC_MESSAGES/collective.volto.otp.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/it/LC_MESSAGES/collective.volto.otp.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/it/LC_MESSAGES/collective.volto.otp.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/profiles/default/registry/main.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/restapi/services/validation/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/restapi/services/validation/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/restapi/services/validation/email.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/tests/robot/test_example.robot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/tests/test_robot.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/otp/utils/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/collective.volto.secondarymenu.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/es/LC_MESSAGES/collective.volto.secondarymenu.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/es/LC_MESSAGES/collective.volto.secondarymenu.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/it/LC_MESSAGES/collective.volto.secondarymenu.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/it/LC_MESSAGES/collective.volto.secondarymenu.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/profiles/uninstall/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/deserializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/deserializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/deserializer/secondary_menu.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/secondary_menu/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/secondary_menu/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/secondary_menu/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/serializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/serializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/serializer/secondary_menu.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/restapi/services/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/tests/test_secondary_menu_controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/tests/test_secondary_menu_route.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/secondarymenu/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/browser/overrides/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/browser/site_helpers_views.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/browser/static/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/locales/collective.volto.sitesettings.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/locales/it/LC_MESSAGES/collective.volto.sitesettings.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/locales/it/LC_MESSAGES/collective.volto.sitesettings.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/profiles/default/registry/main.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/controlpanels/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/controlpanels/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/controlpanels/site.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/deserializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/deserializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/deserializer/controlpanels.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/serializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/serializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/serializer/controlpanels.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/services/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/services/site/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/services/site/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/restapi/services/site/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/tests/favicon.ico +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/tests/logo.png +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/tests/test_site_controlpanel_custom.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/1001/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/1001/metadata.txt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/1001.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/1002.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/base.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/v1001.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/upgrades/v1002.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/sitesettings/utils.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/browser/overrides/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/browser/static/.gitkeep +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/controlpanel/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/controlpanel/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/controlpanel/slimheader.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/collective.volto.slimheader.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/en/LC_MESSAGES/collective.volto.slimheader.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/en/LC_MESSAGES/collective.volto.slimheader.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/it/LC_MESSAGES/collective.volto.slimheader.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/it/LC_MESSAGES/collective.volto.slimheader.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/profiles/default/registry/main.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/profiles/default/registry/slimheader.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/deserializers/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/deserializers/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/deserializers/slimheader.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/serializers/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/serializers/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/serializers/slimheader.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/services/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/slimheader/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/slimheader/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/restapi/slimheader/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/tests/robot/test_example.robot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/tests/test_robot.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/tests/test_slimheader_controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/slimheader/tests/test_slimheader_route.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/collective.volto.socialsettings.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/en/LC_MESSAGES/collective.volto.socialsettings.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/en/LC_MESSAGES/collective.volto.socialsettings.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/es/LC_MESSAGES/collective.volto.socialsettings.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/es/LC_MESSAGES/collective.volto.socialsettings.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/it/LC_MESSAGES/collective.volto.socialsettings.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/it/LC_MESSAGES/collective.volto.socialsettings.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/profiles/uninstall/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/restapi/services/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/restapi/social_links/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/restapi/social_links/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/restapi/social_links/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/tests/test_social_controlpanel_api.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/tests/test_social_links_service.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/upgrades.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/socialsettings/upgrades.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/collective.volto.subfooter.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/es/LC_MESSAGES/collective.volto.subfooter.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/es/LC_MESSAGES/collective.volto.subfooter.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/it/LC_MESSAGES/collective.volto.subfooter.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/it/LC_MESSAGES/collective.volto.subfooter.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/profiles/uninstall/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/deserializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/deserializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/deserializer/subfooter.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/serializer/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/serializer/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/serializer/subfooter.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/services/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/subfooter/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/subfooter/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/restapi/subfooter/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/tests/test_subfooter_controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subfooter/tests/test_subfooter_route.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/browser/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/content/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/content/subsite.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/collective.volto.subsites.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/en/LC_MESSAGES/collective.volto.subsites.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/en/LC_MESSAGES/collective.volto.subsites.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/es/LC_MESSAGES/collective.volto.subsites.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/es/LC_MESSAGES/collective.volto.subsites.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/it/LC_MESSAGES/collective.volto.subsites.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/it/LC_MESSAGES/collective.volto.subsites.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/controlpanel.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/diff_tool.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/repositorytool.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/types/Subsite.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/default/types.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/restapi/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/restapi/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/restapi/services/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/restapi/services/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/restapi/services/controlpanel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/restapi/services/subsite/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/restapi/services/subsite/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/restapi/services/subsite/get.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/tests/image.png +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/tests/test_api_expansion.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/tests/test_controlpanel_api.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/upgrades.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/upgrades.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/volto/subsites/vocabularies.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/autoform.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/blockdatagridfield.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/browser.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/converters.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/datagridfield.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/datagridfield_display.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/datagridfield_input.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/datagridfield_input_block.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/datagridfieldobject_display.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/datagridfieldobject_input.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/datagridfieldobject_input_block.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/demo/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/demo/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/demo/editform.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/demo/editform_object.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/demo/editform_simple.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/demo/menu.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/deserializer.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/locales/collective.z3cform.datagridfield.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/locales/es/LC_MESSAGES/collective.z3cform.datagridfield.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/locales/es/LC_MESSAGES/collective.z3cform.datagridfield.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/locales/eu/LC_MESSAGES/collective.z3cform.datagridfield.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/locales/eu/LC_MESSAGES/collective.z3cform.datagridfield.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/overrides.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/profiles.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/registry.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/row.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/chunks/170.1e5bf755136e7bb5fa12.min.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/chunks/170.1e5bf755136e7bb5fa12.min.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/chunks/755.a13b140e2f359194e61c.min.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/chunks/755.a13b140e2f359194e61c.min.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/chunks/81.bc978c04682aa3758091.min.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/chunks/81.bc978c04682aa3758091.min.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/chunks/950.b00e222c668aca1378dd.min.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/chunks/950.b00e222c668aca1378dd.min.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/datagridfield-remote.min.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/datagridfield-remote.min.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/datagridfield.min.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/static/datagridfield.min.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/supermodel.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/tests/robot/test_autoappend.robot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/tests.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/2.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/3.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/4.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/5.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/profiles/2/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/profiles/2/cssregistry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/profiles/2/jsregistry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/profiles/2/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/profiles/3/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/profiles/4/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/datagridfield/upgrades/profiles/5/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/json_widget_input.pt +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/dist/prod/main.css +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/dist/prod/main.css.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/dist/prod/main.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/dist/prod/main.js.map +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/ArrayFieldContainer/index.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/EntryColumnContainer/index.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/EntryColumnContainer/index.less +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/WidgetContainer/index.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/WidgetDataContainer/index.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/WidgetDataContainer/index.less +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/fields/LinesField.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/fields/LinesField.less +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/fields/ReferenceField.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/fields/ReferenceField.less +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/fields/SelectField.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/fields/TextAreaField.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/fields/TextLineField.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/index.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/utils/i18n.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/static/js/utils/widgetContext.js +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/browser/widget.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/configure.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/interfaces.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/locales/README.rst +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/locales/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/locales/collective.z3cform.jsonwidget.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/locales/it/LC_MESSAGES/collective.z3cform.jsonwidget.mo +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/locales/it/LC_MESSAGES/collective.z3cform.jsonwidget.po +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/locales/manual.pot +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/locales/update.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/locales/update.sh +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/permissions.zcml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/profiles/default/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/profiles/default/catalog.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/profiles/default/metadata.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/profiles/default/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/profiles/default/rolemap.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/profiles/uninstall/browserlayer.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/profiles/uninstall/registry.xml +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/setuphandlers.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/testing.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/tests/__init__.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/z3cform/jsonwidget/tests/test_setup.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/tests/conftest.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/tests/fixtures.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/tests/setup/test_setup_install.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/tests/setup/test_setup_uninstall.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/tests/test_api_search_blocks.py +0 -0
- {collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/version.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: collective.searchblocks
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: Additional control-panel that allow users to search which contents using a specific block
|
|
5
5
|
Project-URL: Homepage, https://github.com/collective/collective-searchblocks
|
|
6
6
|
Project-URL: PyPI, https://pypi.org/project/collective.searchblocks
|
|
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
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/news/.changelog_template.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/__init__.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/behaviors.py
RENAMED
|
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
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/address/vocabulary.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/__init__.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/configure.zcml
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/interfaces.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/meta.zcml
RENAMED
|
File without changes
|
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/session.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/testing.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/beaker/tests.py
RENAMED
|
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
|
|
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
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/__init__.py
RENAMED
|
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
|
|
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
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/testing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/feedback/upgrades.py
RENAMED
|
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
|
|
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
|
|
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
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/__init__.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/auto.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/browser.py
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/fixes.zcml
RENAMED
|
File without changes
|
{collective_searchblocks-0.1.7 → collective_searchblocks-0.1.8}/src/collective/honeypot/honeypot.pt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|