imio.smartweb.core 1.2.73__tar.gz → 1.2.75__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.73 → imio_smartweb_core-1.2.75}/CHANGES.rst +14 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/PKG-INFO +47 -2
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/setup.py +1 -1
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/configure.zcml +1 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/views.py +41 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/contact/utils.py +2 -0
- imio_smartweb_core-1.2.75/src/imio/smartweb/core/contents/sections/contact/view.py +49 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/events/view.py +1 -1
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/news/view.py +1 -1
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_section_contact.py +42 -10
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio.smartweb.core.egg-info/PKG-INFO +47 -2
- imio.smartweb.core-1.2.73/src/imio/smartweb/core/contents/sections/contact/view.py +0 -33
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/CONTRIBUTORS.rst +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/DEVELOP.rst +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/MANIFEST.in +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/README.rst +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/docs/conf.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/docs/index.rst +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/requirements-coverage.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/requirements.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/setup.cfg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/categorization.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/sitemap.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-delete.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-engagement-2.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-panneaux.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/action-vote.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-attention.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-nature.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-a-conteneurs.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-plus.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-primes-2.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/organisation-scout.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/reseausocial-behance.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/config.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/publication/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/publication/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/publication/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/base.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/events/endpoint.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/news/endpoint.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/contents/sections/views.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/indexers.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/metadata.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Publication.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/testing.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_iadeliberations_institutions.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_iadeliberations_publication.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_iadeliberations_publications.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_iadeliberations.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_rest.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_vocabularies.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/test_vocabulary.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1058_to_1059/registry/linkedin-icon.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1059_to_1060/registry/iadeliberation.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.Publication.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/workflows.xml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/utils.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/vocabularies.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/828.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/828.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/package.json +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio.smartweb.core.egg-info/SOURCES.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,20 @@ Changelog
|
|
2
2
|
=========
|
3
3
|
|
4
4
|
|
5
|
+
1.2.75 (2024-11-19)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- Reduce queries to directory
|
9
|
+
[boulch, laulaz]
|
10
|
+
|
11
|
+
|
12
|
+
1.2.74 (2024-11-13)
|
13
|
+
-------------------
|
14
|
+
|
15
|
+
- Avoid request for images when gallery block is not visible in Section Contact
|
16
|
+
[laulaz]
|
17
|
+
|
18
|
+
|
5
19
|
1.2.73 (2024-10-14)
|
6
20
|
-------------------
|
7
21
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.75
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -23,9 +23,40 @@ Classifier: Programming Language :: Python :: 3.10
|
|
23
23
|
Classifier: Operating System :: OS Independent
|
24
24
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
25
25
|
Requires-Python: >=3.8
|
26
|
-
Provides-Extra: test
|
27
26
|
License-File: LICENSE.GPL
|
28
27
|
License-File: LICENSE.rst
|
28
|
+
Requires-Dist: setuptools
|
29
|
+
Requires-Dist: z3c.jbot
|
30
|
+
Requires-Dist: z3c.unconfigure
|
31
|
+
Requires-Dist: plone.api>=1.8.4
|
32
|
+
Requires-Dist: plone.gallery
|
33
|
+
Requires-Dist: plone.restapi
|
34
|
+
Requires-Dist: plone.app.dexterity
|
35
|
+
Requires-Dist: plone.app.imagecropping
|
36
|
+
Requires-Dist: eea.facetednavigation
|
37
|
+
Requires-Dist: collective.anysurfer
|
38
|
+
Requires-Dist: collective.autopublishing
|
39
|
+
Requires-Dist: collective.faceted.map
|
40
|
+
Requires-Dist: collective.geolocationbehavior
|
41
|
+
Requires-Dist: collective.instancebehavior
|
42
|
+
Requires-Dist: collective.messagesviewlet
|
43
|
+
Requires-Dist: collective.sendinblue
|
44
|
+
Requires-Dist: collective.solr
|
45
|
+
Requires-Dist: collective.taxonomy
|
46
|
+
Requires-Dist: collective.z3cform.datagridfield
|
47
|
+
Requires-Dist: embeddify
|
48
|
+
Requires-Dist: more-itertools
|
49
|
+
Requires-Dist: imio.smartweb.common
|
50
|
+
Requires-Dist: imio.smartweb.locales
|
51
|
+
Provides-Extra: test
|
52
|
+
Requires-Dist: plone.app.testing; extra == "test"
|
53
|
+
Requires-Dist: plone.testing>=5.0.0; extra == "test"
|
54
|
+
Requires-Dist: plone.app.contenttypes; extra == "test"
|
55
|
+
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
|
56
|
+
Requires-Dist: plone.restapi[test]; extra == "test"
|
57
|
+
Requires-Dist: requests-mock; extra == "test"
|
58
|
+
Requires-Dist: beautifulsoup4; extra == "test"
|
59
|
+
Requires-Dist: freezegun; extra == "test"
|
29
60
|
|
30
61
|
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
31
62
|
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
@@ -160,6 +191,20 @@ Changelog
|
|
160
191
|
=========
|
161
192
|
|
162
193
|
|
194
|
+
1.2.75 (2024-11-19)
|
195
|
+
-------------------
|
196
|
+
|
197
|
+
- Reduce queries to directory
|
198
|
+
[boulch, laulaz]
|
199
|
+
|
200
|
+
|
201
|
+
1.2.74 (2024-11-13)
|
202
|
+
-------------------
|
203
|
+
|
204
|
+
- Avoid request for images when gallery block is not visible in Section Contact
|
205
|
+
[laulaz]
|
206
|
+
|
207
|
+
|
163
208
|
1.2.73 (2024-10-14)
|
164
209
|
-------------------
|
165
210
|
|
@@ -1,9 +1,11 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
3
|
from Acquisition import aq_inner
|
4
|
+
from imio.smartweb.core.config import DIRECTORY_URL
|
4
5
|
from imio.smartweb.core.utils import get_scale_url
|
5
6
|
from imio.smartweb.core.interfaces import IHtmxViewUtils
|
6
7
|
from imio.smartweb.core.interfaces import IViewWithoutLeadImage
|
8
|
+
from imio.smartweb.core.utils import get_json
|
7
9
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
8
10
|
from Products.CMFPlone.resources import add_bundle_on_request
|
9
11
|
from plone import api
|
@@ -11,11 +13,14 @@ from plone.app.content.browser.contents.rearrange import OrderContentsBaseAction
|
|
11
13
|
from plone.app.content.utils import json_loads
|
12
14
|
from plone.app.contenttypes.browser.folder import FolderView
|
13
15
|
from plone.app.contenttypes.browser.full_view import FullViewItem as BaseFullViewItem
|
16
|
+
from plone.memoize.view import memoize
|
14
17
|
from Products.CMFPlone import utils
|
15
18
|
from Products.CMFPlone.browser.navigation import PhysicalNavigationBreadcrumbs
|
16
19
|
from zope.component import getMultiAdapter
|
17
20
|
from zope.interface import implementer
|
18
21
|
|
22
|
+
import itertools
|
23
|
+
|
19
24
|
|
20
25
|
@implementer(IViewWithoutLeadImage)
|
21
26
|
@implementer(IHtmxViewUtils)
|
@@ -46,6 +51,42 @@ class PagesView(FolderView):
|
|
46
51
|
add_bundle_on_request(self.request, "flexbin")
|
47
52
|
return self.index()
|
48
53
|
|
54
|
+
@memoize
|
55
|
+
def get_page_contacts(self):
|
56
|
+
# TODO We need to check every tests to be sure to avoid caching that
|
57
|
+
# creates false positive assertions
|
58
|
+
sections_contacts = self.context.listFolderContents(
|
59
|
+
contentFilter={
|
60
|
+
"portal_type": [
|
61
|
+
"imio.smartweb.SectionContact",
|
62
|
+
]
|
63
|
+
}
|
64
|
+
)
|
65
|
+
if len(sections_contacts) == 0:
|
66
|
+
return None
|
67
|
+
nested_contact_list = [
|
68
|
+
section_contacts.related_contacts
|
69
|
+
for section_contacts in sections_contacts
|
70
|
+
if section_contacts.related_contacts is not None
|
71
|
+
]
|
72
|
+
if nested_contact_list == []:
|
73
|
+
return None
|
74
|
+
# Make a "set" to simplifying request in url (avoid duplicate uid)
|
75
|
+
# Sometimes we have duplicate uid because some pages were build with contact attributes
|
76
|
+
# in a section and for layout issues,for the same contact, others attributes are in another section.
|
77
|
+
page_contacts = list(
|
78
|
+
set(list(itertools.chain.from_iterable(nested_contact_list)))
|
79
|
+
)
|
80
|
+
uids = "&UID=".join(page_contacts)
|
81
|
+
url = "{}/@search?UID={}&fullobjects=1".format(DIRECTORY_URL, uids)
|
82
|
+
current_lang = api.portal.get_current_language()[:2]
|
83
|
+
if current_lang != "fr":
|
84
|
+
url = f"{url}&translated_in_{current_lang}=1"
|
85
|
+
json_data = get_json(url)
|
86
|
+
if json_data is None or len(json_data.get("items", [])) == 0:
|
87
|
+
return
|
88
|
+
return json_data
|
89
|
+
|
49
90
|
def results(self, **kwargs):
|
50
91
|
"""
|
51
92
|
Gets results for folder listings without taking care of friendly_types
|
@@ -69,6 +69,8 @@ class ContactProperties(ContactSchedule):
|
|
69
69
|
return json.dumps(geo_json)
|
70
70
|
|
71
71
|
def images(self, image_scale, nb_results_by_batch):
|
72
|
+
if "gallery" not in self.context.visible_blocks:
|
73
|
+
return
|
72
74
|
contact_url = self.contact["@id"]
|
73
75
|
query = "@search?portal_type=Image&path.depth=1&metadata_fields=modified"
|
74
76
|
images_url_request = "{}/{}".format(contact_url, query)
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
|
3
|
+
from imio.smartweb.core.config import DIRECTORY_URL
|
4
|
+
from imio.smartweb.core.contents.sections.contact.utils import ContactProperties
|
5
|
+
from imio.smartweb.core.contents.sections.views import HashableJsonSectionView
|
6
|
+
from imio.smartweb.core.utils import batch_results
|
7
|
+
from plone import api
|
8
|
+
from zope.component import queryMultiAdapter
|
9
|
+
|
10
|
+
|
11
|
+
class ContactView(HashableJsonSectionView):
|
12
|
+
"""Contact Section view"""
|
13
|
+
|
14
|
+
def contacts(self):
|
15
|
+
# Firstly, try to get contact from the container view
|
16
|
+
container_view = queryMultiAdapter(
|
17
|
+
(self.context.aq_parent, self.request), name="full_view"
|
18
|
+
)
|
19
|
+
self.json_data = container_view.get_page_contacts()
|
20
|
+
if self.json_data is None or len(self.json_data.get("items", [])) == 0:
|
21
|
+
return []
|
22
|
+
|
23
|
+
container_contacts = self.json_data.get("items")
|
24
|
+
results_items = [
|
25
|
+
contact
|
26
|
+
for contact in container_contacts
|
27
|
+
if contact["UID"] in self.context.related_contacts
|
28
|
+
]
|
29
|
+
index_map = {
|
30
|
+
value: index for index, value in enumerate(self.context.related_contacts)
|
31
|
+
}
|
32
|
+
results_items = sorted(results_items, key=lambda x: index_map[x["UID"]])
|
33
|
+
|
34
|
+
# construct JSON data as before WEBBDC-1265 to avoid hash differences
|
35
|
+
uids = "&UID=".join(self.context.related_contacts)
|
36
|
+
url = "{}/@search?UID={}&fullobjects=1".format(DIRECTORY_URL, uids)
|
37
|
+
current_lang = api.portal.get_current_language()[:2]
|
38
|
+
if current_lang != "fr":
|
39
|
+
url = f"{url}&translated_in_{current_lang}=1"
|
40
|
+
self.json_data = {
|
41
|
+
"@id": url,
|
42
|
+
"items": results_items,
|
43
|
+
"items_total": len(results_items),
|
44
|
+
}
|
45
|
+
self.refresh_modification_date()
|
46
|
+
return batch_results(results_items, self.context.nb_contact_by_line)
|
47
|
+
|
48
|
+
def get_contact_properties(self, json_dict):
|
49
|
+
return ContactProperties(json_dict, self.context)
|
@@ -51,7 +51,7 @@ class EventsView(CarouselOrTableSectionView, HashableJsonSectionView):
|
|
51
51
|
url = "{}/@events?{}".format(EVENTS_URL, "&".join(params))
|
52
52
|
self.json_data = get_json(url)
|
53
53
|
self.refresh_modification_date()
|
54
|
-
if self.json_data is None or len(self.json_data.get("items", [])) == 0:
|
54
|
+
if self.json_data is None or len(self.json_data.get("items", [])) == 0:
|
55
55
|
return []
|
56
56
|
linking_view_url = self.context.linking_rest_view.to_object.absolute_url()
|
57
57
|
image_scale = self.image_scale
|
@@ -47,7 +47,7 @@ class NewsView(CarouselOrTableSectionView, HashableJsonSectionView):
|
|
47
47
|
url = "{}/@search?{}".format(NEWS_URL, "&".join(params))
|
48
48
|
self.json_data = get_json(url)
|
49
49
|
self.refresh_modification_date()
|
50
|
-
if self.json_data is None or len(self.json_data.get("items", [])) == 0:
|
50
|
+
if self.json_data is None or len(self.json_data.get("items", [])) == 0:
|
51
51
|
return []
|
52
52
|
linking_view_url = self.context.linking_rest_view.to_object.absolute_url()
|
53
53
|
image_scale = self.image_scale
|
@@ -8,6 +8,7 @@ from imio.smartweb.common.contact_utils import formatted_schedule
|
|
8
8
|
from imio.smartweb.common.contact_utils import get_schedule_for_today
|
9
9
|
from imio.smartweb.core.contents.sections.contact.utils import ContactProperties
|
10
10
|
from imio.smartweb.core.contents.sections.views import SECTION_ITEMS_HASH_KEY
|
11
|
+
from imio.smartweb.core.tests.utils import clear_cache
|
11
12
|
from imio.smartweb.core.testing import IMIO_SMARTWEB_CORE_FUNCTIONAL_TESTING
|
12
13
|
from imio.smartweb.core.testing import ImioSmartwebTestCase
|
13
14
|
from imio.smartweb.core.tests.utils import get_json
|
@@ -57,7 +58,8 @@ class TestSectionContact(ImioSmartwebTestCase):
|
|
57
58
|
view = queryMultiAdapter((self.page, self.request), name="full_view")
|
58
59
|
self.assertIn("My contact", view())
|
59
60
|
contact_view = queryMultiAdapter((contact, self.request), name="view")
|
60
|
-
self.
|
61
|
+
self.assertEqual(contact_view.contacts(), [])
|
62
|
+
|
61
63
|
authentic_contact_uid = "2dc381f0fb584381b8e4a19c84f53b35"
|
62
64
|
contact.related_contacts = [authentic_contact_uid]
|
63
65
|
contact_search_url = (
|
@@ -69,12 +71,13 @@ class TestSectionContact(ImioSmartwebTestCase):
|
|
69
71
|
authentic_contact_uid
|
70
72
|
)
|
71
73
|
m.get(contact_search_url, exc=requests.exceptions.ConnectTimeout)
|
72
|
-
self.
|
74
|
+
self.assertEqual(contact_view.contacts(), [])
|
73
75
|
m.get(contact_search_url, status_code=404)
|
74
|
-
self.
|
76
|
+
self.assertEqual(contact_view.contacts(), [])
|
75
77
|
m.get(contact_search_url, text=json.dumps(self.json_no_contact))
|
76
|
-
self.
|
78
|
+
self.assertEqual(contact_view.contacts(), [])
|
77
79
|
m.get(contact_search_url, text=json.dumps(self.json_contact))
|
80
|
+
clear_cache(self.request)
|
78
81
|
self.assertIsNotNone(contact_view.contacts())
|
79
82
|
json_contact = ContactProperties(self.json_contact.get("items")[0], contact)
|
80
83
|
self.assertEqual(json_contact.contact_type_class, "contact-type-organization")
|
@@ -113,6 +116,13 @@ class TestSectionContact(ImioSmartwebTestCase):
|
|
113
116
|
m.get(contact_images_url, text=json.dumps(self.json_contact_images))
|
114
117
|
self.assertIn("contact_gallery", view())
|
115
118
|
|
119
|
+
contact.visible_blocks = ["titles"]
|
120
|
+
json_contact = ContactProperties(self.json_contact.get("items")[0], contact)
|
121
|
+
images = json_contact.images(contact.image_scale, contact.nb_results_by_batch)
|
122
|
+
self.assertNotIn("contact_gallery", view())
|
123
|
+
self.assertIsNone(images)
|
124
|
+
|
125
|
+
contact.visible_blocks = ["titles", "gallery"]
|
116
126
|
json_contact = ContactProperties(self.json_contact.get("items")[0], contact)
|
117
127
|
images = json_contact.images(contact.image_scale, contact.nb_results_by_batch)
|
118
128
|
self.assertEqual(len(images[0]), 2)
|
@@ -130,6 +140,18 @@ class TestSectionContact(ImioSmartwebTestCase):
|
|
130
140
|
images = json_contact.images(contact.image_scale, contact.nb_results_by_batch)
|
131
141
|
self.assertIsNone(images)
|
132
142
|
|
143
|
+
@requests_mock.Mocker()
|
144
|
+
def test_sorted_contacts_are_empty(self, m):
|
145
|
+
# TODO Separate test test_sorted_contacts_is_none /
|
146
|
+
# test_sorted_contacts 'cause of Memoize ??!!
|
147
|
+
contact = api.content.create(
|
148
|
+
container=self.page,
|
149
|
+
type="imio.smartweb.SectionContact",
|
150
|
+
title="My contact",
|
151
|
+
)
|
152
|
+
contact_view = queryMultiAdapter((contact, self.request), name="view")
|
153
|
+
self.assertEqual(contact_view.contacts(), [])
|
154
|
+
|
133
155
|
@requests_mock.Mocker()
|
134
156
|
def test_sorted_contacts(self, m):
|
135
157
|
contact = api.content.create(
|
@@ -138,7 +160,6 @@ class TestSectionContact(ImioSmartwebTestCase):
|
|
138
160
|
title="My contact",
|
139
161
|
)
|
140
162
|
contact_view = queryMultiAdapter((contact, self.request), name="view")
|
141
|
-
self.assertIsNone(contact_view.contacts())
|
142
163
|
authentic_contact_uid = [
|
143
164
|
"2dc381f0fb584381b8e4a19c84f53b35",
|
144
165
|
"af7bd1f547034b24a2e0da16c0ba0358",
|
@@ -501,7 +522,9 @@ class TestSectionContact(ImioSmartwebTestCase):
|
|
501
522
|
"afternoonend": "",
|
502
523
|
"comments": "",
|
503
524
|
}
|
525
|
+
clear_cache(self.request)
|
504
526
|
m.get(contact_search_url, text=json.dumps(json_contact_empty_schedule))
|
527
|
+
view = queryMultiAdapter((self.page, self.request), name="full_view")
|
505
528
|
json_contact = ContactProperties(
|
506
529
|
json_contact_empty_schedule.get("items")[0], contact
|
507
530
|
)
|
@@ -549,7 +572,6 @@ class TestSectionContact(ImioSmartwebTestCase):
|
|
549
572
|
|
550
573
|
annotations = IAnnotations(contact)
|
551
574
|
self.assertIsNone(annotations.get(SECTION_ITEMS_HASH_KEY))
|
552
|
-
|
553
575
|
self.assertIsNotNone(contact_view.contacts())
|
554
576
|
hash_1 = annotations.get(SECTION_ITEMS_HASH_KEY)
|
555
577
|
self.assertIsNotNone(hash_1)
|
@@ -557,15 +579,25 @@ class TestSectionContact(ImioSmartwebTestCase):
|
|
557
579
|
|
558
580
|
sleep(1)
|
559
581
|
m.get(contact_search_url, text=json.dumps(self.json_no_contact))
|
560
|
-
self.
|
582
|
+
clear_cache(self.request)
|
583
|
+
contact_view = queryMultiAdapter((contact, self.request), name="view")
|
584
|
+
self.assertEqual(contact_view.contacts(), [])
|
585
|
+
# refresh_modification_date doesn't calculate when json_data is None
|
586
|
+
# For this section, this is the case
|
587
|
+
# For other sections, we get json_data with empty "items"
|
588
|
+
# Refactoring needed to ensure clarity ?
|
561
589
|
next_modification = self.page.ModificationDate()
|
562
590
|
hash_2 = annotations.get(SECTION_ITEMS_HASH_KEY)
|
563
|
-
self.
|
564
|
-
self.
|
591
|
+
self.assertEqual(hash_1, hash_2)
|
592
|
+
self.assertEqual(first_modification, next_modification)
|
565
593
|
|
566
594
|
sleep(1)
|
567
|
-
self.
|
595
|
+
contact_view = queryMultiAdapter((contact, self.request), name="view")
|
596
|
+
self.assertEqual(contact_view.contacts(), [])
|
568
597
|
last_modification = self.page.ModificationDate()
|
569
598
|
hash_3 = annotations.get(SECTION_ITEMS_HASH_KEY)
|
570
599
|
self.assertEqual(hash_2, hash_3)
|
571
600
|
self.assertEqual(next_modification, last_modification)
|
601
|
+
|
602
|
+
# TODO we should test with various contact sections containing
|
603
|
+
# contacts
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio.smartweb.core.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.75
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -23,9 +23,40 @@ Classifier: Programming Language :: Python :: 3.10
|
|
23
23
|
Classifier: Operating System :: OS Independent
|
24
24
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
25
25
|
Requires-Python: >=3.8
|
26
|
-
Provides-Extra: test
|
27
26
|
License-File: LICENSE.GPL
|
28
27
|
License-File: LICENSE.rst
|
28
|
+
Requires-Dist: setuptools
|
29
|
+
Requires-Dist: z3c.jbot
|
30
|
+
Requires-Dist: z3c.unconfigure
|
31
|
+
Requires-Dist: plone.api>=1.8.4
|
32
|
+
Requires-Dist: plone.gallery
|
33
|
+
Requires-Dist: plone.restapi
|
34
|
+
Requires-Dist: plone.app.dexterity
|
35
|
+
Requires-Dist: plone.app.imagecropping
|
36
|
+
Requires-Dist: eea.facetednavigation
|
37
|
+
Requires-Dist: collective.anysurfer
|
38
|
+
Requires-Dist: collective.autopublishing
|
39
|
+
Requires-Dist: collective.faceted.map
|
40
|
+
Requires-Dist: collective.geolocationbehavior
|
41
|
+
Requires-Dist: collective.instancebehavior
|
42
|
+
Requires-Dist: collective.messagesviewlet
|
43
|
+
Requires-Dist: collective.sendinblue
|
44
|
+
Requires-Dist: collective.solr
|
45
|
+
Requires-Dist: collective.taxonomy
|
46
|
+
Requires-Dist: collective.z3cform.datagridfield
|
47
|
+
Requires-Dist: embeddify
|
48
|
+
Requires-Dist: more-itertools
|
49
|
+
Requires-Dist: imio.smartweb.common
|
50
|
+
Requires-Dist: imio.smartweb.locales
|
51
|
+
Provides-Extra: test
|
52
|
+
Requires-Dist: plone.app.testing; extra == "test"
|
53
|
+
Requires-Dist: plone.testing>=5.0.0; extra == "test"
|
54
|
+
Requires-Dist: plone.app.contenttypes; extra == "test"
|
55
|
+
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
|
56
|
+
Requires-Dist: plone.restapi[test]; extra == "test"
|
57
|
+
Requires-Dist: requests-mock; extra == "test"
|
58
|
+
Requires-Dist: beautifulsoup4; extra == "test"
|
59
|
+
Requires-Dist: freezegun; extra == "test"
|
29
60
|
|
30
61
|
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
31
62
|
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
@@ -160,6 +191,20 @@ Changelog
|
|
160
191
|
=========
|
161
192
|
|
162
193
|
|
194
|
+
1.2.75 (2024-11-19)
|
195
|
+
-------------------
|
196
|
+
|
197
|
+
- Reduce queries to directory
|
198
|
+
[boulch, laulaz]
|
199
|
+
|
200
|
+
|
201
|
+
1.2.74 (2024-11-13)
|
202
|
+
-------------------
|
203
|
+
|
204
|
+
- Avoid request for images when gallery block is not visible in Section Contact
|
205
|
+
[laulaz]
|
206
|
+
|
207
|
+
|
163
208
|
1.2.73 (2024-10-14)
|
164
209
|
-------------------
|
165
210
|
|
@@ -1,33 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
from imio.smartweb.core.config import DIRECTORY_URL
|
4
|
-
from imio.smartweb.core.contents.sections.contact.utils import ContactProperties
|
5
|
-
from imio.smartweb.core.contents.sections.views import HashableJsonSectionView
|
6
|
-
from imio.smartweb.core.utils import batch_results
|
7
|
-
from imio.smartweb.core.utils import get_json
|
8
|
-
from plone import api
|
9
|
-
|
10
|
-
|
11
|
-
class ContactView(HashableJsonSectionView):
|
12
|
-
"""Contact Section view"""
|
13
|
-
|
14
|
-
def contacts(self):
|
15
|
-
if self.context.related_contacts is None:
|
16
|
-
return
|
17
|
-
related_contacts = self.context.related_contacts
|
18
|
-
uids = "&UID=".join(related_contacts)
|
19
|
-
url = "{}/@search?UID={}&fullobjects=1".format(DIRECTORY_URL, uids)
|
20
|
-
current_lang = api.portal.get_current_language()[:2]
|
21
|
-
if current_lang != "fr":
|
22
|
-
url = f"{url}&translated_in_{current_lang}=1"
|
23
|
-
self.json_data = get_json(url)
|
24
|
-
self.refresh_modification_date()
|
25
|
-
if self.json_data is None or len(self.json_data.get("items", [])) == 0: # NOQA
|
26
|
-
return
|
27
|
-
results = self.json_data.get("items")
|
28
|
-
index_map = {value: index for index, value in enumerate(related_contacts)}
|
29
|
-
results = sorted(results, key=lambda x: index_map[x["UID"]])
|
30
|
-
return batch_results(results, self.context.nb_contact_by_line)
|
31
|
-
|
32
|
-
def get_contact_properties(self, json_dict):
|
33
|
-
return ContactProperties(json_dict, self.context)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/listing.py
RENAMED
File without changes
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/minisite.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/behaviors/subsite.py
RENAMED
File without changes
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/forms.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/icons.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.2.73 → imio_smartweb_core-1.2.75}/src/imio/smartweb/core/browser/layout.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|