Browse Source

upgraded extlink

bach 2 days ago
parent
commit
10840b0e75
41 changed files with 235 additions and 41 deletions
  1. 1 0
      composer.json
  2. 9 9
      composer.lock
  3. 9 0
      config/sync/extlink.settings.yml
  4. 1 1
      config/sync/pathauto.pattern.actu.yml
  5. 1 1
      config/sync/pathauto.pattern.ressources.yml
  6. 1 1
      config/sync/pathauto.pattern.static.yml
  7. 1 0
      config/sync/system.feature_flags.yml
  8. 7 0
      config/sync/system.mail.yml
  9. 0 1
      config/sync/system.performance.yml
  10. 1 0
      config/sync/system.site.yml
  11. 1 1
      config/sync/system.theme.global.yml
  12. 2 1
      config/sync/taxonomy.vocabulary.actu_type.yml
  13. 2 1
      config/sync/taxonomy.vocabulary.collection.yml
  14. 2 1
      config/sync/taxonomy.vocabulary.structure.yml
  15. 2 1
      config/sync/taxonomy.vocabulary.tag_ressource.yml
  16. 2 1
      config/sync/taxonomy.vocabulary.type_de_media.yml
  17. 2 1
      config/sync/taxonomy.vocabulary.type_de_moa.yml
  18. 2 1
      config/sync/taxonomy.vocabulary.type_de_projet.yml
  19. 2 1
      config/sync/taxonomy.vocabulary.type_de_protagoniste.yml
  20. 2 1
      config/sync/taxonomy.vocabulary.types_de_ressource.yml
  21. 1 1
      config/sync/update.settings.yml
  22. 0 1
      config/sync/views.settings.yml
  23. 0 3
      config/sync/views.view.actus_blocks_pages.yml
  24. 1 0
      config/sync/views.view.administerusersbyrole_people.yml
  25. 1 0
      config/sync/views.view.archive.yml
  26. 0 2
      config/sync/views.view.base_de_donnees.yml
  27. 0 1
      config/sync/views.view.collection_.yml
  28. 10 0
      config/sync/views.view.content.yml
  29. 1 0
      config/sync/views.view.content_translations.yml
  30. 20 1
      config/sync/views.view.files.yml
  31. 1 0
      config/sync/views.view.frontpage.yml
  32. 10 2
      config/sync/views.view.glossary.yml
  33. 1 0
      config/sync/views.view.locked_content.yml
  34. 0 2
      config/sync/views.view.offres_de_.yml
  35. 68 1
      config/sync/views.view.projets.yml
  36. 1 0
      config/sync/views.view.redirect.yml
  37. 1 1
      config/sync/views.view.taxonomy_term.yml
  38. 1 0
      config/sync/views.view.user_admin_people.yml
  39. 1 0
      config/sync/views.view.watchdog.yml
  40. 66 2
      config/sync/views.view.webform_submissions.yml
  41. 1 1
      web/profiles/d8-starterkit-profile

+ 1 - 0
composer.json

@@ -26,6 +26,7 @@
         "drupal/core-recommended": "^10",
         "drupal/entity_browser_enhanced": "^2.0",
         "drupal/entity_type_clone": "^4.0.3",
+        "drupal/extlink": "^2.0",
         "drupal/geocoder": "^3.47 || ^4.0",
         "drupal/geofield": "^1.36",
         "drupal/honeypot": "^2.1",

