imio.smartweb.core 1.2.37__tar.gz → 1.2.79__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.
- imio.smartweb.core-1.2.37/PKG-INFO → imio_smartweb_core-1.2.79/CHANGES.rst +352 -107
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/DEVELOP.rst +2 -2
- {imio.smartweb.core-1.2.37/src/imio.smartweb.core.egg-info → imio_smartweb_core-1.2.79}/PKG-INFO +436 -2
- imio_smartweb_core-1.2.79/requirements-coverage.txt +2 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/setup.py +3 -1
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/behaviors/categorization.py +24 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/behaviors/configure.zcml +7 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/controlpanel.py +43 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/block_view.pt +4 -4
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/summary_view.pt +4 -4
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/sitemap.py +10 -3
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/action-delete.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/action-engagement-2.svg +4 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/action-panneaux.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/action-vote.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/categorie-attention.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg +4 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/categorie-nature.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/categorie-parcs-a-conteneurs.svg +4 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/categorie-plus.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/categorie-primes-2.svg +5 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg +4 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg +4 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/organisation-scout.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/reseausocial-behance.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/src/edit.less +114 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/browser/static/src/view.less +172 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/vocabulary.py +8 -3
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/__init__.py +2 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/configure.zcml +1 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/folder/block_view.pt +8 -8
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/folder/summary_view.pt +4 -4
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +5 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +2 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/configure.zcml +1 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/portal_page/view.py +3 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/views.py +47 -1
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/publication/configure.zcml +5 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/publication/content.py +23 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/base.py +9 -7
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +2 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/directory/view.pt +2 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/events/content.py +13 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/events/endpoint.py +5 -3
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/events/view.pt +5 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/events/view.py +12 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/news/content.py +6 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/news/endpoint.py +4 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/news/view.pt +4 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/news/view.py +8 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/utils.py +0 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/view.py +4 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +5 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +18 -4
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/configure.zcml +18 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/contact/content.py +2 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/contact/macros.pt +28 -3
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/contact/utils.py +2 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/contact/view.py +49 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/events/content.py +12 -4
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/events/view.py +20 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/external_content/view.pt +4 -4
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/external_content/views.py +6 -4
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/files/content.py +7 -1
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/files/view.py +64 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/links/view.py +5 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/macros.pt +26 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/news/content.py +11 -3
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/news/view.py +20 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/text/views.py +2 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/views.py +73 -10
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/interfaces.py +4 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/metadata.xml +1 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +16 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +26 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +1 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Publication.xml +38 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +1 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +2 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +1 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types.xml +1 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +120 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/rest/authentic_sources.py +17 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/subscribers.py +48 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/subscribers.zcml +12 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/tests/resources/json_iadeliberations_institutions.json +60 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/tests/resources/json_iadeliberations_publication.json +105 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/tests/resources/json_iadeliberations_publications.json +270 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_rest_events.json +6 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_rest_news.json +2 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +1 -1
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/tests/test_htmx_in_sections.py +131 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/tests/test_iadeliberations.py +136 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_icons.py +1 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_rest.py +58 -17
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_section_contact.py +42 -10
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_section_events.py +28 -5
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_section_external_content.py +28 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_section_news.py +30 -8
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_sections.py +17 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_vocabularies.py +60 -3
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/tests/test_vocabulary.py +43 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/configure.zcml +108 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +12 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +11 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +11 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +11 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +11 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg +9 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml +73 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg +9 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml +118 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1058_to_1059/registry/linkedin-icon.xml +126 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1059_to_1060/registry/iadeliberation.xml +9 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.Publication.xml +38 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.SectionFiles.xml +11 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types.xml +4 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/workflows.xml +6 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/utils.py +33 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/configure.zcml +23 -1
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/footer.pt +5 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/footer.py +5 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/viewlets/htmx.py +15 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/viewlets/htmx_js_header.pt +64 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/ogptags.py +4 -3
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/viewlets/social.py +30 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/vocabularies.py +65 -3
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/vocabularies.zcml +18 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +2 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +16 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +2 -0
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/568.smartweb-webcomponents-compiled.js.LICENSE.txt → imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -4
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +2 -0
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt → imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt +2 -7
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +2 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +2 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/828.smartweb-webcomponents-compiled.js +2 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/828.smartweb-webcomponents-compiled.js.LICENSE.txt +32 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -0
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/568.smartweb-webcomponents-compiled.js → imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +2 -2
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +3 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +2 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +11 -14
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/package.json +82 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +291 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +505 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +157 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +571 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +21 -4
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +323 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +2 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +86 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +620 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +29 -4
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +303 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +566 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +373 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +136 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +104 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +42 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +229 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +94 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +58 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +149 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +70 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +232 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +229 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +232 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +96 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +330 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +76 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +21 -10
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +21 -10
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +8 -9
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +23 -12
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +7 -6
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +146 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +12 -3
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +2 -0
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx +3 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +3 -3
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +1 -2
- imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/src/index.scss +355 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +26 -19
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +2 -2
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +129 -9
- imio.smartweb.core-1.2.37/CHANGES.rst → imio_smartweb_core-1.2.79/src/imio.smartweb.core.egg-info/PKG-INFO +590 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio.smartweb.core.egg-info/SOURCES.txt +66 -19
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/browser/static/src/edit.less +0 -72
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/browser/static/src/view.less +0 -119
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/contact/view.py +0 -33
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/files/view.py +0 -33
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/viewlets/social.py +0 -7
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/assets/location-bla.1423bcce16ddcb21141430cac1428dc1.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/assets/next-react-white.819cb069ac8eec300a9db6a7707712d6.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/assets/next-react.17bc43ff4a6a86f4520f5782f6a89a72.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/assets/search.57bdbf5b191499cd77514097d1c4972c.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/css/686.smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/209.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/674.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/674.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -16
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/686.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/804.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/package.json +0 -80
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/assets/facebook-news.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/assets/location-bla.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/assets/next-react.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/assets/search.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/assets/skeleton.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -224
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -441
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -124
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -411
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -1
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -210
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -2
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -43
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -393
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -229
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +0 -448
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -205
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -129
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -53
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -176
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -163
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -189
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -64
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -257
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -37
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -127
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -2
- imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/src/index.scss +0 -311
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/CONTRIBUTORS.rst +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/MANIFEST.in +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/README.rst +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/docs/conf.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/docs/index.rst +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/requirements.txt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/setup.cfg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/config.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/rest → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/publication}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/rest/directory → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/rest}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/rest/events → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/rest/directory}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/rest/news → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/rest/events}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/rest/search → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/rest/news}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/rest/search}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/collection → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/contact → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/collection}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/events → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/contact}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/external_content → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/events}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/files → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/external_content}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/gallery → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/files}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/html → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/gallery}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/links → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/html}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/map → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/links}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/news → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/map}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/postit → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/news}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/selections → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/postit}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/sendinblue → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/selections}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/slide → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/sendinblue}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/text → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/slide}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/contents/sections/video → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/text}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/faceted → imio_smartweb_core-1.2.79/src/imio/smartweb/core/contents/sections/video}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/rest → imio_smartweb_core-1.2.79/src/imio/smartweb/core/faceted}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/indexers.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/tests → imio_smartweb_core-1.2.79/src/imio/smartweb/core/rest}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/testing.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/upgrades → imio_smartweb_core-1.2.79/src/imio/smartweb/core/tests}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/viewlets → imio_smartweb_core-1.2.79/src/imio/smartweb/core/upgrades}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents → imio_smartweb_core-1.2.79/src/imio/smartweb/core/viewlets}/__init__.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- /imio.smartweb.core-1.2.37/src/imio/smartweb/core/webcomponents/build/js/209.smartweb-webcomponents-compiled.js.LICENSE.txt → /imio_smartweb_core-1.2.79/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio.smartweb.core-1.2.37 → imio_smartweb_core-1.2.79}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -1,161 +1,406 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
License-File: LICENSE.GPL
|
26
|
-
License-File: LICENSE.rst
|
1
|
+
Changelog
|
2
|
+
=========
|
3
|
+
|
4
|
+
|
5
|
+
1.2.79 (2025-01-15)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- Fix missing jquery for edit section after ods_widget fix
|
9
|
+
[thomlamb]
|
10
|
+
|
11
|
+
|
12
|
+
1.2.78 (2025-01-06)
|
13
|
+
-------------------
|
14
|
+
|
15
|
+
- WEB-4158 : Missing file in previous release!
|
16
|
+
[boulch]
|
17
|
+
|
18
|
+
|
19
|
+
1.2.77 (2025-01-06)
|
20
|
+
-------------------
|
21
|
+
|
22
|
+
- WEB-4158 : ods_widget (css and js) are not loaded anymore on all pages
|
23
|
+
They are only loaded on pages that contains an external content section
|
24
|
+
[boulch]
|
27
25
|
|
28
|
-
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
29
|
-
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
30
|
-
This text does not appear on pypi or github. It is a comment.
|
31
26
|
|
27
|
+
1.2.76 (2025-01-06)
|
28
|
+
-------------------
|
32
29
|
|
33
|
-
|
34
|
-
|
35
|
-
:alt: CI Status
|
30
|
+
- WEB-4199 : Fix missing contacts when there are more contacts than default Plone batching
|
31
|
+
[boulch]
|
36
32
|
|
37
|
-
|
38
|
-
|
39
|
-
|
33
|
+
- Replace url by social icon in contact section
|
34
|
+
[thomlamb]
|
35
|
+
|
36
|
+
- Add iframe youtube or vimeo in React news view
|
37
|
+
[thomlamb]
|
40
38
|
|
41
|
-
|
42
|
-
|
43
|
-
:alt: Latest Version
|
39
|
+
1.2.75 (2024-11-19)
|
40
|
+
-------------------
|
44
41
|
|
45
|
-
|
46
|
-
|
47
|
-
:alt: Egg Status
|
42
|
+
- Reduce queries to directory
|
43
|
+
[boulch, laulaz]
|
48
44
|
|
49
|
-
.. image:: https://img.shields.io/pypi/pyversions/imio.smartweb.core.svg?style=plastic :alt: Supported - Python Versions
|
50
45
|
|
51
|
-
|
52
|
-
|
53
|
-
:alt: License
|
46
|
+
1.2.74 (2024-11-13)
|
47
|
+
-------------------
|
54
48
|
|
49
|
+
- Avoid request for images when gallery block is not visible in Section Contact
|
50
|
+
[laulaz]
|
55
51
|
|
56
|
-
==================
|
57
|
-
imio.smartweb.core
|
58
|
-
==================
|
59
52
|
|
60
|
-
|
53
|
+
1.2.73 (2024-10-14)
|
54
|
+
-------------------
|
61
55
|
|
62
|
-
|
63
|
-
|
56
|
+
- WEB-4156 : Allow to specifiy if a wca token is needed when forwarding requests
|
57
|
+
[remdub]
|
64
58
|
|
65
|
-
This products contains:
|
66
|
-
- Content types: Folder, Page, Procedure, Sections ...
|
67
|
-
- Behaviors to configure display in menus / navigations and handle sub-sites / minisites
|
68
|
-
- Complete viewlets organization (header, footer) to get rid of portlets
|
69
|
-
- A view to test if the site and an eguichet are linked : @@is_eguichet_aware
|
70
59
|
|
71
|
-
|
72
|
-
|
73
|
-
The two are mutually exclusives.
|
60
|
+
1.2.72 (2024-10-02)
|
61
|
+
-------------------
|
74
62
|
|
75
|
-
|
63
|
+
- WEB-4152 : Add some logs to debug forwarding requests
|
64
|
+
[boulch]
|
76
65
|
|
77
|
-
|
78
|
-
|
79
|
-
- Files : lists files stored in the section
|
80
|
-
- Galery : displays a galery of images stored in the section
|
81
|
-
- Links : displays links stored in the section (carousel or table display)
|
82
|
-
- Selection : displays links to selected contents (carousel or table display)
|
83
|
-
- Sendinblue : displays a subscription form for Sendinblue newsletter
|
84
|
-
- Text : displays a rich text
|
85
|
-
- Video : displays an embedded video
|
66
|
+
- WEB-4134 : Add default values to some smartweb settings fields
|
67
|
+
[boulch]
|
86
68
|
|
87
|
-
Those sections can be styled (bootstrap or custom css classes) and rearranged.
|
88
69
|
|
89
|
-
|
70
|
+
1.2.71 (2024-09-30)
|
71
|
+
-------------------
|
90
72
|
|
73
|
+
- Fix : Increase b_size value to get all institutions from ia.deliberations
|
74
|
+
[boulch]
|
91
75
|
|
92
|
-
|
93
|
-
|
76
|
+
- WEB-4024 : Add React event files size
|
77
|
+
[thomlamb]
|
78
|
+
|
79
|
+
- WEB-4027 : Add linkedin icon and change Twitter icon to X icon
|
80
|
+
[thomlamb]
|
94
81
|
|
95
|
-
|
82
|
+
- WEB-4146 : Replace created by effective date in news cards
|
83
|
+
[thomlamb]
|
96
84
|
|
97
85
|
|
98
|
-
|
99
|
-
|
86
|
+
1.2.70 (2024-09-16)
|
87
|
+
-------------------
|
100
88
|
|
101
|
-
|
89
|
+
- WEB-4143 : Fix a CSRF bug in section files
|
90
|
+
[boulch]
|
102
91
|
|
92
|
+
- WEB-4144 : Set requests timeout to 12 when we populate RemoteContacts vocabulary
|
93
|
+
[remdub]
|
103
94
|
|
104
|
-
Translations
|
105
|
-
------------
|
106
95
|
|
107
|
-
|
96
|
+
1.2.69 (2024-09-10)
|
97
|
+
-------------------
|
108
98
|
|
109
|
-
-
|
99
|
+
- WEB-4121 : Fix missing auth for OGP tags
|
100
|
+
See commit 381a5e422d8705f86c434d2f0d4bd099938b9cc3
|
101
|
+
[laulaz]
|
110
102
|
|
111
|
-
|
103
|
+
- WEB-3995 : Add temporary debug annotation to verify section hash updates
|
104
|
+
[laulaz, remdub]
|
112
105
|
|
113
106
|
|
114
|
-
|
115
|
-
|
107
|
+
1.2.68 (2024-09-09)
|
108
|
+
-------------------
|
116
109
|
|
117
|
-
-
|
110
|
+
- WEB-3995 : Don't reindex section when we receive no JSON (ex: timeout)
|
111
|
+
This will reduce ZODB transactions numbers.
|
112
|
+
[bsuttor, laulaz, remdub]
|
118
113
|
|
114
|
+
- CITI-4 : Add conditional log to debug WCA token errors
|
115
|
+
[laulaz]
|
119
116
|
|
120
|
-
|
121
|
-
|
117
|
+
- WEB-4134 : Restrict Publication content type to Manager for now.
|
118
|
+
This is to avoid putting the content type to production sites without notice.
|
119
|
+
[laulaz, remdub]
|
122
120
|
|
123
|
-
Install imio.smartweb.core by adding it to your buildout::
|
124
121
|
|
125
|
-
|
122
|
+
1.2.67 (2024-09-04)
|
123
|
+
-------------------
|
126
124
|
|
127
|
-
|
125
|
+
- WEB-4134 : Timestamping : code refactoring, fix view , improve some tests
|
126
|
+
[boulch]
|
128
127
|
|
129
|
-
|
130
|
-
|
128
|
+
- Fix: Replace i tag with svg icon in React view
|
129
|
+
[thomlamb]
|
131
130
|
|
131
|
+
- WEB-4134 : Manage timestamping in coordination with ia.deliberations' rest api
|
132
|
+
[boulch]
|
132
133
|
|
133
|
-
and then running ``bin/buildout``
|
134
134
|
|
135
|
+
1.2.66 (2024-08-27)
|
136
|
+
-------------------
|
135
137
|
|
136
|
-
|
137
|
-
|
138
|
+
- Fix: Transform all folder view template to list elements
|
139
|
+
[thomlamb]
|
138
140
|
|
139
|
-
-
|
140
|
-
|
141
|
+
- Fix: delete ratio class to external content section
|
142
|
+
[thomlamb]
|
141
143
|
|
144
|
+
- WEB-4138 : Adding link on React elements to edit them
|
145
|
+
[thomlamb]
|
142
146
|
|
143
|
-
License
|
144
|
-
-------
|
145
147
|
|
146
|
-
|
148
|
+
1.2.65 (2024-08-13)
|
149
|
+
-------------------
|
147
150
|
|
151
|
+
- WEB-4136 : Authorize 70 sections/page instead of 40
|
152
|
+
[boulch]
|
148
153
|
|
149
|
-
|
150
|
-
|
154
|
+
- Fix: keep scroll on load more in React view
|
155
|
+
[thomlamb]
|
151
156
|
|
152
|
-
-
|
153
|
-
|
154
|
-
- Thomas Lambert, thomas.lambert@imio.be
|
157
|
+
- WEB-4132 : In anonymous mode, use remoteUrl instead of internal link url in links sections
|
158
|
+
[boulch]
|
155
159
|
|
156
160
|
|
157
|
-
|
158
|
-
|
161
|
+
1.2.64 (2024-08-05)
|
162
|
+
-------------------
|
163
|
+
|
164
|
+
- SUP-38386 : Fix style for elloha to avoid absolute position
|
165
|
+
[boulch]
|
166
|
+
|
167
|
+
|
168
|
+
1.2.63 (2024-07-31)
|
169
|
+
-------------------
|
170
|
+
|
171
|
+
- SUP-38386 : Update "elloha" plugin in external content section. Agent can set url field to visitwallonia.elloha.com
|
172
|
+
[boulch]
|
173
|
+
|
174
|
+
|
175
|
+
1.2.62 (2024-07-22)
|
176
|
+
-------------------
|
177
|
+
|
178
|
+
- SUP-36628 : Fix new svg icon name for tradcution
|
179
|
+
[thomlamb]
|
180
|
+
|
181
|
+
|
182
|
+
1.2.61 (2024-07-22)
|
183
|
+
-------------------
|
184
|
+
|
185
|
+
- SUP-36628 : Add scroll context to keep the scroll position when we change the page
|
186
|
+
[thomlamb]
|
187
|
+
|
188
|
+
- SUP-37746 : Add new svg icon
|
189
|
+
[thomlamb]
|
190
|
+
|
191
|
+
1.2.60 (2024-07-12)
|
192
|
+
-------------------
|
193
|
+
|
194
|
+
- WEB-4125 : Take scale on context leadimage to populate og:image:* tags
|
195
|
+
[boulch]
|
196
|
+
|
197
|
+
|
198
|
+
1.2.59 (2024-07-10)
|
199
|
+
-------------------
|
200
|
+
|
201
|
+
- SUP-36854 : Fix ajax select2 widget when apply a word filtering and populating specific news and specific events
|
202
|
+
[boulch]
|
203
|
+
|
204
|
+
|
205
|
+
1.2.58 (2024-06-26)
|
206
|
+
-------------------
|
207
|
+
|
208
|
+
- WEB-4116 : Fix error 500 when forward request from e-guichet (got an unexpected keyword argument 'include_items')
|
209
|
+
[boulch]
|
210
|
+
|
211
|
+
|
212
|
+
1.2.57 (2024-06-26)
|
213
|
+
-------------------
|
214
|
+
|
215
|
+
- WEB-4121 : Correct bad format
|
216
|
+
[boulch]
|
217
|
+
|
218
|
+
|
219
|
+
1.2.56 (2024-06-25)
|
220
|
+
-------------------
|
221
|
+
|
222
|
+
- WEB-4121 : Fix ERROR : imio.events.core.contents.event.serializer, line 28, in get_container_uid
|
223
|
+
and fix WARNING : No such index: 'include_items'
|
224
|
+
[boulch]
|
225
|
+
|
226
|
+
- GHA tests on Python 3.8 3.9 and 3.10
|
227
|
+
[remdub]
|
228
|
+
|
229
|
+
|
230
|
+
1.2.55 (2024-06-07)
|
231
|
+
-------------------
|
232
|
+
|
233
|
+
- Fix React placeholder color
|
234
|
+
[thomlamb]
|
235
|
+
|
236
|
+
|
237
|
+
1.2.54 (2024-06-07)
|
238
|
+
-------------------
|
239
|
+
|
240
|
+
- WEB-4113 : Add DE and NL translations in page/procedure categories taxonomies
|
241
|
+
[laulaz]
|
242
|
+
|
243
|
+
|
244
|
+
1.2.53 (2024-06-06)
|
245
|
+
-------------------
|
246
|
+
|
247
|
+
- WEB-4113 : Use `TranslatedAjaxSelectWidget` to fix select2 values translation
|
248
|
+
[laulaz]
|
249
|
+
|
250
|
+
|
251
|
+
1.2.52 (2024-06-06)
|
252
|
+
-------------------
|
253
|
+
|
254
|
+
- WEB-4113 : Inherit `getVocabulary` from `imio.smartweb.common` view to handle
|
255
|
+
vocabularies translations correctly
|
256
|
+
[laulaz]
|
257
|
+
|
258
|
+
|
259
|
+
1.2.51 (2024-06-03)
|
260
|
+
-------------------
|
261
|
+
|
262
|
+
- Fix loaded sticky filter menu in React view
|
263
|
+
[thomlamb]
|
264
|
+
|
265
|
+
|
266
|
+
1.2.50 (2024-05-30)
|
267
|
+
-------------------
|
268
|
+
|
269
|
+
- Fix loaded calcul of sticky filter menu in React view
|
270
|
+
[thomlamb]
|
271
|
+
|
272
|
+
|
273
|
+
1.2.49 (2024-05-29)
|
274
|
+
-------------------
|
275
|
+
|
276
|
+
- WEB-4101 : Encode URLs parameters for `search-filters`. This fixes issues with special chars.
|
277
|
+
[laulaz]
|
278
|
+
|
279
|
+
- WEB-3802: Fix after testing, complited traduction, optimize code
|
280
|
+
[thomlamb]
|
281
|
+
|
282
|
+
|
283
|
+
1.2.48 (2024-05-27)
|
284
|
+
-------------------
|
285
|
+
|
286
|
+
- WEB-3802: Add grouped filter for category and local category in React filters
|
287
|
+
[thomlamb]
|
288
|
+
|
289
|
+
- WEB-4101 : Handle (local) categories translations correctly
|
290
|
+
[laulaz]
|
291
|
+
|
292
|
+
- SUP-36937: Add Recurrence dates in React event content view
|
293
|
+
[thomlamb]
|
294
|
+
|
295
|
+
- WEB-4104 : When change section size (front-office method), reindexParent to refresh cache
|
296
|
+
[boulch]
|
297
|
+
|
298
|
+
- WEB-4105 : Make text section smarter about its lead image format (portrait / landscape)
|
299
|
+
[boulch]
|
300
|
+
|
301
|
+
|
302
|
+
1.2.47 (2024-05-07)
|
303
|
+
-------------------
|
304
|
+
|
305
|
+
- fix React svg import and delete unused svg
|
306
|
+
[thomlamb]
|
307
|
+
|
308
|
+
- add missing React translations
|
309
|
+
[thomlamb]
|
310
|
+
|
311
|
+
1.2.46 (2024-05-07)
|
312
|
+
-------------------
|
313
|
+
|
314
|
+
- WEB-4101 : fix React topic display
|
315
|
+
[thomlamb]
|
316
|
+
|
317
|
+
|
318
|
+
1.2.45 (2024-05-06)
|
319
|
+
-------------------
|
320
|
+
|
321
|
+
- WEB-4101 : Allow to choose to display topic or category on event & news.
|
322
|
+
This affects all related content types: SectionNews, SectionEvents, NewsView, EventsView.
|
323
|
+
Local category is alway taken before category (1 value).
|
324
|
+
Topic is always the first in list (1 value).
|
325
|
+
[laulaz, thomlamb]
|
326
|
+
|
327
|
+
- Add end date on event cards
|
328
|
+
[thomlamb]
|
329
|
+
|
330
|
+
- Add tradcution for directory timetable
|
331
|
+
[thomlamb]
|
332
|
+
|
333
|
+
- SUP-36869 : Fix root ulr on Leaflet Marker.
|
334
|
+
[thomlamb]
|
335
|
+
|
336
|
+
|
337
|
+
1.2.44 (2024-04-18)
|
338
|
+
-------------------
|
339
|
+
|
340
|
+
- WEB-4099 : Fix select name
|
341
|
+
[boulch]
|
342
|
+
|
343
|
+
|
344
|
+
1.2.43 (2024-04-18)
|
345
|
+
-------------------
|
346
|
+
|
347
|
+
- WEB-4099 : Resize sections in front-end thanks to htmx / jquery
|
348
|
+
[boulch]
|
349
|
+
|
350
|
+
- WEB-4098 : Add affiche scale for section on table view display and one element by lot
|
351
|
+
[thomlamb]
|
352
|
+
|
353
|
+
- WEB-4098 : Add new profile for imio.smartweb.orientation to section files
|
354
|
+
[thomlamb]
|
355
|
+
|
356
|
+
- SUP-35100 : Fix sitemap.xml.gz generation. When a "main" rest view was removed, continue to build sitemap for others rest views
|
357
|
+
[boulch]
|
358
|
+
|
359
|
+
|
360
|
+
1.2.42 (2024-04-12)
|
361
|
+
-------------------
|
362
|
+
|
363
|
+
- SUP-36564 : Fix arcgis external content plugin
|
364
|
+
[boulch]
|
365
|
+
|
366
|
+
|
367
|
+
1.2.41 (2024-04-04)
|
368
|
+
-------------------
|
369
|
+
|
370
|
+
- Set higher timeout because retrieving some datas can take some time
|
371
|
+
[boulch]
|
372
|
+
|
373
|
+
|
374
|
+
1.2.40 (2024-04-02)
|
375
|
+
-------------------
|
376
|
+
|
377
|
+
- MWEBPM-9 : Add container_uid in rest views to retrieve agenda id/title or news folder id/title
|
378
|
+
[boulch]
|
379
|
+
|
380
|
+
- MWEBPM-9 : Retrieve agenda id/title or news folder id/title and display it in "common templates" table
|
381
|
+
[boulch]
|
382
|
+
|
383
|
+
|
384
|
+
1.2.39 (2024-03-28)
|
385
|
+
-------------------
|
386
|
+
|
387
|
+
- MWEBPM-9 : Retrieve agenda id/title or news folder id/title and display it in "common templates" carousel
|
388
|
+
[boulch]
|
389
|
+
|
390
|
+
- MWEBPM-8 : Add "min" or "max" to queries depending to "only past events"
|
391
|
+
[thomlamb]
|
392
|
+
|
393
|
+
- MWEBPM-8 : Add field to manage "only past events" rest view
|
394
|
+
[boulch]
|
395
|
+
|
396
|
+
1.2.38 (2024-03-18)
|
397
|
+
-------------------
|
398
|
+
|
399
|
+
- Fix React build
|
400
|
+
[thomlamb]
|
401
|
+
|
402
|
+
- Fix spelling mistake and react compilation
|
403
|
+
[boulch]
|
159
404
|
|
160
405
|
|
161
406
|
1.2.37 (2024-03-18)
|
@@ -3,11 +3,11 @@ Using the development buildout
|
|
3
3
|
|
4
4
|
Create a virtualenv in the package::
|
5
5
|
|
6
|
-
$ python3.
|
6
|
+
$ python3.10 -m venv .
|
7
7
|
|
8
8
|
Install requirements with pip::
|
9
9
|
|
10
|
-
$ ./bin/pip3.
|
10
|
+
$ ./bin/pip3.10 install -r requirements.txt
|
11
11
|
|
12
12
|
Run buildout::
|
13
13
|
|