Browse Source

updated core 8.7.14 > 8.8.6
https://www.drupal.org/docs/updating-drupal/migrate-composer-project-for-drupal-earlier-than-880

Bachir Soussi Chiadmi 3 years ago
parent
commit
0e518fc147
44 changed files with 578 additions and 679 deletions
  1. 13 0
      .gitignore
  2. 3 5
      composer.json
  3. 215 521
      composer.lock
  4. 1 0
      config/sync/core.entity_form_display.composition.composition.default.yml
  5. 2 0
      config/sync/core.entity_form_display.menu_link_content.menu_link_content.default.yml
  6. 5 0
      config/sync/core.entity_form_display.node.autre_son.default.yml
  7. 3 0
      config/sync/core.entity_form_display.node.enregistrement.default.yml
  8. 2 0
      config/sync/core.entity_form_display.node.evenement.default.yml
  9. 3 0
      config/sync/core.entity_form_display.node.fil.default.yml
  10. 2 0
      config/sync/core.entity_form_display.node.page.default.yml
  11. 1 0
      config/sync/core.entity_form_display.node.static.default.yml
  12. 7 0
      config/sync/core.entity_form_display.taxonomy_term.genres.default.yml
  13. 7 0
      config/sync/core.entity_form_display.taxonomy_term.langues.default.yml
  14. 1 0
      config/sync/core.extension.yml
  15. 1 0
      config/sync/field.field.node.autre_son.body.yml
  16. 1 0
      config/sync/field.field.node.enregistrement.body.yml
  17. 1 0
      config/sync/field.field.node.evenement.body.yml
  18. 1 0
      config/sync/field.field.node.fil.body.yml
  19. 1 0
      config/sync/field.field.node.page.body.yml
  20. 1 0
      config/sync/field.field.node.static.body.yml
  21. 13 0
      config/sync/language.content_settings.path_alias.path_alias.yml
  22. 28 31
      config/sync/search_api.index.collection.yml
  23. 1 2
      config/sync/system.file.yml
  24. 4 1
      config/sync/views.view.archive.yml
  25. 96 59
      config/sync/views.view.content.yml
  26. 4 1
      config/sync/views.view.content_recent.yml
  27. 20 1
      config/sync/views.view.content_translations.yml
  28. 44 1
      config/sync/views.view.entree_s_.yml
  29. 6 1
      config/sync/views.view.files.yml
  30. 6 1
      config/sync/views.view.frontpage.yml
  31. 2 1
      config/sync/views.view.glossary.yml
  32. 0 1
      config/sync/views.view.maillog_overview.yml
  33. 0 1
      config/sync/views.view.profiles.yml
  34. 8 1
      config/sync/views.view.redirect.yml
  35. 4 1
      config/sync/views.view.taxonomy_term.yml
  36. 12 1
      config/sync/views.view.user_admin_people.yml
  37. 4 1
      config/sync/views.view.watchdog.yml
  38. 4 1
      config/sync/views.view.who_s_new.yml
  39. 4 1
      config/sync/views.view.who_s_online.yml
  40. 0 1
      config/sync/views.view.workflow_entity_history.yml
  41. 1 1
      web/.htaccess
  42. 21 43
      web/sites/default/default.settings.php
  43. 24 0
      web/sites/example.settings.local.php
  44. 1 1
      web/web.config

+ 13 - 0
.gitignore

@@ -23,3 +23,16 @@
 
 # Ignore .env files as they are personal
 /.env
+/.csslintrc
+/.eslintignore
+/.eslintrc.json
+/.ht.router.php
+/.htaccess
+/INSTALL.txt
+/README.txt
+/autoload.php
+/example.gitignore
+/index.php
+/robots.txt
+/update.php
+/web.config

+ 3 - 5
composer.json

