From 57c1236a6ab47f5197b0f98bdae0dc68ac39f26a Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 21 Sep 2026 20:01:23 +0200 Subject: [PATCH] more updates; pmu payement and currency (next will composer remove thene) --- composer.json | 11 +- composer.lock | 968 +----------------- config/devel/entity_clone.settings.yml | 1 + config/sync/core.extension.yml | 2 - config/sync/currency.amount_formatting.yml | 3 - config/sync/currency.currency.XXX.yml | 22 - .../sync/currency.currency_locale.en_US.yml | 10 - .../sync/currency.exchange_rate_provider.yml | 9 - .../sync/currency.exchanger.fixed_rates.yml | 3 - .../sync/pathauto.pattern.blabla_article_.yml | 5 +- config/sync/pathauto.pattern.simplenews.yml | 5 +- config/sync/pathauto.pattern.thematique.yml | 5 +- .../sync/ultimate_cron.job.maillog_cron.yml | 17 + config/sync/views.view.admin_nodes.yml | 12 +- config/sync/views.view.admin_taxo.yml | 12 + config/sync/views.view.admin_users.yml | 67 +- .../views.view.simplenews_subscribers.yml | 7 +- web/profiles/d8-starterkit-profile | 2 +- 18 files changed, 94 insertions(+), 1067 deletions(-) delete mode 100644 config/sync/currency.amount_formatting.yml delete mode 100644 config/sync/currency.currency.XXX.yml delete mode 100644 config/sync/currency.currency_locale.en_US.yml delete mode 100644 config/sync/currency.exchange_rate_provider.yml delete mode 100644 config/sync/currency.exchanger.fixed_rates.yml create mode 100644 config/sync/ultimate_cron.job.maillog_cron.yml diff --git a/composer.json b/composer.json index d6d3d0df..a722d361 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,6 @@ "ckeditor-plugin/panelbutton": "^4.16.2", "composer/installers": "^1.2", "drupal/admin_theme": "^1.0", - "drupal/advagg": "^6.0@alpha", "drupal/advanced_text_formatter": "^3.0@RC", "drupal/advancedqueue": "^1.1", "drupal/allowed_formats": "^3.0", @@ -71,15 +70,12 @@ "drupal/asset_cache_bust": "^1.0", "drupal/audiofield": "^1.10", "drupal/auto_entitylabel": "^3.1", - "drupal/better_messages": "^2.0@alpha", "drupal/classy": "^1.0", "drupal/color": "^1.0", - "drupal/colorbutton": "^1.3", "drupal/commerce": "^2.0", "drupal/commerce_cart_api": "^1.4", "drupal/commerce_email": "^1.5", "drupal/commerce_license": "^3.0", - "drupal/commerce_pricelist": "^2.4", "drupal/commerce_recurring": "^1.0@RC", "drupal/commerce_stripe": "^1.1", "drupal/commerce_variation_cart_form": "^1.4", @@ -94,6 +90,7 @@ "drupal/core-recommended": "^10.4", "drupal/csv_serialization": "^4.0", "drupal/ctools": "^4.0", + "drupal/currency": "3.6.0", "drupal/devel": "^5.0", "drupal/devel_entity_updates": "^4.1", "drupal/editor_advanced_link": "^2", @@ -106,7 +103,6 @@ "drupal/flood_control": "^2.3", "drupal/gdpr": "^3.1", "drupal/genpass": "^2.0", - "drupal/google_analytics": "^4.0", "drupal/graphql": "^4.7", "drupal/image_delta_formatter": "^1.2", "drupal/jquery_ui_button": "^2.1", @@ -119,10 +115,9 @@ "drupal/masquerade": "^2.0", "drupal/maxlength": "^2.1", "drupal/modules_weight": "^3.0", - "drupal/password_policy": "^4.0", - "drupal/payment": "^2.1", "drupal/pdf_api": "^2.4", "drupal/permissions_filter": "^1.1", + "drupal/plugin": "2.14.0", "drupal/printable": "^3.1", "drupal/pwa": "^2.1@beta", "drupal/redis": "^1.5", @@ -131,8 +126,6 @@ "drupal/role_expire": "^4.1", "drupal/rules": "^4.0", "drupal/search_api": "^1.19", - "drupal/search_api_autocomplete": "^1.2", - "drupal/search_api_page": "^1.x-dev", "drupal/search_api_solr": "^4.2", "drupal/select_translation": "2.0.0-alpha5", "drupal/session_limit": "^2.0@beta", diff --git a/composer.lock b/composer.lock index 074dae7f..663793e6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "11485a38df05ad23fcbd81fd3669e6fe", + "content-hash": "5e4c3529ac9e47e542248819056349a0", "packages": [ { "name": "asm89/stack-cors", @@ -2226,90 +2226,6 @@ "issues": "https://www.drupal.org/project/issues/adminimal_theme" } }, - { - "name": "drupal/advagg", - "version": "6.0.0-alpha1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/advagg.git", - "reference": "6.0.0-alpha1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/advagg-6.0.0-alpha1.zip", - "reference": "6.0.0-alpha1", - "shasum": "cadfe490b2b0c3fe099087f1c767ab7eaa73160a" - }, - "require": { - "drupal/core": "^9.3 || ^10", - "tubalmartin/cssmin": "^4.1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "6.0.0-alpha1", - "datestamp": "1672698356", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Mike Carper (mikeytown2)", - "homepage": "https://www.drupal.org/u/mikeytown2", - "role": "Creator, Maintainer" - }, - { - "name": "Nick Wilde (nickwilde)", - "homepage": "https://www.drupal.org/u/nickwilde", - "email": "design@briarmoon.ca", - "role": "Drupal 8 Port/maintainer" - }, - { - "name": "Other Contributors", - "homepage": "https://www.drupal.org/node/1066416/committers", - "role": "Contributors" - }, - { - "name": "NickDickinsonWilde", - "homepage": "https://www.drupal.org/user/3094661" - }, - { - "name": "poker10", - "homepage": "https://www.drupal.org/user/272316" - }, - { - "name": "rupl", - "homepage": "https://www.drupal.org/user/411999" - }, - { - "name": "thalles", - "homepage": "https://www.drupal.org/user/3589086" - }, - { - "name": "Wim Leers", - "homepage": "https://www.drupal.org/user/99777" - } - ], - "description": "Improved aggregation of CSS/JS files to speed up page load times.", - "homepage": "https://drupal.org/project/advagg", - "support": { - "source": "https://git.drupalcode.org/project/advagg", - "issues": "https://drupal.org/project/issues/advagg", - "irc": "irc://irc.freenode.org/drupal-contribute" - } - }, { "name": "drupal/advanced_text_formatter", "version": "3.0.0-rc2", @@ -3002,64 +2918,6 @@ "issues": "https://www.drupal.org/project/issues/better_exposed_filters" } }, - { - "name": "drupal/better_messages", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/better_messages.git", - "reference": "2.0.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/better_messages-2.0.3.zip", - "reference": "2.0.3", - "shasum": "65f8691e75aafa5f22a50abe918fa40f11d9d48c" - }, - "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui_draggable": "*", - "drupal/jquery_ui_resizable": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.3", - "datestamp": "1747765537", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bucefal91", - "homepage": "https://www.drupal.org/user/504128" - }, - { - "name": "le72", - "homepage": "https://www.drupal.org/user/1866896" - }, - { - "name": "mohammed j. razem", - "homepage": "https://www.drupal.org/user/255384" - }, - { - "name": "usingsession", - "homepage": "https://www.drupal.org/user/3582050" - } - ], - "description": "This module adds simple functions to make Drupal messages look and act better.", - "homepage": "https://www.drupal.org/project/better_messages", - "support": { - "source": "https://git.drupalcode.org/project/better_messages" - } - }, { "name": "drupal/betterlogin", "version": "2.0.3", @@ -3229,93 +3087,6 @@ "issues": "https://www.drupal.org/project/issues/checklistapi" } }, - { - "name": "drupal/ckeditor", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor.git", - "reference": "1.0.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.2.zip", - "reference": "1.0.2", - "shasum": "fec2ca9ad852a00c7b9584cb6040dc860364c481" - }, - "require": { - "drupal/core": "^9.4 || ^10" - }, - "require-dev": { - "drupal/classy": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.2", - "datestamp": "1695740655", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "hass", - "homepage": "https://www.drupal.org/user/85918" - }, - { - "name": "jcisio", - "homepage": "https://www.drupal.org/user/210762" - }, - { - "name": "Jorrit", - "homepage": "https://www.drupal.org/user/161217" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "magnus", - "homepage": "https://www.drupal.org/user/73919" - }, - { - "name": "nod_", - "homepage": "https://www.drupal.org/user/598310" - }, - { - "name": "p.wiaderny", - "homepage": "https://www.drupal.org/user/2956619" - }, - { - "name": "vokiel", - "homepage": "https://www.drupal.org/user/2793801" - }, - { - "name": "wim leers", - "homepage": "https://www.drupal.org/user/99777" - }, - { - "name": "wwalc", - "homepage": "https://www.drupal.org/user/184556" - }, - { - "name": "xjm", - "homepage": "https://www.drupal.org/user/65776" - } - ], - "description": "WYSIWYG editing for rich text fields using CKEditor.", - "homepage": "https://www.drupal.org/project/ckeditor", - "support": { - "source": "https://git.drupalcode.org/project/ckeditor" - } - }, { "name": "drupal/classy", "version": "1.0.2", @@ -3425,65 +3196,6 @@ "source": "https://git.drupalcode.org/project/color" } }, - { - "name": "drupal/colorbutton", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/colorbutton.git", - "reference": "8.x-1.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/colorbutton-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "e1bb70f7036cefbcb6bcbfb76328d26fbd3e260e" - }, - "require": { - "drupal/ckeditor": "*", - "drupal/core": "^9.3 || ^10", - "drupal/panelbutton": "^1.3" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.5", - "datestamp": "1671700335", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Kevin Quillen (kevinquillen)", - "homepage": "https://www.drupal.org/u/kevinquillen", - "role": "Maintainer" - }, - { - "name": "kevinquillen", - "homepage": "https://www.drupal.org/user/317279" - }, - { - "name": "Krzysztof Domański", - "homepage": "https://www.drupal.org/user/3572982" - } - ], - "description": "Adds the Color Button plugin to CKEditor.", - "homepage": "http://drupal.org/project/colorbutton", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/colorbutton", - "issues": "http://drupal.org/project/issues/colorbutton" - } - }, { "name": "drupal/commerce", "version": "2.40.0", @@ -4035,70 +3747,6 @@ "source": "https://git.drupalcode.org/project/commerce" } }, - { - "name": "drupal/commerce_pricelist", - "version": "2.16.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/commerce_pricelist.git", - "reference": "8.x-2.16" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/commerce_pricelist-8.x-2.16.zip", - "reference": "8.x-2.16", - "shasum": "c6b7e07e104b3bde88a5cff91aa67f9c1f53d004" - }, - "require": { - "drupal/commerce": "^2.25 || ^3", - "drupal/commerce_price": "*", - "drupal/commerce_store": "*", - "drupal/core": "^9.3 || ^10 || ^11", - "php": "^8.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.16", - "datestamp": "1752833985", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Andreas Radloff", - "homepage": "https://www.drupal.org/user/531928" - }, - { - "name": "bojanz", - "homepage": "https://www.drupal.org/user/86106" - }, - { - "name": "jsacksick", - "homepage": "https://www.drupal.org/user/972218" - }, - { - "name": "lawxen", - "homepage": "https://www.drupal.org/user/2936003" - }, - { - "name": "rszrama", - "homepage": "https://www.drupal.org/user/49344" - } - ], - "description": "Allows defining prices for specific stores, customers, quantities using price lists", - "homepage": "https://www.drupal.org/project/commerce_pricelist", - "support": { - "source": "https://git.drupalcode.org/project/commerce_pricelist" - } - }, { "name": "drupal/commerce_product", "version": "3.3.9", @@ -6015,58 +5663,6 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/devel_kint_extras", - "version": "1.1.6", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/devel_kint_extras.git", - "reference": "1.1.6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/devel_kint_extras-1.1.6.zip", - "reference": "1.1.6", - "shasum": "b1bd34276f0e0bf924710f3c6a7feccff11f158b" - }, - "require": { - "drupal/core": "^9 || ^10 || ^11", - "drupal/devel": "^5.4", - "kint-php/kint": "^3.3 || ^4.0 || ^5.0 || ^6.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.1.6", - "datestamp": "1759998789", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Jan Chojnacki", - "homepage": "https://www.drupal.org/u/janchojnacki" - }, - { - "name": "Other contributors", - "homepage": "https://www.drupal.org/node/3164492/committers" - } - ], - "description": "Shows methods and statics available for an object when using Kint with Devel", - "homepage": "https://www.drupal.org/project/devel_kint_extras", - "support": { - "source": "http://git.drupal.org/project/devel_kint_extras.git", - "issues": "https://www.drupal.org/project/issues/devel_kint_extras", - "chat": "irc://irc.freenode.org/drupal-contribute" - } - }, { "name": "drupal/editor_advanced_link", "version": "2.3.4", @@ -7525,77 +7121,6 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/google_analytics", - "version": "4.0.3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/google_analytics.git", - "reference": "4.0.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/google_analytics-4.0.3.zip", - "reference": "4.0.3", - "shasum": "faaae65a3b52d842ceef78fd2b2ef6344f3a21a0" - }, - "require": { - "drupal/core": "^9.5 || ^10 || ^11" - }, - "require-dev": { - "drupal/token": "^1.7" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "4.0.3", - "datestamp": "1734385014", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "branch-alias": { - "dev-4.x": "4.x-dev" - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "See contributors", - "homepage": "https://www.drupal.org/node/49388/committers" - }, - { - "name": "budda", - "homepage": "https://www.drupal.org/user/13164" - }, - { - "name": "ixismark", - "homepage": "https://www.drupal.org/user/3632333" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "mglaman", - "homepage": "https://www.drupal.org/user/2416470" - }, - { - "name": "roberto.rivera.ixis", - "homepage": "https://www.drupal.org/user/3632325" - } - ], - "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.", - "homepage": "https://www.drupal.org/project/google_analytics", - "support": { - "source": "https://git.drupalcode.org/project/google_analytics", - "issues": "https://www.drupal.org/project/issues/google_analytics" - } - }, { "name": "drupal/graphql", "version": "4.14.0", @@ -8295,120 +7820,6 @@ "source": "https://git.drupalcode.org/project/jquery_ui_controlgroup" } }, - { - "name": "drupal/jquery_ui_draggable", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_draggable.git", - "reference": "2.1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-2.1.0.zip", - "reference": "2.1.0", - "shasum": "0d014cfff20993d8051efb8f6c9093a4fe5136f3" - }, - "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui": "^1.7" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.1.0", - "datestamp": "1717015492", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bnjmnm", - "homepage": "https://www.drupal.org/user/2369194" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Draggable library.", - "homepage": "https://www.drupal.org/project/jquery_ui_draggable", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_draggable" - } - }, - { - "name": "drupal/jquery_ui_resizable", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_resizable.git", - "reference": "2.1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_resizable-2.1.0.zip", - "reference": "2.1.0", - "shasum": "f1f15c5fe01f11e5348d502e2df836d0c492f507" - }, - "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui": "^1.7" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.1.0", - "datestamp": "1717031358", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bnjmnm", - "homepage": "https://www.drupal.org/user/2369194" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "nod_", - "homepage": "https://www.drupal.org/user/598310" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Resizable library.", - "homepage": "https://www.drupal.org/project/jquery_ui_resizable", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_resizable" - } - }, { "name": "drupal/js_cookie", "version": "1.0.2", @@ -9422,137 +8833,6 @@ "source": "https://git.drupalcode.org/project/pagerer" } }, - { - "name": "drupal/panelbutton", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/panelbutton.git", - "reference": "8.x-1.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/panelbutton-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "34a2607b27c3fd52826e306b60b97994ad1eff6f" - }, - "require": { - "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.5", - "datestamp": "1664276757", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Kevin Quillen (kevinquillen)", - "homepage": "https://www.drupal.org/u/kevinquillen", - "role": "Maintainer" - }, - { - "name": "kevinquillen", - "homepage": "https://www.drupal.org/user/317279" - }, - { - "name": "Krzysztof Domański", - "homepage": "https://www.drupal.org/user/3572982" - } - ], - "description": "Adds the Panel Button plugin to CKEditor. This plugin is a utility plugin that is required by certain user-facing CKEditor plugins.", - "homepage": "http://drupal.org/project/panelbutton", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/panelbutton", - "issues": "http://drupal.org/project/issues/panelbutton" - } - }, - { - "name": "drupal/password_policy", - "version": "4.0.3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/password_policy.git", - "reference": "4.0.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/password_policy-4.0.3.zip", - "reference": "4.0.3", - "shasum": "f583ede0ebd749459538d02dd527028d57a4e1ac" - }, - "require": { - "drupal/core": "^9.1 || ^10 || ^11" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "4.0.3", - "datestamp": "1723552706", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "AohRveTPV", - "homepage": "https://www.drupal.org/user/2760115" - }, - { - "name": "deekayen", - "homepage": "https://www.drupal.org/user/972" - }, - { - "name": "Kristen Pol", - "homepage": "https://www.drupal.org/user/8389" - }, - { - "name": "miglius", - "homepage": "https://www.drupal.org/user/18741" - }, - { - "name": "nerdstein", - "homepage": "https://www.drupal.org/user/1557710" - }, - { - "name": "paulocs", - "homepage": "https://www.drupal.org/user/3640109" - }, - { - "name": "shrop", - "homepage": "https://www.drupal.org/user/14767" - }, - { - "name": "vishalkhode", - "homepage": "https://www.drupal.org/user/2439156" - } - ], - "description": "Sets up constraints and expiration of passwords.", - "homepage": "https://www.drupal.org/project/password_policy", - "support": { - "source": "https://git.drupalcode.org/project/password_policy", - "issues": "https://www.drupal.org/project/issues/password_policy" - } - }, { "name": "drupal/path_alias_xt", "version": "2.0.0", @@ -9738,78 +9018,6 @@ "source": "https://git.drupalcode.org/project/pathologic" } }, - { - "name": "drupal/payment", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/payment.git", - "reference": "8.x-2.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/payment-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "57ead8c4ddda9cf70ff67fa9a128d0a6b937406f" - }, - "require": { - "drupal/core": "^9.3 || ^10", - "drupal/currency": "~3.0", - "drupal/plugin": "~2.2", - "ext-bcmath": "*" - }, - "require-dev": { - "drupal/payment_reference": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.2", - "datestamp": "1666817637", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "autoload": { - "psr-4": { - "Drupal\\payment\\": "src", - "Drupal\\payment_form\\": "modules/payment_form/src", - "Drupal\\payment_reference\\": "modules/payment_reference/src" - } - }, - "autoload-dev": { - "psr-4": { - "Drupal\\Tests\\payment\\": "tests/src", - "Drupal\\Tests\\payment_form\\": "modules/payment_form/tests/src", - "Drupal\\Tests\\payment_reference\\": "modules/payment_reference/tests/src" - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0" - ], - "authors": [ - { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "ricovandevin", - "homepage": "https://www.drupal.org/user/1243726" - }, - { - "name": "torotil", - "homepage": "https://www.drupal.org/user/865256" - } - ], - "description": "Allows payments to be made using any of the available payment methods.", - "homepage": "https://www.drupal.org/project/payment", - "support": { - "source": "https://git.drupalcode.org/project/payment" - } - }, { "name": "drupal/pdf_api", "version": "2.4.5", @@ -10600,60 +9808,6 @@ "irc": "irc://irc.freenode.org/drupal-search-api" } }, - { - "name": "drupal/search_api_autocomplete", - "version": "1.12.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/search_api_autocomplete.git", - "reference": "8.x-1.12" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "c1685cd0f2266abf3172dcaf242626917b79238a" - }, - "require": { - "drupal/core": "^10.2 || ^11", - "drupal/search_api": "^1.0" - }, - "require-dev": { - "drupal/search_api_page": "1.x-dev" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.12", - "datestamp": "1784742829", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Thomas Seidl", - "homepage": "https://www.drupal.org/u/drunken-monkey" - }, - { - "name": "See other contributors", - "homepage": "https://www.drupal.org/node/1142202/committers" - } - ], - "description": "Adds autocomplete functionality to searches.", - "homepage": "https://www.drupal.org/project/search_api_autocomplete", - "support": { - "source": "http://git.drupal.org/project/search_api_autocomplete.git", - "issues": "https://www.drupal.org/project/issues/search_api_autocomplete", - "irc": "irc://irc.freenode.org/drupal-search-api" - } - }, { "name": "drupal/search_api_db", "version": "1.41.0", @@ -10692,66 +9846,6 @@ "source": "https://git.drupalcode.org/project/search_api" } }, - { - "name": "drupal/search_api_page", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/search_api_page.git", - "reference": "c51ae4ef53b1d3193675e6b180dfb55d636e06ca" - }, - "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/search_api": "^1.25" - }, - "require-dev": { - "drupal/facets": "2.0.x-dev" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev", - "dev-8.x-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.1+16-dev", - "datestamp": "1771294311", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "See contributors", - "homepage": "https://www.drupal.org/node/1142202/committers" - }, - { - "name": "drunken monkey", - "homepage": "https://www.drupal.org/user/205582" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "karlshea", - "homepage": "https://www.drupal.org/user/294283" - } - ], - "description": "Create search pages using Search API indexes.", - "homepage": "https://www.drupal.org/project/search_api_page", - "support": { - "source": "http://git.drupal.org/project/search_api_page.git", - "issues": "https://www.drupal.org/project/issues/search_api_page", - "irc": "irc://irc.freenode.org/drupal-search-api" - } - }, { "name": "drupal/search_api_solr", "version": "4.3.14", @@ -20602,63 +19696,6 @@ "MIT" ] }, - { - "name": "tubalmartin/cssmin", - "version": "v4.1.1", - "source": { - "type": "git", - "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git", - "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf", - "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf", - "shasum": "" - }, - "require": { - "ext-pcre": "*", - "php": ">=5.3.2" - }, - "require-dev": { - "cogpowered/finediff": "0.3.*", - "phpunit/phpunit": "4.8.*" - }, - "bin": [ - "cssmin" - ], - "type": "library", - "autoload": { - "psr-4": { - "tubalmartin\\CssMin\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Túbal Martín", - "homepage": "http://tubalmartin.me/" - } - ], - "description": "A PHP port of the YUI CSS compressor", - "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port", - "keywords": [ - "compress", - "compressor", - "css", - "cssmin", - "minify", - "yui" - ], - "support": { - "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues", - "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port" - }, - "time": "2018-01-15T15:26:51+00:00" - }, { "name": "twig/twig", "version": "v3.29.0", @@ -21223,9 +20260,7 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal/advagg": 15, "drupal/advanced_text_formatter": 5, - "drupal/better_messages": 15, "drupal/bulkdelete": 20, "drupal/commerce_recurring": 5, "drupal/computed_field": 15, @@ -21243,7 +20278,6 @@ "drupal/maxlength": 10, "drupal/pathologic": 15, "drupal/pwa": 10, - "drupal/search_api_page": 20, "drupal/session_limit": 10, "drupal/smtp": 10, "drupal/straw": 10, diff --git a/config/devel/entity_clone.settings.yml b/config/devel/entity_clone.settings.yml index bed8cec0..a344503f 100644 --- a/config/devel/entity_clone.settings.yml +++ b/config/devel/entity_clone.settings.yml @@ -111,3 +111,4 @@ form_settings: default_value: false disable: false hidden: false +handle_bundles: false diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 6aecc1c8..7aa20d46 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -63,7 +63,6 @@ module: csv_serialization: 0 ctools: 0 ctools_block: 0 - currency: 0 date_range_formatter: 0 datetime: 0 datetime_range: 0 @@ -157,7 +156,6 @@ module: pdf_api: 0 permissions_filter: 0 phpass: 0 - plugin: 0 printable: 0 printable_pdf: 0 profile: 0 diff --git a/config/sync/currency.amount_formatting.yml b/config/sync/currency.amount_formatting.yml deleted file mode 100644 index f685e41a..00000000 --- a/config/sync/currency.amount_formatting.yml +++ /dev/null @@ -1,3 +0,0 @@ -_core: - default_config_hash: KxmQKHtm7y2OHcdp0pt27aKtDrezgRSJCsXQ0fFQ-Sg -plugin_id: currency_basic diff --git a/config/sync/currency.currency.XXX.yml b/config/sync/currency.currency.XXX.yml deleted file mode 100644 index b7b32172..00000000 --- a/config/sync/currency.currency.XXX.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: cde6b53b-b481-4c4f-b182-673281e65b9a -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: Z1YlONWzZZRT4LTq7RYN4hf3MEcT160wbomEsxLoPZ8 -alternativeSigns: { } -currencyCode: XXX -currencyNumber: '999' -label: 'No currency' -roundingStep: null -sign: ¤ -subunits: 0 -usages: - - - countryCode: AQ - start: '' - end: '' - - - countryCode: ZZ - start: '' - end: '' diff --git a/config/sync/currency.currency_locale.en_US.yml b/config/sync/currency.currency_locale.en_US.yml deleted file mode 100644 index 839fdde1..00000000 --- a/config/sync/currency.currency_locale.en_US.yml +++ /dev/null @@ -1,10 +0,0 @@ -uuid: 451e712c-eec9-4a60-9402-d17b1619ee2e -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: nAygxNkoV-dysf09n8eaT2MeULBzTisuxlMqdXEJbr8 -decimalSeparator: . -groupingSeparator: ',' -locale: en_US -pattern: '¤#,##0.00;(¤#,##0.00)' diff --git a/config/sync/currency.exchange_rate_provider.yml b/config/sync/currency.exchange_rate_provider.yml deleted file mode 100644 index f37c6753..00000000 --- a/config/sync/currency.exchange_rate_provider.yml +++ /dev/null @@ -1,9 +0,0 @@ -_core: - default_config_hash: TrKWV8zxs3oIJUC4bRlCJZrOFimdU4FgrGrFusfxJME -plugins: - - - plugin_id: currency_fixed_rates - status: true - - - plugin_id: currency_historical_rates - status: true diff --git a/config/sync/currency.exchanger.fixed_rates.yml b/config/sync/currency.exchanger.fixed_rates.yml deleted file mode 100644 index 8e55170b..00000000 --- a/config/sync/currency.exchanger.fixed_rates.yml +++ /dev/null @@ -1,3 +0,0 @@ -_core: - default_config_hash: wgwYiaurYzrbMFP3CJz93tXZV-PTtGq_G0GLCXZ_VH8 -rates: { } diff --git a/config/sync/pathauto.pattern.blabla_article_.yml b/config/sync/pathauto.pattern.blabla_article_.yml index 6f457f1d..fbdb9ce8 100644 --- a/config/sync/pathauto.pattern.blabla_article_.yml +++ b/config/sync/pathauto.pattern.blabla_article_.yml @@ -2,17 +2,18 @@ uuid: 5fdb800c-8953-42ec-b3c3-a1bdd8ff2817 langcode: en status: true dependencies: + config: + - node.type.article module: - node id: blabla_article_ label: 'blabla/article ' type: 'canonical_entities:node' -pattern: 'blabla/[node:title]' +pattern: '/blabla/[node:title]' selection_criteria: d0ad31d5-4ed3-40f7-84ed-297271c60fc7: id: 'entity_bundle:node' negate: false - uuid: d0ad31d5-4ed3-40f7-84ed-297271c60fc7 context_mapping: node: node bundles: diff --git a/config/sync/pathauto.pattern.simplenews.yml b/config/sync/pathauto.pattern.simplenews.yml index 62bbbf9d..70dcc97d 100644 --- a/config/sync/pathauto.pattern.simplenews.yml +++ b/config/sync/pathauto.pattern.simplenews.yml @@ -2,17 +2,18 @@ uuid: 6e84b134-54a0-4e64-b163-0698bc11eedf langcode: fr status: true dependencies: + config: + - node.type.simplenews_issue module: - node id: simplenews label: simplenews type: 'canonical_entities:node' -pattern: 'newsletter/[node:simplenews_issue]/[node:title]' +pattern: '/newsletter/[node:simplenews_issue]/[node:title]' selection_criteria: efc914c4-688c-412a-a745-e61a7c1535ae: id: 'entity_bundle:node' negate: false - uuid: efc914c4-688c-412a-a745-e61a7c1535ae context_mapping: node: node bundles: diff --git a/config/sync/pathauto.pattern.thematique.yml b/config/sync/pathauto.pattern.thematique.yml index 048dce93..001d2d38 100644 --- a/config/sync/pathauto.pattern.thematique.yml +++ b/config/sync/pathauto.pattern.thematique.yml @@ -2,17 +2,18 @@ uuid: f38038f5-afbd-48f5-98aa-f32fa56b3cd5 langcode: en status: true dependencies: + config: + - node.type.thematique module: - node id: thematique label: Thematique type: 'canonical_entities:node' -pattern: 'thematique/[node:title]' +pattern: '/thematique/[node:title]' selection_criteria: a7ecad62-8643-4783-9b2e-56f739bfa1b1: id: 'entity_bundle:node' negate: false - uuid: a7ecad62-8643-4783-9b2e-56f739bfa1b1 context_mapping: node: node bundles: diff --git a/config/sync/ultimate_cron.job.maillog_cron.yml b/config/sync/ultimate_cron.job.maillog_cron.yml new file mode 100644 index 00000000..9a07b593 --- /dev/null +++ b/config/sync/ultimate_cron.job.maillog_cron.yml @@ -0,0 +1,17 @@ +uuid: c77059fe-49af-4beb-88e7-261f4cb5c30a +langcode: en +status: true +dependencies: + module: + - maillog +title: 'Default cron handler' +id: maillog_cron +weight: 0 +module: maillog +callback: 'maillog#cron' +scheduler: + id: simple +launcher: + id: serial +logger: + id: database diff --git a/config/sync/views.view.admin_nodes.yml b/config/sync/views.view.admin_nodes.yml index 83061524..c05ef048 100644 --- a/config/sync/views.view.admin_nodes.yml +++ b/config/sync/views.view.admin_nodes.yml @@ -119,6 +119,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:node' @@ -1229,9 +1231,9 @@ display: text_input_required_format: null bef: general: - autosubmit_textfield_minimum_length: 3 - autosubmit_breakpoint: '' auto_submit_sort_only: false + autosubmit_breakpoint: '' + autosubmit_textfield_minimum_length: 3 access: type: role options: @@ -2093,6 +2095,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:node' @@ -4490,6 +4494,8 @@ display: buttons: false action_title: Action clear_on_exposed: false + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:node' @@ -6034,6 +6040,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:node' diff --git a/config/sync/views.view.admin_taxo.yml b/config/sync/views.view.admin_taxo.yml index 21568cd6..23ef1b21 100644 --- a/config/sync/views.view.admin_taxo.yml +++ b/config/sync/views.view.admin_taxo.yml @@ -104,6 +104,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:taxonomy_term' @@ -1502,6 +1504,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:taxonomy_term' @@ -2557,6 +2561,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:taxonomy_term' @@ -3461,6 +3467,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:taxonomy_term' @@ -4174,6 +4182,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:taxonomy_term' @@ -5213,6 +5223,8 @@ display: buttons: false action_title: Action clear_on_exposed: true + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:taxonomy_term' diff --git a/config/sync/views.view.admin_users.yml b/config/sync/views.view.admin_users.yml index f31201ec..5a87f5a3 100644 --- a/config/sync/views.view.admin_users.yml +++ b/config/sync/views.view.admin_users.yml @@ -118,6 +118,8 @@ display: buttons: false action_title: Action clear_on_exposed: false + show_multipage_selection_box: default + show_select_all: default selected_actions: - action_id: 'entity:break_lock:user' @@ -2153,10 +2155,10 @@ display: automatic_download: true export_method: batch export_batch_size: 1000 - store_in_public_file_directory: false custom_redirect_path: false redirect_to_display: page_1 include_query_params: true + export_filesystem: private cache_metadata: max-age: -1 contexts: @@ -2230,7 +2232,8 @@ display: buttons: false action_title: Action clear_on_exposed: false - force_selection_info: false + show_multipage_selection_box: default + show_select_all: default selected_actions: 0: action_id: 'entity:break_lock:user' @@ -3354,116 +3357,116 @@ display: bef: general: autosubmit: false + auto_submit_sort_only: false + autosubmit_breakpoint: '' autosubmit_exclude_textfield: false autosubmit_textfield_delay: 500 + autosubmit_textfield_minimum_length: 3 autosubmit_hide: false input_required: false allow_secondary: false secondary_label: 'Options avancées' secondary_open: false reset_button_always_show: true - autosubmit_textfield_minimum_length: 3 - autosubmit_breakpoint: '' - auto_submit_sort_only: false filter: status: plugin_id: default advanced: sort_options: false + sort_options_method: alphabetical_asc + sort_options_natural: true rewrite: filter_rewrite_values: '' filter_rewrite_values_key: false collapsible: false collapsible_disable_automatic_open: false + open_by_default: false is_secondary: false hide_label: false field_classes: '' - open_by_default: false - sort_options_method: alphabetical_asc - sort_options_natural: true roles_target_id: plugin_id: default advanced: sort_options: false + sort_options_method: alphabetical_asc + sort_options_natural: true rewrite: filter_rewrite_values: '' filter_rewrite_values_key: false collapsible: false collapsible_disable_automatic_open: false + open_by_default: false is_secondary: false hide_label: false field_classes: '' - open_by_default: false - sort_options_method: alphabetical_asc - sort_options_natural: true mail: plugin_id: default advanced: + sort_options_method: alphabetical_asc + sort_options_natural: true placeholder_text: '' collapsible: false collapsible_disable_automatic_open: false + open_by_default: false is_secondary: false hide_label: false field_classes: '' - open_by_default: false - sort_options_method: alphabetical_asc - sort_options_natural: true uid: plugin_id: default advanced: + sort_options_method: alphabetical_asc + sort_options_natural: true placeholder_text: '' rewrite: filter_rewrite_values: '' filter_rewrite_values_key: false collapsible: false collapsible_disable_automatic_open: false + open_by_default: false is_secondary: false hide_label: false field_classes: '' - open_by_default: false - sort_options_method: alphabetical_asc - sort_options_natural: true field_company_target_id: plugin_id: default advanced: + sort_options_method: alphabetical_asc + sort_options_natural: true placeholder_text: '' rewrite: filter_rewrite_values: '' filter_rewrite_values_key: false collapsible: false collapsible_disable_automatic_open: false + open_by_default: false is_secondary: false hide_label: false field_classes: '' - open_by_default: false - sort_options_method: alphabetical_asc - sort_options_natural: true field_showroom_target_id: plugin_id: default advanced: + sort_options_method: alphabetical_asc + sort_options_natural: true placeholder_text: '' rewrite: filter_rewrite_values: '' filter_rewrite_values_key: false collapsible: false collapsible_disable_automatic_open: false + open_by_default: false is_secondary: false hide_label: false field_classes: '' - open_by_default: false - sort_options_method: alphabetical_asc - sort_options_natural: true field_memo_value: plugin_id: default advanced: + sort_options_method: alphabetical_asc + sort_options_natural: true collapsible: false collapsible_disable_automatic_open: false + open_by_default: false is_secondary: false hide_label: false field_classes: '' - open_by_default: false - sort_options_method: alphabetical_asc - sort_options_natural: true filters: status: id: status @@ -4296,7 +4299,8 @@ display: buttons: false action_title: Action clear_on_exposed: true - force_selection_info: false + show_multipage_selection_box: default + show_select_all: default selected_actions: 0: action_id: 'entity:break_lock:user' @@ -5488,7 +5492,8 @@ display: buttons: false action_title: Action clear_on_exposed: true - force_selection_info: false + show_multipage_selection_box: default + show_select_all: default selected_actions: 0: action_id: 'entity:break_lock:user' @@ -6774,7 +6779,8 @@ display: buttons: false action_title: Action clear_on_exposed: true - force_selection_info: false + show_multipage_selection_box: default + show_select_all: default selected_actions: 0: action_id: 'entity:break_lock:user' @@ -8047,7 +8053,8 @@ display: buttons: false action_title: Action clear_on_exposed: false - force_selection_info: false + show_multipage_selection_box: default + show_select_all: default selected_actions: 0: action_id: 'entity:break_lock:user' diff --git a/config/sync/views.view.simplenews_subscribers.yml b/config/sync/views.view.simplenews_subscribers.yml index d7e6f291..865ea143 100644 --- a/config/sync/views.view.simplenews_subscribers.yml +++ b/config/sync/views.view.simplenews_subscribers.yml @@ -696,6 +696,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 30 total_pages: null id: 0 @@ -713,7 +714,6 @@ display: offset: false offset_label: Offset quantity: 9 - pagination_heading_level: h4 exposed_form: type: basic options: @@ -1380,10 +1380,10 @@ display: automatic_download: true export_method: batch export_batch_size: 1000 - store_in_public_file_directory: false custom_redirect_path: false redirect_to_display: page_1 include_query_params: true + export_filesystem: private cache_metadata: max-age: -1 contexts: @@ -1455,7 +1455,8 @@ display: buttons: false action_title: Action clear_on_exposed: true - force_selection_info: false + show_multipage_selection_box: default + show_select_all: default selected_actions: 2: action_id: views_bulk_operations_delete_entity diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index b8c00af5..8917ceb5 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit b8c00af578d34ab2e113220df39c3ae5b651e67f +Subproject commit 8917ceb5bce15d4c0167101b201ec4861a2dedca