imio.smartweb.core 1.2.21__tar.gz → 1.2.23__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.21 → imio.smartweb.core-1.2.23}/CHANGES.rst +14 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/PKG-INFO +15 -1
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/setup.py +1 -1
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/cropping.py +1 -1
- imio.smartweb.core-1.2.23/src/imio/smartweb/core/contents/sections/contact/utils.py +137 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_cropping.py +4 -4
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_section_contact.py +2 -2
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_vocabularies.py +1 -1
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/utils.py +1 -1
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/vocabularies.py +1 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio.smartweb.core.egg-info/PKG-INFO +15 -1
- imio.smartweb.core-1.2.21/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -285
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/CONTRIBUTORS.rst +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/DEVELOP.rst +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/MANIFEST.in +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/README.rst +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/docs/conf.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/docs/index.rst +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/requirements.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/setup.cfg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/config.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/pages/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/base.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/events/endpoint.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/news/endpoint.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/events/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/news/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/sections/views.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/indexers.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/metadata.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/testing.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_rest.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/location-bla.1423bcce16ddcb21141430cac1428dc1.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/next-react-white.819cb069ac8eec300a9db6a7707712d6.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/next-react.17bc43ff4a6a86f4520f5782f6a89a72.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/assets/search.57bdbf5b191499cd77514097d1c4972c.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/css/323.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/css/363.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/css/54.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/css/647.smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/144.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/212.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/3.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/3.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/323.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/363.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/493.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/54.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/647.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/9.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/969.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/package.json +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/facebook-news.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/location-bla.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/next-react.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/search.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/assets/skeleton.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio.smartweb.core.egg-info/SOURCES.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/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.23 (2024-01-09)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- WEB-4041 : Handle new "carre" scale
|
9
|
+
[boulch]
|
10
|
+
|
11
|
+
|
12
|
+
1.2.22 (2024-01-05)
|
13
|
+
-------------------
|
14
|
+
|
15
|
+
- Refactor : Move ContactProperties (to build readable schedule) to imio.smartweb.common
|
16
|
+
[boulch]
|
17
|
+
|
18
|
+
|
5
19
|
1.2.21 (2023-12-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.23
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -158,6 +158,20 @@ Changelog
|
|
158
158
|
=========
|
159
159
|
|
160
160
|
|
161
|
+
1.2.23 (2024-01-09)
|
162
|
+
-------------------
|
163
|
+
|
164
|
+
- WEB-4041 : Handle new "carre" scale
|
165
|
+
[boulch]
|
166
|
+
|
167
|
+
|
168
|
+
1.2.22 (2024-01-05)
|
169
|
+
-------------------
|
170
|
+
|
171
|
+
- Refactor : Move ContactProperties (to build readable schedule) to imio.smartweb.common
|
172
|
+
[boulch]
|
173
|
+
|
174
|
+
|
161
175
|
1.2.21 (2023-12-14)
|
162
176
|
-------------------
|
163
177
|
|
{imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/contents/cropping.py
RENAMED
@@ -19,7 +19,7 @@ class SmartwebCroppingProvider(BaseCroppingProvider):
|
|
19
19
|
return []
|
20
20
|
elif fieldname == "image":
|
21
21
|
# scales used for lead_image fields
|
22
|
-
return ["portrait_affiche", "paysage_affiche"]
|
22
|
+
return ["portrait_affiche", "paysage_affiche", "carre_affiche"]
|
23
23
|
else:
|
24
24
|
return super(SmartwebCroppingProvider, self).get_scales(fieldname, request)
|
25
25
|
|
@@ -0,0 +1,137 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
|
3
|
+
from datetime import date, datetime
|
4
|
+
from datetime import timedelta
|
5
|
+
from decimal import Decimal
|
6
|
+
from imio.smartweb.common.contact_utils import ContactProperties as ContactSchedule
|
7
|
+
from imio.smartweb.common.utils import rich_description
|
8
|
+
from imio.smartweb.core.utils import batch_results
|
9
|
+
from imio.smartweb.core.utils import get_json
|
10
|
+
from imio.smartweb.core.utils import hash_md5
|
11
|
+
from imio.smartweb.locales import SmartwebMessageFactory as _
|
12
|
+
from plone import api
|
13
|
+
from zope.i18n import translate
|
14
|
+
from zope.i18nmessageid import MessageFactory
|
15
|
+
|
16
|
+
import json
|
17
|
+
|
18
|
+
|
19
|
+
class ContactProperties(ContactSchedule):
|
20
|
+
def __init__(self, json_dict, section):
|
21
|
+
self.contact = json_dict
|
22
|
+
self.context = section
|
23
|
+
|
24
|
+
def __getattr__(self, name):
|
25
|
+
return self.contact.get(name)
|
26
|
+
|
27
|
+
@property
|
28
|
+
def contact_type_class(self):
|
29
|
+
contact_type = self.contact.get("type").get("token")
|
30
|
+
return "contact-type-{}".format(contact_type)
|
31
|
+
|
32
|
+
@property
|
33
|
+
def description(self):
|
34
|
+
description = rich_description(self.contact.get("description"))
|
35
|
+
return description
|
36
|
+
|
37
|
+
def logo(self):
|
38
|
+
if self.contact.get("logo") is None:
|
39
|
+
return ""
|
40
|
+
modified_hash = hash_md5(self.contact["modified"])
|
41
|
+
logo = f"{self.contact['@id']}/@@images/logo/preview?cache_key={modified_hash}"
|
42
|
+
return logo
|
43
|
+
|
44
|
+
def leadimage(self):
|
45
|
+
if self.contact.get("image") is None:
|
46
|
+
return ""
|
47
|
+
modified_hash = hash_md5(self.contact["modified"])
|
48
|
+
leadimage = f"{self.contact['@id']}/@@images/image/{self.context.orientation}_affiche?cache_key={modified_hash}"
|
49
|
+
return leadimage
|
50
|
+
|
51
|
+
def data_geojson(self):
|
52
|
+
"""Return the contact geolocation as GeoJSON string."""
|
53
|
+
current_lang = api.portal.get_current_language()[:2]
|
54
|
+
coordinates = self.contact.get("geolocation")
|
55
|
+
longitude = coordinates.get("longitude")
|
56
|
+
latitude = coordinates.get("latitude")
|
57
|
+
link_text = translate(_("Itinerary"), target_language=current_lang)
|
58
|
+
geo_json = {
|
59
|
+
"type": "Feature",
|
60
|
+
"properties": {
|
61
|
+
"popup": '<a href="{}">{}</a>'.format(
|
62
|
+
self.get_itinerary_link(), link_text
|
63
|
+
),
|
64
|
+
},
|
65
|
+
"geometry": {
|
66
|
+
"type": "Point",
|
67
|
+
"coordinates": [
|
68
|
+
longitude,
|
69
|
+
latitude,
|
70
|
+
],
|
71
|
+
},
|
72
|
+
}
|
73
|
+
return json.dumps(geo_json)
|
74
|
+
|
75
|
+
def images(self, image_scale, nb_results_by_batch):
|
76
|
+
contact_url = self.contact["@id"]
|
77
|
+
query = "@search?portal_type=Image&path.depth=1&metadata_fields=modified"
|
78
|
+
images_url_request = "{}/{}".format(contact_url, query)
|
79
|
+
json_images = get_json(images_url_request)
|
80
|
+
if json_images is None or len(json_images.get("items", [])) == 0:
|
81
|
+
return
|
82
|
+
results = []
|
83
|
+
thumb_scale = image_scale
|
84
|
+
for image in json_images.get("items"):
|
85
|
+
base_url = image["@id"]
|
86
|
+
modified_hash = hash_md5(image["modified"])
|
87
|
+
large_url = f"{base_url}/@@images/image/?cache_key={modified_hash}"
|
88
|
+
url = f"{base_url}/@@images/image/paysage_{thumb_scale}?cache_key={modified_hash}"
|
89
|
+
dict_item = {
|
90
|
+
"title": image["title"],
|
91
|
+
"description": image["description"],
|
92
|
+
"image_large_url": large_url,
|
93
|
+
"image_url": url,
|
94
|
+
}
|
95
|
+
results.append(dict_item)
|
96
|
+
return batch_results(results, nb_results_by_batch)
|
97
|
+
|
98
|
+
def get_itinerary_link(self):
|
99
|
+
address_parts = [
|
100
|
+
self.contact.get("street"),
|
101
|
+
self.contact.get("number") and str(self.contact.get("number")) or "",
|
102
|
+
self.contact.get("complement"),
|
103
|
+
self.contact.get("zipcode") and str(self.contact.get("zipcode")) or "",
|
104
|
+
self.contact.get("city"),
|
105
|
+
]
|
106
|
+
if self.contact.get("country"):
|
107
|
+
address_parts.append(self.contact.get("country").get("title"))
|
108
|
+
address = "+".join(filter(None, address_parts))
|
109
|
+
if not address:
|
110
|
+
return
|
111
|
+
return "https://www.google.com/maps/dir/?api=1&destination={}".format(address)
|
112
|
+
|
113
|
+
def get_translated_url_type(self, url_type_id):
|
114
|
+
current_lang = api.portal.get_current_language()[:2]
|
115
|
+
url_type_label = url_type_id[0].upper() + url_type_id[1:]
|
116
|
+
return translate(_(url_type_label), target_language=current_lang)
|
117
|
+
|
118
|
+
def formatted_address(self):
|
119
|
+
street_parts = [
|
120
|
+
self.contact.get("street"),
|
121
|
+
self.contact.get("number") and str(self.contact.get("number")) or "",
|
122
|
+
self.contact.get("complement"),
|
123
|
+
]
|
124
|
+
street = " ".join(filter(None, street_parts))
|
125
|
+
entity_parts = [
|
126
|
+
self.contact.get("zipcode") and str(self.contact.get("zipcode")) or "",
|
127
|
+
self.contact.get("city"),
|
128
|
+
]
|
129
|
+
entity = " ".join(filter(None, entity_parts))
|
130
|
+
country = (
|
131
|
+
self.contact.get("country")
|
132
|
+
and self.contact.get("country").get("title")
|
133
|
+
or ""
|
134
|
+
)
|
135
|
+
if not (street or entity or country):
|
136
|
+
return None
|
137
|
+
return {"street": street, "entity": entity, "country": country}
|
@@ -56,7 +56,7 @@ class TestCropping(ImioSmartwebTestCase):
|
|
56
56
|
view.enable()
|
57
57
|
adapter = ICropping(self.folder, alternate=None)
|
58
58
|
self.assertEqual(
|
59
|
-
["portrait_affiche", "paysage_affiche"],
|
59
|
+
["portrait_affiche", "paysage_affiche", "carre_affiche"],
|
60
60
|
adapter.get_scales("image", self.request),
|
61
61
|
)
|
62
62
|
self.assertEqual([], adapter.get_scales("banner", self.request))
|
@@ -68,7 +68,7 @@ class TestCropping(ImioSmartwebTestCase):
|
|
68
68
|
view.enable()
|
69
69
|
adapter = ICropping(self.folder, alternate=None)
|
70
70
|
self.assertEqual(
|
71
|
-
["portrait_affiche", "paysage_affiche"],
|
71
|
+
["portrait_affiche", "paysage_affiche", "carre_affiche"],
|
72
72
|
adapter.get_scales("image", self.request),
|
73
73
|
)
|
74
74
|
self.assertEqual([], adapter.get_scales("banner", self.request))
|
@@ -84,7 +84,7 @@ class TestCropping(ImioSmartwebTestCase):
|
|
84
84
|
# page cropping
|
85
85
|
adapter = ICropping(self.page, alternate=None)
|
86
86
|
self.assertEqual(
|
87
|
-
["portrait_affiche", "paysage_affiche"],
|
87
|
+
["portrait_affiche", "paysage_affiche", "carre_affiche"],
|
88
88
|
adapter.get_scales("image", self.request),
|
89
89
|
)
|
90
90
|
|
@@ -116,7 +116,7 @@ class TestCropping(ImioSmartwebTestCase):
|
|
116
116
|
(self.folder, self.request), name="croppingeditor"
|
117
117
|
)
|
118
118
|
self.assertEqual(len(list(cropping_view._scales("banner"))), 0)
|
119
|
-
self.assertEqual(len(list(cropping_view._scales("image"))),
|
119
|
+
self.assertEqual(len(list(cropping_view._scales("image"))), 3)
|
120
120
|
self.assertNotIn("Banner", cropping_view())
|
121
121
|
self.assertIn("Lead Image", cropping_view())
|
122
122
|
|
@@ -4,9 +4,9 @@ from bs4 import BeautifulSoup
|
|
4
4
|
from datetime import datetime
|
5
5
|
from datetime import timedelta
|
6
6
|
from freezegun import freeze_time
|
7
|
+
from imio.smartweb.common.contact_utils import formatted_schedule
|
8
|
+
from imio.smartweb.common.contact_utils import get_schedule_for_today
|
7
9
|
from imio.smartweb.core.contents.sections.contact.utils import ContactProperties
|
8
|
-
from imio.smartweb.core.contents.sections.contact.utils import formatted_schedule
|
9
|
-
from imio.smartweb.core.contents.sections.contact.utils import get_schedule_for_today
|
10
10
|
from imio.smartweb.core.contents.sections.views import SECTION_ITEMS_HASH_KEY
|
11
11
|
from imio.smartweb.core.testing import IMIO_SMARTWEB_CORE_FUNCTIONAL_TESTING
|
12
12
|
from imio.smartweb.core.testing import ImioSmartwebTestCase
|
@@ -85,7 +85,7 @@ class TestVocabularies(ImioSmartwebTestCase):
|
|
85
85
|
self.assertVocabularyLen("imio.smartweb.vocabulary.BootstrapCSS", 6)
|
86
86
|
|
87
87
|
def test_orientation(self):
|
88
|
-
self.assertVocabularyLen("imio.smartweb.vocabulary.Orientation",
|
88
|
+
self.assertVocabularyLen("imio.smartweb.vocabulary.Orientation", 3)
|
89
89
|
|
90
90
|
def test_subsite_display_mode(self):
|
91
91
|
self.assertVocabularyLen("imio.smartweb.vocabulary.SubsiteDisplayMode", 3)
|
@@ -132,7 +132,7 @@ def get_default_content_id(obj):
|
|
132
132
|
|
133
133
|
def get_scale_url(context, request, fieldname, scale_name, orientation=""):
|
134
134
|
if orientation:
|
135
|
-
m = re.match(r"(portrait|paysage)_(\w+)", scale_name)
|
135
|
+
m = re.match(r"(portrait|paysage|carre)_(\w+)", scale_name)
|
136
136
|
if m:
|
137
137
|
# remove existing orientation (if any) from scale name
|
138
138
|
scale_name = m.group(2)
|
{imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/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.23
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -158,6 +158,20 @@ Changelog
|
|
158
158
|
=========
|
159
159
|
|
160
160
|
|
161
|
+
1.2.23 (2024-01-09)
|
162
|
+
-------------------
|
163
|
+
|
164
|
+
- WEB-4041 : Handle new "carre" scale
|
165
|
+
[boulch]
|
166
|
+
|
167
|
+
|
168
|
+
1.2.22 (2024-01-05)
|
169
|
+
-------------------
|
170
|
+
|
171
|
+
- Refactor : Move ContactProperties (to build readable schedule) to imio.smartweb.common
|
172
|
+
[boulch]
|
173
|
+
|
174
|
+
|
161
175
|
1.2.21 (2023-12-14)
|
162
176
|
-------------------
|
163
177
|
|
@@ -1,285 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
from datetime import date, datetime
|
4
|
-
from datetime import timedelta
|
5
|
-
from decimal import Decimal
|
6
|
-
from imio.smartweb.common.utils import rich_description
|
7
|
-
from imio.smartweb.core.utils import batch_results
|
8
|
-
from imio.smartweb.core.utils import get_json
|
9
|
-
from imio.smartweb.core.utils import hash_md5
|
10
|
-
from imio.smartweb.locales import SmartwebMessageFactory as _
|
11
|
-
from plone import api
|
12
|
-
from zope.i18n import translate
|
13
|
-
from zope.i18nmessageid import MessageFactory
|
14
|
-
|
15
|
-
import json
|
16
|
-
|
17
|
-
|
18
|
-
class ContactProperties:
|
19
|
-
def __init__(self, json_dict, section):
|
20
|
-
self.contact = json_dict
|
21
|
-
self.context = section
|
22
|
-
|
23
|
-
def __getattr__(self, name):
|
24
|
-
return self.contact.get(name)
|
25
|
-
|
26
|
-
@property
|
27
|
-
def contact_type_class(self):
|
28
|
-
contact_type = self.contact.get("type").get("token")
|
29
|
-
return "contact-type-{}".format(contact_type)
|
30
|
-
|
31
|
-
@property
|
32
|
-
def description(self):
|
33
|
-
description = rich_description(self.contact.get("description"))
|
34
|
-
return description
|
35
|
-
|
36
|
-
def logo(self):
|
37
|
-
if self.contact.get("logo") is None:
|
38
|
-
return ""
|
39
|
-
modified_hash = hash_md5(self.contact["modified"])
|
40
|
-
logo = f"{self.contact['@id']}/@@images/logo/preview?cache_key={modified_hash}"
|
41
|
-
return logo
|
42
|
-
|
43
|
-
def leadimage(self):
|
44
|
-
if self.contact.get("image") is None:
|
45
|
-
return ""
|
46
|
-
modified_hash = hash_md5(self.contact["modified"])
|
47
|
-
leadimage = f"{self.contact['@id']}/@@images/image/{self.context.orientation}_affiche?cache_key={modified_hash}"
|
48
|
-
return leadimage
|
49
|
-
|
50
|
-
def data_geojson(self):
|
51
|
-
"""Return the contact geolocation as GeoJSON string."""
|
52
|
-
current_lang = api.portal.get_current_language()[:2]
|
53
|
-
coordinates = self.contact.get("geolocation")
|
54
|
-
longitude = coordinates.get("longitude")
|
55
|
-
latitude = coordinates.get("latitude")
|
56
|
-
link_text = translate(_("Itinerary"), target_language=current_lang)
|
57
|
-
geo_json = {
|
58
|
-
"type": "Feature",
|
59
|
-
"properties": {
|
60
|
-
"popup": '<a href="{}">{}</a>'.format(
|
61
|
-
self.get_itinerary_link(), link_text
|
62
|
-
),
|
63
|
-
},
|
64
|
-
"geometry": {
|
65
|
-
"type": "Point",
|
66
|
-
"coordinates": [
|
67
|
-
longitude,
|
68
|
-
latitude,
|
69
|
-
],
|
70
|
-
},
|
71
|
-
}
|
72
|
-
return json.dumps(geo_json)
|
73
|
-
|
74
|
-
def images(self, image_scale, nb_results_by_batch):
|
75
|
-
contact_url = self.contact["@id"]
|
76
|
-
query = "@search?portal_type=Image&path.depth=1&metadata_fields=modified"
|
77
|
-
images_url_request = "{}/{}".format(contact_url, query)
|
78
|
-
json_images = get_json(images_url_request)
|
79
|
-
if json_images is None or len(json_images.get("items", [])) == 0:
|
80
|
-
return
|
81
|
-
results = []
|
82
|
-
thumb_scale = image_scale
|
83
|
-
for image in json_images.get("items"):
|
84
|
-
base_url = image["@id"]
|
85
|
-
modified_hash = hash_md5(image["modified"])
|
86
|
-
large_url = f"{base_url}/@@images/image/?cache_key={modified_hash}"
|
87
|
-
url = f"{base_url}/@@images/image/paysage_{thumb_scale}?cache_key={modified_hash}"
|
88
|
-
dict_item = {
|
89
|
-
"title": image["title"],
|
90
|
-
"description": image["description"],
|
91
|
-
"image_large_url": large_url,
|
92
|
-
"image_url": url,
|
93
|
-
}
|
94
|
-
results.append(dict_item)
|
95
|
-
return batch_results(results, nb_results_by_batch)
|
96
|
-
|
97
|
-
@property
|
98
|
-
def days(self):
|
99
|
-
return (
|
100
|
-
("monday", _("Monday")),
|
101
|
-
("tuesday", _("Tuesday")),
|
102
|
-
("wednesday", _("Wednesday")),
|
103
|
-
("thursday", _("Thursday")),
|
104
|
-
("friday", _("Friday")),
|
105
|
-
("saturday", _("Saturday")),
|
106
|
-
("sunday", _("Sunday")),
|
107
|
-
)
|
108
|
-
|
109
|
-
def get_itinerary_link(self):
|
110
|
-
address_parts = [
|
111
|
-
self.contact.get("street"),
|
112
|
-
self.contact.get("number") and str(self.contact.get("number")) or "",
|
113
|
-
self.contact.get("complement"),
|
114
|
-
self.contact.get("zipcode") and str(self.contact.get("zipcode")) or "",
|
115
|
-
self.contact.get("city"),
|
116
|
-
]
|
117
|
-
if self.contact.get("country"):
|
118
|
-
address_parts.append(self.contact.get("country").get("title"))
|
119
|
-
address = "+".join(filter(None, address_parts))
|
120
|
-
if not address:
|
121
|
-
return
|
122
|
-
return "https://www.google.com/maps/dir/?api=1&destination={}".format(address)
|
123
|
-
|
124
|
-
def get_translated_url_type(self, url_type_id):
|
125
|
-
current_lang = api.portal.get_current_language()[:2]
|
126
|
-
url_type_label = url_type_id[0].upper() + url_type_id[1:]
|
127
|
-
return translate(_(url_type_label), target_language=current_lang)
|
128
|
-
|
129
|
-
def get_opening_informations(self, a_date=None):
|
130
|
-
current_date = a_date or date.today()
|
131
|
-
schedule = self.contact.get("schedule")
|
132
|
-
multi_schedule = self.contact.get("multi_schedule")
|
133
|
-
exceptional_closure = self.contact.get("exceptional_closure")
|
134
|
-
week_day = self.days[current_date.weekday()][0]
|
135
|
-
day_schedule = schedule[week_day]
|
136
|
-
for schedule_info in multi_schedule:
|
137
|
-
if schedule_info.get("dates") == []:
|
138
|
-
continue
|
139
|
-
for daterange in schedule_info.get("dates"):
|
140
|
-
min_date = datetime.strptime(
|
141
|
-
daterange.get("start_date"), "%Y-%m-%d"
|
142
|
-
).date()
|
143
|
-
max_date = datetime.strptime(
|
144
|
-
daterange.get("end_date"), "%Y-%m-%d"
|
145
|
-
).date()
|
146
|
-
if not (min_date < current_date < max_date):
|
147
|
-
week_day = week_day # Fix coverage issue with continue.
|
148
|
-
continue
|
149
|
-
day_schedule = schedule_info.get("schedule")[week_day]
|
150
|
-
|
151
|
-
for exceptional_closure_info in exceptional_closure:
|
152
|
-
exceptional_closure_date = datetime.strptime(
|
153
|
-
exceptional_closure_info.get("date"), "%Y-%m-%d"
|
154
|
-
).date()
|
155
|
-
if not current_date == exceptional_closure_date:
|
156
|
-
continue
|
157
|
-
for k, v in day_schedule.items():
|
158
|
-
day_schedule[k] = ""
|
159
|
-
if k == "comment":
|
160
|
-
day_schedule[k] = exceptional_closure_info.get("title")
|
161
|
-
# sample : {'afternoonend': '16:00', 'afternoonstart': '14:00', 'comment': '', 'morningend': '14:00', 'morningstart': '09:00'}
|
162
|
-
return day_schedule
|
163
|
-
|
164
|
-
def get_week_days(self):
|
165
|
-
"""Returns a list of Messages for the weekday names."""
|
166
|
-
PLMF = MessageFactory("plonelocales")
|
167
|
-
ts = api.portal.get_tool("translation_service")
|
168
|
-
weekdays = []
|
169
|
-
now = date.today()
|
170
|
-
for i in range(0, 7):
|
171
|
-
ref_date = now + timedelta(days=i)
|
172
|
-
# weekday 0 == monday in python
|
173
|
-
# ts.day_msgid 0 = sunday in plone
|
174
|
-
ref_date_tsweekday = (ref_date.weekday() + 1) % 7
|
175
|
-
weekdays.append(
|
176
|
-
{
|
177
|
-
PLMF(
|
178
|
-
ts.day_msgid(ref_date_tsweekday, format="s"),
|
179
|
-
default=ts.weekday_english(ref_date_tsweekday, format="a"),
|
180
|
-
): self.get_schedule_for_date(ref_date)
|
181
|
-
}
|
182
|
-
)
|
183
|
-
return weekdays
|
184
|
-
|
185
|
-
def get_schedule_for_date(self, a_date):
|
186
|
-
return self.get_opening_informations(a_date)
|
187
|
-
|
188
|
-
def get_schedule_for_today(self, schedule):
|
189
|
-
return get_schedule_for_today(schedule)
|
190
|
-
|
191
|
-
def formatted_schedule(self, schedule):
|
192
|
-
return formatted_schedule(schedule)
|
193
|
-
|
194
|
-
def is_empty_schedule(self):
|
195
|
-
schedule = self.contact.get("schedule") or {}
|
196
|
-
for day in schedule.values():
|
197
|
-
for value in day.values():
|
198
|
-
if value:
|
199
|
-
return False
|
200
|
-
return True
|
201
|
-
|
202
|
-
def formatted_address(self):
|
203
|
-
street_parts = [
|
204
|
-
self.contact.get("street"),
|
205
|
-
self.contact.get("number") and str(self.contact.get("number")) or "",
|
206
|
-
self.contact.get("complement"),
|
207
|
-
]
|
208
|
-
street = " ".join(filter(None, street_parts))
|
209
|
-
entity_parts = [
|
210
|
-
self.contact.get("zipcode") and str(self.contact.get("zipcode")) or "",
|
211
|
-
self.contact.get("city"),
|
212
|
-
]
|
213
|
-
entity = " ".join(filter(None, entity_parts))
|
214
|
-
country = (
|
215
|
-
self.contact.get("country")
|
216
|
-
and self.contact.get("country").get("title")
|
217
|
-
or ""
|
218
|
-
)
|
219
|
-
if not (street or entity or country):
|
220
|
-
return None
|
221
|
-
return {"street": street, "entity": entity, "country": country}
|
222
|
-
|
223
|
-
|
224
|
-
def formatted_schedule(schedule):
|
225
|
-
# opening = {'afternoonend': '', 'afternoonstart': '', 'comment': '', 'morningend': '12:00', 'morningstart': '08:30'}
|
226
|
-
current_lang = api.portal.get_current_language()[:2]
|
227
|
-
morningstart = schedule.get("morningstart")
|
228
|
-
morningend = schedule.get("morningend")
|
229
|
-
afternoonstart = schedule.get("afternoonstart")
|
230
|
-
afternoonend = schedule.get("afternoonend")
|
231
|
-
comment = schedule.get("comment")
|
232
|
-
str_opening = ""
|
233
|
-
morning = False
|
234
|
-
if morningend:
|
235
|
-
morning = True
|
236
|
-
str_opening = "{} - {}".format(morningstart, morningend)
|
237
|
-
if morning is True and afternoonstart:
|
238
|
-
str_opening += " | {} - {}".format(afternoonstart, afternoonend)
|
239
|
-
elif morning is False and afternoonstart:
|
240
|
-
str_opening = "{} - {}".format(afternoonstart, afternoonend)
|
241
|
-
elif not morningend and not afternoonstart:
|
242
|
-
str_opening = "{} - {}".format(morningstart, afternoonend)
|
243
|
-
if not morningstart and not morningend and not afternoonstart and not afternoonend:
|
244
|
-
str_opening = translate(_("Closed"), target_language=current_lang)
|
245
|
-
return "{} ({})".format(str_opening, comment) if comment else str_opening
|
246
|
-
|
247
|
-
|
248
|
-
# {'afternoonend': '', 'afternoonstart': '', 'comment': 'vendredi : apéro à midi', 'morningend': '11:00', 'morningstart': '08:30'}
|
249
|
-
def get_schedule_for_today(schedule):
|
250
|
-
current_lang = api.portal.get_current_language()[:2]
|
251
|
-
message = translate(_("Open"), target_language=current_lang)
|
252
|
-
comment = schedule.get("comment") or ""
|
253
|
-
morningstart = Decimal(schedule.get("morningstart").replace(":", ".") or "0.00")
|
254
|
-
morningend = Decimal(schedule.get("morningend").replace(":", ".") or "0.00")
|
255
|
-
afternoonstart = Decimal(schedule.get("afternoonstart").replace(":", ".") or "0.00")
|
256
|
-
afternoonend = Decimal(schedule.get("afternoonend").replace(":", ".") or "0.00")
|
257
|
-
|
258
|
-
now_str = Decimal(datetime.now().strftime("%H.%M"))
|
259
|
-
if not morningstart and not morningend and not afternoonstart and not afternoonend:
|
260
|
-
translated_closed = translate(_("Closed"), target_language=current_lang)
|
261
|
-
return (
|
262
|
-
"{} ({})".format(translated_closed, comment)
|
263
|
-
if comment
|
264
|
-
else translated_closed
|
265
|
-
)
|
266
|
-
before_opened = now_str < (morningstart or afternoonstart)
|
267
|
-
if before_opened:
|
268
|
-
translated_open_at = translate(_("Open at "), target_language=current_lang)
|
269
|
-
hour, minute = str(morningstart or afternoonstart).split(".")
|
270
|
-
message = "{} {:02d}:{:02d}".format(translated_open_at, int(hour), int(minute))
|
271
|
-
|
272
|
-
lunch_time = is_now_between(now_str, morningend, afternoonstart)
|
273
|
-
if lunch_time:
|
274
|
-
message = translate(_("Lunch time"), target_language=current_lang)
|
275
|
-
|
276
|
-
after_closed = now_str >= (afternoonend or morningend)
|
277
|
-
if after_closed:
|
278
|
-
message = translate(_("Closed"), target_language=current_lang)
|
279
|
-
return "{} ({})".format(message, comment) if comment else message
|
280
|
-
|
281
|
-
|
282
|
-
def is_now_between(now, start, end):
|
283
|
-
if not start or not end:
|
284
|
-
return False
|
285
|
-
return now >= start and now < end
|
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.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/__init__.py
RENAMED
File without changes
|
File without changes
|
{imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/listing.py
RENAMED
File without changes
|
{imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/minisite.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/behaviors/subsite.py
RENAMED
File without changes
|
{imio.smartweb.core-1.2.21 → imio.smartweb.core-1.2.23}/src/imio/smartweb/core/browser/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|