collective.searchblocks 0.1.6__tar.gz → 0.1.7__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.
Files changed (1263) hide show
  1. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/CHANGELOG.md +1 -1
  2. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/PKG-INFO +1 -1
  3. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/__init__.py +1 -1
  4. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/.dockerignore +0 -0
  5. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/.editorconfig +0 -0
  6. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/.flake8 +0 -0
  7. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/.gitignore +0 -0
  8. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/CONTRIBUTORS.md +0 -0
  9. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/Dockerfile +0 -0
  10. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/Dockerfile.acceptance +0 -0
  11. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/LICENSE.GPL +0 -0
  12. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/LICENSE.md +0 -0
  13. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/Makefile +0 -0
  14. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/README.md +0 -0
  15. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/bobtemplate.cfg +0 -0
  16. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/instance.yaml +0 -0
  17. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/mx.ini +0 -0
  18. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/news/.changelog_template.jinja +0 -0
  19. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/news/.gitkeep +0 -0
  20. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/pyproject.toml +0 -0
  21. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/scripts/create_site.py +0 -0
  22. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/setup.py +0 -0
  23. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/__init__.py +0 -0
  24. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/behaviors.py +0 -0
  25. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/configure.zcml +0 -0
  26. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/locales/collective.address.pot +0 -0
  27. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/locales/de/LC_MESSAGES/collective.address.mo +0 -0
  28. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/locales/de/LC_MESSAGES/collective.address.po +0 -0
  29. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/locales/fr/LC_MESSAGES/collective.address.mo +0 -0
  30. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/locales/fr/LC_MESSAGES/collective.address.po +0 -0
  31. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/locales/it/LC_MESSAGES/collective.address.mo +0 -0
  32. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/locales/it/LC_MESSAGES/collective.address.po +0 -0
  33. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/locales/update.sh +0 -0
  34. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/address/vocabulary.py +0 -0
  35. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/beaker/__init__.py +0 -0
  36. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/beaker/configure.zcml +0 -0
  37. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/beaker/interfaces.py +0 -0
  38. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/beaker/meta.zcml +0 -0
  39. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/beaker/metaconfigure.py +0 -0
  40. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/beaker/session.py +0 -0
  41. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/beaker/testing.py +0 -0
  42. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/beaker/tests.py +0 -0
  43. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/__init__.py +0 -0
  44. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/config.py +0 -0
  45. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/configure.zcml +0 -0
  46. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/deserializer.py +0 -0
  47. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/export_content.py +0 -0
  48. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/export_other.py +0 -0
  49. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/fix_html.py +0 -0
  50. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/import_content.py +0 -0
  51. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/import_other.py +0 -0
  52. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/interfaces.py +0 -0
  53. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/README.rst +0 -0
  54. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/__init__.py +0 -0
  55. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/collective.exportimport.pot +0 -0
  56. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/en/LC_MESSAGES/collective.exportimport.mo +0 -0
  57. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/en/LC_MESSAGES/collective.exportimport.po +0 -0
  58. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/es/LC_MESSAGES/collective.exportimport.mo +0 -0
  59. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/es/LC_MESSAGES/collective.exportimport.po +0 -0
  60. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/update.py +0 -0
  61. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/locales/update.sh +0 -0
  62. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/permissions.zcml +0 -0
  63. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/serializer.py +0 -0
  64. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/export_content.pt +0 -0
  65. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/export_other.pt +0 -0
  66. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_content.pt +0 -0
  67. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_defaultpages.pt +0 -0
  68. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_discussion.pt +0 -0
  69. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_localroles.pt +0 -0
  70. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_members.pt +0 -0
  71. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_ordering.pt +0 -0
  72. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_portlets.pt +0 -0
  73. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_redirects.pt +0 -0
  74. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_relations.pt +0 -0
  75. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/import_translations.pt +0 -0
  76. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/templates/links.pt +0 -0
  77. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/testing.py +0 -0
  78. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/tests/__init__.py +0 -0
  79. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/tests/file.pdf +0 -0
  80. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/tests/test_drop_and_include.py +0 -0
  81. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/tests/test_export.py +0 -0
  82. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/tests/test_fix_html.py +0 -0
  83. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/tests/test_import.py +0 -0
  84. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/exportimport/tests/test_setup.py +0 -0
  85. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/__init__.py +0 -0
  86. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/configure.zcml +0 -0
  87. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/controlpanels/__init__.py +0 -0
  88. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/controlpanels/configure.zcml +0 -0
  89. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/controlpanels/settings.py +0 -0
  90. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/interfaces.py +0 -0
  91. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/README.rst +0 -0
  92. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/__init__.py +0 -0
  93. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/collective.feedback.pot +0 -0
  94. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/en/LC_MESSAGES/collective.feedback.mo +0 -0
  95. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/en/LC_MESSAGES/collective.feedback.po +0 -0
  96. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/it/LC_MESSAGES/collective.feedback.mo +0 -0
  97. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/it/LC_MESSAGES/collective.feedback.po +0 -0
  98. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/update.py +0 -0
  99. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/locales/update.sh +0 -0
  100. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/permissions.zcml +0 -0
  101. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/profiles/default/actions.xml +0 -0
  102. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/profiles/default/browserlayer.xml +0 -0
  103. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/profiles/default/controlpanel.xml +0 -0
  104. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/profiles/default/metadata.xml +0 -0
  105. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/profiles/default/registry/main.xml +0 -0
  106. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/profiles/default/rolemap.xml +0 -0
  107. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/profiles/default/to_1100/rolemap.xml +0 -0
  108. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/profiles/uninstall/browserlayer.xml +0 -0
  109. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/__init__.py +0 -0
  110. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/configure.zcml +0 -0
  111. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/services/__init__.py +0 -0
  112. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/services/add.py +0 -0
  113. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/services/configure.zcml +0 -0
  114. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/services/controlpanels.py +0 -0
  115. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/services/delete.py +0 -0
  116. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/services/get.py +0 -0
  117. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/services/list_update.py +0 -0
  118. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/restapi/services/update.py +0 -0
  119. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/setuphandlers.py +0 -0
  120. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/storage/__init__.py +0 -0
  121. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/storage/catalog.py +0 -0
  122. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/storage/configure.zcml +0 -0
  123. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/storage/store.py +0 -0
  124. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/testing.py +0 -0
  125. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/tests/__init__.py +0 -0
  126. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/tests/test_delete_content.py +0 -0
  127. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/tests/test_feedbacks_add.py +0 -0
  128. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/tests/test_feedbacks_get.py +0 -0
  129. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/tests/test_restapi_services_list_upgdate.py +0 -0
  130. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/tests/test_store.py +0 -0
  131. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/upgrades.py +0 -0
  132. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/feedback/upgrades.zcml +0 -0
  133. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/__init__.py +0 -0
  134. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/__init__.py +0 -0
  135. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/adapters/__init__.py +0 -0
  136. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/adapters/configure.zcml +0 -0
  137. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/adapters/data.py +0 -0
  138. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/adapters/post.py +0 -0
  139. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/browser/__init__.py +0 -0
  140. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/browser/configure.zcml +0 -0
  141. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/browser/overrides/.gitkeep +0 -0
  142. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/browser/static/.gitkeep +0 -0
  143. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/config.py +0 -0
  144. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/configure.zcml +0 -0
  145. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/datamanager/__init__.py +0 -0
  146. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/datamanager/configure.zcml +0 -0
  147. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/events/__init__.py +0 -0
  148. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/events/configure.zcml +0 -0
  149. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/interfaces.py +0 -0
  150. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/README.rst +0 -0
  151. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/__init__.py +0 -0
  152. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/collective.formsupport.counter.pot +0 -0
  153. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/en/LC_MESSAGES/collective.formsupport.counter.mo +0 -0
  154. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/en/LC_MESSAGES/collective.formsupport.counter.po +0 -0
  155. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/it/LC_MESSAGES/collective.formsupport.counter.mo +0 -0
  156. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/it/LC_MESSAGES/collective.formsupport.counter.po +0 -0
  157. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/update.py +0 -0
  158. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/locales/update.sh +0 -0
  159. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/permissions.zcml +0 -0
  160. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/profiles/default/browserlayer.xml +0 -0
  161. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/profiles/default/catalog.xml +0 -0
  162. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/profiles/default/metadata.xml +0 -0
  163. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/profiles/default/registry/main.xml +0 -0
  164. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/profiles/default/rolemap.xml +0 -0
  165. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/profiles/uninstall/browserlayer.xml +0 -0
  166. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/restapi/__init__.py +0 -0
  167. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/restapi/configure.zcml +0 -0
  168. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/restapi/services/__init__.py +0 -0
  169. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/restapi/services/configure.zcml +0 -0
  170. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/restapi/services/counter/__init__.py +0 -0
  171. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/restapi/services/counter/configure.zcml +0 -0
  172. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/restapi/services/counter/get.py +0 -0
  173. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/restapi/services/counter/patch.py +0 -0
  174. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/setuphandlers.py +0 -0
  175. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/testing.py +0 -0
  176. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/tests/__init__.py +0 -0
  177. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/tests/test_counter.py +0 -0
  178. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/formsupport/counter/tests/test_setup.py +0 -0
  179. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/__init__.py +0 -0
  180. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/configure.zcml +0 -0
  181. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/geolocation.py +0 -0
  182. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/indexer.py +0 -0
  183. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/interfaces.py +0 -0
  184. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/locales/collective.geolocationbehavior.pot +0 -0
  185. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/locales/de/LC_MESSAGES/collective.geolocationbehavior.mo +0 -0
  186. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/locales/de/LC_MESSAGES/collective.geolocationbehavior.po +0 -0
  187. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/locales/fr/LC_MESSAGES/collective.geolocationbehavior.mo +0 -0
  188. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/locales/fr/LC_MESSAGES/collective.geolocationbehavior.po +0 -0
  189. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/locales/it/LC_MESSAGES/collective.geolocationbehavior.mo +0 -0
  190. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/locales/it/LC_MESSAGES/collective.geolocationbehavior.po +0 -0
  191. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/profiles/default/catalog.xml +0 -0
  192. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/profiles/default/metadata.xml +0 -0
  193. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/profiles/uninstall/metadata.xml +0 -0
  194. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/upgrades/__init__.py +0 -0
  195. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/geolocationbehavior/upgrades/configure.zcml +0 -0
  196. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/__init__.py +0 -0
  197. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/auto.py +0 -0
  198. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/browser.py +0 -0
  199. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/config.py +0 -0
  200. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/configure.zcml +0 -0
  201. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/eventsubscribers.py +0 -0
  202. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/fixes.zcml +0 -0
  203. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/honeypot.pt +0 -0
  204. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/interfaces.py +0 -0
  205. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/locales/__init__.py +0 -0
  206. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/locales/collective.honeypot.pot +0 -0
  207. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/locales/it/LC_MESSAGES/collective.honeypot.mo +0 -0
  208. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/locales/it/LC_MESSAGES/collective.honeypot.po +0 -0
  209. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/locales/update.sh +0 -0
  210. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/plone5/__init__.py +0 -0
  211. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/plone5/configure.zcml +0 -0
  212. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/plone5/overrides/plone.app.z3cform.templates.macros.pt +0 -0
  213. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/plone5/patches.py +0 -0
  214. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/testing.py +0 -0
  215. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/tests/__init__.py +0 -0
  216. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/tests/test_functional.py +0 -0
  217. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/tests/test_restapi.py +0 -0
  218. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/tests/test_unit.py +0 -0
  219. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/utils.py +0 -0
  220. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/z3cform/__init__.py +0 -0
  221. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/z3cform/configure.zcml +0 -0
  222. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/z3cform/honeypotextender.py +0 -0
  223. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/z3cform/widget.py +0 -0
  224. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/honeypot/z3cform/widget_display.pt +0 -0
  225. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/Extensions/install.py +0 -0
  226. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/__init__.py +0 -0
  227. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/browser/__init__.py +0 -0
  228. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/browser/configure.zcml +0 -0
  229. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/browser/controlpanel.py +0 -0
  230. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/browser/images/limitfilesize-settings.png +0 -0
  231. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/browser/limitfilesizepanel_view.py +0 -0
  232. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/browser/tinymce_upload_p5.py +0 -0
  233. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/configure.zcml +0 -0
  234. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/dx_validators.py +0 -0
  235. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/interfaces.py +0 -0
  236. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/locales/collective.limitfilesizepanel-manual.pot +0 -0
  237. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/locales/collective.limitfilesizepanel.pot +0 -0
  238. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/locales/de/LC_MESSAGES/collective.limitfilesizepanel.mo +0 -0
  239. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/locales/de/LC_MESSAGES/collective.limitfilesizepanel.po +0 -0
  240. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/locales/it/LC_MESSAGES/collective.limitfilesizepanel.mo +0 -0
  241. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/locales/it/LC_MESSAGES/collective.limitfilesizepanel.po +0 -0
  242. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/locales/rebuildPo.sh +0 -0
  243. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/profiles/default/browserlayer.xml +0 -0
  244. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/profiles/default/controlpanel.xml +0 -0
  245. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/profiles/default/metadata.xml +0 -0
  246. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/profiles/default/registry.xml +0 -0
  247. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/profiles/default/rolemap.xml +0 -0
  248. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/profiles/uninstall/browserlayer.xml +0 -0
  249. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/profiles/uninstall/controlpanel.xml +0 -0
  250. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/profiles/uninstall/registry.xml +0 -0
  251. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/setuphandlers.py +0 -0
  252. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/testing.py +0 -0
  253. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/tests/__init__.py +0 -0
  254. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/tests/base_dx.py +0 -0
  255. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/tests/test_bypassvalidation.py +0 -0
  256. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/tests/test_maxsizecalc_dx.py +0 -0
  257. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/tests/test_setup.py +0 -0
  258. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/tests/test_validation.py +0 -0
  259. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/limitfilesizepanel/upgrades.zcml +0 -0
  260. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/__init__.py +0 -0
  261. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/configure.zcml +0 -0
  262. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/interfaces.py +0 -0
  263. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/meta.py +0 -0
  264. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/meta.zcml +0 -0
  265. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/tests/__init__.py +0 -0
  266. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/tests/common.py +0 -0
  267. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/tests/dummypatch.py +0 -0
  268. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/tests/dummypatch.zcml +0 -0
  269. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/monkeypatcher/tests/test_monkeypatcher.py +0 -0
  270. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/__init__.py +0 -0
  271. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/adapter.py +0 -0
  272. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/api.py +0 -0
  273. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/browser.py +0 -0
  274. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/configure.zcml +0 -0
  275. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/events.py +0 -0
  276. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/interfaces.py +0 -0
  277. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/purge.py +0 -0
  278. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/testing.py +0 -0
  279. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/tests/__init__.py +0 -0
  280. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/tests/document_with_dependencies.pt +0 -0
  281. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/purgebyid/tests/test_purge.py +0 -0
  282. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/regenv/__init__.py +0 -0
  283. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/regenv/configure.zcml +0 -0
  284. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/regenv/monkey.py +0 -0
  285. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/regenv/registry.py +0 -0
  286. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/regenv/testing.py +0 -0
  287. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/regenv/tests/__init__.py +0 -0
  288. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/regenv/tests/sample.yaml +0 -0
  289. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/regenv/tests/test_registry.py +0 -0
  290. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/configure.zcml +0 -0
  291. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/content/__init__.py +0 -0
  292. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/controlpanels/__init__.py +0 -0
  293. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/controlpanels/configure.zcml +0 -0
  294. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/dependencies.zcml +0 -0
  295. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/indexers/__init__.py +0 -0
  296. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/indexers/configure.zcml +0 -0
  297. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/interfaces.py +0 -0
  298. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/locales/__init__.py +0 -0
  299. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/locales/__main__.py +0 -0
  300. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/locales/collective.blockslisting.pot +0 -0
  301. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/locales/en/LC_MESSAGES/collective.blockslisting.mo +0 -0
  302. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/locales/en/LC_MESSAGES/collective.blockslisting.po +0 -0
  303. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/permissions.zcml +0 -0
  304. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/browserlayer.xml +0 -0
  305. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/catalog.xml +0 -0
  306. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/controlpanel.xml +0 -0
  307. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/diff_tool.xml +0 -0
  308. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/metadata.xml +0 -0
  309. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/registry/main.xml +0 -0
  310. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/repositorytool.xml +0 -0
  311. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/rolemap.xml +0 -0
  312. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/types/.gitkeep +0 -0
  313. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/default/types.xml +0 -0
  314. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/initial/metadata.xml +0 -0
  315. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles/uninstall/browserlayer.xml +0 -0
  316. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/profiles.zcml +0 -0
  317. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/__init__.py +0 -0
  318. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/configure.zcml +0 -0
  319. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/services/__init__.py +0 -0
  320. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/services/blocks_listing/__init__.py +0 -0
  321. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/services/blocks_listing/configure.zcml +0 -0
  322. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/services/blocks_listing/get.py +0 -0
  323. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/services/configure.zcml +0 -0
  324. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/services/search_blocks/__init__.py +0 -0
  325. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/services/search_blocks/configure.zcml +0 -0
  326. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/restapi/services/search_blocks/get.py +0 -0
  327. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/serializers/__init__.py +0 -0
  328. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/serializers/configure.zcml +0 -0
  329. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/serializers/summary.py +0 -0
  330. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/__init__.py +0 -0
  331. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/.gitkeep +0 -0
  332. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/content/__metadata__.json +0 -0
  333. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/content/a58ccead718140c1baa98d43595fc3e6/data.json +0 -0
  334. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/content/a58ccead718140c1baa98d43595fc3e6/image/plone-foundation.png +0 -0
  335. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/content/a720393b3c0240e5bd27c43fcd2cfd1e/data.json +0 -0
  336. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/content/plone_site_root/data.json +0 -0
  337. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/discussions.json +0 -0
  338. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/portlets.json +0 -0
  339. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/principals.json +0 -0
  340. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/redirects.json +0 -0
  341. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/relations.json +0 -0
  342. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/examplecontent/translations.json +0 -0
  343. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/setuphandlers/initial.py +0 -0
  344. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/testing.py +0 -0
  345. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/upgrades/__init__.py +0 -0
  346. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/upgrades/configure.zcml +0 -0
  347. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/vocabularies/__init__.py +0 -0
  348. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/searchblocks/vocabularies/configure.zcml +0 -0
  349. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/__init__.py +0 -0
  350. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/behavior.py +0 -0
  351. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/browser.py +0 -0
  352. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/collectionfilter.py +0 -0
  353. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/configure.zcml +0 -0
  354. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/controlpanel.py +0 -0
  355. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/edit_taxonomy_data.pt +0 -0
  356. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/exportimport.py +0 -0
  357. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/factory.py +0 -0
  358. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/generated.py +0 -0
  359. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/i18n.py +0 -0
  360. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/indexer.py +0 -0
  361. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/interfaces.py +0 -0
  362. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/jsonimpl.py +0 -0
  363. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/listing_tabular.pt +0 -0
  364. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/collective.taxonomy.pot +0 -0
  365. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/da/LC_MESSAGES/collective.taxonomy.mo +0 -0
  366. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/da/LC_MESSAGES/collective.taxonomy.po +0 -0
  367. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/de/LC_MESSAGES/collective.taxonomy.mo +0 -0
  368. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/de/LC_MESSAGES/collective.taxonomy.po +0 -0
  369. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/es/LC_MESSAGES/collective.taxonomy.mo +0 -0
  370. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/es/LC_MESSAGES/collective.taxonomy.po +0 -0
  371. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/fr/LC_MESSAGES/collective.taxonomy.mo +0 -0
  372. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/fr/LC_MESSAGES/collective.taxonomy.po +0 -0
  373. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/it/LC_MESSAGES/collective.taxonomy.mo +0 -0
  374. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/it/LC_MESSAGES/collective.taxonomy.po +0 -0
  375. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/nl/LC_MESSAGES/collective.taxonomy.mo +0 -0
  376. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/locales/nl/LC_MESSAGES/collective.taxonomy.po +0 -0
  377. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/default/browserlayer.xml +0 -0
  378. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/default/controlpanel.xml +0 -0
  379. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/default/metadata.xml +0 -0
  380. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/default/registry.xml +0 -0
  381. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/default/rolemap.xml +0 -0
  382. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/examples/metadata.xml +0 -0
  383. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/examples/taxonomies/nihms.cfg +0 -0
  384. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/examples/taxonomies/nihms.xml +0 -0
  385. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/uninstall/browserlayer.xml +0 -0
  386. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/uninstall/controlpanel.xml +0 -0
  387. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/profiles/uninstall/registry.xml +0 -0
  388. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/rebuild_i18n.sh +0 -0
  389. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/__init__.py +0 -0
  390. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/configure.zcml +0 -0
  391. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/serializers/__init__.py +0 -0
  392. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/serializers/configure.zcml +0 -0
  393. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/serializers/taxonomy.py +0 -0
  394. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/__init__.py +0 -0
  395. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/configure.zcml +0 -0
  396. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/controlpanel/__init__.py +0 -0
  397. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/controlpanel/configure.zcml +0 -0
  398. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/controlpanel/controlpanel.py +0 -0
  399. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/taxonomy/__init__.py +0 -0
  400. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/taxonomy/add.py +0 -0
  401. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/taxonomy/configure.zcml +0 -0
  402. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/taxonomy/delete.py +0 -0
  403. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/taxonomy/get.py +0 -0
  404. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/taxonomy/schema.py +0 -0
  405. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/services/taxonomy/update.py +0 -0
  406. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/restapi/utils.py +0 -0
  407. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/setuphandlers.py +0 -0
  408. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/css/collective.taxonomy.css +0 -0
  409. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/LICENSE.txt +0 -0
  410. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/README.txt +0 -0
  411. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/config.json +0 -0
  412. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/css/animation.css +0 -0
  413. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/css/taxonomy-codes.css +0 -0
  414. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/css/taxonomy-embedded.css +0 -0
  415. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/css/taxonomy-ie7-codes.css +0 -0
  416. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/css/taxonomy-ie7.css +0 -0
  417. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/css/taxonomy.css +0 -0
  418. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/demo.html +0 -0
  419. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/font/taxonomy.eot +0 -0
  420. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/font/taxonomy.svg +0 -0
  421. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/font/taxonomy.ttf +0 -0
  422. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/font/taxonomy.woff +0 -0
  423. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/icons/font/taxonomy.woff2 +0 -0
  424. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/js/.gitkeep +0 -0
  425. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/js/css/react-treeview.css +0 -0
  426. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/js/edittaxonomydata.js +0 -0
  427. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/static/js/edittaxonomydata.js.map +0 -0
  428. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/testing.py +0 -0
  429. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/testing.zcml +0 -0
  430. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/__init__.py +0 -0
  431. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/robot/test_taxonomy.robot +0 -0
  432. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_behavior.py +0 -0
  433. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_controlpanel.py +0 -0
  434. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_controlpanel_restapi.py +0 -0
  435. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_indexer.py +0 -0
  436. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_json.py +0 -0
  437. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_robot.py +0 -0
  438. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_setup.py +0 -0
  439. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_taxonomy_endpoint.py +0 -0
  440. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_traverser.py +0 -0
  441. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/tests/test_utility.py +0 -0
  442. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/upgradesteps.py +0 -0
  443. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/upgradesteps.zcml +0 -0
  444. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/utility.py +0 -0
  445. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/vdex.py +0 -0
  446. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/vocabulary.py +0 -0
  447. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/widget.py +0 -0
  448. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/widget.zcml +0 -0
  449. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/widget_display.pt +0 -0
  450. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/taxonomy/widget_input.pt +0 -0
  451. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/__init__.py +0 -0
  452. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/__init__.py +0 -0
  453. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/browser/__init__.py +0 -0
  454. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/browser/base_view.py +0 -0
  455. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/browser/configure.zcml +0 -0
  456. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/browser/overrides/.gitkeep +0 -0
  457. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/browser/static/.gitkeep +0 -0
  458. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/browser/templates/base_view.pt +0 -0
  459. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/browser/templates/collection_tile.pt +0 -0
  460. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/collection.py +0 -0
  461. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/configure.zcml +0 -0
  462. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/interfaces.py +0 -0
  463. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/locales/collective.tiles.collection.pot +0 -0
  464. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/locales/it/LC_MESSAGES/collective.tiles.collection.mo +0 -0
  465. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/locales/it/LC_MESSAGES/collective.tiles.collection.po +0 -0
  466. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/locales/update.sh +0 -0
  467. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/profiles/default/browserlayer.xml +0 -0
  468. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/profiles/default/metadata.xml +0 -0
  469. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/profiles/default/registry.xml +0 -0
  470. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/profiles/mosaic_support/registry.xml +0 -0
  471. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/profiles/uninstall/browserlayer.xml +0 -0
  472. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/setuphandlers.py +0 -0
  473. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/testing.py +0 -0
  474. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/tests/__init__.py +0 -0
  475. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/tests/robot/test_example.robot +0 -0
  476. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/tests/test_robot.py +0 -0
  477. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/tests/test_setup.py +0 -0
  478. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/tiles/collection/vocabularies.py +0 -0
  479. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/__init__.py +0 -0
  480. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/behaviors.py +0 -0
  481. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/__init__.py +0 -0
  482. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/configure.zcml +0 -0
  483. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/controlpanel.py +0 -0
  484. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/event_summary.pt +0 -0
  485. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/locationsearch.py +0 -0
  486. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/portlet_events.pt +0 -0
  487. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/venue.pt +0 -0
  488. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/venue.py +0 -0
  489. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/venue_base.pt +0 -0
  490. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/venue_overlay.pt +0 -0
  491. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/browser/venuetile.py +0 -0
  492. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/configure.zcml +0 -0
  493. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/eventaccessor.py +0 -0
  494. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/geolocation.py +0 -0
  495. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/icalexporter.py +0 -0
  496. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/indexer.py +0 -0
  497. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/interfaces.py +0 -0
  498. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/collective.venue.pot +0 -0
  499. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/de/LC_MESSAGES/collective.venue.mo +0 -0
  500. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/de/LC_MESSAGES/collective.venue.po +0 -0
  501. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/de/LC_MESSAGES/plone.mo +0 -0
  502. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/de/LC_MESSAGES/plone.po +0 -0
  503. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/it/LC_MESSAGES/collective.venue.mo +0 -0
  504. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/it/LC_MESSAGES/collective.venue.po +0 -0
  505. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/it/LC_MESSAGES/plone.mo +0 -0
  506. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/it/LC_MESSAGES/plone.po +0 -0
  507. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/merge-plone.pot +0 -0
  508. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/plone.pot +0 -0
  509. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/locales/rebuild_i18n.sh +0 -0
  510. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/base/browserlayer.xml +0 -0
  511. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/base/controlpanel.xml +0 -0
  512. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/base/metadata.xml +0 -0
  513. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/base/registry.xml +0 -0
  514. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/base/types/Event.xml +0 -0
  515. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/base/types/Venue.xml +0 -0
  516. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/base/types.xml +0 -0
  517. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/default-geolocation/metadata.xml +0 -0
  518. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/default-nogeolocation/metadata.xml +0 -0
  519. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/geolocation_to_2/registry.xml +0 -0
  520. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/uninstall/browserlayer.xml +0 -0
  521. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/uninstall/controlpanel.xml +0 -0
  522. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/uninstall/registry.xml +0 -0
  523. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/uninstall/types/Event.xml +0 -0
  524. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/uninstall/types/Venue.xml +0 -0
  525. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/profiles/uninstall/types.xml +0 -0
  526. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/collective-venue-bundle-compiled.css +0 -0
  527. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/collective-venue-bundle-compiled.css.map +0 -0
  528. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/collective-venue-bundle-compiled.js +0 -0
  529. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/collective-venue-bundle-compiled.js.map +0 -0
  530. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/collective-venue-bundle.js +0 -0
  531. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/facebook.svg +0 -0
  532. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/font/fontello.eot +0 -0
  533. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/font/fontello.svg +0 -0
  534. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/font/fontello.ttf +0 -0
  535. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/font/fontello.woff +0 -0
  536. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/google-plus.svg +0 -0
  537. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/instagram.svg +0 -0
  538. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/locationsearch.js +0 -0
  539. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/locationsearch.xml +0 -0
  540. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/styles.less +0 -0
  541. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/twitter.svg +0 -0
  542. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/resources/venue.svg +0 -0
  543. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/setuphandlers.py +0 -0
  544. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/upgrades.py +0 -0
  545. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/venue/utils.py +0 -0
  546. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/__init__.py +0 -0
  547. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/__init__.py +0 -0
  548. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/adapters/__init__.py +0 -0
  549. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/adapters/configure.zcml +0 -0
  550. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/adapters/searchabletext_indexers.py +0 -0
  551. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/configure.zcml +0 -0
  552. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/events/__init__.py +0 -0
  553. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/events/configure.zcml +0 -0
  554. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/events/handler.py +0 -0
  555. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/field.py +0 -0
  556. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/indexers.py +0 -0
  557. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/interfaces.py +0 -0
  558. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/locales/README.rst +0 -0
  559. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/locales/__init__.py +0 -0
  560. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/locales/collective.volto.blocksfield.pot +0 -0
  561. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/locales/en/LC_MESSAGES/collective.volto.blocksfield.mo +0 -0
  562. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/locales/en/LC_MESSAGES/collective.volto.blocksfield.po +0 -0
  563. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/locales/update.py +0 -0
  564. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/locales/update.sh +0 -0
  565. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/permissions.zcml +0 -0
  566. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/profiles/default/metadata.xml +0 -0
  567. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/profiles/uninstall/.gitkeep +0 -0
  568. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/__init__.py +0 -0
  569. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/configure.zcml +0 -0
  570. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/deserializers/__init__.py +0 -0
  571. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/deserializers/blocks.py +0 -0
  572. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/deserializers/configure.zcml +0 -0
  573. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/deserializers/dxfields.py +0 -0
  574. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/serializers/__init__.py +0 -0
  575. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/serializers/blocks.py +0 -0
  576. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/serializers/configure.zcml +0 -0
  577. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/serializers/dxfields.py +0 -0
  578. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/types/__init__.py +0 -0
  579. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/types/adapters.py +0 -0
  580. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/restapi/types/configure.zcml +0 -0
  581. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/setuphandlers.py +0 -0
  582. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/testing.py +0 -0
  583. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/blocksfield/tests/__init__.py +0 -0
  584. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/__init__.py +0 -0
  585. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/browser/__init__.py +0 -0
  586. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/browser/configure.zcml +0 -0
  587. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/browser/controlpanel.py +0 -0
  588. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/browser/overrides/.gitkeep +0 -0
  589. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/browser/static/.gitkeep +0 -0
  590. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/configure.zcml +0 -0
  591. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/interfaces.py +0 -0
  592. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/README.rst +0 -0
  593. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/__init__.py +0 -0
  594. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/collective.volto.contactsblock.pot +0 -0
  595. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/en/LC_MESSAGES/collective.volto.contactsblock.mo +0 -0
  596. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/en/LC_MESSAGES/collective.volto.contactsblock.po +0 -0
  597. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/it/LC_MESSAGES/collective.volto.contactsblock.mo +0 -0
  598. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/it/LC_MESSAGES/collective.volto.contactsblock.po +0 -0
  599. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/update.py +0 -0
  600. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/locales/update.sh +0 -0
  601. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/permissions.zcml +0 -0
  602. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/profiles/default/browserlayer.xml +0 -0
  603. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/profiles/default/catalog.xml +0 -0
  604. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/profiles/default/controlpanel.xml +0 -0
  605. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/profiles/default/metadata.xml +0 -0
  606. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/profiles/default/registry.xml +0 -0
  607. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/profiles/default/rolemap.xml +0 -0
  608. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/profiles/uninstall/browserlayer.xml +0 -0
  609. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/restapi/__init__.py +0 -0
  610. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/restapi/configure.zcml +0 -0
  611. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/restapi/controlpanel.py +0 -0
  612. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/restapi/get.py +0 -0
  613. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/setuphandlers.py +0 -0
  614. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/testing.py +0 -0
  615. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/tests/__init__.py +0 -0
  616. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/contactsblock/tests/test_setup.py +0 -0
  617. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/__init__.py +0 -0
  618. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/browser/__init__.py +0 -0
  619. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/browser/configure.zcml +0 -0
  620. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/browser/controlpanel.py +0 -0
  621. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/configure.zcml +0 -0
  622. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/interfaces.py +0 -0
  623. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/README.rst +0 -0
  624. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/__init__.py +0 -0
  625. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/collective.volto.dropdownmenu.pot +0 -0
  626. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/es/LC_MESSAGES/collective.volto.dropdownmenu.mo +0 -0
  627. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/es/LC_MESSAGES/collective.volto.dropdownmenu.po +0 -0
  628. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/it/LC_MESSAGES/collective.volto.dropdownmenu.mo +0 -0
  629. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/it/LC_MESSAGES/collective.volto.dropdownmenu.po +0 -0
  630. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/update.py +0 -0
  631. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/locales/update.sh +0 -0
  632. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/permissions.zcml +0 -0
  633. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/profiles/default/browserlayer.xml +0 -0
  634. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/profiles/default/controlpanel.xml +0 -0
  635. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/profiles/default/metadata.xml +0 -0
  636. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/profiles/default/registry.xml +0 -0
  637. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/profiles/default/rolemap.xml +0 -0
  638. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/profiles/uninstall/browserlayer.xml +0 -0
  639. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/profiles/uninstall/controlpanel.xml +0 -0
  640. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/profiles/uninstall/registry.xml +0 -0
  641. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/__init__.py +0 -0
  642. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/configure.zcml +0 -0
  643. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/deserializer/__init__.py +0 -0
  644. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/deserializer/configure.zcml +0 -0
  645. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/deserializer/dropdown_menu.py +0 -0
  646. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/dropdown_menu/__init__.py +0 -0
  647. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/dropdown_menu/configure.zcml +0 -0
  648. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/dropdown_menu/get.py +0 -0
  649. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/serializer/__init__.py +0 -0
  650. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/serializer/configure.zcml +0 -0
  651. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/serializer/dropdown_menu.py +0 -0
  652. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/services/__init__.py +0 -0
  653. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/services/configure.zcml +0 -0
  654. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/restapi/services/controlpanel.py +0 -0
  655. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/setuphandlers.py +0 -0
  656. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/testing.py +0 -0
  657. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/tests/__init__.py +0 -0
  658. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/tests/test_dropdown_menu_controlpanel.py +0 -0
  659. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/tests/test_dropdown_menu_route.py +0 -0
  660. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/tests/test_setup.py +0 -0
  661. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/upgrades.py +0 -0
  662. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/dropdownmenu/upgrades.zcml +0 -0
  663. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/__init__.py +0 -0
  664. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/adapters.py +0 -0
  665. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/behaviors.zcml +0 -0
  666. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/configure.zcml +0 -0
  667. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/events/__init__.py +0 -0
  668. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/events/configure.zcml +0 -0
  669. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/events/invalidate_cache.py +0 -0
  670. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/indexer.py +0 -0
  671. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/interfaces.py +0 -0
  672. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/locales/README.rst +0 -0
  673. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/locales/__init__.py +0 -0
  674. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/locales/collective.volto.enhancedlinks.pot +0 -0
  675. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/locales/en/LC_MESSAGES/collective.volto.enhancedlinks.mo +0 -0
  676. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/locales/en/LC_MESSAGES/collective.volto.enhancedlinks.po +0 -0
  677. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/locales/update.py +0 -0
  678. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/locales/update.sh +0 -0
  679. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/profiles/default/catalog.xml +0 -0
  680. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/profiles/default/metadata.xml +0 -0
  681. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/profiles/default/toolset.xml +0 -0
  682. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/profiles/default/types/File.xml +0 -0
  683. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/profiles/default/types/Image.xml +0 -0
  684. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/profiles/uninstall/toolset.xml +0 -0
  685. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/restapi/__init__.py +0 -0
  686. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/restapi/configure.zcml +0 -0
  687. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/restapi/deserializer/__init__.py +0 -0
  688. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/restapi/deserializer/blocks.py +0 -0
  689. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/restapi/deserializer/configure.zcml +0 -0
  690. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/restapi/serializer/__init__.py +0 -0
  691. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/restapi/serializer/blocks.py +0 -0
  692. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/restapi/serializer/configure.zcml +0 -0
  693. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/setuphandlers.py +0 -0
  694. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/testing.py +0 -0
  695. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/tests/__init__.py +0 -0
  696. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/tests/files/file.pdf +0 -0
  697. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/tests/files/file_csv.csv +0 -0
  698. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/tests/files/image.jpg +0 -0
  699. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/tests/test_serializer.py +0 -0
  700. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/tests/test_summary_serializer.py +0 -0
  701. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/tool.py +0 -0
  702. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/upgrades.py +0 -0
  703. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/enhancedlinks/upgrades.zcml +0 -0
  704. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/__init__.py +0 -0
  705. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/adapters/__init__.py +0 -0
  706. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/adapters/configure.zcml +0 -0
  707. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/adapters/post.py +0 -0
  708. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/browser/__init__.py +0 -0
  709. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/browser/configure.zcml +0 -0
  710. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/browser/overrides/.gitkeep +0 -0
  711. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/browser/saved_data.py +0 -0
  712. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/browser/send_mail_template.pt +0 -0
  713. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/browser/send_mail_template_table.pt +0 -0
  714. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/browser/static/.gitkeep +0 -0
  715. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/captcha/__init__.py +0 -0
  716. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/captcha/configure.zcml +0 -0
  717. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/captcha/hcaptcha.py +0 -0
  718. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/captcha/honeypot.py +0 -0
  719. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/captcha/norobots.py +0 -0
  720. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/captcha/recaptcha.py +0 -0
  721. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/captcha/vocabularies.py +0 -0
  722. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/configure.zcml +0 -0
  723. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/datamanager/__init__.py +0 -0
  724. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/datamanager/catalog.py +0 -0
  725. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/datamanager/configure.zcml +0 -0
  726. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/events/__init__.py +0 -0
  727. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/interfaces.py +0 -0
  728. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/README.rst +0 -0
  729. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/__init__.py +0 -0
  730. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/collective.volto.formsupport.pot +0 -0
  731. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/de/LC_MESSAGES/collective.volto.formsupport.mo +0 -0
  732. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/de/LC_MESSAGES/collective.volto.formsupport.po +0 -0
  733. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/es/LC_MESSAGES/collective.volto.formsupport.mo +0 -0
  734. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/es/LC_MESSAGES/collective.volto.formsupport.po +0 -0
  735. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/it/LC_MESSAGES/collective.volto.formsupport.mo +0 -0
  736. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/it/LC_MESSAGES/collective.volto.formsupport.po +0 -0
  737. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/pt_BR/LC_MESSAGES/collective.volto.formsupport.mo +0 -0
  738. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/pt_BR/LC_MESSAGES/collective.volto.formsupport.po +0 -0
  739. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/update.py +0 -0
  740. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/locales/update.sh +0 -0
  741. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/permissions.zcml +0 -0
  742. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/profiles/default/browserlayer.xml +0 -0
  743. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/profiles/default/catalog.xml +0 -0
  744. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/profiles/default/metadata.xml +0 -0
  745. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/profiles/default/registry/main.xml +0 -0
  746. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/profiles/default/rolemap.xml +0 -0
  747. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/profiles/uninstall/browserlayer.xml +0 -0
  748. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/__init__.py +0 -0
  749. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/configure.zcml +0 -0
  750. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/deserializer/__init__.py +0 -0
  751. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/deserializer/blocks.py +0 -0
  752. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/deserializer/configure.zcml +0 -0
  753. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/serializer/__init__.py +0 -0
  754. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/serializer/blocks.py +0 -0
  755. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/serializer/configure.zcml +0 -0
  756. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/__init__.py +0 -0
  757. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/configure.zcml +0 -0
  758. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/form_data/__init__.py +0 -0
  759. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/form_data/clear.py +0 -0
  760. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/form_data/configure.zcml +0 -0
  761. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/form_data/csv.py +0 -0
  762. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/form_data/form_data.py +0 -0
  763. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/submit_form/__init__.py +0 -0
  764. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/submit_form/configure.zcml +0 -0
  765. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/restapi/services/submit_form/post.py +0 -0
  766. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/scripts/__init__.py +0 -0
  767. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/scripts/cleansing.py +0 -0
  768. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/setuphandlers.py +0 -0
  769. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/testing.py +0 -0
  770. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/__init__.py +0 -0
  771. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/file.pdf +0 -0
  772. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_captcha.py +0 -0
  773. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_deserialize_block.py +0 -0
  774. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_event.py +0 -0
  775. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_form_data_adapter.py +0 -0
  776. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_honeypot.py +0 -0
  777. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_send_action_form.py +0 -0
  778. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_serialize_block.py +0 -0
  779. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_setup.py +0 -0
  780. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/tests/test_store_action_form.py +0 -0
  781. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/upgrades.py +0 -0
  782. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/upgrades.zcml +0 -0
  783. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/formsupport/utils.py +0 -0
  784. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/__init__.py +0 -0
  785. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/browser/__init__.py +0 -0
  786. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/browser/configure.zcml +0 -0
  787. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/browser/controlpanel.py +0 -0
  788. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/config.py +0 -0
  789. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/configure.zcml +0 -0
  790. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/interfaces.py +0 -0
  791. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/README.rst +0 -0
  792. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/__init__.py +0 -0
  793. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/collective.volto.gdprcookie.pot +0 -0
  794. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/en/LC_MESSAGES/collective.volto.gdprcookie.mo +0 -0
  795. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/en/LC_MESSAGES/collective.volto.gdprcookie.po +0 -0
  796. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/it/LC_MESSAGES/collective.volto.gdprcookie.mo +0 -0
  797. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/it/LC_MESSAGES/collective.volto.gdprcookie.po +0 -0
  798. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/update.py +0 -0
  799. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/locales/update.sh +0 -0
  800. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/permissions.zcml +0 -0
  801. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/profiles/default/browserlayer.xml +0 -0
  802. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/profiles/default/catalog.xml +0 -0
  803. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/profiles/default/controlpanel.xml +0 -0
  804. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/profiles/default/metadata.xml +0 -0
  805. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/profiles/default/registry/main.xml +0 -0
  806. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/profiles/default/rolemap.xml +0 -0
  807. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/profiles/uninstall/browserlayer.xml +0 -0
  808. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/restapi/__init__.py +0 -0
  809. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/restapi/configure.zcml +0 -0
  810. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/restapi/controlpanel.py +0 -0
  811. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/restapi/deserializer.py +0 -0
  812. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/restapi/get.py +0 -0
  813. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/restapi/serializer.py +0 -0
  814. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/setuphandlers.py +0 -0
  815. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/testing.py +0 -0
  816. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/tests/__init__.py +0 -0
  817. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/tests/test_controlpanel_api.py +0 -0
  818. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/tests/test_expander.py +0 -0
  819. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/gdprcookie/tests/test_get_gdpr_settings.py +0 -0
  820. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/__init__.py +0 -0
  821. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/browser/__init__.py +0 -0
  822. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/browser/configure.zcml +0 -0
  823. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/browser/email_confirm_view.py +0 -0
  824. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/browser/overrides/.gitkeep +0 -0
  825. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/browser/static/.gitkeep +0 -0
  826. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/browser/templates/email_confirm_view.pt +0 -0
  827. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/configure.zcml +0 -0
  828. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/interfaces.py +0 -0
  829. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/README.rst +0 -0
  830. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/__init__.py +0 -0
  831. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/collective.volto.otp.pot +0 -0
  832. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/en/LC_MESSAGES/collective.volto.otp.mo +0 -0
  833. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/en/LC_MESSAGES/collective.volto.otp.po +0 -0
  834. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/it/LC_MESSAGES/collective.volto.otp.mo +0 -0
  835. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/it/LC_MESSAGES/collective.volto.otp.po +0 -0
  836. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/update.py +0 -0
  837. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/locales/update.sh +0 -0
  838. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/permissions.zcml +0 -0
  839. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/profiles/default/browserlayer.xml +0 -0
  840. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/profiles/default/catalog.xml +0 -0
  841. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/profiles/default/metadata.xml +0 -0
  842. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/profiles/default/registry/main.xml +0 -0
  843. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/profiles/default/rolemap.xml +0 -0
  844. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/profiles/uninstall/browserlayer.xml +0 -0
  845. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/restapi/__init__.py +0 -0
  846. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/restapi/configure.zcml +0 -0
  847. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/restapi/services/__init__.py +0 -0
  848. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/restapi/services/configure.zcml +0 -0
  849. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/restapi/services/validation/__init__.py +0 -0
  850. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/restapi/services/validation/configure.zcml +0 -0
  851. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/restapi/services/validation/email.py +0 -0
  852. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/setuphandlers.py +0 -0
  853. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/testing.py +0 -0
  854. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/tests/__init__.py +0 -0
  855. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/tests/robot/test_example.robot +0 -0
  856. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/tests/test_robot.py +0 -0
  857. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/tests/test_setup.py +0 -0
  858. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/otp/utils/__init__.py +0 -0
  859. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/__init__.py +0 -0
  860. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/browser/__init__.py +0 -0
  861. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/browser/configure.zcml +0 -0
  862. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/browser/controlpanel.py +0 -0
  863. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/configure.zcml +0 -0
  864. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/interfaces.py +0 -0
  865. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/README.rst +0 -0
  866. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/__init__.py +0 -0
  867. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/collective.volto.secondarymenu.pot +0 -0
  868. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/es/LC_MESSAGES/collective.volto.secondarymenu.mo +0 -0
  869. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/es/LC_MESSAGES/collective.volto.secondarymenu.po +0 -0
  870. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/it/LC_MESSAGES/collective.volto.secondarymenu.mo +0 -0
  871. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/it/LC_MESSAGES/collective.volto.secondarymenu.po +0 -0
  872. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/update.py +0 -0
  873. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/locales/update.sh +0 -0
  874. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/permissions.zcml +0 -0
  875. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/profiles/default/browserlayer.xml +0 -0
  876. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/profiles/default/controlpanel.xml +0 -0
  877. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/profiles/default/metadata.xml +0 -0
  878. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/profiles/default/registry.xml +0 -0
  879. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/profiles/uninstall/browserlayer.xml +0 -0
  880. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/profiles/uninstall/controlpanel.xml +0 -0
  881. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/profiles/uninstall/registry.xml +0 -0
  882. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/__init__.py +0 -0
  883. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/configure.zcml +0 -0
  884. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/deserializer/__init__.py +0 -0
  885. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/deserializer/configure.zcml +0 -0
  886. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/deserializer/secondary_menu.py +0 -0
  887. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/secondary_menu/__init__.py +0 -0
  888. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/secondary_menu/configure.zcml +0 -0
  889. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/secondary_menu/get.py +0 -0
  890. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/serializer/__init__.py +0 -0
  891. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/serializer/configure.zcml +0 -0
  892. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/serializer/secondary_menu.py +0 -0
  893. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/services/__init__.py +0 -0
  894. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/services/configure.zcml +0 -0
  895. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/restapi/services/controlpanel.py +0 -0
  896. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/setuphandlers.py +0 -0
  897. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/testing.py +0 -0
  898. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/tests/__init__.py +0 -0
  899. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/tests/test_secondary_menu_controlpanel.py +0 -0
  900. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/tests/test_secondary_menu_route.py +0 -0
  901. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/secondarymenu/tests/test_setup.py +0 -0
  902. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/__init__.py +0 -0
  903. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/browser/__init__.py +0 -0
  904. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/browser/configure.zcml +0 -0
  905. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/browser/overrides/.gitkeep +0 -0
  906. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/browser/site_helpers_views.py +0 -0
  907. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/browser/static/.gitkeep +0 -0
  908. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/configure.zcml +0 -0
  909. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/interfaces.py +0 -0
  910. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/locales/README.rst +0 -0
  911. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/locales/__init__.py +0 -0
  912. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/locales/collective.volto.sitesettings.pot +0 -0
  913. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/locales/it/LC_MESSAGES/collective.volto.sitesettings.mo +0 -0
  914. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/locales/it/LC_MESSAGES/collective.volto.sitesettings.po +0 -0
  915. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/locales/update.py +0 -0
  916. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/locales/update.sh +0 -0
  917. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/profiles/default/browserlayer.xml +0 -0
  918. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/profiles/default/catalog.xml +0 -0
  919. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/profiles/default/metadata.xml +0 -0
  920. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/profiles/default/registry/main.xml +0 -0
  921. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/profiles/default/rolemap.xml +0 -0
  922. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/profiles/uninstall/browserlayer.xml +0 -0
  923. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/profiles/uninstall/registry.xml +0 -0
  924. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/__init__.py +0 -0
  925. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/configure.zcml +0 -0
  926. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/controlpanels/__init__.py +0 -0
  927. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/controlpanels/configure.zcml +0 -0
  928. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/controlpanels/site.py +0 -0
  929. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/deserializer/__init__.py +0 -0
  930. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/deserializer/configure.zcml +0 -0
  931. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/deserializer/controlpanels.py +0 -0
  932. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/serializer/__init__.py +0 -0
  933. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/serializer/configure.zcml +0 -0
  934. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/serializer/controlpanels.py +0 -0
  935. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/services/__init__.py +0 -0
  936. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/services/configure.zcml +0 -0
  937. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/services/controlpanel.py +0 -0
  938. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/services/site/__init__.py +0 -0
  939. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/services/site/configure.zcml +0 -0
  940. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/restapi/services/site/get.py +0 -0
  941. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/setuphandlers.py +0 -0
  942. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/testing.py +0 -0
  943. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/tests/__init__.py +0 -0
  944. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/tests/favicon.ico +0 -0
  945. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/tests/logo.png +0 -0
  946. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/tests/test_site_controlpanel_custom.py +0 -0
  947. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/1001/.gitkeep +0 -0
  948. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/1001/metadata.txt +0 -0
  949. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/1001.zcml +0 -0
  950. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/1002.zcml +0 -0
  951. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/__init__.py +0 -0
  952. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/base.py +0 -0
  953. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/configure.zcml +0 -0
  954. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/v1001.py +0 -0
  955. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/upgrades/v1002.py +0 -0
  956. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/sitesettings/utils.py +0 -0
  957. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/__init__.py +0 -0
  958. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/browser/__init__.py +0 -0
  959. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/browser/configure.zcml +0 -0
  960. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/browser/overrides/.gitkeep +0 -0
  961. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/browser/static/.gitkeep +0 -0
  962. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/configure.zcml +0 -0
  963. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/controlpanel/__init__.py +0 -0
  964. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/controlpanel/configure.zcml +0 -0
  965. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/controlpanel/slimheader.py +0 -0
  966. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/interfaces.py +0 -0
  967. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/README.rst +0 -0
  968. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/__init__.py +0 -0
  969. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/collective.volto.slimheader.pot +0 -0
  970. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/en/LC_MESSAGES/collective.volto.slimheader.mo +0 -0
  971. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/en/LC_MESSAGES/collective.volto.slimheader.po +0 -0
  972. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/it/LC_MESSAGES/collective.volto.slimheader.mo +0 -0
  973. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/it/LC_MESSAGES/collective.volto.slimheader.po +0 -0
  974. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/update.py +0 -0
  975. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/locales/update.sh +0 -0
  976. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/permissions.zcml +0 -0
  977. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/profiles/default/browserlayer.xml +0 -0
  978. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/profiles/default/catalog.xml +0 -0
  979. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/profiles/default/controlpanel.xml +0 -0
  980. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/profiles/default/metadata.xml +0 -0
  981. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/profiles/default/registry/main.xml +0 -0
  982. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/profiles/default/registry/slimheader.xml +0 -0
  983. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/profiles/default/rolemap.xml +0 -0
  984. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/profiles/uninstall/browserlayer.xml +0 -0
  985. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/__init__.py +0 -0
  986. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/configure.zcml +0 -0
  987. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/deserializers/__init__.py +0 -0
  988. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/deserializers/configure.zcml +0 -0
  989. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/deserializers/slimheader.py +0 -0
  990. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/serializers/__init__.py +0 -0
  991. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/serializers/configure.zcml +0 -0
  992. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/serializers/slimheader.py +0 -0
  993. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/services/__init__.py +0 -0
  994. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/services/configure.zcml +0 -0
  995. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/services/controlpanel.py +0 -0
  996. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/slimheader/__init__.py +0 -0
  997. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/slimheader/configure.zcml +0 -0
  998. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/restapi/slimheader/get.py +0 -0
  999. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/setuphandlers.py +0 -0
  1000. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/testing.py +0 -0
  1001. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/tests/__init__.py +0 -0
  1002. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/tests/robot/test_example.robot +0 -0
  1003. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/tests/test_robot.py +0 -0
  1004. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/tests/test_setup.py +0 -0
  1005. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/tests/test_slimheader_controlpanel.py +0 -0
  1006. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/slimheader/tests/test_slimheader_route.py +0 -0
  1007. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/__init__.py +0 -0
  1008. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/browser/__init__.py +0 -0
  1009. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/browser/configure.zcml +0 -0
  1010. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/browser/controlpanel.py +0 -0
  1011. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/configure.zcml +0 -0
  1012. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/interfaces.py +0 -0
  1013. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/README.rst +0 -0
  1014. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/__init__.py +0 -0
  1015. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/collective.volto.socialsettings.pot +0 -0
  1016. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/en/LC_MESSAGES/collective.volto.socialsettings.mo +0 -0
  1017. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/en/LC_MESSAGES/collective.volto.socialsettings.po +0 -0
  1018. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/es/LC_MESSAGES/collective.volto.socialsettings.mo +0 -0
  1019. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/es/LC_MESSAGES/collective.volto.socialsettings.po +0 -0
  1020. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/it/LC_MESSAGES/collective.volto.socialsettings.mo +0 -0
  1021. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/it/LC_MESSAGES/collective.volto.socialsettings.po +0 -0
  1022. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/update.py +0 -0
  1023. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/locales/update.sh +0 -0
  1024. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/permissions.zcml +0 -0
  1025. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/profiles/default/browserlayer.xml +0 -0
  1026. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/profiles/default/catalog.xml +0 -0
  1027. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/profiles/default/controlpanel.xml +0 -0
  1028. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/profiles/default/metadata.xml +0 -0
  1029. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/profiles/default/registry.xml +0 -0
  1030. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/profiles/default/rolemap.xml +0 -0
  1031. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/profiles/uninstall/browserlayer.xml +0 -0
  1032. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/profiles/uninstall/controlpanel.xml +0 -0
  1033. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/restapi/__init__.py +0 -0
  1034. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/restapi/configure.zcml +0 -0
  1035. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/restapi/services/__init__.py +0 -0
  1036. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/restapi/services/configure.zcml +0 -0
  1037. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/restapi/services/controlpanel.py +0 -0
  1038. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/restapi/social_links/__init__.py +0 -0
  1039. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/restapi/social_links/configure.zcml +0 -0
  1040. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/restapi/social_links/get.py +0 -0
  1041. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/setuphandlers.py +0 -0
  1042. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/testing.py +0 -0
  1043. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/tests/__init__.py +0 -0
  1044. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/tests/test_setup.py +0 -0
  1045. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/tests/test_social_controlpanel_api.py +0 -0
  1046. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/tests/test_social_links_service.py +0 -0
  1047. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/upgrades.py +0 -0
  1048. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/socialsettings/upgrades.zcml +0 -0
  1049. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/__init__.py +0 -0
  1050. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/browser/__init__.py +0 -0
  1051. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/browser/configure.zcml +0 -0
  1052. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/browser/controlpanel.py +0 -0
  1053. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/configure.zcml +0 -0
  1054. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/interfaces.py +0 -0
  1055. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/README.rst +0 -0
  1056. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/__init__.py +0 -0
  1057. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/collective.volto.subfooter.pot +0 -0
  1058. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/es/LC_MESSAGES/collective.volto.subfooter.mo +0 -0
  1059. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/es/LC_MESSAGES/collective.volto.subfooter.po +0 -0
  1060. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/it/LC_MESSAGES/collective.volto.subfooter.mo +0 -0
  1061. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/it/LC_MESSAGES/collective.volto.subfooter.po +0 -0
  1062. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/update.py +0 -0
  1063. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/locales/update.sh +0 -0
  1064. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/permissions.zcml +0 -0
  1065. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/profiles/default/browserlayer.xml +0 -0
  1066. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/profiles/default/controlpanel.xml +0 -0
  1067. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/profiles/default/metadata.xml +0 -0
  1068. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/profiles/default/registry.xml +0 -0
  1069. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/profiles/uninstall/browserlayer.xml +0 -0
  1070. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/profiles/uninstall/controlpanel.xml +0 -0
  1071. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/profiles/uninstall/registry.xml +0 -0
  1072. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/__init__.py +0 -0
  1073. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/configure.zcml +0 -0
  1074. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/deserializer/__init__.py +0 -0
  1075. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/deserializer/configure.zcml +0 -0
  1076. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/deserializer/subfooter.py +0 -0
  1077. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/serializer/__init__.py +0 -0
  1078. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/serializer/configure.zcml +0 -0
  1079. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/serializer/subfooter.py +0 -0
  1080. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/services/__init__.py +0 -0
  1081. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/services/configure.zcml +0 -0
  1082. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/services/controlpanel.py +0 -0
  1083. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/subfooter/__init__.py +0 -0
  1084. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/subfooter/configure.zcml +0 -0
  1085. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/restapi/subfooter/get.py +0 -0
  1086. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/setuphandlers.py +0 -0
  1087. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/testing.py +0 -0
  1088. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/tests/__init__.py +0 -0
  1089. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/tests/test_setup.py +0 -0
  1090. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/tests/test_subfooter_controlpanel.py +0 -0
  1091. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subfooter/tests/test_subfooter_route.py +0 -0
  1092. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/__init__.py +0 -0
  1093. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/browser/__init__.py +0 -0
  1094. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/browser/configure.zcml +0 -0
  1095. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/browser/controlpanel.py +0 -0
  1096. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/configure.zcml +0 -0
  1097. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/content/__init__.py +0 -0
  1098. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/content/subsite.py +0 -0
  1099. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/interfaces.py +0 -0
  1100. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/README.rst +0 -0
  1101. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/__init__.py +0 -0
  1102. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/collective.volto.subsites.pot +0 -0
  1103. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/en/LC_MESSAGES/collective.volto.subsites.mo +0 -0
  1104. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/en/LC_MESSAGES/collective.volto.subsites.po +0 -0
  1105. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/es/LC_MESSAGES/collective.volto.subsites.mo +0 -0
  1106. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/es/LC_MESSAGES/collective.volto.subsites.po +0 -0
  1107. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/it/LC_MESSAGES/collective.volto.subsites.mo +0 -0
  1108. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/it/LC_MESSAGES/collective.volto.subsites.po +0 -0
  1109. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/update.py +0 -0
  1110. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/locales/update.sh +0 -0
  1111. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/permissions.zcml +0 -0
  1112. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/browserlayer.xml +0 -0
  1113. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/catalog.xml +0 -0
  1114. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/controlpanel.xml +0 -0
  1115. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/diff_tool.xml +0 -0
  1116. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/metadata.xml +0 -0
  1117. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/registry.xml +0 -0
  1118. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/repositorytool.xml +0 -0
  1119. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/rolemap.xml +0 -0
  1120. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/types/Subsite.xml +0 -0
  1121. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/default/types.xml +0 -0
  1122. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/uninstall/browserlayer.xml +0 -0
  1123. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/profiles/uninstall/registry.xml +0 -0
  1124. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/restapi/__init__.py +0 -0
  1125. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/restapi/configure.zcml +0 -0
  1126. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/restapi/services/__init__.py +0 -0
  1127. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/restapi/services/configure.zcml +0 -0
  1128. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/restapi/services/controlpanel.py +0 -0
  1129. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/restapi/services/subsite/__init__.py +0 -0
  1130. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/restapi/services/subsite/configure.zcml +0 -0
  1131. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/restapi/services/subsite/get.py +0 -0
  1132. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/setuphandlers.py +0 -0
  1133. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/testing.py +0 -0
  1134. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/tests/__init__.py +0 -0
  1135. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/tests/image.png +0 -0
  1136. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/tests/test_api_expansion.py +0 -0
  1137. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/tests/test_controlpanel_api.py +0 -0
  1138. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/tests/test_setup.py +0 -0
  1139. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/upgrades.py +0 -0
  1140. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/upgrades.zcml +0 -0
  1141. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/volto/subsites/vocabularies.py +0 -0
  1142. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/__init__.py +0 -0
  1143. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/__init__.py +0 -0
  1144. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/autoform.py +0 -0
  1145. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/blockdatagridfield.py +0 -0
  1146. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/browser.rst +0 -0
  1147. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/configure.zcml +0 -0
  1148. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/converters.py +0 -0
  1149. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/datagridfield.py +0 -0
  1150. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/datagridfield_display.pt +0 -0
  1151. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/datagridfield_input.pt +0 -0
  1152. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/datagridfield_input_block.pt +0 -0
  1153. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/datagridfieldobject_display.pt +0 -0
  1154. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/datagridfieldobject_input.pt +0 -0
  1155. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/datagridfieldobject_input_block.pt +0 -0
  1156. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/demo/__init__.py +0 -0
  1157. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/demo/configure.zcml +0 -0
  1158. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/demo/editform.pt +0 -0
  1159. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/demo/editform_object.py +0 -0
  1160. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/demo/editform_simple.py +0 -0
  1161. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/demo/menu.pt +0 -0
  1162. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/deserializer.py +0 -0
  1163. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/interfaces.py +0 -0
  1164. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/locales/README.rst +0 -0
  1165. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/locales/collective.z3cform.datagridfield.pot +0 -0
  1166. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/locales/es/LC_MESSAGES/collective.z3cform.datagridfield.mo +0 -0
  1167. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/locales/es/LC_MESSAGES/collective.z3cform.datagridfield.po +0 -0
  1168. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/locales/eu/LC_MESSAGES/collective.z3cform.datagridfield.mo +0 -0
  1169. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/locales/eu/LC_MESSAGES/collective.z3cform.datagridfield.po +0 -0
  1170. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/locales/update.py +0 -0
  1171. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/locales/update.sh +0 -0
  1172. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/overrides.zcml +0 -0
  1173. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/profiles/default/browserlayer.xml +0 -0
  1174. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/profiles/default/metadata.xml +0 -0
  1175. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/profiles/default/registry.xml +0 -0
  1176. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/profiles/uninstall/browserlayer.xml +0 -0
  1177. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/profiles/uninstall/registry.xml +0 -0
  1178. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/profiles.zcml +0 -0
  1179. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/registry.py +0 -0
  1180. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/row.py +0 -0
  1181. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/setuphandlers.py +0 -0
  1182. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/chunks/170.1e5bf755136e7bb5fa12.min.js +0 -0
  1183. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/chunks/170.1e5bf755136e7bb5fa12.min.js.map +0 -0
  1184. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/chunks/755.a13b140e2f359194e61c.min.js +0 -0
  1185. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/chunks/755.a13b140e2f359194e61c.min.js.map +0 -0
  1186. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/chunks/81.bc978c04682aa3758091.min.js +0 -0
  1187. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/chunks/81.bc978c04682aa3758091.min.js.map +0 -0
  1188. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/chunks/950.b00e222c668aca1378dd.min.js +0 -0
  1189. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/chunks/950.b00e222c668aca1378dd.min.js.map +0 -0
  1190. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/datagridfield-remote.min.js +0 -0
  1191. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/datagridfield-remote.min.js.map +0 -0
  1192. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/datagridfield.min.js +0 -0
  1193. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/static/datagridfield.min.js.map +0 -0
  1194. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/supermodel.py +0 -0
  1195. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/testing.py +0 -0
  1196. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/tests/robot/test_autoappend.robot +0 -0
  1197. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/tests.py +0 -0
  1198. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/2.zcml +0 -0
  1199. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/3.zcml +0 -0
  1200. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/4.zcml +0 -0
  1201. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/5.zcml +0 -0
  1202. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/__init__.py +0 -0
  1203. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/configure.zcml +0 -0
  1204. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/profiles/2/browserlayer.xml +0 -0
  1205. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/profiles/2/cssregistry.xml +0 -0
  1206. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/profiles/2/jsregistry.xml +0 -0
  1207. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/profiles/2/registry.xml +0 -0
  1208. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/profiles/3/registry.xml +0 -0
  1209. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/profiles/4/registry.xml +0 -0
  1210. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/datagridfield/upgrades/profiles/5/registry.xml +0 -0
  1211. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/__init__.py +0 -0
  1212. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/__init__.py +0 -0
  1213. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/configure.zcml +0 -0
  1214. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/json_widget_input.pt +0 -0
  1215. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/dist/prod/main.css +0 -0
  1216. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/dist/prod/main.css.map +0 -0
  1217. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/dist/prod/main.js +0 -0
  1218. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/dist/prod/main.js.map +0 -0
  1219. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/ArrayFieldContainer/index.js +0 -0
  1220. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/EntryColumnContainer/index.js +0 -0
  1221. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/EntryColumnContainer/index.less +0 -0
  1222. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/WidgetContainer/index.js +0 -0
  1223. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/WidgetDataContainer/index.js +0 -0
  1224. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/WidgetDataContainer/index.less +0 -0
  1225. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/fields/LinesField.js +0 -0
  1226. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/fields/LinesField.less +0 -0
  1227. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/fields/ReferenceField.js +0 -0
  1228. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/fields/ReferenceField.less +0 -0
  1229. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/fields/SelectField.js +0 -0
  1230. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/fields/TextAreaField.js +0 -0
  1231. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/fields/TextLineField.js +0 -0
  1232. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/index.js +0 -0
  1233. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/utils/i18n.js +0 -0
  1234. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/static/js/utils/widgetContext.js +0 -0
  1235. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/browser/widget.py +0 -0
  1236. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/configure.zcml +0 -0
  1237. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/interfaces.py +0 -0
  1238. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/locales/README.rst +0 -0
  1239. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/locales/__init__.py +0 -0
  1240. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/locales/collective.z3cform.jsonwidget.pot +0 -0
  1241. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/locales/it/LC_MESSAGES/collective.z3cform.jsonwidget.mo +0 -0
  1242. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/locales/it/LC_MESSAGES/collective.z3cform.jsonwidget.po +0 -0
  1243. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/locales/manual.pot +0 -0
  1244. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/locales/update.py +0 -0
  1245. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/locales/update.sh +0 -0
  1246. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/permissions.zcml +0 -0
  1247. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/profiles/default/browserlayer.xml +0 -0
  1248. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/profiles/default/catalog.xml +0 -0
  1249. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/profiles/default/metadata.xml +0 -0
  1250. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/profiles/default/registry.xml +0 -0
  1251. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/profiles/default/rolemap.xml +0 -0
  1252. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/profiles/uninstall/browserlayer.xml +0 -0
  1253. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/profiles/uninstall/registry.xml +0 -0
  1254. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/setuphandlers.py +0 -0
  1255. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/testing.py +0 -0
  1256. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/tests/__init__.py +0 -0
  1257. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/src/collective/z3cform/jsonwidget/tests/test_setup.py +0 -0
  1258. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/tests/conftest.py +0 -0
  1259. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/tests/fixtures.py +0 -0
  1260. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/tests/setup/test_setup_install.py +0 -0
  1261. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/tests/setup/test_setup_uninstall.py +0 -0
  1262. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/tests/test_api_search_blocks.py +0 -0
  1263. {collective_searchblocks-0.1.6 → collective_searchblocks-0.1.7}/version.txt +0 -0
@@ -9,7 +9,7 @@
9
9
 
10
10
  <!-- towncrier release notes start -->
11
11
 
12
- ## 0.1.6 (2026-02-05)
12
+ ## 0.1.7 (2026-02-05)
13
13
 
14
14
  No significant changes.
15
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: collective.searchblocks
3
- Version: 0.1.6
3
+ Version: 0.1.7
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
@@ -5,7 +5,7 @@ from zope.i18nmessageid import MessageFactory
5
5
  import logging
6
6
 
7
7
 
8
- __version__ = "0.1.6"
8
+ __version__ = "0.1.7"
9
9
 
10
10
  PACKAGE_NAME = "collective.searchblocks"
11
11