Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Drupal 10.3 (Md 2250) #1270

Draft
wants to merge 6 commits into
base: md-dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"drupal/restui": "^1.20",
"drupal/role_delegation": "^1.1",
"drupal/rot13": "^2.0",
"drupal/rules": "dev-3.x",
"drupal/rules": "^4.0",
"drupal/search404": "^2.0",
"drupal/search_api": "^1.31",
"drupal/search_api_page": "^1.0",
Expand All @@ -161,7 +161,7 @@
"drupal/token": "^1.7",
"drupal/token_views_filter": "^1.4",
"drupal/twig_tweak": "^3.2",
"drupal/typed_data": "^1.0@alpha",
"drupal/typed_data": "^2.0",
"drupal/user_current_paths": "^2.0",
"drupal/views_aggregator": "^2.0",
"drupal/views_block_filter_block": "^2.0",
Expand Down Expand Up @@ -216,7 +216,8 @@
"oomphinc/composer-installers-extender": true,
"acquia/blt": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"tbachert/spi": true
}
},
"extra": {
Expand Down
2,506 changes: 1,430 additions & 1,076 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions composer.patches.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"patches": {
"drupal/core": {
"More link is missing in pager...": "https://www.drupal.org/files/issues/2023-10-09/3381979-13.patch",
"big_pipe.js' checkMutation() does not check if node exists before using it": "https://www.drupal.org/files/issues/2024-01-21/drupal-big_pipe_does_not_check_before_using_node_object-3416141.patch",
"entity bundled fields in views": "https://www.drupal.org/files/issues/2024-05-08/2981047-190.patch"
"More link is missing in pager...": "https://www.drupal.org/files/issues/2024-08-03/drupal-3381979-32.patch"
},
"drupal/mgv": {
"current domain name": "patches/currentdomainname.patch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies:
- 'block_content:basic:4b14d8ad-d416-41fc-9a95-923651f97f98'
module:
- block_content
- rules
- system
theme:
- champions
Expand All @@ -25,11 +24,6 @@ settings:
info: ''
view_mode: full
visibility:
rules_user_is_blocked:
id: rules_user_is_blocked
negate: true
context_mapping:
user: '@user.current_user_context:current_user'
request_path:
id: request_path
negate: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies:
- 'block_content:basic:4b14d8ad-d416-41fc-9a95-923651f97f98'
module:
- block_content
- rules
- system
theme:
- nect
Expand All @@ -25,11 +24,6 @@ settings:
info: ''
view_mode: full
visibility:
rules_user_is_blocked:
id: rules_user_is_blocked
negate: true
context_mapping:
user: '@user.current_user_context:current_user'
request_path:
id: request_path
negate: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: cb3a9b9f-b632-4494-b093-a197eeee496e
langcode: en
status: true
status: false
dependencies:
config:
- views.view.tag_usage
Expand All @@ -12,7 +12,7 @@ dependencies:
- nect
id: views_block__tag_usage_top_used
theme: nect
region: campus_champions_front_quick_links_top_tags
region: primary_menu
weight: -72
provider: null
plugin: 'views_block:tag_usage-top_used'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ _core:
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
id: basic
label: Basic
revision: 0
revision: false
description: 'A basic block contains a title and a body.'
1 change: 1 addition & 0 deletions web/sites/default/config/default/captcha.settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_core:
default_config_hash: pfrv6lPS72f5WG1UB4wHkgQV2invlHwVpaCy_mY-ClQ
langcode: en
default_challenge: recaptcha/reCAPTCHA
description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.'
administration_mode: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ content:
timezone_override: ''
date_format: 'n/j/Y g:i A T'
separator: '-'
from_to: both
third_party_settings: { }
weight: 3
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ content:
timezone_override: ''
date_format: 'n/j/Y g:i A T'
separator: '-'
from_to: both
third_party_settings: { }
weight: 1
region: content
Expand Down Expand Up @@ -125,3 +126,4 @@ content:
hidden:
body: true
field_video: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ content:
timezone_override: ''
date_format: 'n/j/Y g:i A T'
separator: '-'
from_to: both
third_party_settings: { }
weight: 0
region: content
Expand Down Expand Up @@ -72,5 +73,6 @@ hidden:
content_moderation_control: true
field_video: true
registration: true
search_api_excerpt: true
tags: true
title: true
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@ hidden:
field_event_type: true
monthly_recurring_date: true
recur_type: true
search_api_excerpt: true
weekly_recurring_date: true
yearly_recurring_date: true
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ hidden:
field_tags: true
monthly_recurring_date: true
recur_type: true
search_api_excerpt: true
weekly_recurring_date: true
yearly_recurring_date: true
2 changes: 1 addition & 1 deletion web/sites/default/config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ module:
key: 0
label_help: 0
layout_builder: 0
layout_builder_expose_all_field_blocks: 0
layout_builder_styles: 0
layout_discovery: 0
link: 0
Expand Down Expand Up @@ -126,7 +127,6 @@ module:
rest: 0
restui: 0
role_delegation: 0
rules: 0
search: 0
search404: 0
search_api: 0
Expand Down
1 change: 1 addition & 0 deletions web/sites/default/config/default/domain.settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_core:
default_config_hash: SqO3jj5-PrHcRrGib_iucdsk_VvSs5jeCtrmeZL93vg
langcode: en
allow_non_ascii: false
www_prefix: true
login_paths: "/user/login\r\n/user/password"
Expand Down
5 changes: 3 additions & 2 deletions web/sites/default/config/default/easy_breadcrumb.settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_core:
default_config_hash: i76EDs9aAKdrR4nZfe_woXsD0yihn4avDej8uClXES8
langcode: en
applies_admin_routes: true
include_invalid_paths: true
excluded_paths: ''
Expand Down Expand Up @@ -41,5 +42,5 @@ segment_display_limit: 0
truncator_mode: true
truncator_length: 40
truncator_dots: true
remove_repeated_segments_text_only: 0
home_segment_validation_skip: 0
remove_repeated_segments_text_only: false
home_segment_validation_skip: false
6 changes: 3 additions & 3 deletions web/sites/default/config/default/editor.editor.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_size: null
max_dimensions:
width: 0
height: 0
width: null
height: null
6 changes: 3 additions & 3 deletions web/sites/default/config/default/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_size: null
max_dimensions:
width: 0
height: 0
width: null
height: null
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ settings:
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
image_upload: { }
image_upload:
status: false
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_core:
default_config_hash: RxfgTC8yWMhzTa41DZzlk3169bYaMx274_UMuJg2MHQ
langcode: en
verification_mail_subject: 'Verify your email address'
verification_mail_body:
value: "<p>This email address has been entered as a new email address at [site:url-brief].</p>\r\n\r\n<p>To complete the change, please verify this email address by clicking following link:<br />\r\n[user:email_change_verification_link]</p>\r\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text
1 change: 0 additions & 1 deletion web/sites/default/config/default/jsonapi.settings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
_core:
default_config_hash: p_qzzTwtOMiIPE7CyG0wD6M-UCpBp6Y5E4LhNCnCRpY
langcode: en
read_only: true
maintenance_header_retry_seconds:
min: 5
Expand Down
1 change: 1 addition & 0 deletions web/sites/default/config/default/mail_login.settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_core:
default_config_hash: SX6DIiIBBvqmyHSrvYf-cCkJe38EsqTTnsgc806M2qU
langcode: en
mail_login_enabled: 1
mail_login_case_sensitive: 0
mail_login_email_only: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _core:
name: 'ACCESS Active Resources from CiDeR'
type: access_active_resources_from_cid
description: 'ACCESS integrated resource provider resources from the CyberInfrastructure Description Repository (CiDeR)'
help: ''
help: null
new_revision: false
preview_mode: 0
display_submitted: false
4 changes: 2 additions & 2 deletions web/sites/default/config/default/node.type.access_news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: 'ACCESS Announcements'
type: access_news
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ third_party_settings:
name: 'ACCESS Organization'
type: access_organization
description: 'Organization data pulled from ACCESS.'
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: true
4 changes: 2 additions & 2 deletions web/sites/default/config/default/node.type.affinity_group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: 'Affinity Group'
type: affinity_group
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 0
display_submitted: false
2 changes: 1 addition & 1 deletion web/sites/default/config/default/node.type.article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _core:
name: Article
type: article
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: true
4 changes: 2 additions & 2 deletions web/sites/default/config/default/node.type.blog_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: 'Blog post'
type: blog_post
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: 'Blog post (region)'
type: blog_post_region_
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:'
name: 'Community Events'
type: community_events
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _core:
name: 'Infrastructure News'
type: infrastructure_news
description: 'Updates on infrastructure news fed via a feed.'
help: ''
help: null
new_revision: false
preview_mode: 1
display_submitted: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: 'MATCH+ Engagement'
type: match_engagement
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 0
display_submitted: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ _core:
default_config_hash: r-GnqR8OEnP4QC2baLHRZuDry_xs9DklT6McnySRD_s
name: 'Mentorship Engagement'
type: mentorship_engagement
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 0
display_submitted: false
4 changes: 2 additions & 2 deletions web/sites/default/config/default/node.type.organization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: Organization
type: organization
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false
2 changes: 1 addition & 1 deletion web/sites/default/config/default/node.type.page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _core:
name: 'Basic page'
type: page
description: "Use <em>basic pages</em> for your static content, such as an 'About us' page."
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: false
Loading
Loading