imio.smartweb.core 1.2.52__tar.gz → 1.2.54__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.52 → imio_smartweb_core-1.2.54}/CHANGES.rst +14 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/PKG-INFO +15 -1
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/setup.py +1 -1
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/contact/content.py +2 -2
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/events/content.py +3 -3
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/news/content.py +2 -2
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/metadata.xml +1 -1
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.xml +16 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +26 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/configure.zcml +18 -0
- imio_smartweb_core-1.2.54/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg +9 -0
- imio_smartweb_core-1.2.54/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml +73 -0
- imio_smartweb_core-1.2.54/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg +9 -0
- imio_smartweb_core-1.2.54/src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml +118 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/PKG-INFO +15 -1
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/SOURCES.txt +4 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/CONTRIBUTORS.rst +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/DEVELOP.rst +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/LICENSE.GPL +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/LICENSE.rst +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/MANIFEST.in +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/README.rst +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/docs/conf.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/docs/index.rst +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/requirements.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/setup.cfg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/categorization.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/listing.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/minisite.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/orientation.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/quickaccess.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/subsite.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/banner/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/banner/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/banner/settings.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/controlpanel.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/dashboards/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/dashboards/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/dashboards/plausible.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/dashboards/plausible.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/block_view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/macros.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/map.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/map.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/summary_view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/widgets/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/widgets/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/widgets/select.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/faceted/widgets/select.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/footer/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/footer/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/footer/settings.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/forms.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/herobanner/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/herobanner/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/herobanner/settings.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/icons.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/instancebehaviors/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/instancebehaviors/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/instancebehaviors/form.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/instancebehaviors/utils.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/layout.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/minisite/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/minisite/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/minisite/settings.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/overrides/.gitkeep +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/overrides/plone.app.content.browser.contents.templates.properties.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/overrides/plone.app.layout.viewlets.sections.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/redirect_to_main_react_view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/search/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/search/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/search/search.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/search/search.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/sitemap.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/.gitkeep +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/Makefile +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/action-e-guichet.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/action-email.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/action-engagement.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/action-nous-contacter.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/action-nous-rejoindre.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/action-organiser-un-evenement.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/action-signaler-un-probleme.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/action-voir-plan.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-associations.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-avis-et-enquetes.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-cinema.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-commerce.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-concert.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-culture.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-demarches.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-enfance.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-enseignement.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-environnement-gestion-des-dechets.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-exposition.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-horaires.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-infos-travaux.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-mandataires.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-mobilite.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-mon-dossier.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-parc-de-stationnement.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-parcs-et-jardins.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-primes.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-sport-courir.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-sport-trophee.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-sport-velo.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-theatre.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/categorie-tourisme.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/organisation-academie-musique.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/organisation-bibliotheque.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/organisation-centre-sportif.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/organisation-cpas.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/organisation-ecole-des-arts.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/organisation-ecole.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/organisation-mobilite.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/organisation-police.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook-pouce.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/reseausocial-facebook.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/reseausocial-instagram.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/reseausocial-twitter.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/reseausocial-vimeo.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/reseausocial-youtube.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/vue-actualites.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/vue-agenda.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/icons/vue-annuaire.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/package.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.css +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/smartweb-edit-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/smartweb-swiperconfig-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.css +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/smartweb-view-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/spotlight-bundle.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/src/edit.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/src/edit.less +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/src/swiper-config.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/src/view.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/src/view.less +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/swiper-bundle.min.css +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/swiper-bundle.min.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/static/webpack.config.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/subsite/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/subsite/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/subsite/settings.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/templates/link_input.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/utils.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/browser/vocabulary.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/config.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/blocks/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/blocks/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/blocks/link/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/blocks/link/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/blocks/link/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/blocks/link/fields.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/blocks/link/icons_input.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/blocks/subscriber.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/cropping.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/folder/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/folder/block_view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/folder/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/folder/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/folder/element_view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/folder/macros.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/folder/summary_view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/folder/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/cirkwi/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/cirkwi/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/cirkwi/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/cirkwi/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/cirkwi/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/footer/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/footer/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/footer/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/herobanner/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/herobanner/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/herobanner/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/page/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/page/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/page/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/pages.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/portal_page/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/portal_page/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/portal_page/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/portal_page/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/procedure/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/procedure/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/procedure/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/procedure/utils.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/procedure/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/subscriber.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/view_section.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/pages/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/base.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/directory/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/directory/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/directory/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/directory/endpoint.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/directory/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/directory/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/events/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/events/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/events/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/events/endpoint.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/events/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/events/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/news/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/news/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/news/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/news/endpoint.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/news/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/news/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/search/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/search/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/search/endpoint.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/traversal.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/utils.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/rest/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/base.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/collection/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/collection/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/collection/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/collection/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/common_templates/carousel.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/common_templates/table.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/contact/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/contact/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/contact/forms.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/contact/macros.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/contact/utils.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/contact/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/contact/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/events/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/events/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/events/macros.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/events/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/view_arcgis.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/view_idelux_waste.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/view_inbw_containers_affluence.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/view_odwb_widget.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/external_content/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/files/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/files/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/files/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/files/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/gallery/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/gallery/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/gallery/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/gallery/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/gallery/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/html/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/html/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/html/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/html/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/links/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/links/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/links/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/links/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/macros.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/map/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/map/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/map/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/map/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/map/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/news/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/news/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/news/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/postit/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/postit/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/postit/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/postit/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/selections/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/selections/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/selections/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/selections/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/sendinblue/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/sendinblue/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/sendinblue/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/sendinblue/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/sendinblue/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/slide/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/slide/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/slide/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/slide/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/slide/view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/subscriber.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/text/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/text/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/text/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/text/forms.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/text/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/text/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/video/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/video/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/video/content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/video/view.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/video/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/contents/sections/views.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/faceted/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/faceted/config/collection.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/faceted/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/faceted/layout.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/faceted/menu.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/indexers.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/indexers.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/interfaces.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/permissions.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/actions.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/browserlayer.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/catalog.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/controlpanel.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/diff_tool.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/registry/bundles.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/registry/geolocation.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/registry/plone.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/registry/smartweb.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/repositorytool.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/taxonomies/page_category.cfg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/taxonomies/procedure_category.cfg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/Collection.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/File.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/Image.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Footer.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/types.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/default/workflows.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/icons/basic/registry.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/icons/contenttypes/registry.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/last_compilation/registry.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/metadata.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/registry.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/types/Collection.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/types/Document.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/types/Folder.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/testing/types.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/uninstall/browserlayer.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles/validation/contentrules.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/profiles.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/rest/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/rest/authentic_sources.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/rest/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/setuphandlers.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/subscribers.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/subscribers.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/testing.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/testing.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/cirkwi_bad_widget_mock.html +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/cirkwi_good_widget_mock.html +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_auth_sources_directory_entity.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_auth_sources_events_entity.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_auth_sources_news_entity.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_contact_category_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_contact_empty_schedule_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_contact_images_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_contact_no_image_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_contact_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_contacts_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_directory_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_events_agendas_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_events_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_events_types_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_news_entities_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_news_newsfolder_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_no_contact_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_no_newsfolder_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_procedures_raw_mock.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_rest_directory.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_rest_events.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_rest_events_with_breadcrumbs.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_rest_news.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_rest_specific_events.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_rest_specific_news.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_search_one_news_entity.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/json_used_iam_vocabularies_jobseeker_tourist.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/plone.png +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/resources/plone.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/robot/test_ct_folder.robot +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/robot/test_ct_page.robot +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/robot/test_ct_procedure.robot +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/robot/test_example.robot +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_banner.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_behaviors.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_categories.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_chatbot.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_cirkwiview.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_cropping.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_default_pages.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_faceted.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_folder.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_footer.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_herobanner.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_htmx_in_sections.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_icons.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_indexes.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_instance_behaviors.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_local_roles.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_logo.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_minisite.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_navigation.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_page.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_plausibleview.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_portal_page.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_procedure.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_redirect_to_main_react_view.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_rest.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_robot.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_search.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_section_contact.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_section_events.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_section_external_content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_section_news.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_section_sendinblue.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_sections.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_setup.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_sitemap.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_social.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_subsite.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_text.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_toolbar.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_utils.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_vocabularies.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/test_vocabulary.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/tests/utils.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1015_to_1016/registry/e-guichet-icon.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1016_to_1017/registry/shop-icon.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1020_to_1021/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/registry/hero-banner.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1021_to_1022/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1022_to_1023/registry/icons.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/types.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1023_to_1024/workflows.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1025_to_1026/registry/propose-urls.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1027_to_1028/registry/open-external-link-in-new-tab.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/actions.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1029_to_1030/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1030_to_1031/registry/resources.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1031_to_1032/registry/spotlight.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Footer.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.HeroBanner.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1033_to_1034/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1034_to_1035/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/registry/plone.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1035_to_1036/types.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/actions.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1036_to_1037/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1037_to_1038/registry/plausible.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/rolemap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/types.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1038_to_1039/workflows.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1039_to_1040/types/imio.smartweb.SectionSlide.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1040_to_1041/types/imio.smartweb.SectionText.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionGallery.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionMap.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionPostit.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionSendinblue.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1041_to_1042/types/imio.smartweb.SectionVideo.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/registry/plone.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1045_to_1046/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1046_to_1047/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/registry/plone.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionCollection.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionContact.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionExternalContent.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionLinks.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1047_to_1048/types/imio.smartweb.SectionSelections.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1051_to_1052/actions.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/diff_tool.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/repositorytool.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1052_to_1053/types/imio.smartweb.SectionHTML.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1053_to_1054/registry.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Collection.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/File.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/Image.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.BlockLink.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.CirkwiView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.DirectoryView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Folder.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Page.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.PortalPage.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1054_to_1055/types/imio.smartweb.Procedure.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1055_to_1056/types/imio.smartweb.SectionFiles.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.EventsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/upgrades/upgrades.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/utils.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/actions.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/arcgis_header.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/banner.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/banner.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/category.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/category.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/chatbot.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/chatbot.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/default_page_warning.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/external_content.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/footer.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/footer.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/header.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/header_actions.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/header_actions_viewlet.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/header_top_viewlet.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/herobanner.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/herobanner.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/htmx.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/htmx_js_header.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/httpheaders.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/interfaces.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/lead_image.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/logo.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/logo.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/menu.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/messages.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/minisite.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/minisite_link.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/navigation.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/odwb_widget_header.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/offcanvas.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/offcanvas.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/ogp_tag_header.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/ogptags.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/procedure.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/procedure.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/searchbox.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/social.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/subsite.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/subsite_header_viewlet.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/subsite_logo.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/subsite_navigation.pt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/viewlets/toolbar.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/vocabularies.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/vocabularies.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/.eslintrc.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/.npmrc +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/.prettierrc.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/Makefile +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/README.md +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/__init__.py +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/babel.config.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/1c1605a5fe9a2b10a88f.png +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/524db40e119aa11f4478.png +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/57d3b7cb1ab874660b39.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/6cf03871df23ed2ee8b3.png +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/assets/layers-2x.8f2c4d11474275fbc1614b9098334eae.png +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/assets/layers.416d91365b44e4b4f4777663e6f009f3.png +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/assets/marker-icon.2b3e1faf89f94a4835397e7a43b4f77d.png +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8e344216.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/configure.zcml +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/package.json +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/postcss.config.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/close.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/img-placeholder-bla.png +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/location-active-bla.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/next-react-white.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/oeil-big.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/pin-active.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/pin-react-active.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/pin-react.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/assets/pin.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download.svg +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Annuaire/index.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Events/EventList/EventList.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Events/Events.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Events/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Events/index.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Filters/DateFilter.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Filters/IamData.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Filters/PublicTargetData.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Filters/SelectStyles.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/News/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/News/News.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/News/NewsCard/NewsCard.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/News/NewsList/NewsList.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/News/index.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Search/ContactResult/ContactResult.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Search/EventsResult/EventsResult.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Search/Filters/Filter.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Search/NewsResult/NewsResult.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Search/Search.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Search/WebResult/WebResult.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/components/Search/index.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/hooks/useAxios.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/hooks/useFilterQuery.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/index.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/index.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/utils/Map.jsx +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/utils/Map.scss +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/utils/translation.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/src/utils/url.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/webpack.config.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/webcomponents/webpackPlonePlugin.js +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/dependency_links.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/namespace_packages.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/not-zip-safe +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/requires.txt +0 -0
- {imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/top_level.txt +0 -0
@@ -2,6 +2,20 @@ Changelog
|
|
2
2
|
=========
|
3
3
|
|
4
4
|
|
5
|
+
1.2.54 (2024-06-07)
|
6
|
+
-------------------
|
7
|
+
|
8
|
+
- WEB-4113 : Add DE and NL translations in page/procedure categories taxonomies
|
9
|
+
[laulaz]
|
10
|
+
|
11
|
+
|
12
|
+
1.2.53 (2024-06-06)
|
13
|
+
-------------------
|
14
|
+
|
15
|
+
- WEB-4113 : Use `TranslatedAjaxSelectWidget` to fix select2 values translation
|
16
|
+
[laulaz]
|
17
|
+
|
18
|
+
|
5
19
|
1.2.52 (2024-06-06)
|
6
20
|
-------------------
|
7
21
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.54
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -189,6 +189,20 @@ Changelog
|
|
189
189
|
=========
|
190
190
|
|
191
191
|
|
192
|
+
1.2.54 (2024-06-07)
|
193
|
+
-------------------
|
194
|
+
|
195
|
+
- WEB-4113 : Add DE and NL translations in page/procedure categories taxonomies
|
196
|
+
[laulaz]
|
197
|
+
|
198
|
+
|
199
|
+
1.2.53 (2024-06-06)
|
200
|
+
-------------------
|
201
|
+
|
202
|
+
- WEB-4113 : Use `TranslatedAjaxSelectWidget` to fix select2 values translation
|
203
|
+
[laulaz]
|
204
|
+
|
205
|
+
|
192
206
|
1.2.52 (2024-06-06)
|
193
207
|
-------------------
|
194
208
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.common.widgets.select import TranslatedAjaxSelectWidget
|
3
4
|
from imio.smartweb.core.contents.sections.base import ISection
|
4
5
|
from imio.smartweb.core.contents.sections.base import Section
|
5
6
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
6
|
-
from plone.app.z3cform.widget import AjaxSelectFieldWidget
|
7
7
|
from plone.autoform import directives
|
8
8
|
from plone.supermodel import model
|
9
9
|
from z3c.form.browser.checkbox import CheckBoxFieldWidget
|
@@ -16,7 +16,7 @@ class ISectionContact(ISection):
|
|
16
16
|
|
17
17
|
directives.widget(
|
18
18
|
"related_contacts",
|
19
|
-
|
19
|
+
TranslatedAjaxSelectWidget,
|
20
20
|
vocabulary="imio.smartweb.vocabulary.RemoteContacts",
|
21
21
|
pattern_options={"multiple": True},
|
22
22
|
)
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.common.widgets.select import TranslatedAjaxSelectWidget
|
3
4
|
from imio.smartweb.core.contents.sections.base import ISection
|
4
5
|
from imio.smartweb.core.contents.sections.base import Section
|
5
6
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
6
7
|
from plone.app.z3cform.widget import RelatedItemsFieldWidget
|
7
|
-
from plone.app.z3cform.widget import AjaxSelectFieldWidget
|
8
8
|
from plone.app.z3cform.widget import SelectFieldWidget
|
9
9
|
from plone.autoform import directives
|
10
10
|
from plone.supermodel import model
|
@@ -13,8 +13,8 @@ from zope import schema
|
|
13
13
|
from zope.globalrequest import getRequest
|
14
14
|
from zope.i18n import translate
|
15
15
|
from zope.interface import implementer
|
16
|
-
from zope.schema.interfaces import IContextAwareDefaultFactory
|
17
16
|
from zope.interface import provider
|
17
|
+
from zope.schema.interfaces import IContextAwareDefaultFactory
|
18
18
|
|
19
19
|
|
20
20
|
@provider(IContextAwareDefaultFactory)
|
@@ -40,7 +40,7 @@ class ISectionEvents(ISection):
|
|
40
40
|
)
|
41
41
|
directives.widget(
|
42
42
|
"specific_related_events",
|
43
|
-
|
43
|
+
TranslatedAjaxSelectWidget,
|
44
44
|
source="imio.smartweb.vocabulary.EventsFromEntity",
|
45
45
|
)
|
46
46
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
+
from imio.smartweb.common.widgets.select import TranslatedAjaxSelectWidget
|
3
4
|
from imio.smartweb.core.contents.sections.base import ISection
|
4
5
|
from imio.smartweb.core.contents.sections.base import Section
|
5
6
|
from imio.smartweb.locales import SmartwebMessageFactory as _
|
6
7
|
from plone.app.z3cform.widget import RelatedItemsFieldWidget
|
7
|
-
from plone.app.z3cform.widget import AjaxSelectFieldWidget
|
8
8
|
from plone.app.z3cform.widget import SelectFieldWidget
|
9
9
|
from plone.autoform import directives
|
10
10
|
from plone.supermodel import model
|
@@ -40,7 +40,7 @@ class ISectionNews(ISection):
|
|
40
40
|
)
|
41
41
|
directives.widget(
|
42
42
|
"specific_related_newsitems",
|
43
|
-
|
43
|
+
TranslatedAjaxSelectWidget,
|
44
44
|
source="imio.smartweb.vocabulary.NewsItemsFromEntity",
|
45
45
|
)
|
46
46
|
|
@@ -3,6 +3,8 @@
|
|
3
3
|
<vocabName>
|
4
4
|
<langstring language="fr">Catégorie d'une page</langstring>
|
5
5
|
<langstring language="en">Page category</langstring>
|
6
|
+
<langstring language="nl">Paginacategorie</langstring>
|
7
|
+
<langstring language="de">Seitenkategorie</langstring>
|
6
8
|
</vocabName>
|
7
9
|
<vocabIdentifier>page_category</vocabIdentifier>
|
8
10
|
<term>
|
@@ -10,6 +12,8 @@
|
|
10
12
|
<caption>
|
11
13
|
<langstring language="fr">Avis et enquête</langstring>
|
12
14
|
<langstring language="en">Advice and enquiry</langstring>
|
15
|
+
<langstring language="nl">Advies en onderzoek</langstring>
|
16
|
+
<langstring language="de">Gutachten und Untersuchung</langstring>
|
13
17
|
</caption>
|
14
18
|
</term>
|
15
19
|
<term>
|
@@ -17,6 +21,8 @@
|
|
17
21
|
<caption>
|
18
22
|
<langstring language="fr">Emploi</langstring>
|
19
23
|
<langstring language="en">Job</langstring>
|
24
|
+
<langstring language="nl">Werk</langstring>
|
25
|
+
<langstring language="de">Arbeit</langstring>
|
20
26
|
</caption>
|
21
27
|
</term>
|
22
28
|
<term>
|
@@ -24,6 +30,8 @@
|
|
24
30
|
<caption>
|
25
31
|
<langstring language="fr">Info travaux</langstring>
|
26
32
|
<langstring language="en">Works information</langstring>
|
33
|
+
<langstring language="nl">Werkinformatie</langstring>
|
34
|
+
<langstring language="de">Arbeitsinformation</langstring>
|
27
35
|
</caption>
|
28
36
|
</term>
|
29
37
|
<term>
|
@@ -31,6 +39,8 @@
|
|
31
39
|
<caption>
|
32
40
|
<langstring language="fr">Presse</langstring>
|
33
41
|
<langstring language="en">Press</langstring>
|
42
|
+
<langstring language="nl">Pers</langstring>
|
43
|
+
<langstring language="de">Presse</langstring>
|
34
44
|
</caption>
|
35
45
|
</term>
|
36
46
|
<term>
|
@@ -38,6 +48,8 @@
|
|
38
48
|
<caption>
|
39
49
|
<langstring language="fr">Publication</langstring>
|
40
50
|
<langstring language="en">Publication</langstring>
|
51
|
+
<langstring language="nl">Publicatie</langstring>
|
52
|
+
<langstring language="de">Veröffentlichung</langstring>
|
41
53
|
</caption>
|
42
54
|
</term>
|
43
55
|
<term>
|
@@ -45,6 +57,8 @@
|
|
45
57
|
<caption>
|
46
58
|
<langstring language="fr">Règlement</langstring>
|
47
59
|
<langstring language="en">Regulation</langstring>
|
60
|
+
<langstring language="nl">Regelgeving</langstring>
|
61
|
+
<langstring language="de">Vorschrift</langstring>
|
48
62
|
</caption>
|
49
63
|
</term>
|
50
64
|
<term>
|
@@ -52,6 +66,8 @@
|
|
52
66
|
<caption>
|
53
67
|
<langstring language="fr">Taxe et redevance</langstring>
|
54
68
|
<langstring language="en">Taxe and fee</langstring>
|
69
|
+
<langstring language="nl">Belasting en vergoeding</langstring>
|
70
|
+
<langstring language="de">Steuer und Gebühr</langstring>
|
55
71
|
</caption>
|
56
72
|
</term>
|
57
73
|
</vdex>
|
@@ -3,6 +3,8 @@
|
|
3
3
|
<vocabName>
|
4
4
|
<langstring language="fr">Catégorie d'une démarche</langstring>
|
5
5
|
<langstring language="en">Procedure category</langstring>
|
6
|
+
<langstring language="nl">Procedurecategorie</langstring>
|
7
|
+
<langstring language="de">Verfahrenskategorie</langstring>
|
6
8
|
</vocabName>
|
7
9
|
<vocabIdentifier>procedure_category</vocabIdentifier>
|
8
10
|
<term>
|
@@ -10,6 +12,8 @@
|
|
10
12
|
<caption>
|
11
13
|
<langstring language="fr">Acte (naissance, mariage, décès, etc.)</langstring>
|
12
14
|
<langstring language="en">Act (birth, marriage, death, etc.)</langstring>
|
15
|
+
<langstring language="nl">Akte (geboorte, huwelijk, overlijden, enz.)</langstring>
|
16
|
+
<langstring language="de">Urkunde (Geburt, Ehe, Tod, usw.)</langstring>
|
13
17
|
</caption>
|
14
18
|
</term>
|
15
19
|
<term>
|
@@ -17,6 +21,8 @@
|
|
17
21
|
<caption>
|
18
22
|
<langstring language="fr">Autorisation et carte</langstring>
|
19
23
|
<langstring language="en">Authorization and card</langstring>
|
24
|
+
<langstring language="nl">Vergunning en kaart</langstring>
|
25
|
+
<langstring language="de">Genehmigung und Karte</langstring>
|
20
26
|
</caption>
|
21
27
|
</term>
|
22
28
|
<term>
|
@@ -24,6 +30,8 @@
|
|
24
30
|
<caption>
|
25
31
|
<langstring language="fr">Certificat (de vie, d'hérédité, etc.)</langstring>
|
26
32
|
<langstring language="en">Certificate (of life, inheritance, etc.)</langstring>
|
33
|
+
<langstring language="nl">Certificaat (van leven, van erfenis, enz.)</langstring>
|
34
|
+
<langstring language="de">Bescheinigung (des Lebens, des Erbes, usw.)</langstring>
|
27
35
|
</caption>
|
28
36
|
</term>
|
29
37
|
<term>
|
@@ -31,6 +39,8 @@
|
|
31
39
|
<caption>
|
32
40
|
<langstring language="fr">Déclaration</langstring>
|
33
41
|
<langstring language="en">Statement</langstring>
|
42
|
+
<langstring language="nl">Verklaring</langstring>
|
43
|
+
<langstring language="de">Erklärung</langstring>
|
34
44
|
</caption>
|
35
45
|
</term>
|
36
46
|
<term>
|
@@ -38,6 +48,8 @@
|
|
38
48
|
<caption>
|
39
49
|
<langstring language="fr">Demande (concession funéraire, changement de prénom, etc.)</langstring>
|
40
50
|
<langstring language="en">Request (funeral concession, change of first name, etc.)</langstring>
|
51
|
+
<langstring language="nl">Aanvraag (begrafenisconcessie, naamsverandering, enz.)</langstring>
|
52
|
+
<langstring language="de">Antrag (Begräbnis Konzession, Namensänderung, usw.)</langstring>
|
41
53
|
</caption>
|
42
54
|
</term>
|
43
55
|
<term>
|
@@ -45,6 +57,8 @@
|
|
45
57
|
<caption>
|
46
58
|
<langstring language="fr">Document d'identité</langstring>
|
47
59
|
<langstring language="en">Identity document</langstring>
|
60
|
+
<langstring language="nl">Identiteitsdocument</langstring>
|
61
|
+
<langstring language="de">Ausweisdokument</langstring>
|
48
62
|
</caption>
|
49
63
|
</term>
|
50
64
|
<term>
|
@@ -52,6 +66,8 @@
|
|
52
66
|
<caption>
|
53
67
|
<langstring language="fr">Extrait de registre</langstring>
|
54
68
|
<langstring language="en">Register extract</langstring>
|
69
|
+
<langstring language="nl">Uittreksel uit het register</langstring>
|
70
|
+
<langstring language="de">Registerauszug</langstring>
|
55
71
|
</caption>
|
56
72
|
</term>
|
57
73
|
<term>
|
@@ -59,6 +75,8 @@
|
|
59
75
|
<caption>
|
60
76
|
<langstring language="fr">Information pratique</langstring>
|
61
77
|
<langstring language="en">Practical information</langstring>
|
78
|
+
<langstring language="nl">Praktische informatie</langstring>
|
79
|
+
<langstring language="de">Praktische Information</langstring>
|
62
80
|
</caption>
|
63
81
|
</term>
|
64
82
|
<term>
|
@@ -66,6 +84,8 @@
|
|
66
84
|
<caption>
|
67
85
|
<langstring language="fr">Inscription</langstring>
|
68
86
|
<langstring language="en">Registration</langstring>
|
87
|
+
<langstring language="nl">Inschrijving</langstring>
|
88
|
+
<langstring language="de">Anmeldung</langstring>
|
69
89
|
</caption>
|
70
90
|
</term>
|
71
91
|
<term>
|
@@ -73,6 +93,8 @@
|
|
73
93
|
<caption>
|
74
94
|
<langstring language="fr">Permis</langstring>
|
75
95
|
<langstring language="en">License</langstring>
|
96
|
+
<langstring language="nl">Vergunning</langstring>
|
97
|
+
<langstring language="de">Erlaubnis</langstring>
|
76
98
|
</caption>
|
77
99
|
</term>
|
78
100
|
<term>
|
@@ -80,6 +102,8 @@
|
|
80
102
|
<caption>
|
81
103
|
<langstring language="fr">Plainte et réclamation</langstring>
|
82
104
|
<langstring language="en">Complaint</langstring>
|
105
|
+
<langstring language="nl">Klacht</langstring>
|
106
|
+
<langstring language="de">Beschwerde</langstring>
|
83
107
|
</caption>
|
84
108
|
</term>
|
85
109
|
<term>
|
@@ -87,6 +111,8 @@
|
|
87
111
|
<caption>
|
88
112
|
<langstring language="fr">Prime et aide</langstring>
|
89
113
|
<langstring language="en">Bonus and aid</langstring>
|
114
|
+
<langstring language="nl">Premie en hulp</langstring>
|
115
|
+
<langstring language="de">Prämie und Hilfe</langstring>
|
90
116
|
</caption>
|
91
117
|
</term>
|
92
118
|
</vdex>
|
@@ -235,6 +235,14 @@
|
|
235
235
|
provides="Products.GenericSetup.interfaces.EXTENSION"
|
236
236
|
/>
|
237
237
|
|
238
|
+
<genericsetup:registerProfile
|
239
|
+
name="upgrade_1057_to_1058"
|
240
|
+
title="Upgrade core from 1057 to 1058"
|
241
|
+
directory="profiles/1057_to_1058"
|
242
|
+
description="Update page/procedure categories taxonomies to add DE and NL translations"
|
243
|
+
provides="Products.GenericSetup.interfaces.EXTENSION"
|
244
|
+
/>
|
245
|
+
|
238
246
|
<genericsetup:upgradeStep
|
239
247
|
title="Configure first official release"
|
240
248
|
description="Run needed profiles steps and reindex catalog"
|
@@ -819,4 +827,14 @@
|
|
819
827
|
/>
|
820
828
|
</genericsetup:upgradeSteps>
|
821
829
|
|
830
|
+
<genericsetup:upgradeSteps
|
831
|
+
source="1057"
|
832
|
+
destination="1058"
|
833
|
+
profile="imio.smartweb.core:default">
|
834
|
+
<genericsetup:upgradeDepends
|
835
|
+
title="Update page/procedure categories taxonomies to add DE and NL translations"
|
836
|
+
import_profile="imio.smartweb.core.upgrades:upgrade_1057_to_1058"
|
837
|
+
/>
|
838
|
+
</genericsetup:upgradeSteps>
|
839
|
+
|
822
840
|
</configure>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
[taxonomy]
|
2
|
+
name = page_category
|
3
|
+
title = Catégorie d'une page
|
4
|
+
default_language = fr
|
5
|
+
field_title = Catégorie
|
6
|
+
field_description = Important! Ces catégories sont utilisées pour créer des listes accessibles via le menu navigation
|
7
|
+
taxonomy_fieldset = categorization
|
8
|
+
is_single_select = true
|
9
|
+
is_required = false
|
@@ -0,0 +1,73 @@
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
2
|
+
<vdex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.imsglobal.org/xsd/imsvdex_v1p0" xsi:schemaLocation="http://www.imsglobal.org/xsd/imsvdex_v1p0 imsvdex_v1p0.xsd http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd" profileType="hierarchicalTokenTerms" orderSignificant="false" language="fr">
|
3
|
+
<vocabName>
|
4
|
+
<langstring language="fr">Catégorie d'une page</langstring>
|
5
|
+
<langstring language="en">Page category</langstring>
|
6
|
+
<langstring language="nl">Paginacategorie</langstring>
|
7
|
+
<langstring language="de">Seitenkategorie</langstring>
|
8
|
+
</vocabName>
|
9
|
+
<vocabIdentifier>page_category</vocabIdentifier>
|
10
|
+
<term>
|
11
|
+
<termIdentifier>avis_et_enquete</termIdentifier>
|
12
|
+
<caption>
|
13
|
+
<langstring language="fr">Avis et enquête</langstring>
|
14
|
+
<langstring language="en">Advice and enquiry</langstring>
|
15
|
+
<langstring language="nl">Advies en onderzoek</langstring>
|
16
|
+
<langstring language="de">Gutachten und Untersuchung</langstring>
|
17
|
+
</caption>
|
18
|
+
</term>
|
19
|
+
<term>
|
20
|
+
<termIdentifier>emploi</termIdentifier>
|
21
|
+
<caption>
|
22
|
+
<langstring language="fr">Emploi</langstring>
|
23
|
+
<langstring language="en">Job</langstring>
|
24
|
+
<langstring language="nl">Werk</langstring>
|
25
|
+
<langstring language="de">Arbeit</langstring>
|
26
|
+
</caption>
|
27
|
+
</term>
|
28
|
+
<term>
|
29
|
+
<termIdentifier>info_travaux</termIdentifier>
|
30
|
+
<caption>
|
31
|
+
<langstring language="fr">Info travaux</langstring>
|
32
|
+
<langstring language="en">Works information</langstring>
|
33
|
+
<langstring language="nl">Werkinformatie</langstring>
|
34
|
+
<langstring language="de">Arbeitsinformation</langstring>
|
35
|
+
</caption>
|
36
|
+
</term>
|
37
|
+
<term>
|
38
|
+
<termIdentifier>presse</termIdentifier>
|
39
|
+
<caption>
|
40
|
+
<langstring language="fr">Presse</langstring>
|
41
|
+
<langstring language="en">Press</langstring>
|
42
|
+
<langstring language="nl">Pers</langstring>
|
43
|
+
<langstring language="de">Presse</langstring>
|
44
|
+
</caption>
|
45
|
+
</term>
|
46
|
+
<term>
|
47
|
+
<termIdentifier>publication</termIdentifier>
|
48
|
+
<caption>
|
49
|
+
<langstring language="fr">Publication</langstring>
|
50
|
+
<langstring language="en">Publication</langstring>
|
51
|
+
<langstring language="nl">Publicatie</langstring>
|
52
|
+
<langstring language="de">Veröffentlichung</langstring>
|
53
|
+
</caption>
|
54
|
+
</term>
|
55
|
+
<term>
|
56
|
+
<termIdentifier>reglement</termIdentifier>
|
57
|
+
<caption>
|
58
|
+
<langstring language="fr">Règlement</langstring>
|
59
|
+
<langstring language="en">Regulation</langstring>
|
60
|
+
<langstring language="nl">Regelgeving</langstring>
|
61
|
+
<langstring language="de">Vorschrift</langstring>
|
62
|
+
</caption>
|
63
|
+
</term>
|
64
|
+
<term>
|
65
|
+
<termIdentifier>taxe_et_redevance</termIdentifier>
|
66
|
+
<caption>
|
67
|
+
<langstring language="fr">Taxe et redevance</langstring>
|
68
|
+
<langstring language="en">Taxe and fee</langstring>
|
69
|
+
<langstring language="nl">Belasting en vergoeding</langstring>
|
70
|
+
<langstring language="de">Steuer und Gebühr</langstring>
|
71
|
+
</caption>
|
72
|
+
</term>
|
73
|
+
</vdex>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
[taxonomy]
|
2
|
+
name = procedure_category
|
3
|
+
title = Catégorie d'une démarche
|
4
|
+
default_language = fr
|
5
|
+
field_title = Catégorie
|
6
|
+
field_description = Important! Ces catégories sont utilisées pour créer des listes accessibles via le menu navigation
|
7
|
+
taxonomy_fieldset = categorization
|
8
|
+
is_single_select = true
|
9
|
+
is_required = false
|
@@ -0,0 +1,118 @@
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
2
|
+
<vdex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.imsglobal.org/xsd/imsvdex_v1p0" xsi:schemaLocation="http://www.imsglobal.org/xsd/imsvdex_v1p0 imsvdex_v1p0.xsd http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd" profileType="hierarchicalTokenTerms" orderSignificant="false" language="fr">
|
3
|
+
<vocabName>
|
4
|
+
<langstring language="fr">Catégorie d'une démarche</langstring>
|
5
|
+
<langstring language="en">Procedure category</langstring>
|
6
|
+
<langstring language="nl">Procedurecategorie</langstring>
|
7
|
+
<langstring language="de">Verfahrenskategorie</langstring>
|
8
|
+
</vocabName>
|
9
|
+
<vocabIdentifier>procedure_category</vocabIdentifier>
|
10
|
+
<term>
|
11
|
+
<termIdentifier>actes</termIdentifier>
|
12
|
+
<caption>
|
13
|
+
<langstring language="fr">Acte (naissance, mariage, décès, etc.)</langstring>
|
14
|
+
<langstring language="en">Act (birth, marriage, death, etc.)</langstring>
|
15
|
+
<langstring language="nl">Akte (geboorte, huwelijk, overlijden, enz.)</langstring>
|
16
|
+
<langstring language="de">Urkunde (Geburt, Ehe, Tod, usw.)</langstring>
|
17
|
+
</caption>
|
18
|
+
</term>
|
19
|
+
<term>
|
20
|
+
<termIdentifier>autorisation_carte</termIdentifier>
|
21
|
+
<caption>
|
22
|
+
<langstring language="fr">Autorisation et carte</langstring>
|
23
|
+
<langstring language="en">Authorization and card</langstring>
|
24
|
+
<langstring language="nl">Vergunning en kaart</langstring>
|
25
|
+
<langstring language="de">Genehmigung und Karte</langstring>
|
26
|
+
</caption>
|
27
|
+
</term>
|
28
|
+
<term>
|
29
|
+
<termIdentifier>certificat</termIdentifier>
|
30
|
+
<caption>
|
31
|
+
<langstring language="fr">Certificat (de vie, d'hérédité, etc.)</langstring>
|
32
|
+
<langstring language="en">Certificate (of life, inheritance, etc.)</langstring>
|
33
|
+
<langstring language="nl">Certificaat (van leven, van erfenis, enz.)</langstring>
|
34
|
+
<langstring language="de">Bescheinigung (des Lebens, des Erbes, usw.)</langstring>
|
35
|
+
</caption>
|
36
|
+
</term>
|
37
|
+
<term>
|
38
|
+
<termIdentifier>declaration</termIdentifier>
|
39
|
+
<caption>
|
40
|
+
<langstring language="fr">Déclaration</langstring>
|
41
|
+
<langstring language="en">Statement</langstring>
|
42
|
+
<langstring language="nl">Verklaring</langstring>
|
43
|
+
<langstring language="de">Erklärung</langstring>
|
44
|
+
</caption>
|
45
|
+
</term>
|
46
|
+
<term>
|
47
|
+
<termIdentifier>demande</termIdentifier>
|
48
|
+
<caption>
|
49
|
+
<langstring language="fr">Demande (concession funéraire, changement de prénom, etc.)</langstring>
|
50
|
+
<langstring language="en">Request (funeral concession, change of first name, etc.)</langstring>
|
51
|
+
<langstring language="nl">Aanvraag (begrafenisconcessie, naamsverandering, enz.)</langstring>
|
52
|
+
<langstring language="de">Antrag (Begräbnis Konzession, Namensänderung, usw.)</langstring>
|
53
|
+
</caption>
|
54
|
+
</term>
|
55
|
+
<term>
|
56
|
+
<termIdentifier>document_d_identite</termIdentifier>
|
57
|
+
<caption>
|
58
|
+
<langstring language="fr">Document d'identité</langstring>
|
59
|
+
<langstring language="en">Identity document</langstring>
|
60
|
+
<langstring language="nl">Identiteitsdocument</langstring>
|
61
|
+
<langstring language="de">Ausweisdokument</langstring>
|
62
|
+
</caption>
|
63
|
+
</term>
|
64
|
+
<term>
|
65
|
+
<termIdentifier>extrait_de_registre</termIdentifier>
|
66
|
+
<caption>
|
67
|
+
<langstring language="fr">Extrait de registre</langstring>
|
68
|
+
<langstring language="en">Register extract</langstring>
|
69
|
+
<langstring language="nl">Uittreksel uit het register</langstring>
|
70
|
+
<langstring language="de">Registerauszug</langstring>
|
71
|
+
</caption>
|
72
|
+
</term>
|
73
|
+
<term>
|
74
|
+
<termIdentifier>information_pratique</termIdentifier>
|
75
|
+
<caption>
|
76
|
+
<langstring language="fr">Information pratique</langstring>
|
77
|
+
<langstring language="en">Practical information</langstring>
|
78
|
+
<langstring language="nl">Praktische informatie</langstring>
|
79
|
+
<langstring language="de">Praktische Information</langstring>
|
80
|
+
</caption>
|
81
|
+
</term>
|
82
|
+
<term>
|
83
|
+
<termIdentifier>inscription</termIdentifier>
|
84
|
+
<caption>
|
85
|
+
<langstring language="fr">Inscription</langstring>
|
86
|
+
<langstring language="en">Registration</langstring>
|
87
|
+
<langstring language="nl">Inschrijving</langstring>
|
88
|
+
<langstring language="de">Anmeldung</langstring>
|
89
|
+
</caption>
|
90
|
+
</term>
|
91
|
+
<term>
|
92
|
+
<termIdentifier>permis</termIdentifier>
|
93
|
+
<caption>
|
94
|
+
<langstring language="fr">Permis</langstring>
|
95
|
+
<langstring language="en">License</langstring>
|
96
|
+
<langstring language="nl">Vergunning</langstring>
|
97
|
+
<langstring language="de">Erlaubnis</langstring>
|
98
|
+
</caption>
|
99
|
+
</term>
|
100
|
+
<term>
|
101
|
+
<termIdentifier>plainte_et_reclamation</termIdentifier>
|
102
|
+
<caption>
|
103
|
+
<langstring language="fr">Plainte et réclamation</langstring>
|
104
|
+
<langstring language="en">Complaint</langstring>
|
105
|
+
<langstring language="nl">Klacht</langstring>
|
106
|
+
<langstring language="de">Beschwerde</langstring>
|
107
|
+
</caption>
|
108
|
+
</term>
|
109
|
+
<term>
|
110
|
+
<termIdentifier>prime_et_aide</termIdentifier>
|
111
|
+
<caption>
|
112
|
+
<langstring language="fr">Prime et aide</langstring>
|
113
|
+
<langstring language="en">Bonus and aid</langstring>
|
114
|
+
<langstring language="nl">Premie en hulp</langstring>
|
115
|
+
<langstring language="de">Prämie und Hilfe</langstring>
|
116
|
+
</caption>
|
117
|
+
</term>
|
118
|
+
</vdex>
|
{imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.54
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -189,6 +189,20 @@ Changelog
|
|
189
189
|
=========
|
190
190
|
|
191
191
|
|
192
|
+
1.2.54 (2024-06-07)
|
193
|
+
-------------------
|
194
|
+
|
195
|
+
- WEB-4113 : Add DE and NL translations in page/procedure categories taxonomies
|
196
|
+
[laulaz]
|
197
|
+
|
198
|
+
|
199
|
+
1.2.53 (2024-06-06)
|
200
|
+
-------------------
|
201
|
+
|
202
|
+
- WEB-4113 : Use `TranslatedAjaxSelectWidget` to fix select2 values translation
|
203
|
+
[laulaz]
|
204
|
+
|
205
|
+
|
192
206
|
1.2.52 (2024-06-06)
|
193
207
|
-------------------
|
194
208
|
|
{imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio.smartweb.core.egg-info/SOURCES.txt
RENAMED
@@ -595,6 +595,10 @@ src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.Events
|
|
595
595
|
src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.NewsView.xml
|
596
596
|
src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionEvents.xml
|
597
597
|
src/imio/smartweb/core/upgrades/profiles/1056_to_1057/types/imio.smartweb.SectionNews.xml
|
598
|
+
src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.cfg
|
599
|
+
src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/page_category.xml
|
600
|
+
src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.cfg
|
601
|
+
src/imio/smartweb/core/upgrades/profiles/1057_to_1058/taxonomies/procedure_category.xml
|
598
602
|
src/imio/smartweb/core/viewlets/__init__.py
|
599
603
|
src/imio/smartweb/core/viewlets/actions.py
|
600
604
|
src/imio/smartweb/core/viewlets/arcgis_header.pt
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{imio_smartweb_core-1.2.52 → imio_smartweb_core-1.2.54}/src/imio/smartweb/core/behaviors/listing.py
RENAMED
File without changes
|