+ 9 - 9
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": "0b2d0a5d52f1ae14e718bd00953d17bc",
+    "content-hash": "8d14452f04c549de70ac66ba42e6522d",
     "packages": [
         {
             "name": "asm89/stack-cors",
@@ -4423,26 +4423,26 @@
         },
         {
             "name": "drupal/extlink",
-            "version": "1.7.0",
+            "version": "2.0.4",
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/extlink.git",
-                "reference": "8.x-1.7"
+                "reference": "2.0.4"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.7.zip",
-                "reference": "8.x-1.7",
-                "shasum": "38650688b5a58496db59f40b2a7f36c4bedcbfb4"
+                "url": "https://ftp.drupal.org/files/projects/extlink-2.0.4.zip",
+                "reference": "2.0.4",
+                "shasum": "0331ef3457d3a1701f01e04f8256bdd823ea3512"
             },
             "require": {
-                "drupal/core": "^8 || ^9 || ^10"
+                "drupal/core": "^10 || ^11"
             },
             "type": "drupal-module",
             "extra": {
                 "drupal": {
-                    "version": "8.x-1.7",
-                    "datestamp": "1665770295",
+                    "version": "2.0.4",
+                    "datestamp": "1732565828",
                     "security-coverage": {
                         "status": "covered",
                         "message": "Covered by Drupal's security advisory policy"

+ 9 - 0
config/sync/extlink.settings.yml

@@ -3,17 +3,26 @@ _core:
 langcode: fr
 extlink_target: false
 extlink_target_no_override: false
+extlink_title_no_override: false
 extlink_nofollow: false
 extlink_follow_no_override: false
 extlink_subdomains: true
 extlink_alert: false
 extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.'
+extlink_additional_link_classes: ''
+extlink_additional_mailto_classes: ''
+extlink_additional_tel_classes: ''
 extlink_exclude: ''
 extlink_include: ''
+extlink_exclude_noreferrer: ''
 extlink_class: ext
 extlink_label: '(le lien est externe)'
 extlink_img_class: false
 extlink_css_exclude: ''
+extlink_css_include: ''
 extlink_css_explicit: ''
 extlink_mailto_class: mailto
 extlink_mailto_label: '(link sends email)'
+extlink_tel_class: ''
+extlink_tel_label: '(link is a phone number)'
+extlink_prevent_orphan: false

+ 1 - 1
config/sync/pathauto.pattern.actu.yml

@@ -10,7 +10,7 @@ type: 'canonical_entities:node'
 pattern: 'actus/[node:title]'
 selection_criteria:
   aaa1540e-3c81-430f-b75d-8ecc84f14a08:
-    id: entity_bundle:node
+    id: 'entity_bundle:node'
     negate: false
     uuid: aaa1540e-3c81-430f-b75d-8ecc84f14a08
     context_mapping:

+ 1 - 1
config/sync/pathauto.pattern.ressources.yml

@@ -10,7 +10,7 @@ type: 'canonical_entities:node'
 pattern: 'ressources/[node:title]'
 selection_criteria:
   d6cdb357-4722-45ca-8a64-2a3f2a92a963:
-    id: entity_bundle:node
+    id: 'entity_bundle:node'
     negate: false
     uuid: d6cdb357-4722-45ca-8a64-2a3f2a92a963
     context_mapping:

+ 1 - 1
config/sync/pathauto.pattern.static.yml

@@ -10,7 +10,7 @@ type: 'canonical_entities:node'
 pattern: '[node:title]'
 selection_criteria:
   d3c0e436-3760-4e9c-947b-2a9eeb782a98:
-    id: entity_bundle:node
+    id: 'entity_bundle:node'
     negate: false
     uuid: d3c0e436-3760-4e9c-947b-2a9eeb782a98
     context_mapping:

+ 1 - 0
config/sync/system.feature_flags.yml

@@ -0,0 +1 @@
+linkset_endpoint: false

+ 7 - 0
config/sync/system.mail.yml

@@ -2,3 +2,10 @@ _core:
   default_config_hash: lCmomLfOMrVmswIaFN0SimRdg6H1_a0nU60SauWb2WA
 interface:
   default: php_mail
+mailer_dsn:
+  scheme: sendmail
+  host: default
+  user: null
+  password: null
+  port: null
+  options: {  }

+ 0 - 1
config/sync/system.performance.yml

@@ -14,4 +14,3 @@ fast_404:
 js:
   preprocess: false
   gzip: true
-stale_file_threshold: 2592000

+ 1 - 0
config/sync/system.site.yml

@@ -12,3 +12,4 @@ page:
 admin_compact_mode: false
 weight_select_max: 100
 default_langcode: fr
+mail_notification: null

+ 1 - 1
config/sync/system.theme.global.yml

@@ -12,5 +12,5 @@ features:
   node_user_picture: false
 logo:
   path: ''
-  url: ''
+  url: null
   use_default: true

+ 2 - 1
config/sync/taxonomy.vocabulary.actu_type.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: "Type d'actu"
 vid: actu_type
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 2 - 1
config/sync/taxonomy.vocabulary.collection.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: Collection
 vid: collection
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 2 - 1
config/sync/taxonomy.vocabulary.structure.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: Structure
 vid: structure
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 2 - 1
config/sync/taxonomy.vocabulary.tag_ressource.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: 'tag ressource'
 vid: tag_ressource
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 2 - 1
config/sync/taxonomy.vocabulary.type_de_media.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: 'type de media'
 vid: type_de_media
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 2 - 1
config/sync/taxonomy.vocabulary.type_de_moa.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: 'Type de MOA'
 vid: type_de_moa
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 2 - 1
config/sync/taxonomy.vocabulary.type_de_projet.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: 'Type de projet'
 vid: type_de_projet
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 2 - 1
config/sync/taxonomy.vocabulary.type_de_protagoniste.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: 'Type de protagoniste'
 vid: type_de_protagoniste
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 2 - 1
config/sync/taxonomy.vocabulary.types_de_ressource.yml

@@ -4,5 +4,6 @@ status: true
 dependencies: {  }
 name: 'Types de ressource'
 vid: types_de_ressource
-description: ''
+description: null
 weight: 0
+new_revision: false

+ 1 - 1
config/sync/update.settings.yml

@@ -4,7 +4,7 @@ check:
   disabled_extensions: false
   interval_days: 1
 fetch:
-  url: ''
+  url: null
   max_attempts: 2
   timeout: 30
 notification:

+ 0 - 1
config/sync/views.settings.yml

@@ -46,4 +46,3 @@ field_rewrite_elements:
   ins: INS
   q: Q
   s: S
-skip_cache: false

+ 0 - 3
config/sync/views.view.actus_blocks_pages.yml

@@ -337,7 +337,6 @@ display:
       contexts:
         - 'languages:language_content'
         - 'languages:language_interface'
-        - user
         - 'user.node_grants:view'
         - user.permissions
       tags: {  }
@@ -442,7 +441,6 @@ display:
       contexts:
         - 'languages:language_content'
         - 'languages:language_interface'
-        - user
         - 'user.node_grants:view'
         - user.permissions
       tags: {  }
@@ -553,7 +551,6 @@ display:
       contexts:
         - 'languages:language_content'
         - 'languages:language_interface'
-        - user
         - 'user.node_grants:view'
         - user.permissions
       tags: {  }

+ 1 - 0
config/sync/views.view.administerusersbyrole_people.yml

@@ -480,6 +480,7 @@ display:
             offset: false
             offset_label: Offset
           quantity: 9
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 1 - 0
config/sync/views.view.archive.yml

@@ -43,6 +43,7 @@ display:
             items_per_page_options_all_label: '- All -'
             offset: false
             offset_label: Offset
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 0 - 2
config/sync/views.view.base_de_donnees.yml

@@ -964,7 +964,6 @@ display:
         - 'languages:language_content'
         - 'languages:language_interface'
         - url
-        - user
         - 'user.node_grants:view'
         - user.permissions
       tags:
@@ -1079,7 +1078,6 @@ display:
         - 'languages:language_content'
         - 'languages:language_interface'
         - url
-        - user
         - 'user.node_grants:view'
         - user.permissions
       tags:

+ 0 - 1
config/sync/views.view.collection_.yml

@@ -134,7 +134,6 @@ display:
           default_argument_options:
             index: 2
             use_alias: false
-          default_argument_skip_url: false
           summary_options:
             base_path: ''
             count: true

+ 10 - 0
config/sync/views.view.content.yml

@@ -187,6 +187,15 @@ display:
             date_format: short
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
         operations:
           id: operations
           table: node
@@ -246,6 +255,7 @@ display:
             previous: '‹ Previous'
             first: '« First'
             last: 'Last »'
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 1 - 0
config/sync/views.view.content_translations.yml

@@ -420,6 +420,7 @@ display:
             offset: false
             offset_label: Offset
           quantity: 9
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 20 - 1
config/sync/views.view.files.yml

@@ -335,6 +335,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
         changed:
           id: changed
           table: file_managed
@@ -391,6 +400,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
         count:
           id: count
           table: file_usage
@@ -466,6 +484,7 @@ display:
             items_per_page_options_all_label: '- All -'
             offset: false
             offset_label: Offset
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:
@@ -1001,6 +1020,7 @@ display:
             items_per_page_options_all_label: '- All -'
             offset: false
             offset_label: Offset
+          pagination_heading_level: h4
       empty: {  }
       arguments:
         fid:
@@ -1023,7 +1043,6 @@ display:
           default_argument_type: fixed
           default_argument_options:
             argument: ''
-          default_argument_skip_url: false
           summary_options:
             base_path: ''
             count: true

+ 1 - 0
config/sync/views.view.frontpage.yml

@@ -47,6 +47,7 @@ display:
             offset: false
             offset_label: Offset
           quantity: 9
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 10 - 2
config/sync/views.view.glossary.yml

@@ -183,6 +183,15 @@ display:
             date_format: long
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
       pager:
         type: mini
         options:
@@ -201,6 +210,7 @@ display:
             items_per_page_options_all_label: '- All -'
             offset: false
             offset_label: Offset
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:
@@ -239,7 +249,6 @@ display:
           default_argument_type: fixed
           default_argument_options:
             argument: a
-          default_argument_skip_url: false
           summary_options: {  }
           summary:
             format: default_summary
@@ -406,7 +415,6 @@ display:
           default_argument_type: fixed
           default_argument_options:
             argument: a
-          default_argument_skip_url: false
           summary_options:
             items_per_page: 25
             inline: true

+ 1 - 0
config/sync/views.view.locked_content.yml

@@ -385,6 +385,7 @@ display:
             offset: false
             offset_label: Offset
           quantity: 9
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 0 - 2
config/sync/views.view.offres_de_.yml

@@ -278,7 +278,6 @@ display:
         - 'languages:language_content'
         - 'languages:language_interface'
         - url
-        - user
         - 'user.node_grants:view'
         - user.permissions
       tags: {  }
@@ -360,7 +359,6 @@ display:
         - 'languages:language_content'
         - 'languages:language_interface'
         - url
-        - user
         - 'user.node_grants:view'
         - user.permissions
       tags: {  }

+ 68 - 1
config/sync/views.view.projets.yml

@@ -11,6 +11,74 @@ dependencies:
     - node.type.projet
     - taxonomy.vocabulary.type_de_moa
     - taxonomy.vocabulary.type_de_projet
+  content:
+    - 'taxonomy_term:actu_type:72d2b968-0581-4b4b-99d9-2e4ddfd360cc'
+    - 'taxonomy_term:actu_type:95dcbd7e-7f1f-48ad-9bb1-42022a29b18d'
+    - 'taxonomy_term:collection:1ca945e2-5c86-42c8-bb2f-3f62d5a13885'
+    - 'taxonomy_term:collection:28b7611e-89e5-432c-8397-14f903dec313'
+    - 'taxonomy_term:structure:0a985774-0b9c-4909-9d60-385a8480f9b1'
+    - 'taxonomy_term:structure:0cac3c7e-8728-47e4-83a1-bb8950ded351'
+    - 'taxonomy_term:structure:414a4bbb-7d12-485b-8511-ae2bde055a69'
+    - 'taxonomy_term:structure:66b28626-5cb4-489e-ac93-17e86d2380ad'
+    - 'taxonomy_term:structure:7d997340-eaa4-4eea-9108-4203d81b9736'
+    - 'taxonomy_term:structure:97763eeb-0984-465b-aef3-d36acef94c13'
+    - 'taxonomy_term:structure:9f4d4587-b0e4-47fc-b65f-c2c5c9e19b27'
+    - 'taxonomy_term:structure:b9d19eaa-def6-4ffa-9c29-24eced15ee8c'
+    - 'taxonomy_term:structure:dcb89cd2-fce2-4d12-8baf-5836873c7337'
+    - 'taxonomy_term:structure:dd1039f7-e087-4b23-9010-5fc26d418c18'
+    - 'taxonomy_term:tag_ressource:093880f2-5978-4f91-a07a-e242ca50469a'
+    - 'taxonomy_term:tag_ressource:16c34305-dc46-437d-b091-e0c3f4e8ee27'
+    - 'taxonomy_term:tag_ressource:1fe5f87a-01ac-48af-847a-44a95a5151fe'
+    - 'taxonomy_term:tag_ressource:2218f054-c908-4daf-8695-b5c01463f4a3'
+    - 'taxonomy_term:tag_ressource:30b4d189-4f3a-44c0-93b5-ec3b960ab5b2'
+    - 'taxonomy_term:tag_ressource:3757a188-151d-4893-b909-d26e3b76401f'
+    - 'taxonomy_term:tag_ressource:463b83b4-1499-40c9-95d6-20019cfe896d'
+    - 'taxonomy_term:tag_ressource:52684f54-dbcd-4bfb-a384-909194ddb026'
+    - 'taxonomy_term:tag_ressource:5e77ead2-a9da-4b3e-ad3e-441e68805451'
+    - 'taxonomy_term:tag_ressource:69827476-21da-4966-8b31-da9b4e06b60f'
+    - 'taxonomy_term:tag_ressource:6985dd1f-44e4-41f5-b9b3-e78018137fc0'
+    - 'taxonomy_term:tag_ressource:7c25ff12-de36-4f45-bb8c-687c859e763b'
+    - 'taxonomy_term:tag_ressource:93641b85-ffa5-458b-9570-3351ed4e0798'
+    - 'taxonomy_term:tag_ressource:99cea1b8-8684-4320-ab78-cb699d88f835'
+    - 'taxonomy_term:tag_ressource:9e30f735-767a-4f41-b0a8-99e76615e666'
+    - 'taxonomy_term:tag_ressource:9f5b0a6e-e6dd-4fab-8230-1342b4fdc004'
+    - 'taxonomy_term:tag_ressource:a6a436d9-e3fb-4e26-a69e-96f38e1e5945'
+    - 'taxonomy_term:tag_ressource:ab93d831-9878-4954-9d01-2bb53be33ad5'
+    - 'taxonomy_term:tag_ressource:afe6d635-3cdf-4ad4-8b6d-ee183cff3e42'
+    - 'taxonomy_term:tag_ressource:bc730054-8f4f-4411-9d6a-856adad2f466'
+    - 'taxonomy_term:tag_ressource:c6ac86a3-9766-4818-9689-814ffc8c9ab5'
+    - 'taxonomy_term:tag_ressource:c8c08ae0-5666-400e-8a0d-a961802a0e81'
+    - 'taxonomy_term:tag_ressource:dfc8464f-7902-46b6-8ac6-3a662b8ba5a0'
+    - 'taxonomy_term:tag_ressource:e95627b6-f54f-4414-b11d-4c0db74672a8'
+    - 'taxonomy_term:tag_ressource:fe450e3b-800c-4d7c-9462-d41452e212d9'
+    - 'taxonomy_term:type_de_media:162e6054-ca95-4a60-8d72-3eedfc4fa356'
+    - 'taxonomy_term:type_de_media:4bdb2b15-d470-4442-8559-5696d1987ee9'
+    - 'taxonomy_term:type_de_media:6e0b5264-297c-4bfb-90e3-cab68aea746c'
+    - 'taxonomy_term:type_de_media:ad3d2330-093d-43ff-a73e-adb96b0cb01a'
+    - 'taxonomy_term:type_de_media:b25a083c-1af4-4e15-894c-3a270fa0457c'
+    - 'taxonomy_term:type_de_media:e579d581-53fd-4e45-b953-e8b4dac21019'
+    - 'taxonomy_term:type_de_moa:10770547-c4c2-4ee3-9bc7-76ad86dc6ff2'
+    - 'taxonomy_term:type_de_moa:1f1eae39-f3f3-498b-a091-3c8cdaf2755b'
+    - 'taxonomy_term:type_de_moa:6c812dfd-ec09-41e6-8e0f-9b86f2a87190'
+    - 'taxonomy_term:type_de_moa:7ec1fbc8-52d6-48c1-8e43-0d2573c94543'
+    - 'taxonomy_term:type_de_moa:e469587e-ff3e-4717-b52b-f84331b6fdea'
+    - 'taxonomy_term:type_de_projet:2b380ef5-670a-490d-8b46-163dc2f4b972'
+    - 'taxonomy_term:type_de_projet:f0bb1f17-2397-457b-b002-0276d06fa66d'
+    - 'taxonomy_term:type_de_projet:f6de821e-3e7a-4492-adce-7b95491c1d82'
+    - 'taxonomy_term:type_de_protagoniste:5ccf3e8a-77d2-408d-a477-86f4f737fbe7'
+    - 'taxonomy_term:type_de_protagoniste:5eed05fa-d0d0-43e0-bbea-6ff81f844802'
+    - 'taxonomy_term:type_de_protagoniste:8a648f8a-00f8-420c-be09-7bfa5e778af6'
+    - 'taxonomy_term:type_de_protagoniste:98c5c685-e290-42e4-9214-effbe50bf78c'
+    - 'taxonomy_term:type_de_protagoniste:99341211-e4c0-4ffb-867c-dd119932cc44'
+    - 'taxonomy_term:type_de_protagoniste:__5ccf3e8a-77d2-408d-a477-86f4f737fbe7'
+    - 'taxonomy_term:type_de_protagoniste:__8a648f8a-00f8-420c-be09-7bfa5e778af6'
+    - 'taxonomy_term:types_de_ressource:091ed404-43c2-4503-adf7-b177c148da83'
+    - 'taxonomy_term:types_de_ressource:2d9c5ba1-f92c-4f95-99ac-9de5d627dae8'
+    - 'taxonomy_term:types_de_ressource:703da02d-00b8-43b4-9b90-d1995b3ded11'
+    - 'taxonomy_term:types_de_ressource:88acdbdb-3f6c-4d77-8ad4-21ef93d96e94'
+    - 'taxonomy_term:types_de_ressource:9e9153dd-557d-4e36-bfea-ddf7d408487c'
+    - 'taxonomy_term:types_de_ressource:e25c59a1-62c2-48bc-be8b-8cc04ed9d70e'
+    - 'taxonomy_term:types_de_ressource:f9290a69-f7ad-4cd3-bbed-aff39fe564bb'
   module:
     - better_exposed_filters
     - geofield
@@ -965,7 +1033,6 @@ display:
         - 'languages:language_content'
         - 'languages:language_interface'
         - url
-        - user
         - 'user.node_grants:view'
         - user.permissions
       tags:

+ 1 - 0
config/sync/views.view.redirect.yml

@@ -243,6 +243,7 @@ display:
             offset: false
             offset_label: Offset
           quantity: 9
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 1 - 1
config/sync/views.view.taxonomy_term.yml

@@ -43,6 +43,7 @@ display:
             items_per_page_options_all_label: '- All -'
             offset: false
             offset_label: Offset
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:
@@ -108,7 +109,6 @@ display:
           default_argument_type: fixed
           default_argument_options:
             argument: ''
-          default_argument_skip_url: false
           summary_options:
             base_path: ''
             count: true

+ 1 - 0
config/sync/views.view.user_admin_people.yml

@@ -480,6 +480,7 @@ display:
             offset: false
             offset_label: Offset
           quantity: 9
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 1 - 0
config/sync/views.view.watchdog.yml

@@ -454,6 +454,7 @@ display:
             items_per_page_options_all_label: '- All -'
             offset: false
             offset_label: Offset
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:

+ 66 - 2
config/sync/views.view.webform_submissions.yml

@@ -216,6 +216,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
           group_column: value
           group_columns: {  }
           group_rows: true
@@ -365,6 +374,7 @@ display:
             offset: false
             offset_label: Offset
           quantity: 9
+          pagination_heading_level: h4
       exposed_form:
         type: basic
         options:
@@ -422,7 +432,8 @@ display:
           field: uid
           entity_type: webform_submission
           entity_field: uid
-          plugin_id: numeric
+          plugin_id: entity_target_id
+          target_entity_type_id: user
         in_draft:
           id: in_draft
           table: webform_submission
@@ -443,7 +454,6 @@ display:
           default_argument_type: fixed
           default_argument_options:
             argument: ''
-          default_argument_skip_url: false
           summary_options:
             base_path: ''
             count: true
@@ -979,6 +989,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
           group_column: value
           group_columns: {  }
           group_rows: true
@@ -1046,6 +1065,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
           group_column: value
           group_columns: {  }
           group_rows: true
@@ -1901,6 +1929,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
           group_column: value
           group_columns: {  }
           group_rows: true
@@ -1968,6 +2005,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
           group_column: value
           group_columns: {  }
           group_rows: true
@@ -2735,6 +2781,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
           group_column: value
           group_columns: {  }
           group_rows: true
@@ -2802,6 +2857,15 @@ display:
             date_format: medium
             custom_date_format: ''
             timezone: ''
+            tooltip:
+              date_format: ''
+              custom_date_format: ''
+            time_diff:
+              enabled: false
+              future_format: '@interval hence'
+              past_format: '@interval ago'
+              granularity: 2
+              refresh: 60
           group_column: value
           group_columns: {  }
           group_rows: true

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 8c4a1c66c3cf0950cec337b93f60ad3994440962
+Subproject commit e2b8cf6510095ba012ffcf9ae7796305449fbc40