From 164269d63f746422973e3377471ab20172783384 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 12 May 2021 17:19:55 +0000 Subject: [PATCH 01/24] 9.0.4 --- .../humsci_default_content/humsci_default_content.info.yml | 2 +- .../humsci/su_humsci_profile/su_humsci_profile.info.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml index 539e99bf41..3aaf653d12 100644 --- a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml @@ -3,7 +3,7 @@ description: 'DO NOT INSTALL. This is for profile installation task only.' core_version_requirement: '^8.8 || ^9' hidden: true type: module -version: 9.0.3 +version: 9.0.4 default_content: block_content: - 2b7335a6-d3a4-468b-b515-9b1e2be558bc diff --git a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml index 02613212e6..ba246fa87d 100644 --- a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml @@ -1,7 +1,7 @@ name: 'Stanford HumSci' type: profile description: 'Installation profile for HumSci Drupal' -version: 9.0.3 +version: 9.0.4 core_version_requirement: '^8.8 || ^9' themes: - material_admin From a7bc0331e02cb82880531709a2b075579170c31a Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Wed, 12 May 2021 14:58:32 -0700 Subject: [PATCH 02/24] Fixed error handling on youtube media --- docroot/modules/humsci/hs_field_helpers/hs_field_helpers.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docroot/modules/humsci/hs_field_helpers/hs_field_helpers.module b/docroot/modules/humsci/hs_field_helpers/hs_field_helpers.module index 55c7b1f3da..1e8b861fec 100644 --- a/docroot/modules/humsci/hs_field_helpers/hs_field_helpers.module +++ b/docroot/modules/humsci/hs_field_helpers/hs_field_helpers.module @@ -44,7 +44,7 @@ function hs_field_helpers_preprocess_media_oembed_iframe(&$variables) { $variables['media'] = preg_replace('/src="(.[^"]+)"/', 'src="$1&modestbranding=1&rel=0"', $iframe); } } - catch (\Exception $e) { + catch (\Throwable $e) { // Nothing to do. } } From d65ed309044ee634a62bcacd0fe5d37261d4dc58 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Wed, 12 May 2021 15:49:52 -0700 Subject: [PATCH 03/24] Fixup for paragraph behaviors javascript --- .../js/paragraphs.behaviors.js | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docroot/modules/humsci/hs_field_helpers/js/paragraphs.behaviors.js b/docroot/modules/humsci/hs_field_helpers/js/paragraphs.behaviors.js index a23ba2e8c2..723bad40b2 100644 --- a/docroot/modules/humsci/hs_field_helpers/js/paragraphs.behaviors.js +++ b/docroot/modules/humsci/hs_field_helpers/js/paragraphs.behaviors.js @@ -10,24 +10,24 @@ attach: function (context, settings) { $('ul.paragraphs-tabs', context).remove(); $('.paragraphs-subform', context).once('hs-heaviors').each(function () { - const subform = $(this); - const behaviors = $(this).siblings('.paragraphs-behavior') - const tabs = $('