@@ -21,9 +21,8 @@
     ],
     "require": {
         "php": ">=5.6",
-        "composer/installers": "^1.2",
+        "composer/installers": "^1.7",
         "cweagans/composer-patches": "^1.6.5",
-        "drupal-composer/drupal-scaffold": "^2.5",
         "drupal/addtoany": "1.12.0",
         "drupal/admin_toolbar": "2.0",
         "drupal/adminimal_theme": "^1.4",
@@ -37,7 +36,8 @@
         "drupal/config_ignore": "2.1.0",
         "drupal/console": "^1.0.2",
         "drupal/context": "4.0.0-beta2",
-        "drupal/core": "8.7.14",
+        "drupal/core-composer-scaffold": "8.8.6",
+        "drupal/core-recommended": "^8.8",
         "drupal/ctools": "3.2.0",
         "drupal/date_range_formatter": "3.1.0",
         "drupal/devel": "2.1",
@@ -76,8 +76,6 @@
         "drush/drush": "^9.0.0",
         "oomphinc/composer-installers-extender": "^1.1",
         "vlucas/phpdotenv": "^2.4",
-        "webflo/drupal-core-require-dev": "8.7.14",
-        "webflo/drupal-core-strict": "^8.0",
         "webflo/drupal-finder": "^1.0.0",
         "webmozart/path-util": "^2.3",
         "zaporylie/composer-drupal-optimizations": "^1.0"

File diff suppressed because it is too large
+ 215 - 521
composer.lock


+ 1 - 0
config/sync/core.entity_form_display.composition.composition.default.yml

@@ -16,6 +16,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     region: content
     third_party_settings: {  }
   name:

+ 2 - 0
config/sync/core.entity_form_display.menu_link_content.menu_link_content.default.yml

@@ -49,4 +49,6 @@ content:
   translation:
     weight: 10
     region: content
+    settings: {  }
+    third_party_settings: {  }
 hidden: {  }

+ 5 - 0
config/sync/core.entity_form_display.node.autre_son.default.yml

@@ -27,6 +27,7 @@ content:
       rows: 9
       summary_rows: 3
       placeholder: ''
+      show_summary: false
     third_party_settings: {  }
     region: content
   created:
@@ -41,6 +42,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     third_party_settings: {  }
     type: entity_reference_autocomplete
     region: content
@@ -63,6 +65,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     third_party_settings: {  }
     type: entity_reference_autocomplete
     region: content
@@ -72,6 +75,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     third_party_settings: {  }
     type: entity_reference_autocomplete
     region: content
@@ -131,6 +135,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     region: content
     third_party_settings: {  }
   url_redirects:

+ 3 - 0
config/sync/core.entity_form_display.node.enregistrement.default.yml

@@ -131,6 +131,7 @@ content:
       rows: 9
       placeholder: ''
       summary_rows: 3
+      show_summary: false
     third_party_settings: {  }
     region: content
   field_description:
@@ -160,6 +161,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     third_party_settings: {  }
     type: entity_reference_autocomplete_tags
     region: content
@@ -178,6 +180,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     third_party_settings: {  }
     type: entity_reference_autocomplete_tags
     region: content

+ 2 - 0
config/sync/core.entity_form_display.node.evenement.default.yml

@@ -86,6 +86,7 @@ content:
       rows: 9
       summary_rows: 3
       placeholder: ''
+      show_summary: false
     third_party_settings: {  }
     region: content
   field_date:
@@ -113,6 +114,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     third_party_settings: {  }
     type: entity_reference_autocomplete
     region: content

+ 3 - 0
config/sync/core.entity_form_display.node.fil.default.yml

@@ -23,6 +23,7 @@ content:
       rows: 9
       summary_rows: 3
       placeholder: ''
+      show_summary: false
     third_party_settings: {  }
     region: content
   created:
@@ -50,6 +51,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     third_party_settings: {  }
     type: entity_reference_autocomplete
     region: content
@@ -105,6 +107,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     region: content
     third_party_settings: {  }
   url_redirects:

+ 2 - 0
config/sync/core.entity_form_display.node.page.default.yml

@@ -112,6 +112,7 @@ content:
       rows: 9
       summary_rows: 3
       placeholder: ''
+      show_summary: false
     third_party_settings: {  }
     region: content
   field_afficher_en_page_d_acceuil:
@@ -127,6 +128,7 @@ content:
       match_operator: CONTAINS
       size: 60
       placeholder: ''
+      match_limit: 10
     third_party_settings: {  }
     type: entity_reference_autocomplete
     region: content

+ 1 - 0
config/sync/core.entity_form_display.node.static.default.yml

@@ -77,6 +77,7 @@ content:
       rows: 9
       summary_rows: 3
       placeholder: ''
+      show_summary: false
     third_party_settings: {  }
     region: content
   field_afficher_en_page_d_acceuil:

+ 7 - 0
config/sync/core.entity_form_display.taxonomy_term.genres.default.yml

@@ -33,6 +33,13 @@ content:
       size: 60
       placeholder: ''
     third_party_settings: {  }
+  status:
+    type: boolean_checkbox
+    settings:
+      display_label: true
+    weight: 100
+    region: content
+    third_party_settings: {  }
   translation:
     weight: 10
     settings: {  }

+ 7 - 0
config/sync/core.entity_form_display.taxonomy_term.langues.default.yml

@@ -24,6 +24,13 @@ content:
       size: 60
       placeholder: ''
     third_party_settings: {  }
+  status:
+    type: boolean_checkbox
+    settings:
+      display_label: true
+    weight: 100
+    region: content
+    third_party_settings: {  }
   translation:
     weight: 10
     settings: {  }

+ 1 - 0
config/sync/core.extension.yml

@@ -74,6 +74,7 @@ module:
   options: 0
   page_cache: 0
   path: 0
+  path_alias: 0
   path_alias_xt: 0
   profile: 0
   redirect: 0

+ 1 - 0
config/sync/field.field.node.autre_son.body.yml

@@ -19,4 +19,5 @@ default_value: {  }
 default_value_callback: ''
 settings:
   display_summary: true
+  required_summary: false
 field_type: text_with_summary

+ 1 - 0
config/sync/field.field.node.enregistrement.body.yml

@@ -19,4 +19,5 @@ default_value: {  }
 default_value_callback: ''
 settings:
   display_summary: true
+  required_summary: false
 field_type: text_with_summary

+ 1 - 0
config/sync/field.field.node.evenement.body.yml

@@ -19,4 +19,5 @@ default_value: {  }
 default_value_callback: ''
 settings:
   display_summary: true
+  required_summary: false
 field_type: text_with_summary

+ 1 - 0
config/sync/field.field.node.fil.body.yml

@@ -19,4 +19,5 @@ default_value: {  }
 default_value_callback: ''
 settings:
   display_summary: true
+  required_summary: false
 field_type: text_with_summary

+ 1 - 0
config/sync/field.field.node.page.body.yml

@@ -19,4 +19,5 @@ default_value: {  }
 default_value_callback: ''
 settings:
   display_summary: true
+  required_summary: false
 field_type: text_with_summary

+ 1 - 0
config/sync/field.field.node.static.body.yml

@@ -19,4 +19,5 @@ default_value: {  }
 default_value_callback: ''
 settings:
   display_summary: true
+  required_summary: false
 field_type: text_with_summary

+ 13 - 0
config/sync/language.content_settings.path_alias.path_alias.yml

@@ -0,0 +1,13 @@
+uuid: 723884a1-9b7a-4ba3-9910-700282ee8338
+langcode: fr
+status: true
+dependencies:
+  module:
+    - path_alias
+_core:
+  default_config_hash: dhjFABRzm52DkRXnYja5ZoHwjY0R3gEGic3KpDUXgRo
+id: path_alias.path_alias
+target_entity_type_id: path_alias
+target_bundle: path_alias
+default_langcode: und
+language_alterable: true

+ 28 - 31
config/sync/search_api.index.collection.yml

@@ -7,9 +7,9 @@ dependencies:
     - field.storage.node.field_description
     - field.storage.node.field_entrees
     - field.storage.node.field_genres
-    - field.storage.taxonomy_term.field_synonyms
     - field.storage.node.field_langues
     - field.storage.node.field_locuteurs
+    - field.storage.taxonomy_term.field_synonyms
     - field.storage.node.field_transcript_trad
     - field.storage.node.field_transcript_vo
     - field.storage.node.field_workflow
@@ -58,7 +58,6 @@ field_settings:
         - field.storage.node.field_genres
       module:
         - taxonomy
-        - taxonomy
   field_langues:
     label: 'Langue(s) » Taxonomy term » Name'
     datasource_id: 'entity:node'
@@ -69,7 +68,6 @@ field_settings:
         - field.storage.node.field_langues
       module:
         - taxonomy
-        - taxonomy
   field_locuteurs:
     label: Locuteur(s)
     datasource_id: 'entity:node'
@@ -137,7 +135,6 @@ field_settings:
         - field.storage.node.field_entrees
       module:
         - taxonomy
-        - taxonomy
   node_grants:
     label: 'Node access information'
     property_path: search_api_node_grants
@@ -186,30 +183,6 @@ datasource_settings:
         - en
         - fr
 processor_settings:
-  add_url: {  }
-  aggregated_field: {  }
-  content_access:
-    weights:
-      preprocess_query: -30
-  entity_status: {  }
-  html_filter:
-    all_fields: false
-    fields:
-      - body
-      - field_description
-      - field_transcript_trad
-      - field_transcript_vo
-    title: true
-    alt: true
-    tags:
-      b: 2
-      h1: 5
-      h2: 3
-      h3: 2
-      strong: 2
-    weights:
-      preprocess_index: -15
-      preprocess_query: -15
   ignorecase:
     all_fields: true
     fields:
@@ -228,9 +201,7 @@ processor_settings:
     weights:
       preprocess_index: -20
       preprocess_query: -20
-  language_with_fallback: {  }
-  rendered_item: {  }
-  reverse_entity_references: {  }
+  add_url: {  }
   tokenizer:
     all_fields: true
     fields:
@@ -249,6 +220,30 @@ processor_settings:
     weights:
       preprocess_index: -6
       preprocess_query: -6
+  entity_status: {  }
+  reverse_entity_references: {  }
+  rendered_item: {  }
+  content_access:
+    weights:
+      preprocess_query: -30
+  html_filter:
+    all_fields: false
+    fields:
+      - body
+      - field_description
+      - field_transcript_trad
+      - field_transcript_vo
+    title: true
+    alt: true
+    tags:
+      b: 2
+      h1: 5
+      h2: 3
+      h3: 2
+      strong: 2
+    weights:
+      preprocess_index: -15
+      preprocess_query: -15
   transliteration:
     all_fields: true
     fields:
@@ -267,6 +262,8 @@ processor_settings:
     weights:
       preprocess_index: -20
       preprocess_query: -20
+  language_with_fallback: {  }
+  aggregated_field: {  }
 tracker_settings:
   default:
     indexing_order: lifo

+ 1 - 2
config/sync/system.file.yml

@@ -1,7 +1,6 @@
 allow_insecure_uploads: false
 default_scheme: public
-path:
-  temporary: /tmp
+path: {  }
 temporary_maximum_age: 21600
 _core:
   default_config_hash: t48gCU9DzYfjb3bAOIqHLzhL0ChBlXh6_5B5Pyo9t8g

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

@@ -16,7 +16,6 @@ description: 'All content, by month.'
 tag: default
 base_table: node_field_data
 base_field: nid
-core: '8'
 display:
   default:
     id: default
@@ -113,6 +112,8 @@ display:
           group: 0
           expose:
             operator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           plugin_id: boolean
           entity_type: node
           entity_field: status
@@ -141,6 +142,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

+ 96 - 59
config/sync/views.view.content.yml

@@ -55,7 +55,6 @@ description: 'Find and manage content.'
 tag: default
 base_table: node_field_data
 base_field: nid
-core: 8.x
 display:
   default:
     display_options:
@@ -710,6 +709,9 @@ display:
           plugin_id: node_status
           group: 1
           entity_type: node
+          expose:
+            operator_limit_selection: false
+            operator_list: {  }
         status:
           id: status
           table: node_field_data
@@ -733,6 +735,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: true
           group_info:
             label: 'Published status'
@@ -789,6 +793,8 @@ display:
               root: '0'
               invite: '0'
             reduce: true
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -830,6 +836,8 @@ display:
               anonymous: '0'
               administrator: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -870,6 +878,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -913,6 +923,8 @@ display:
               admin: '0'
               root: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1030,6 +1042,9 @@ display:
           plugin_id: node_status
           group: 1
           entity_type: node
+          expose:
+            operator_limit_selection: false
+            operator_list: {  }
         field_workflow_generic_value:
           id: field_workflow_generic_value
           table: node__field_workflow_generic
@@ -1059,6 +1074,8 @@ display:
               root: '0'
               invite: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1103,6 +1120,8 @@ display:
               root: '0'
               invite: '0'
             reduce: true
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1147,6 +1166,8 @@ display:
               root: '0'
               invite: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1192,6 +1213,8 @@ display:
               anonymous: '0'
               administrator: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1233,6 +1256,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1277,6 +1302,8 @@ display:
               root: '0'
               invite: '0'
               user: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1352,35 +1379,18 @@ display:
           clear_on_exposed: false
           action_title: Action
           selected_actions:
-            domain_access_none_action: 0
-            domain_access_remove_action: 0
-            domain_access_all_action: 0
-            domain_access_add_action: 0
-            node_promote_action: 0
-            node_unpromote_action: 0
-            node_unpublish_by_keyword_action: 0
-            node_assign_owner_action: 0
-            node_publish_action: 0
-            node_unpublish_action: 0
-            node_make_unsticky_action: 0
-            node_save_action: node_save_action
-            node_make_sticky_action: 0
-            views_bulk_edit: 0
-            views_bulk_operations_delete_entity: 0
-            workflow_node_given_state_action: workflow_node_given_state_action
-            workflow_node_next_state_action: 0
-            pathauto_update_alias: pathauto_update_alias
-            'entity:delete_action:node': 0
-            'entity:unpublish_action:node': 0
-            'entity:publish_action:node': 0
-            'entity:save_action:node': 0
-          preconfiguration:
-            node_save_action:
-              label_override: ''
-            workflow_node_given_state_action:
-              label_override: ''
-            pathauto_update_alias:
-              label_override: ''
+            -
+              action_id: node_save_action
+              preconfiguration:
+                label_override: ''
+            -
+              action_id: workflow_node_given_state_action
+              preconfiguration:
+                label_override: ''
+            -
+              action_id: pathauto_update_alias
+              preconfiguration:
+                label_override: ''
           plugin_id: views_bulk_operations_bulk_form
         field_visuel:
           id: field_visuel
@@ -2312,6 +2322,8 @@ display:
               root: '0'
               invite: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2353,6 +2365,8 @@ display:
               anonymous: '0'
               administrator: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2394,6 +2408,8 @@ display:
               anonymous: '0'
               administrator: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2438,6 +2454,8 @@ display:
               root: '0'
               invite: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: true
           group_info:
             label: Article
@@ -2488,6 +2506,8 @@ display:
               root: '0'
               invite: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2533,6 +2553,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2577,6 +2599,8 @@ display:
               root: '0'
               invite: '0'
               user: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2622,6 +2646,8 @@ display:
               invite: '0'
               user: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2671,6 +2697,8 @@ display:
               invite: '0'
               user: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2759,35 +2787,18 @@ display:
           clear_on_exposed: true
           action_title: Action
           selected_actions:
-            domain_access_none_action: 0
-            domain_access_remove_action: 0
-            domain_access_all_action: 0
-            domain_access_add_action: 0
-            node_promote_action: 0
-            node_unpromote_action: 0
-            node_unpublish_by_keyword_action: 0
-            node_assign_owner_action: 0
-            node_publish_action: 0
-            node_unpublish_action: 0
-            node_make_unsticky_action: 0
-            node_save_action: node_save_action
-            node_make_sticky_action: 0
-            views_bulk_edit: 0
-            views_bulk_operations_delete_entity: 0
-            workflow_node_given_state_action: workflow_node_given_state_action
-            workflow_node_next_state_action: 0
-            pathauto_update_alias: pathauto_update_alias
-            'entity:delete_action:node': 0
-            'entity:unpublish_action:node': 0
-            'entity:publish_action:node': 0
-            'entity:save_action:node': 0
-          preconfiguration:
-            node_save_action:
-              label_override: ''
-            workflow_node_given_state_action:
-              label_override: ''
-            pathauto_update_alias:
-              label_override: ''
+            -
+              action_id: node_save_action
+              preconfiguration:
+                label_override: ''
+            -
+              action_id: workflow_node_given_state_action
+              preconfiguration:
+                label_override: ''
+            -
+              action_id: pathauto_update_alias
+              preconfiguration:
+                label_override: ''
           plugin_id: views_bulk_operations_bulk_form
         status:
           id: status
@@ -3967,6 +3978,9 @@ display:
           plugin_id: node_status
           group: 1
           entity_type: node
+          expose:
+            operator_limit_selection: false
+            operator_list: {  }
         field_workflow_generic_value:
           id: field_workflow_generic_value
           table: node__field_workflow_generic
@@ -3996,6 +4010,8 @@ display:
               root: '0'
               invite: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -4040,6 +4056,8 @@ display:
               root: '0'
               invite: '0'
             reduce: true
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -4081,6 +4099,8 @@ display:
               anonymous: '0'
               administrator: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -4123,6 +4143,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -4167,6 +4189,8 @@ display:
               root: '0'
               invite: '0'
               user: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -4823,6 +4847,9 @@ display:
           plugin_id: node_status
           group: 1
           entity_type: node
+          expose:
+            operator_limit_selection: false
+            operator_list: {  }
         field_workflow_generic_value:
           id: field_workflow_generic_value
           table: node__field_workflow_generic
@@ -4852,6 +4879,8 @@ display:
               root: '0'
               invite: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -4892,6 +4921,8 @@ display:
               anonymous: '0'
               administrator: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -4932,6 +4963,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -4973,6 +5006,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -5017,6 +5052,8 @@ display:
               root: '0'
               invite: '0'
               user: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

+ 4 - 1
config/sync/views.view.content_recent.yml

@@ -14,7 +14,6 @@ description: 'Recent content.'
 tag: default
 base_table: node_field_data
 base_field: nid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -188,6 +187,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -227,6 +228,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -15,7 +15,6 @@ description: ''
 tag: ''
 base_table: node_field_data
 base_field: nid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -540,6 +539,8 @@ display:
               anonymous: '0'
               administrator: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -580,6 +581,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -620,6 +623,8 @@ display:
               anonymous: anonymous
               authenticated: authenticated
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -660,6 +665,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -699,6 +706,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -737,6 +746,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -773,6 +784,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -810,6 +823,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -846,6 +861,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -883,6 +900,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

+ 44 - 1
config/sync/views.view.entree_s_.yml

@@ -28,7 +28,6 @@ description: ''
 tag: ''
 base_table: taxonomy_term_field_data
 base_field: tid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -575,6 +574,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -619,6 +620,8 @@ display:
               root: '0'
               invite: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -662,6 +665,8 @@ display:
               root: '0'
               invite: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -703,6 +708,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -743,6 +750,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -844,6 +853,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -888,6 +899,8 @@ display:
               root: '0'
               invite: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -931,6 +944,8 @@ display:
               root: '0'
               invite: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -972,6 +987,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1016,6 +1033,8 @@ display:
               root: '0'
               invite: '0'
               user: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1056,6 +1075,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1376,6 +1397,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1421,6 +1444,8 @@ display:
               invite: '0'
               user: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1462,6 +1487,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1507,6 +1534,8 @@ display:
               invite: '0'
               user: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1549,6 +1578,8 @@ display:
               root: '0'
               invite: '0'
               user: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1589,6 +1620,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1837,6 +1870,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1882,6 +1917,8 @@ display:
               invite: '0'
               user: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1923,6 +1960,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -1967,6 +2006,8 @@ display:
               root: '0'
               invite: '0'
               user: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -2007,6 +2048,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -14,7 +14,6 @@ description: 'Find and manage files.'
 tag: default
 base_table: file_managed
 base_field: fid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -693,6 +692,8 @@ display:
               invite: '0'
               user: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -734,6 +735,8 @@ display:
               anonymous: '0'
               administrator: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -775,6 +778,8 @@ display:
               anonymous: '0'
               administrator: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -17,7 +17,6 @@ description: 'All content promoted to the front page.'
 tag: default
 base_table: node_field_data
 base_field: nid
-core: 8.x
 display:
   default:
     display_options:
@@ -88,6 +87,8 @@ display:
               authenticated: authenticated
             required: false
             use_operator: false
+            operator_limit_selection: false
+            operator_list: {  }
           exposed: false
           field: promote
           group: 1
@@ -115,6 +116,8 @@ display:
         status:
           expose:
             operator: ''
+            operator_limit_selection: false
+            operator_list: {  }
           field: status
           group: 1
           id: status
@@ -148,6 +151,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -16,7 +16,6 @@ description: 'All content, by letter.'
 tag: default
 base_table: node_field_data
 base_field: nid
-core: '8'
 display:
   default:
     id: default
@@ -336,6 +335,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -19,7 +19,6 @@ description: ''
 tag: ''
 base_table: maillog
 base_field: idmaillog
-core: 8.x
 display:
   default:
     display_plugin: default

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

@@ -11,7 +11,6 @@ description: ''
 tag: ''
 base_table: profile
 base_field: profile_id
-core: 8.x
 display:
   default:
     display_plugin: default

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

@@ -15,7 +15,6 @@ description: 'List of redirects'
 tag: ''
 base_table: redirect
 base_field: rid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -359,6 +358,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -399,6 +400,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -442,6 +445,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: true
           group_info:
             label: 'Code du statut'
@@ -532,6 +537,8 @@ display:
               anonymous: '0'
               administrator: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -17,7 +17,6 @@ description: 'Content belonging to a certain taxonomy term.'
 tag: default
 base_table: node_field_data
 base_field: nid
-core: '8'
 display:
   default:
     id: default
@@ -162,6 +161,8 @@ display:
             remember_roles:
               authenticated: authenticated
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -200,6 +201,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -13,7 +13,6 @@ description: 'Find and manage people interacting with your site.'
 tag: default
 base_table: users_field_data
 base_field: uid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -605,6 +604,8 @@ display:
               anonymous: '0'
               administrator: '0'
             placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -647,6 +648,8 @@ display:
               anonymous: '0'
               administrator: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -687,6 +690,8 @@ display:
               anonymous: '0'
               administrator: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -726,6 +731,8 @@ display:
               authenticated: authenticated
               anonymous: '0'
               administrator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: true
           group_info:
             label: Status
@@ -772,6 +779,8 @@ display:
             multiple: false
             remember_roles:
               authenticated: authenticated
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -816,6 +825,8 @@ display:
             placeholder: ''
             min_placeholder: ''
             max_placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -12,7 +12,6 @@ description: 'Recent log messages'
 tag: ''
 base_table: watchdog
 base_field: wid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -583,6 +582,8 @@ display:
               anonymous: '0'
               administrator: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''
@@ -622,6 +623,8 @@ display:
               anonymous: '0'
               administrator: '0'
             reduce: false
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

+ 4 - 1
config/sync/views.view.who_s_new.yml

@@ -13,7 +13,6 @@ description: 'Shows a list of the newest user accounts on the site.'
 tag: default
 base_table: users_field_data
 base_field: uid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -98,6 +97,8 @@ display:
           id: status
           expose:
             operator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           group: 1
           plugin_id: boolean
           entity_type: user
@@ -132,6 +133,8 @@ display:
             placeholder: ''
             min_placeholder: ''
             max_placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

+ 4 - 1
config/sync/views.view.who_s_online.yml

@@ -13,7 +13,6 @@ description: 'Shows the user names of the most recently active users, and the to
 tag: default
 base_table: users_field_data
 base_field: uid
-core: 8.x
 display:
   default:
     display_plugin: default
@@ -105,6 +104,8 @@ display:
           id: status
           expose:
             operator: '0'
+            operator_limit_selection: false
+            operator_list: {  }
           group: 1
           plugin_id: boolean
           entity_type: user
@@ -141,6 +142,8 @@ display:
             placeholder: ''
             min_placeholder: ''
             max_placeholder: ''
+            operator_limit_selection: false
+            operator_list: {  }
           is_grouped: false
           group_info:
             label: ''

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

@@ -13,7 +13,6 @@ description: 'Enable this View to configure the history tab.'
 tag: ''
 base_table: workflow_transition_history
 base_field: hid
-core: 8.x
 display:
   default:
     display_plugin: default

+ 1 - 1
web/.htaccess

@@ -3,7 +3,7 @@
 #
 
 # Protect files and directories from prying eyes.
-<FilesMatch "\.(engine|inc|install|make|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock))$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$">
+<FilesMatch "\.(engine|inc|install|make|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|web\.config)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$">
   <IfModule mod_authz_core.c>
     Require all denied
   </IfModule>

+ 21 - 43
web/sites/default/default.settings.php

@@ -229,29 +229,15 @@ $databases = [];
 /**
  * Location of the site configuration files.
  *
- * The $config_directories array specifies the location of file system
- * directories used for configuration data. On install, the "sync" directory is
- * created. This is used for configuration imports. The "active" directory is
- * not created by default since the default storage for active configuration is
- * the database rather than the file system. (This can be changed. See "Active
- * configuration settings" below).
+ * The $settings['config_sync_directory'] specifies the location of file system
+ * directory used for syncing configuration data. On install, the directory is
+ * created. This is used for configuration imports.
  *
- * The default location for the "sync" directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to override
- * the "sync" location.
- *
- * If you use files for the "active" configuration, you can tell the
- * Configuration system where this directory is located by adding an entry with
- * array key CONFIG_ACTIVE_DIRECTORY.
- *
- * Example:
- * @code
- *   $config_directories = [
- *     CONFIG_SYNC_DIRECTORY => '/directory/outside/webroot',
- *   ];
- * @endcode
+ * The default location for this directory is inside a randomly-named
+ * directory in the public files path. The setting below allows you to set
+ * its location.
  */
-$config_directories = [];
+# $settings['config_sync_directory'] = '/directory/outside/webroot';
 
 /**
  * Settings:
@@ -536,6 +522,19 @@ if ($settings['hash_salt']) {
  */
 # $settings['file_private_path'] = '';
 
+/**
+ * Temporary file path:
+ *
+ * A local file system path where temporary files will be stored. This directory
+ * must be absolute, outside of the Drupal installation directory and not
+ * accessible over the web.
+ *
+ * If this is not set, the default for the operating system will be used.
+ *
+ * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
+ */
+# $settings['file_temp_path'] = '/tmp';
+
 /**
  * Session write interval:
  *
@@ -596,25 +595,6 @@ if ($settings['hash_salt']) {
 # ini_set('pcre.backtrack_limit', 200000);
 # ini_set('pcre.recursion_limit', 200000);
 
-/**
- * Active configuration settings.
- *
- * By default, the active configuration is stored in the database in the
- * {config} table. To use a different storage mechanism for the active
- * configuration, do the following prior to installing:
- * - Create an "active" directory and declare its path in $config_directories
- *   as explained under the 'Location of the site configuration files' section
- *   above in this file. To enhance security, you can declare a path that is
- *   outside your document root.
- * - Override the 'bootstrap_config_storage' setting here. It must be set to a
- *   callable that returns an object that implements
- *   \Drupal\Core\Config\StorageInterface.
- * - Override the service definition 'config.storage.active'. Put this
- *   override in a services.yml file in the same directory as settings.php
- *   (definitions in this file will override service definition defaults).
- */
-# $settings['bootstrap_config_storage'] = ['Drupal\Core\Config\BootstrapConfigStorageFactory', 'getFileStorage'];
-
 /**
  * Configuration overrides.
  *
@@ -637,9 +617,7 @@ if ($settings['hash_salt']) {
  * configuration values in settings.php will not fire any of the configuration
  * change events.
  */
-# $config['system.file']['path']['temporary'] = '/tmp';
 # $config['system.site']['name'] = 'My Drupal site';
-# $config['system.theme']['default'] = 'stark';
 # $config['user.settings']['anonymous'] = 'Visitor';
 
 /**
@@ -736,7 +714,7 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
  * with common frontend tools and recursive scanning of directories looking for
  * extensions.
  *
- * @see file_scan_directory()
+ * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
  * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
  */
 $settings['file_scan_ignore_directories'] = [

+ 24 - 0
web/sites/example.settings.local.php

@@ -129,3 +129,27 @@ $settings['rebuild_access'] = TRUE;
  * directory.
  */
 $settings['skip_permissions_hardening'] = TRUE;
+
+/**
+ * Exclude modules from configuration synchronisation.
+ *
+ * On config export sync, no config or dependent config of any excluded module
+ * is exported. On config import sync, any config of any installed excluded
+ * module is ignored. In the exported configuration, it will be as if the
+ * excluded module had never been installed. When syncing configuration, if an
+ * excluded module is already installed, it will not be uninstalled by the
+ * configuration synchronisation, and dependent configuration will remain
+ * intact. This affects only configuration synchronisation; single import and
+ * export of configuration are not affected.
+ *
+ * Drupal does not validate or sanity check the list of excluded modules. For
+ * instance, it is your own responsibility to never exclude required modules,
+ * because it would mean that the exported configuration can not be imported
+ * anymore.
+ *
+ * This is an advanced feature and using it means opting out of some of the
+ * guarantees the configuration synchronisation provides. It is not recommended
+ * to use this feature with modules that affect Drupal in a major way such as
+ * the language or field module.
+ */
+# $settings['config_exclude_modules'] = ['devel', 'stage_file_proxy'];

+ 1 - 1
web/web.config

@@ -22,7 +22,7 @@
     <rewrite>
       <rules>
         <rule name="Protect files and directories from prying eyes" stopProcessing="true">
-          <match url="\.(engine|inc|install|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format|composer\.(json|lock))$" />
+          <match url="\.(engine|inc|install|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format|composer\.(json|lock)|\.htaccess)$" />
           <action type="CustomResponse" statusCode="403" subStatusCode="0" statusReason="Forbidden" statusDescription="Access is forbidden." />
         </rule>
 

Some files were not shown because too many files changed in this diff