From bc672e0b51222aacd45e951c6c4597bf8ff8a5ec Mon Sep 17 00:00:00 2001 From: Vincent Massaro Date: Mon, 13 May 2024 16:14:19 -0400 Subject: [PATCH 01/15] chore(YSP-446): update config for Drupal 10.2 --- .../custom/yalesites_profile/config/sync/views.settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.settings.yml b/web/profiles/custom/yalesites_profile/config/sync/views.settings.yml index 8d77e857c3..ffa86360a5 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.settings.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.settings.yml @@ -46,3 +46,4 @@ field_rewrite_elements: ins: INS q: Q s: S +skip_cache: false From b91f961cc4c31025e28b7b9911955a43bdcd1443 Mon Sep 17 00:00:00 2001 From: Vincent Massaro Date: Mon, 13 May 2024 17:17:38 -0400 Subject: [PATCH 02/15] feat(YSP-446): update core to 10.2.6, remove core patch --- composer.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 5924d1a218..4bb0cb11d2 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,9 @@ "[project-root]/.gitattributes": false } }, - "installer-types": ["npm-asset"], + "installer-types": [ + "npm-asset" + ], "installer-paths": { "web/core": [ "type:drupal-core" @@ -138,14 +140,14 @@ "prepare-for-pantheon": "DrupalProject\\composer\\ScriptHandler::prepareForPantheon", "unit-test": "echo 'No unit test step defined.'", "code-sniff": [ - ".\/vendor\/bin\/phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt --colors --ignore=node_modules,bower_components,vendor .\/web\/modules\/custom .\/web\/themes\/custom .\/web\/profiles\/custom", - ".\/vendor\/bin\/phpcs --standard=DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt --colors --ignore=node_modules,bower_components,vendor .\/web\/modules\/custom .\/web\/themes\/custom .\/web\/profiles\/custom" + "./vendor/bin/phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt --colors --ignore=node_modules,bower_components,vendor ./web/modules/custom ./web/themes/custom ./web/profiles/custom", + "./vendor/bin/phpcs --standard=DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt --colors --ignore=node_modules,bower_components,vendor ./web/modules/custom ./web/themes/custom ./web/profiles/custom" ], "code-fix": [ - ".\/vendor\/bin\/phpcbf --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt --colors --ignore=node_modules,bower_components,vendor .\/web\/modules\/custom .\/web\/themes\/custom .\/web\/profiles\/custom", - ".\/vendor\/bin\/phpcbf --standard=DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt --colors --ignore=node_modules,bower_components,vendor .\/web\/modules\/custom .\/web\/themes\/custom .\/web\/profiles\/custom" + "./vendor/bin/phpcbf --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt --colors --ignore=node_modules,bower_components,vendor ./web/modules/custom ./web/themes/custom ./web/profiles/custom", + "./vendor/bin/phpcbf --standard=DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt --colors --ignore=node_modules,bower_components,vendor ./web/modules/custom ./web/themes/custom ./web/profiles/custom" ], - "lint:php": ".\/.ci/test/static/lint_php", + "lint:php": "./.ci/test/static/lint_php", "post-install-cmd": [ "DrupalProject\\composer\\ScriptHandler::createRequiredFiles" ], From 8f651ca64b609a7ee00023d5b380ca828933a20e Mon Sep 17 00:00:00 2001 From: Vincent Massaro Date: Fri, 5 Jul 2024 14:14:38 -0400 Subject: [PATCH 03/15] feat(YSP-446): update core to 10.3.1 and re-export config --- .../yalesites_profile/config/sync/filter.format.basic_html.yml | 2 +- .../config/sync/filter.format.heading_html.yml | 2 +- .../yalesites_profile/config/sync/filter.format.plain_text.yml | 2 +- .../config/sync/filter.format.restricted_html.yml | 2 +- ...builder_browser.layout_builder_browser_blockcat.advanced.yml | 2 ++ ...ilder_browser.layout_builder_browser_blockcat.all_blocks.yml | 2 ++ ...ut_builder_browser.layout_builder_browser_blockcat.basic.yml | 2 ++ ...ut_builder_browser.layout_builder_browser_blockcat.media.yml | 2 ++ .../custom/yalesites_profile/config/sync/views.view.archive.yml | 1 + .../yalesites_profile/config/sync/views.view.block_content.yml | 1 + .../custom/yalesites_profile/config/sync/views.view.content.yml | 1 + .../yalesites_profile/config/sync/views.view.directory.yml | 1 + .../yalesites_profile/config/sync/views.view.event_list.yml | 1 + .../yalesites_profile/config/sync/views.view.export_media.yml | 1 + .../yalesites_profile/config/sync/views.view.export_nodes.yml | 1 + .../config/sync/views.view.export_taxonomy.yml | 1 + .../custom/yalesites_profile/config/sync/views.view.files.yml | 2 ++ .../yalesites_profile/config/sync/views.view.frontpage.yml | 1 + .../yalesites_profile/config/sync/views.view.glossary.yml | 1 + .../yalesites_profile/config/sync/views.view.manage_events.yml | 1 + .../yalesites_profile/config/sync/views.view.manage_pages.yml | 1 + .../yalesites_profile/config/sync/views.view.manage_posts.yml | 1 + .../config/sync/views.view.manage_profiles.yml | 1 + .../custom/yalesites_profile/config/sync/views.view.media.yml | 1 + .../yalesites_profile/config/sync/views.view.media_library.yml | 1 + .../config/sync/views.view.moderated_content.yml | 1 + .../yalesites_profile/config/sync/views.view.post_list.yml | 1 + .../yalesites_profile/config/sync/views.view.redirect.yml | 1 + .../yalesites_profile/config/sync/views.view.redirect_404.yml | 1 + .../custom/yalesites_profile/config/sync/views.view.search.yml | 1 + .../config/sync/views.view.section_library.yml | 1 + .../config/sync/views.view.taxonomy_lookup.yml | 1 + .../yalesites_profile/config/sync/views.view.taxonomy_term.yml | 1 + .../config/sync/views.view.user_admin_people.yml | 1 + .../yalesites_profile/config/sync/views.view.watchdog.yml | 1 + .../config/sync/views.view.webform_submissions.yml | 1 + 36 files changed, 41 insertions(+), 4 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/config/sync/filter.format.basic_html.yml b/web/profiles/custom/yalesites_profile/config/sync/filter.format.basic_html.yml index e307b04b9d..3fe78a6dc9 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/filter.format.basic_html.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/filter.format.basic_html.yml @@ -69,7 +69,7 @@ filters: status: true weight: 50 settings: - remove_empty_paragraphs: '1' + remove_empty_paragraphs: true linkit: id: linkit provider: linkit diff --git a/web/profiles/custom/yalesites_profile/config/sync/filter.format.heading_html.yml b/web/profiles/custom/yalesites_profile/config/sync/filter.format.heading_html.yml index 9be1ab2650..d652c43a57 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/filter.format.heading_html.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/filter.format.heading_html.yml @@ -24,7 +24,7 @@ filters: status: false weight: 50 settings: - remove_empty_paragraphs: '0' + remove_empty_paragraphs: false typogrify: id: typogrify provider: typogrify diff --git a/web/profiles/custom/yalesites_profile/config/sync/filter.format.plain_text.yml b/web/profiles/custom/yalesites_profile/config/sync/filter.format.plain_text.yml index 611e01bd72..c918bb1c17 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/filter.format.plain_text.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/filter.format.plain_text.yml @@ -22,4 +22,4 @@ filters: status: false weight: 50 settings: - remove_empty_paragraphs: '0' + remove_empty_paragraphs: false diff --git a/web/profiles/custom/yalesites_profile/config/sync/filter.format.restricted_html.yml b/web/profiles/custom/yalesites_profile/config/sync/filter.format.restricted_html.yml index 892709f137..b303675626 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/filter.format.restricted_html.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/filter.format.restricted_html.yml @@ -43,7 +43,7 @@ filters: status: true weight: 50 settings: - remove_empty_paragraphs: '1' + remove_empty_paragraphs: true typogrify: id: typogrify provider: typogrify diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml index 2ebf554411..e38d74ca73 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml @@ -6,3 +6,5 @@ id: advanced label: Advanced weight: -7 opened: true +image_path: null +image_alt: null diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml index 4762eb7a9c..dacba9233c 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml @@ -6,3 +6,5 @@ id: all_blocks label: 'All Blocks' weight: -10 opened: true +image_path: null +image_alt: null diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml index 5c05c661f3..7060c29dea 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml @@ -6,3 +6,5 @@ id: basic label: Basic weight: -9 opened: true +image_path: null +image_alt: null diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml index cac0d0d77e..5834d33ca5 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml @@ -6,3 +6,5 @@ id: media label: Media weight: -8 opened: true +image_path: null +image_alt: null diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.archive.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.archive.yml index 4d7e0e5be4..3e7d39a1bb 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.archive.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.archive.yml @@ -29,6 +29,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.block_content.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.block_content.yml index 9a0c92e5e1..a12edc7f21 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.block_content.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.block_content.yml @@ -273,6 +273,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.content.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.content.yml index 78ffd24174..322c5e419f 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.content.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.content.yml @@ -493,6 +493,7 @@ display: pager: type: full options: + pagination_heading_level: h4 items_per_page: 50 tags: next: 'Next ›' diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.directory.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.directory.yml index eda27f154d..1f6b42a4db 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.directory.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.directory.yml @@ -94,6 +94,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.event_list.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.event_list.yml index 6376c88af9..39d9b5e197 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.event_list.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.event_list.yml @@ -80,6 +80,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_media.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_media.yml index 67615a1730..b84ca8c4ca 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_media.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_media.yml @@ -401,6 +401,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_nodes.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_nodes.yml index 978b4b6e60..c9f107cc82 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_nodes.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_nodes.yml @@ -479,6 +479,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_taxonomy.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_taxonomy.yml index 7dacf96b8a..5b98ee0431 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_taxonomy.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_taxonomy.yml @@ -401,6 +401,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.files.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.files.yml index 3eaf2672ad..604a9ac5af 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.files.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.files.yml @@ -470,6 +470,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: 0 id: 0 @@ -1011,6 +1012,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.frontpage.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.frontpage.yml index ac4375500f..f9739026a3 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.frontpage.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.frontpage.yml @@ -30,6 +30,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.glossary.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.glossary.yml index 3c9dee0ba2..f3d4e0839a 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.glossary.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.glossary.yml @@ -196,6 +196,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 36 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_events.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_events.yml index 3d1843beba..66ff0cae13 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_events.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_events.yml @@ -665,6 +665,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_pages.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_pages.yml index 51d764346f..eaaad61b3c 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_pages.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_pages.yml @@ -475,6 +475,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_posts.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_posts.yml index 58f4639d3c..ac4cd90775 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_posts.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_posts.yml @@ -586,6 +586,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_profiles.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_profiles.yml index 41daae4f67..486d72ab9d 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_profiles.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_profiles.yml @@ -668,6 +668,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.media.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.media.yml index be261709dc..0587b39abe 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.media.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.media.yml @@ -519,6 +519,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.media_library.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.media_library.yml index 6e6899c38a..c88a7bac60 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.media_library.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.media_library.yml @@ -139,6 +139,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 24 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.moderated_content.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.moderated_content.yml index 3cb9252c97..cc88bc5eb9 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.moderated_content.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.moderated_content.yml @@ -418,6 +418,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.post_list.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.post_list.yml index 0a866c1744..a3a82bd335 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.post_list.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.post_list.yml @@ -79,6 +79,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect.yml index fe4099aadf..803276edc9 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect.yml @@ -226,6 +226,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect_404.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect_404.yml index 3e1bf91a9b..0c69ea7009 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect_404.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect_404.yml @@ -330,6 +330,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.search.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.search.yml index 71830eb5c9..f198b06570 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.search.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.search.yml @@ -100,6 +100,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.section_library.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.section_library.yml index 5f350002c8..6312151f97 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.section_library.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.section_library.yml @@ -620,6 +620,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_lookup.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_lookup.yml index f4edffcdc0..6e98580c38 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_lookup.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_lookup.yml @@ -204,6 +204,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_term.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_term.yml index b6e312c77b..b5cb257b74 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_term.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_term.yml @@ -30,6 +30,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 10 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.user_admin_people.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.user_admin_people.yml index 4c96159dc9..adc56aaee2 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.user_admin_people.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.user_admin_people.yml @@ -641,6 +641,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.watchdog.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.watchdog.yml index 850a3f1791..c5a266a19d 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.watchdog.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.watchdog.yml @@ -440,6 +440,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.webform_submissions.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.webform_submissions.yml index ee1ed0d0fc..105663eb74 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.webform_submissions.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.webform_submissions.yml @@ -357,6 +357,7 @@ display: type: full options: offset: 0 + pagination_heading_level: h4 items_per_page: 25 total_pages: null id: 0 From d616b86ecaeca64ccbaea1460c43527d8ff8363a Mon Sep 17 00:00:00 2001 From: Vincent Massaro Date: Wed, 11 Sep 2024 16:43:54 -0400 Subject: [PATCH 04/15] chore(YSP-446): update modules to latest versions --- web/profiles/custom/yalesites_profile/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 78ba395276..4cc60af199 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -53,7 +53,7 @@ "drupal/gin_moderation_sidebar": "1.0.0", "drupal/google_analytics": "4.0.2", "drupal/hide_revision_field": "2.5.0", - "drupal/honeypot": "2.1.4", + "drupal/honeypot": "2.2.0", "drupal/imagemagick": "4.0.2", "drupal/improve_line_breaks_filter": "1.6", "drupal/layout_builder_browser": "1.7", From 079009c37948c195c63f3b2ba540ae9dfe8fcbd8 Mon Sep 17 00:00:00 2001 From: Vincent Massaro Date: Wed, 11 Sep 2024 17:15:01 -0400 Subject: [PATCH 05/15] chore(YSP-446): export updated config --- .../yalesites_profile/config/sync/config_ignore.settings.yml | 3 ++- .../yalesites_profile/config/sync/filter.format.basic_html.yml | 2 +- .../config/sync/filter.format.heading_html.yml | 2 +- .../yalesites_profile/config/sync/filter.format.plain_text.yml | 2 +- .../config/sync/filter.format.restricted_html.yml | 2 +- ...uilder_browser.layout_builder_browser_blockcat.advanced.yml | 2 -- ...lder_browser.layout_builder_browser_blockcat.all_blocks.yml | 2 -- ...t_builder_browser.layout_builder_browser_blockcat.basic.yml | 2 -- ...t_builder_browser.layout_builder_browser_blockcat.media.yml | 2 -- .../custom/yalesites_profile/config/sync/views.settings.yml | 1 - .../yalesites_profile/config/sync/views.view.archive.yml | 1 - .../yalesites_profile/config/sync/views.view.block_content.yml | 1 - .../yalesites_profile/config/sync/views.view.content.yml | 1 - .../yalesites_profile/config/sync/views.view.directory.yml | 1 - .../yalesites_profile/config/sync/views.view.event_list.yml | 1 - .../yalesites_profile/config/sync/views.view.export_media.yml | 1 - .../yalesites_profile/config/sync/views.view.export_nodes.yml | 1 - .../config/sync/views.view.export_taxonomy.yml | 1 - .../custom/yalesites_profile/config/sync/views.view.files.yml | 2 -- .../yalesites_profile/config/sync/views.view.frontpage.yml | 1 - .../yalesites_profile/config/sync/views.view.glossary.yml | 1 - .../yalesites_profile/config/sync/views.view.manage_events.yml | 1 - .../yalesites_profile/config/sync/views.view.manage_pages.yml | 1 - .../yalesites_profile/config/sync/views.view.manage_posts.yml | 1 - .../config/sync/views.view.manage_profiles.yml | 1 - .../custom/yalesites_profile/config/sync/views.view.media.yml | 1 - .../yalesites_profile/config/sync/views.view.media_library.yml | 1 - .../config/sync/views.view.moderated_content.yml | 1 - .../yalesites_profile/config/sync/views.view.post_list.yml | 1 - .../yalesites_profile/config/sync/views.view.redirect.yml | 1 - .../yalesites_profile/config/sync/views.view.redirect_404.yml | 1 - .../custom/yalesites_profile/config/sync/views.view.search.yml | 1 - .../config/sync/views.view.section_library.yml | 1 - .../config/sync/views.view.taxonomy_lookup.yml | 1 - .../yalesites_profile/config/sync/views.view.taxonomy_term.yml | 1 - .../config/sync/views.view.user_admin_people.yml | 1 - .../yalesites_profile/config/sync/views.view.watchdog.yml | 1 - .../config/sync/views.view.webform_submissions.yml | 1 - 38 files changed, 6 insertions(+), 43 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/config/sync/config_ignore.settings.yml b/web/profiles/custom/yalesites_profile/config/sync/config_ignore.settings.yml index 5837ade671..135a826d86 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/config_ignore.settings.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/config_ignore.settings.yml @@ -8,5 +8,6 @@ ignored_config_entities: - 'ys_alert.settings:alert' - 'ys_core*' - 'ys_localist*' + - 'ai_engine*' + - 'ys_servicenow*' - ys_themes.theme_settings - - 'ys_servicenow*' \ No newline at end of file diff --git a/web/profiles/custom/yalesites_profile/config/sync/filter.format.basic_html.yml b/web/profiles/custom/yalesites_profile/config/sync/filter.format.basic_html.yml index 3fe78a6dc9..e307b04b9d 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/filter.format.basic_html.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/filter.format.basic_html.yml @@ -69,7 +69,7 @@ filters: status: true weight: 50 settings: - remove_empty_paragraphs: true + remove_empty_paragraphs: '1' linkit: id: linkit provider: linkit diff --git a/web/profiles/custom/yalesites_profile/config/sync/filter.format.heading_html.yml b/web/profiles/custom/yalesites_profile/config/sync/filter.format.heading_html.yml index d652c43a57..9be1ab2650 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/filter.format.heading_html.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/filter.format.heading_html.yml @@ -24,7 +24,7 @@ filters: status: false weight: 50 settings: - remove_empty_paragraphs: false + remove_empty_paragraphs: '0' typogrify: id: typogrify provider: typogrify diff --git a/web/profiles/custom/yalesites_profile/config/sync/filter.format.plain_text.yml b/web/profiles/custom/yalesites_profile/config/sync/filter.format.plain_text.yml index c918bb1c17..611e01bd72 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/filter.format.plain_text.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/filter.format.plain_text.yml @@ -22,4 +22,4 @@ filters: status: false weight: 50 settings: - remove_empty_paragraphs: false + remove_empty_paragraphs: '0' diff --git a/web/profiles/custom/yalesites_profile/config/sync/filter.format.restricted_html.yml b/web/profiles/custom/yalesites_profile/config/sync/filter.format.restricted_html.yml index b303675626..892709f137 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/filter.format.restricted_html.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/filter.format.restricted_html.yml @@ -43,7 +43,7 @@ filters: status: true weight: 50 settings: - remove_empty_paragraphs: true + remove_empty_paragraphs: '1' typogrify: id: typogrify provider: typogrify diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml index e38d74ca73..2ebf554411 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml @@ -6,5 +6,3 @@ id: advanced label: Advanced weight: -7 opened: true -image_path: null -image_alt: null diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml index dacba9233c..4762eb7a9c 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml @@ -6,5 +6,3 @@ id: all_blocks label: 'All Blocks' weight: -10 opened: true -image_path: null -image_alt: null diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml index 7060c29dea..5c05c661f3 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml @@ -6,5 +6,3 @@ id: basic label: Basic weight: -9 opened: true -image_path: null -image_alt: null diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml index 5834d33ca5..cac0d0d77e 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml @@ -6,5 +6,3 @@ id: media label: Media weight: -8 opened: true -image_path: null -image_alt: null diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.settings.yml b/web/profiles/custom/yalesites_profile/config/sync/views.settings.yml index ffa86360a5..8d77e857c3 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.settings.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.settings.yml @@ -46,4 +46,3 @@ field_rewrite_elements: ins: INS q: Q s: S -skip_cache: false diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.archive.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.archive.yml index 3e7d39a1bb..4d7e0e5be4 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.archive.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.archive.yml @@ -29,7 +29,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.block_content.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.block_content.yml index a12edc7f21..9a0c92e5e1 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.block_content.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.block_content.yml @@ -273,7 +273,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.content.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.content.yml index 322c5e419f..78ffd24174 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.content.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.content.yml @@ -493,7 +493,6 @@ display: pager: type: full options: - pagination_heading_level: h4 items_per_page: 50 tags: next: 'Next ›' diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.directory.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.directory.yml index 1f6b42a4db..eda27f154d 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.directory.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.directory.yml @@ -94,7 +94,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.event_list.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.event_list.yml index 39d9b5e197..6376c88af9 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.event_list.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.event_list.yml @@ -80,7 +80,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_media.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_media.yml index b84ca8c4ca..67615a1730 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_media.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_media.yml @@ -401,7 +401,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_nodes.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_nodes.yml index c9f107cc82..978b4b6e60 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_nodes.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_nodes.yml @@ -479,7 +479,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_taxonomy.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_taxonomy.yml index 5b98ee0431..7dacf96b8a 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.export_taxonomy.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.export_taxonomy.yml @@ -401,7 +401,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.files.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.files.yml index 604a9ac5af..3eaf2672ad 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.files.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.files.yml @@ -470,7 +470,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: 0 id: 0 @@ -1012,7 +1011,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.frontpage.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.frontpage.yml index f9739026a3..ac4375500f 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.frontpage.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.frontpage.yml @@ -30,7 +30,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.glossary.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.glossary.yml index f3d4e0839a..3c9dee0ba2 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.glossary.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.glossary.yml @@ -196,7 +196,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 36 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_events.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_events.yml index 66ff0cae13..3d1843beba 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_events.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_events.yml @@ -665,7 +665,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_pages.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_pages.yml index eaaad61b3c..51d764346f 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_pages.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_pages.yml @@ -475,7 +475,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_posts.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_posts.yml index ac4cd90775..58f4639d3c 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_posts.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_posts.yml @@ -586,7 +586,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_profiles.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_profiles.yml index 486d72ab9d..41daae4f67 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_profiles.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.manage_profiles.yml @@ -668,7 +668,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.media.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.media.yml index 0587b39abe..be261709dc 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.media.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.media.yml @@ -519,7 +519,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.media_library.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.media_library.yml index c88a7bac60..6e6899c38a 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.media_library.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.media_library.yml @@ -139,7 +139,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 24 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.moderated_content.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.moderated_content.yml index cc88bc5eb9..3cb9252c97 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.moderated_content.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.moderated_content.yml @@ -418,7 +418,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.post_list.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.post_list.yml index a3a82bd335..0a866c1744 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.post_list.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.post_list.yml @@ -79,7 +79,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect.yml index 803276edc9..fe4099aadf 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect.yml @@ -226,7 +226,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect_404.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect_404.yml index 0c69ea7009..3e1bf91a9b 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect_404.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.redirect_404.yml @@ -330,7 +330,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.search.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.search.yml index f198b06570..71830eb5c9 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.search.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.search.yml @@ -100,7 +100,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.section_library.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.section_library.yml index 6312151f97..5f350002c8 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.section_library.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.section_library.yml @@ -620,7 +620,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_lookup.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_lookup.yml index 6e98580c38..f4edffcdc0 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_lookup.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_lookup.yml @@ -204,7 +204,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_term.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_term.yml index b5cb257b74..b6e312c77b 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_term.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.taxonomy_term.yml @@ -30,7 +30,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 10 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.user_admin_people.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.user_admin_people.yml index adc56aaee2..4c96159dc9 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.user_admin_people.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.user_admin_people.yml @@ -641,7 +641,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: 0 id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.watchdog.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.watchdog.yml index c5a266a19d..850a3f1791 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.watchdog.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.watchdog.yml @@ -440,7 +440,6 @@ display: type: mini options: offset: 0 - pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 diff --git a/web/profiles/custom/yalesites_profile/config/sync/views.view.webform_submissions.yml b/web/profiles/custom/yalesites_profile/config/sync/views.view.webform_submissions.yml index 105663eb74..ee1ed0d0fc 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/views.view.webform_submissions.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/views.view.webform_submissions.yml @@ -357,7 +357,6 @@ display: type: full options: offset: 0 - pagination_heading_level: h4 items_per_page: 25 total_pages: null id: 0 From 775885ad8d1b5b574d43c10c2592d6f3db279cbf Mon Sep 17 00:00:00 2001 From: Joe Tower Date: Mon, 17 Jun 2024 12:09:08 -0500 Subject: [PATCH 06/15] fix(YSP-559): update packages --- .nvmrc | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 7da30cba76..48b14e6b2b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.13 +20.14.0 diff --git a/package.json b/package.json index 80d6aafe54..37c06af008 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "devDependencies": { "@saithodev/semantic-release-backmerge": "^4.0.1", "@semantic-release/git": "^10.0.1", - "@yalesites-org/eslint-config-and-other-formatting": "^1.5.0", "eslint-config-drupal": "^5.0.2", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.29.4", From a303540b53778dfea8c5280fcf28a15fa8c9fd00 Mon Sep 17 00:00:00 2001 From: Joe Tower Date: Tue, 18 Jun 2024 11:25:13 -0500 Subject: [PATCH 07/15] fix(YSP-559): update to node 20 --- .github/workflows/build_deploy_and_test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_deploy_and_test.yml b/.github/workflows/build_deploy_and_test.yml index 94fab7ee2d..aeb90ae9ef 100644 --- a/.github/workflows/build_deploy_and_test.yml +++ b/.github/workflows/build_deploy_and_test.yml @@ -7,7 +7,7 @@ defaults: run: shell: bash env: - TZ: "/usr/share/zoneinfo/America/Los_Angeles" + TZ: '/usr/share/zoneinfo/America/Los_Angeles' TERM: dumb ADMIN_EMAIL: ${{ secrets.ADMIN_EMAIL }} ADMIN_PASSWORD: ${{ secrets.ADMIN_PASSWORD }} @@ -86,7 +86,7 @@ jobs: options: --user root runs-on: ubuntu-latest env: - YALESITES_BUILD_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }} + YALESITES_BUILD_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4 @@ -145,7 +145,7 @@ jobs: # Workaround for https://github.com/actions/runner/issues/2033 - name: Set git safe.directory run: | - git config --global --add safe.directory "$GITHUB_WORKSPACE" + git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Set bash_env env var run: echo BASH_ENV=${RUNNER_TEMP}/bash_env.txt >> $GITHUB_ENV @@ -194,11 +194,11 @@ jobs: # https://github.com/pantheon-systems/docker-build-tools-ci/blob/6.x/scripts/set-environment - name: setup-environment-vars run: /build-tools-ci/scripts/set-environment - + - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '16.13' + node-version: '20' - name: build frontend components env: From 4feffd09ec4adf95c33e4879cd238a345a13c102 Mon Sep 17 00:00:00 2001 From: Joe Tower Date: Tue, 18 Jun 2024 11:29:29 -0500 Subject: [PATCH 08/15] fix(YSP-559): add eslint and other formatting repository --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 37c06af008..d7a641e605 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "devDependencies": { "@saithodev/semantic-release-backmerge": "^4.0.1", "@semantic-release/git": "^10.0.1", + "@yalesites-org/eslint-config-and-other-formatting": "^1.20.0", "eslint-config-drupal": "^5.0.2", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.29.4", @@ -91,7 +92,9 @@ [ "@saithodev/semantic-release-backmerge", { - "backmergeBranches": ["develop"], + "backmergeBranches": [ + "develop" + ], "backmergeStrategy": "merge" } ], From f0c8480c6c5e53be1a4e0ecaef552e9f9aba87ea Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Mon, 30 Sep 2024 09:23:04 -0400 Subject: [PATCH 09/15] chore(YSP-689): fix null error on views --- .../custom/ys_views_basic/src/ViewsBasicManager.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/ViewsBasicManager.php b/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/ViewsBasicManager.php index e885f1060e..08cc1a38a2 100644 --- a/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/ViewsBasicManager.php +++ b/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/ViewsBasicManager.php @@ -446,10 +446,12 @@ public function getView($type, $params) { // This ensures that if the options for showing categories, tags, // or thumbnails change, the cache will be invalidated, // and the view will be re-rendered with the new options. - foreach ($view['#rows']['#rows'] as &$resultRow) { - $resultRow['#cache']['keys'][] = $field_display_options['show_categories']; - $resultRow['#cache']['keys'][] = $field_display_options['show_tags']; - $resultRow['#cache']['keys'][] = $field_display_options['show_thumbnail']; + if ($view['#rows'] && $view['#rows']['#rows']) { + foreach ($view['#rows']['#rows'] as &$resultRow) { + $resultRow['#cache']['keys'][] = $field_display_options['show_categories']; + $resultRow['#cache']['keys'][] = $field_display_options['show_tags']; + $resultRow['#cache']['keys'][] = $field_display_options['show_thumbnail']; + } } break; From d33387115feb69a0d11e7b05f573995498ceb5dc Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Tue, 1 Oct 2024 09:00:31 -0400 Subject: [PATCH 10/15] fix(YSP-559): add jquery_ui Looks like it's deprecated from core, but we still need it. --- web/profiles/custom/yalesites_profile/composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 4cc60af199..17a9590016 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -56,6 +56,10 @@ "drupal/honeypot": "2.2.0", "drupal/imagemagick": "4.0.2", "drupal/improve_line_breaks_filter": "1.6", + "drupal/jquery_ui": "1.7.0", + "drupal/jquery_ui_datepicker": "2.1.0", + "drupal/jquery_ui_slider": "2.1.0", + "drupal/jquery_ui_touch_punch": "1.1.1", "drupal/layout_builder_browser": "1.7", "drupal/layout_builder_lock": "2.0.0-rc2", "drupal/layout_builder_restrictions": "3.0.0", From 2686c5924d0bd77263d1de92bd43f2a0bd9a7f89 Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Thu, 17 Oct 2024 10:28:06 -0400 Subject: [PATCH 11/15] feat(YSP-559): allow spi plugin --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4bb0cb11d2..f25533d75a 100644 --- a/composer.json +++ b/composer.json @@ -129,7 +129,8 @@ "drupal/core-project-message": true, "phpstan/extension-installer": true, "drupal/console-extend-plugin": true, - "php-http/discovery": true + "php-http/discovery": true, + "tbachert/spi": true } }, "scripts": { From 4a55330df4453b01f7b53f247baea5a103982437 Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Tue, 22 Oct 2024 09:11:58 -0400 Subject: [PATCH 12/15] fix(YSP-559): add role_delegation as dependency It was pointed out in the YaleNews work that ys_core_form_alter is using the delgatable_roles service, which is a part of the role_delegation module. --- .../yalesites_profile/modules/custom/ys_core/ys_core.info.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/web/profiles/custom/yalesites_profile/modules/custom/ys_core/ys_core.info.yml b/web/profiles/custom/yalesites_profile/modules/custom/ys_core/ys_core.info.yml index 4f6bef2220..ad7b9c185b 100644 --- a/web/profiles/custom/yalesites_profile/modules/custom/ys_core/ys_core.info.yml +++ b/web/profiles/custom/yalesites_profile/modules/custom/ys_core/ys_core.info.yml @@ -6,3 +6,4 @@ package: YaleSites dependencies: - multivalue_form_element - media_library_form_element + - role_delegation From 23f0628b7f7b3981ea0340cee1201e06c381055c Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Tue, 22 Oct 2024 09:13:32 -0400 Subject: [PATCH 13/15] fix(YSP-559): add maxlength dependency on ys_alert In the YaleNews work, it was pointed out that ys_alert utilizes maxlength to limit the number of characters the alert can be. --- .../yalesites_profile/modules/custom/ys_alert/ys_alert.info.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/web/profiles/custom/yalesites_profile/modules/custom/ys_alert/ys_alert.info.yml b/web/profiles/custom/yalesites_profile/modules/custom/ys_alert/ys_alert.info.yml index 7bb304b09d..6d2d53e697 100644 --- a/web/profiles/custom/yalesites_profile/modules/custom/ys_alert/ys_alert.info.yml +++ b/web/profiles/custom/yalesites_profile/modules/custom/ys_alert/ys_alert.info.yml @@ -7,3 +7,4 @@ configure: ys_alert.settings dependencies: - drupal:block - ys_core + - maxlength From f5bc3e5d864a9bec8d4f909e0218de36c082bf63 Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Tue, 22 Oct 2024 12:11:21 -0400 Subject: [PATCH 14/15] fix(YSP-559): revert honeypot to 2.1.4 Honeypot was throwing errors if you upgraded to 2.20 before upgrading to 2.1.4. --- web/profiles/custom/yalesites_profile/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 17a9590016..354a95154d 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -53,7 +53,7 @@ "drupal/gin_moderation_sidebar": "1.0.0", "drupal/google_analytics": "4.0.2", "drupal/hide_revision_field": "2.5.0", - "drupal/honeypot": "2.2.0", + "drupal/honeypot": "2.1.4", "drupal/imagemagick": "4.0.2", "drupal/improve_line_breaks_filter": "1.6", "drupal/jquery_ui": "1.7.0", From 14fea0212a06acbd78213606ecf5fa7a26fce040 Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Tue, 22 Oct 2024 14:59:57 -0400 Subject: [PATCH 15/15] Revert "fix(YSP-559): add jquery_ui" This reverts commit d33387115feb69a0d11e7b05f573995498ceb5dc. It seems this is no longer needed, but I'm unsure exactly why. --- web/profiles/custom/yalesites_profile/composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 354a95154d..78ba395276 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -56,10 +56,6 @@ "drupal/honeypot": "2.1.4", "drupal/imagemagick": "4.0.2", "drupal/improve_line_breaks_filter": "1.6", - "drupal/jquery_ui": "1.7.0", - "drupal/jquery_ui_datepicker": "2.1.0", - "drupal/jquery_ui_slider": "2.1.0", - "drupal/jquery_ui_touch_punch": "1.1.1", "drupal/layout_builder_browser": "1.7", "drupal/layout_builder_lock": "2.0.0-rc2", "drupal/layout_builder_restrictions": "3.0.0",