imio.smartweb.core 1.2.88__tar.gz → 1.2.90__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.88 → imio_smartweb_core-1.2.90}/CHANGES.rst +17 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/PKG-INFO +18 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/setup.py +1 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/behaviors/configure.zcml +7 -0
- imio_smartweb_core-1.2.90/src/imio/smartweb/core/behaviors/new_tab.py +19 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/macros.pt +3 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/views.py +25 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -4
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/folder/macros.pt +6 -2
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/folder/views.py +14 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/collection/views.py +4 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +1 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +1 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/contact/view.pt +3 -2
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/contact/view.py +11 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/links/view.py +3 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -4
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/timestamped_publications/configure.zcml +0 -2
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/timestamped_publications/content.py +3 -10
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/views.py +15 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/metadata.xml +1 -1
- imio_smartweb_core-1.2.90/src/imio/smartweb/core/profiles/default/types/Link.xml +13 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +1 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +1 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionTimestampedPublications.xml +0 -9
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_sections.py +2 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/configure.zcml +44 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionTimestampedPublications.xml +0 -9
- imio_smartweb_core-1.2.90/src/imio/smartweb/core/upgrades/profiles/1062_to_1063/registry.xml +11 -0
- imio_smartweb_core-1.2.90/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/Link.xml +11 -0
- imio_smartweb_core-1.2.90/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.BlockLink.xml +11 -0
- imio_smartweb_core-1.2.90/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/imio.smartweb.SectionSlide.xml +11 -0
- imio_smartweb_core-1.2.90/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types.xml +4 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio.smartweb.core.egg-info/PKG-INFO +18 -1
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio.smartweb.core.egg-info/SOURCES.txt +7 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/CONTRIBUTORS.rst +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/DEVELOP.rst +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/LICENSE.GPL +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/LICENSE.rst +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/MANIFEST.in +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/README.rst +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/docs/conf.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/docs/index.rst +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/requirements-coverage.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/requirements.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/setup.cfg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/behaviors/categorization.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/sitemap.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-delete.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-engagement-2.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-panneaux.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/action-vote.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-attention.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux-2.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-nature.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-a-conteneurs.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-plus.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-primes-2.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-sport-natation.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-sac.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/organisation-scout.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/reseausocial-behance.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/reseausocial-linkedin.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/config.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/pages/views.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/publication/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/publication/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/publication/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/base.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/events/endpoint.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/news/endpoint.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/contact/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/events/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/events/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/news/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/news/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/timestamped_publications/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/timestamped_publications/view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/indexers.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Publication.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/testing.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_iadeliberations_institutions.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_iadeliberations_publication.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_iadeliberations_publications.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_news_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_iadeliberations.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_rest.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_section_gallery.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_vocabularies.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/test_vocabulary.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1058_to_1059/registry/linkedin-icon.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1059_to_1060/registry/iadeliberation.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.Publication.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/types.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1060_to_1061/workflows.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/types.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/profiles/1061_to_1062/workflows.xml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/utils.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/vocabularies.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/828.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/828.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/package.json +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/hooks/ScrollContext.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,23 @@ Changelog
|
|
2
2
|
=========
|
3
3
|
|
4
4
|
|
5
|
+
1.2.90 (2025-02-24)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- WEB-4217 : Refactor / Improved target blank links (files, links and so on)
|
9
|
+
[boulch]
|
10
|
+
|
11
|
+
|
12
|
+
1.2.89 (2025-02-18)
|
13
|
+
-------------------
|
14
|
+
|
15
|
+
- WEB-4225 : Added classes to contact sections to differentiate the type of contact (multiple or single)
|
16
|
+
[thomlamb]
|
17
|
+
|
18
|
+
- Fix issue : We don't need carousel view in timestamped publications
|
19
|
+
[boulch]
|
20
|
+
|
21
|
+
|
5
22
|
1.2.88 (2025-02-14)
|
6
23
|
-------------------
|
7
24
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.90
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -203,6 +203,23 @@ Changelog
|
|
203
203
|
=========
|
204
204
|
|
205
205
|
|
206
|
+
1.2.90 (2025-02-24)
|
207
|
+
-------------------
|
208
|
+
|
209
|
+
- WEB-4217 : Refactor / Improved target blank links (files, links and so on)
|
210
|
+
[boulch]
|
211
|
+
|
212
|
+
|
213
|
+
1.2.89 (2025-02-18)
|
214
|
+
-------------------
|
215
|
+
|
216
|
+
- WEB-4225 : Added classes to contact sections to differentiate the type of contact (multiple or single)
|
217
|
+
[thomlamb]
|
218
|
+
|
219
|
+
- Fix issue : We don't need carousel view in timestamped publications
|
220
|
+
[boulch]
|
221
|
+
|
222
|
+
|
206
223
|
1.2.88 (2025-02-14)
|
207
224
|
-------------------
|
208
225
|
|
@@ -61,4 +61,11 @@
|
|
61
61
|
factory=".subsite.SubsiteCroppingProvider"
|
62
62
|
/>
|
63
63
|
|
64
|
+
<plone:behavior
|
65
|
+
name="imio.smartweb.new_tab"
|
66
|
+
title="Open in new tab"
|
67
|
+
description="Add a field that explicitly allows specifying whether this content (often a link) should open in a new window or not."
|
68
|
+
provides=".new_tab.INewTab"
|
69
|
+
/>
|
70
|
+
|
64
71
|
</configure>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
|
3
|
+
from imio.smartweb.locales import SmartwebMessageFactory as _
|
4
|
+
from plone.autoform import directives
|
5
|
+
from plone.autoform.interfaces import IFormFieldProvider
|
6
|
+
from plone.supermodel import model
|
7
|
+
from zope import schema
|
8
|
+
from zope.interface import provider
|
9
|
+
|
10
|
+
|
11
|
+
@provider(IFormFieldProvider)
|
12
|
+
class INewTab(model.Schema):
|
13
|
+
|
14
|
+
directives.order_after(open_in_new_tab="remoteUrl")
|
15
|
+
open_in_new_tab = schema.Bool(
|
16
|
+
title=_("Open in a new tab"),
|
17
|
+
required=False,
|
18
|
+
default=False,
|
19
|
+
)
|
@@ -20,7 +20,9 @@
|
|
20
20
|
</tal:if>
|
21
21
|
|
22
22
|
<tal:if tal:condition="python: not faceted_view.is_video(item)">
|
23
|
-
<a tal:attributes="href item/getURL
|
23
|
+
<a tal:attributes="href item/getURL;
|
24
|
+
target python:faceted_view.target(item);
|
25
|
+
title python:faceted_view.a_tag_item_title(item)">
|
24
26
|
<tal:if tal:condition="show_images">
|
25
27
|
<tal:def tal:define="scale_url python: faceted_view.get_scale_url(item, thumb_scale)">
|
26
28
|
<div class="newsImage card-img-top no-image"
|
@@ -4,8 +4,12 @@ from eea.facetednavigation.browser.app.view import FacetedContainerView
|
|
4
4
|
from eea.facetednavigation.layout.interfaces import IFacetedLayout
|
5
5
|
from imio.smartweb.core.interfaces import IViewWithoutLeadImage
|
6
6
|
from imio.smartweb.core.utils import get_scale_url
|
7
|
+
from imio.smartweb.locales import SmartwebMessageFactory as _
|
8
|
+
from plone import api
|
7
9
|
from plone.app.contenttypes.browser.folder import FolderView
|
10
|
+
from plone.app.contenttypes.interfaces import IFile
|
8
11
|
from zope.component import queryAdapter
|
12
|
+
from zope.i18n import translate
|
9
13
|
from zope.interface import implementer
|
10
14
|
|
11
15
|
|
@@ -29,6 +33,27 @@ class FacetedView(FolderView):
|
|
29
33
|
def is_video(self, item):
|
30
34
|
return item.portal_type == "imio.smartweb.SectionVideo"
|
31
35
|
|
36
|
+
def is_target_blank(self, item):
|
37
|
+
# don't wake up object
|
38
|
+
if item.portal_type == "File":
|
39
|
+
return True
|
40
|
+
# if IFile.providedBy(item.getObject()):
|
41
|
+
# return True
|
42
|
+
return False
|
43
|
+
|
44
|
+
def target(self, item):
|
45
|
+
if self.is_target_blank(item):
|
46
|
+
return "_blank"
|
47
|
+
return ""
|
48
|
+
|
49
|
+
def a_tag_item_title(self, item):
|
50
|
+
title = item.Title or ""
|
51
|
+
if self.is_target_blank(item):
|
52
|
+
current_lang = api.portal.get_current_language()[:2]
|
53
|
+
new_tab_txt = translate(_("New tab"), target_language=current_lang)
|
54
|
+
return f"{title} ({new_tab_txt})"
|
55
|
+
return title
|
56
|
+
|
32
57
|
def get_scale_url(self, item, scale="vignette"):
|
33
58
|
orientation = self.context.orientation
|
34
59
|
if item.portal_type == "imio.smartweb.SectionGallery":
|
@@ -19,10 +19,6 @@ class IBlockLink(ILink):
|
|
19
19
|
|
20
20
|
description = schema.Text(title=_("Description"), required=False)
|
21
21
|
|
22
|
-
open_in_new_tab = schema.Bool(
|
23
|
-
title=_("Open in a new tab"), required=False, default=False
|
24
|
-
)
|
25
|
-
|
26
22
|
remoteUrl = LinkField(title=_("URL"), required=True)
|
27
23
|
|
28
24
|
image = NamedBlobImage(title=_("Image"), required=False)
|
@@ -7,7 +7,9 @@
|
|
7
7
|
|
8
8
|
<metal:macro define-macro="block">
|
9
9
|
|
10
|
-
<a tal:attributes="href item/getURL
|
10
|
+
<a tal:attributes="href item/getURL;
|
11
|
+
title python:view.a_tag_item_title(item);
|
12
|
+
target python:'_blank' if view.open_in_new_tab(item) else '';">
|
11
13
|
<tal:if tal:condition="view/show_images">
|
12
14
|
<div tal:condition="python: not item.has_leadimage or not thumb_scale"
|
13
15
|
class="newsImage card-img-top no-image" />
|
@@ -28,7 +30,9 @@
|
|
28
30
|
|
29
31
|
<metal:macro define-macro="summary">
|
30
32
|
|
31
|
-
<a class="row" tal:attributes="href item/getURL
|
33
|
+
<a class="row" tal:attributes="href item/getURL;
|
34
|
+
title python:view.a_tag_item_title(item);
|
35
|
+
target python:'_blank' if view.open_in_new_tab(item) else '';">
|
32
36
|
<tal:if tal:condition="view/show_images">
|
33
37
|
<tal:img tal:condition="python: item.has_leadimage and thumb_scale">
|
34
38
|
<div class="newsImage card-img-left col-md-2"
|
@@ -20,6 +20,7 @@ from z3c.form.form import EditForm
|
|
20
20
|
from z3c.form.interfaces import IFieldsAndContentProvidersForm
|
21
21
|
from zope.component import queryMultiAdapter
|
22
22
|
from zope.contentprovider.provider import ContentProviderBase
|
23
|
+
from zope.i18n import translate
|
23
24
|
from zope.interface import implementer
|
24
25
|
|
25
26
|
|
@@ -87,6 +88,19 @@ class FolderView(BaseFolderView):
|
|
87
88
|
orientation = self.context.orientation
|
88
89
|
return get_scale_url(item, request, "image", scale, orientation)
|
89
90
|
|
91
|
+
def open_in_new_tab(self, item):
|
92
|
+
if hasattr(item, "open_in_new_tab"):
|
93
|
+
return item.open_in_new_tab
|
94
|
+
return False
|
95
|
+
|
96
|
+
def a_tag_item_title(self, item):
|
97
|
+
title = item.title or ""
|
98
|
+
if self.open_in_new_tab(item):
|
99
|
+
current_lang = api.portal.get_current_language()[:2]
|
100
|
+
new_tab_txt = translate(_("New tab"), target_language=current_lang)
|
101
|
+
return f"{title} ({new_tab_txt})"
|
102
|
+
return title
|
103
|
+
|
90
104
|
|
91
105
|
@implementer(IViewWithoutLeadImage)
|
92
106
|
class FolderViewWithImages(FolderView):
|
@@ -17,6 +17,9 @@ class CollectionView(CarouselOrTableSectionView):
|
|
17
17
|
)
|
18
18
|
results = []
|
19
19
|
for item in items:
|
20
|
+
open_in_new_tab = False
|
21
|
+
if item.portal_type == "File":
|
22
|
+
open_in_new_tab = True
|
20
23
|
url = item.getURL()
|
21
24
|
scale_url = get_scale_url(
|
22
25
|
item, self.request, "image", image_scale, orientation
|
@@ -27,6 +30,7 @@ class CollectionView(CarouselOrTableSectionView):
|
|
27
30
|
"effective": item.effective,
|
28
31
|
"url": url,
|
29
32
|
"has_image": item.has_leadimage,
|
33
|
+
"open_in_new_tab": open_in_new_tab,
|
30
34
|
}
|
31
35
|
if scale_url == "":
|
32
36
|
dict_item["bad_scale"] = image_scale
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<tal:def define="item_has_image item/has_image;
|
46
46
|
show_lead_image python: getattr(context, 'show_items_lead_image', True);
|
47
47
|
portal context/@@plone_portal_state/portal;
|
48
|
-
open_in_new_tab item
|
48
|
+
open_in_new_tab python:view.open_in_new_tab(item);">
|
49
49
|
<a tal:omit-tag="not: item/url"
|
50
50
|
tal:attributes="href item/url;
|
51
51
|
class item/container_id | nothing;
|
@@ -55,7 +55,7 @@
|
|
55
55
|
smartweb_icons python:context.restrictedTraverse('@@smartwebiconresolver');
|
56
56
|
show_lead_image python:getattr(context, 'show_items_lead_image', True);
|
57
57
|
portal context/@@plone_portal_state/portal;
|
58
|
-
open_in_new_tab item
|
58
|
+
open_in_new_tab python:view.open_in_new_tab(item);"
|
59
59
|
tal:attributes="class string:table_display ${item/container_id | nothing} ${item/smartweb_type | nothing};"
|
60
60
|
>
|
61
61
|
<a tal:attributes="class python:'table_image no-image' if no_icon_no_image else 'table_image';
|
@@ -12,11 +12,12 @@
|
|
12
12
|
<metal:macro use-macro="context/@@sections_macros/section_edition" />
|
13
13
|
<div class="container section-container section-contact"
|
14
14
|
id=""
|
15
|
-
tal:define="batch view/contacts | nothing
|
15
|
+
tal:define="batch view/contacts | nothing;
|
16
|
+
number_of_contacts view/get_number_of_contacts"
|
16
17
|
tal:attributes="id string:container-section-${context/id}"
|
17
18
|
i18n:domain="imio.smartweb">
|
18
19
|
<metal:macro use-macro="context/@@sections_macros/section_title" />
|
19
|
-
<div
|
20
|
+
<div tal:attributes="class string:row nb-contact-by-line-${context/nb_contact_by_line} number-of-contacts-${number_of_contacts}"
|
20
21
|
tal:repeat="items batch">
|
21
22
|
<tal:loop tal:repeat="item items">
|
22
23
|
<metal:macro use-macro="context/@@contact_macros/contact_body"
|
@@ -11,6 +11,17 @@ from zope.component import queryMultiAdapter
|
|
11
11
|
class ContactView(HashableJsonSectionView):
|
12
12
|
"""Contact Section view"""
|
13
13
|
|
14
|
+
def get_number_of_contacts(self):
|
15
|
+
"""
|
16
|
+
Returns the number of related contacts.
|
17
|
+
"""
|
18
|
+
related_contacts = (
|
19
|
+
self.context.related_contacts
|
20
|
+
) # Assurez-vous que 'related_contacts' est une liste
|
21
|
+
if related_contacts:
|
22
|
+
return len(related_contacts)
|
23
|
+
return 0
|
24
|
+
|
14
25
|
def contacts(self):
|
15
26
|
# Firstly, try to get contact from the container view
|
16
27
|
container_view = queryMultiAdapter(
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.core.behaviors.new_tab import INewTab
|
3
4
|
from imio.smartweb.core.contents.sections.views import CarouselOrTableSectionView
|
4
5
|
from imio.smartweb.core.utils import batch_results
|
5
6
|
from imio.smartweb.core.utils import get_scale_url
|
@@ -30,6 +31,7 @@ class LinksView(CarouselOrTableSectionView):
|
|
30
31
|
scale_url = get_scale_url(
|
31
32
|
item, self.request, "image", image_scale, orientation
|
32
33
|
)
|
34
|
+
|
33
35
|
results.append(
|
34
36
|
{
|
35
37
|
"title": item.title,
|
@@ -39,7 +41,7 @@ class LinksView(CarouselOrTableSectionView):
|
|
39
41
|
"has_icon": has_icon,
|
40
42
|
"image": scale_url,
|
41
43
|
"has_image": has_image,
|
42
|
-
"open_in_new_tab": item.open_in_new_tab,
|
44
|
+
"open_in_new_tab": INewTab(item).open_in_new_tab,
|
43
45
|
}
|
44
46
|
)
|
45
47
|
return batch_results(results, self.context.nb_results_by_batch)
|
@@ -62,10 +62,6 @@ class ISectionSlide(ISection):
|
|
62
62
|
|
63
63
|
remoteUrl = LinkField(title=_("Link URL"), required=False)
|
64
64
|
|
65
|
-
open_in_new_tab = schema.Bool(
|
66
|
-
title=_("Open in a new tab"), required=False, default=False
|
67
|
-
)
|
68
|
-
|
69
65
|
|
70
66
|
@implementer(ISectionSlide)
|
71
67
|
class SectionSlide(Section):
|
@@ -7,16 +7,7 @@ from imio.smartweb.locales import SmartwebMessageFactory as _
|
|
7
7
|
from plone.autoform import directives
|
8
8
|
from plone.supermodel import model
|
9
9
|
from zope import schema
|
10
|
-
from zope.globalrequest import getRequest
|
11
|
-
from zope.i18n import translate
|
12
10
|
from zope.interface import implementer
|
13
|
-
from zope.interface import provider
|
14
|
-
from zope.schema.interfaces import IContextAwareDefaultFactory
|
15
|
-
|
16
|
-
|
17
|
-
@provider(IContextAwareDefaultFactory)
|
18
|
-
def see_all_default(context):
|
19
|
-
return translate(_("See all news"), context=getRequest())
|
20
11
|
|
21
12
|
|
22
13
|
class ISectionTimestampedPublications(ISection):
|
@@ -61,5 +52,7 @@ class ISectionTimestampedPublications(ISection):
|
|
61
52
|
class SectionTimestampedPublications(Section):
|
62
53
|
"""SectionTimestampedPublications class"""
|
63
54
|
|
64
|
-
|
55
|
+
# We don't need to manage display on timestamped publications
|
56
|
+
# only common table view / don't need common carousel view
|
57
|
+
manage_display = False
|
65
58
|
show_items_date = True
|
@@ -108,8 +108,22 @@ class SectionView(BrowserView):
|
|
108
108
|
)
|
109
109
|
return json.dumps({"id": section_size, "title": size_txt})
|
110
110
|
|
111
|
+
def open_in_new_tab(self, item):
|
112
|
+
open_in_new_tab = (
|
113
|
+
item.get("open_in_new_tab")
|
114
|
+
if isinstance(item, dict)
|
115
|
+
else getattr(item, "open_in_new_tab", False)
|
116
|
+
)
|
117
|
+
return open_in_new_tab
|
118
|
+
|
111
119
|
def a_tag_item_title(self, item):
|
112
|
-
title =
|
120
|
+
title = (
|
121
|
+
item.get("title") if isinstance(item, dict) else getattr(item, "Title", "")
|
122
|
+
)
|
123
|
+
if self.open_in_new_tab(item):
|
124
|
+
current_lang = api.portal.get_current_language()[:2]
|
125
|
+
new_tab_txt = translate(_("New tab"), target_language=current_lang)
|
126
|
+
return f"{title} ({new_tab_txt})"
|
113
127
|
return title
|
114
128
|
|
115
129
|
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
3
|
+
meta_type="Dexterity FTI"
|
4
|
+
name="Link"
|
5
|
+
i18n:domain="plone"
|
6
|
+
>
|
7
|
+
|
8
|
+
<!-- Enabled behaviors -->
|
9
|
+
<property name="behaviors" purge="false">
|
10
|
+
<element value="imio.smartweb.new_tab" />
|
11
|
+
</property>
|
12
|
+
|
13
|
+
</object>
|
@@ -32,13 +32,4 @@
|
|
32
32
|
<element value="imio.smartweb.orientation"/>
|
33
33
|
</property>
|
34
34
|
|
35
|
-
<!-- View information -->
|
36
|
-
<property name="default_view">carousel_view</property>
|
37
|
-
<property name="default_view_fallback">False</property>
|
38
|
-
<property name="immediate_view">view</property>
|
39
|
-
<property name="view_methods">
|
40
|
-
<element value="carousel_view"/>
|
41
|
-
<element value="table_view"/>
|
42
|
-
</property>
|
43
|
-
|
44
35
|
</object>
|
@@ -4,6 +4,7 @@ from AccessControl.unauthorized import Unauthorized
|
|
4
4
|
from bs4 import BeautifulSoup
|
5
5
|
from collective.geolocationbehavior.geolocation import IGeolocatable
|
6
6
|
from functools import reduce
|
7
|
+
from imio.smartweb.core.behaviors.new_tab import INewTab
|
7
8
|
from imio.smartweb.core.interfaces import IImioSmartwebCoreLayer
|
8
9
|
from imio.smartweb.core.testing import IMIO_SMARTWEB_CORE_INTEGRATION_TESTING
|
9
10
|
from imio.smartweb.core.testing import ImioSmartwebTestCase
|
@@ -551,7 +552,7 @@ class TestSections(ImioSmartwebTestCase):
|
|
551
552
|
'<a class="table_image" title="My link" href="http://nohost/plone/page/section-links/my-link" target="">',
|
552
553
|
view(),
|
553
554
|
)
|
554
|
-
link.open_in_new_tab = True
|
555
|
+
INewTab(link).open_in_new_tab = True
|
555
556
|
self.assertNotIn(
|
556
557
|
'<a class="table_image" href="http://nohost/plone/page/section-links/my-link" target="_blank">',
|
557
558
|
view(),
|
@@ -275,6 +275,22 @@
|
|
275
275
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
276
276
|
/>
|
277
277
|
|
278
|
+
<genericsetup:registerProfile
|
279
|
+
name="upgrade_1062_to_1063"
|
280
|
+
title="Upgrade core from 1062 to 1063"
|
281
|
+
directory="profiles/1062_to_1063"
|
282
|
+
description="Rollback from upgrade step 1027 to 1028. The agent must always be explicit for its content to open in a new window"
|
283
|
+
provides="Products.GenericSetup.interfaces.EXTENSION"
|
284
|
+
/>
|
285
|
+
|
286
|
+
<genericsetup:registerProfile
|
287
|
+
name="upgrade_1063_to_1064"
|
288
|
+
title="Upgrade core from 1063 to 1064"
|
289
|
+
directory="profiles/1063_to_1064"
|
290
|
+
description="Add new behavior (open in new tab) to content type Link and content type imio.smartweb.BlockLink"
|
291
|
+
provides="Products.GenericSetup.interfaces.EXTENSION"
|
292
|
+
/>
|
293
|
+
|
278
294
|
<genericsetup:upgradeStep
|
279
295
|
title="Configure first official release"
|
280
296
|
description="Run needed profiles steps and reindex catalog"
|
@@ -909,5 +925,33 @@
|
|
909
925
|
/>
|
910
926
|
</genericsetup:upgradeSteps>
|
911
927
|
|
928
|
+
<genericsetup:upgradeSteps
|
929
|
+
source="1062"
|
930
|
+
destination="1063"
|
931
|
+
profile="imio.smartweb.core:default">
|
932
|
+
<genericsetup:upgradeDepends
|
933
|
+
title="Rollback from upgrade step 1027 to 1028. The agent must always be explicit for its content to open in a new window"
|
934
|
+
import_profile="imio.smartweb.core.upgrades:upgrade_1062_to_1063"
|
935
|
+
/>
|
936
|
+
</genericsetup:upgradeSteps>
|
937
|
+
|
938
|
+
<genericsetup:upgradeSteps
|
939
|
+
source="1063"
|
940
|
+
destination="1064"
|
941
|
+
profile="imio.smartweb.core:default">
|
942
|
+
<genericsetup:upgradeDepends
|
943
|
+
title="Add new behavior (open in new tab) to content type Link and content type imio.smartweb.BlockLink"
|
944
|
+
import_profile="imio.smartweb.core.upgrades:upgrade_1063_to_1064"
|
945
|
+
/>
|
946
|
+
</genericsetup:upgradeSteps>
|
947
|
+
|
948
|
+
<!--genericsetup:upgradeStep
|
949
|
+
title="Check contact itinerary if address was checked in visible blocks"
|
950
|
+
description=""
|
951
|
+
source="1064"
|
952
|
+
destination="1065"
|
953
|
+
handler=".upgrades.migrate_external_links"
|
954
|
+
profile="imio.smartweb.core:default"
|
955
|
+
/-->
|
912
956
|
|
913
957
|
</configure>
|
@@ -36,13 +36,4 @@
|
|
36
36
|
<element value="imio.smartweb.orientation"/>
|
37
37
|
</property>
|
38
38
|
|
39
|
-
<!-- View information -->
|
40
|
-
<property name="default_view">carousel_view</property>
|
41
|
-
<property name="default_view_fallback">False</property>
|
42
|
-
<property name="immediate_view">view</property>
|
43
|
-
<property name="view_methods">
|
44
|
-
<element value="carousel_view"/>
|
45
|
-
<element value="table_view"/>
|
46
|
-
</property>
|
47
|
-
|
48
39
|
</object>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<registry
|
3
|
+
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
4
|
+
i18n:domain="imio.smartweb">
|
5
|
+
|
6
|
+
<records interface="Products.CMFPlone.interfaces.controlpanel.ILinkSchema"
|
7
|
+
prefix="plone">
|
8
|
+
<value key="external_links_open_new_window">False</value>
|
9
|
+
</records>
|
10
|
+
|
11
|
+
</registry>
|
imio_smartweb_core-1.2.90/src/imio/smartweb/core/upgrades/profiles/1063_to_1064/types/Link.xml
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
3
|
+
name="Link"
|
4
|
+
meta_type="Dexterity FTI"
|
5
|
+
i18n:domain="plone">
|
6
|
+
|
7
|
+
<property name="behaviors" purge="false">
|
8
|
+
<element value="imio.smartweb.new_tab" />
|
9
|
+
</property>
|
10
|
+
|
11
|
+
</object>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
3
|
+
name="imio.smartweb.BlockLink"
|
4
|
+
meta_type="Dexterity FTI"
|
5
|
+
i18n:domain="imio.smartweb">
|
6
|
+
|
7
|
+
<property name="behaviors" purge="false">
|
8
|
+
<element value="imio.smartweb.new_tab" />
|
9
|
+
</property>
|
10
|
+
|
11
|
+
</object>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
3
|
+
name="imio.smartweb.SectionSlide"
|
4
|
+
meta_type="Dexterity FTI"
|
5
|
+
i18n:domain="imio.smartweb">
|
6
|
+
|
7
|
+
<property name="behaviors" purge="false">
|
8
|
+
<element value="imio.smartweb.new_tab" />
|
9
|
+
</property>
|
10
|
+
|
11
|
+
</object>
|
{imio_smartweb_core-1.2.88 → imio_smartweb_core-1.2.90}/src/imio.smartweb.core.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.90
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -203,6 +203,23 @@ Changelog
|
|
203
203
|
=========
|
204
204
|
|
205
205
|
|
206
|
+
1.2.90 (2025-02-24)
|
207
|
+
-------------------
|
208
|
+
|
209
|
+
- WEB-4217 : Refactor / Improved target blank links (files, links and so on)
|
210
|
+
[boulch]
|
211
|
+
|
212
|
+
|
213
|
+
1.2.89 (2025-02-18)
|
214
|
+
-------------------
|
215
|
+
|
216
|
+
- WEB-4225 : Added classes to contact sections to differentiate the type of contact (multiple or single)
|
217
|
+
[thomlamb]
|
218
|
+
|
219
|
+
- Fix issue : We don't need carousel view in timestamped publications
|
220
|
+
[boulch]
|
221
|
+
|
222
|
+
|
206
223
|
1.2.88 (2025-02-14)
|
207
224
|
-------------------
|
208
225
|
|