Skip to content

Commit

Permalink
Merge pull request #311 from UN-OCHA/develop
Browse files Browse the repository at this point in the history
Deploy 16-08-2023
  • Loading branch information
Lisa Corcoran authored Aug 16, 2023
2 parents 3facb35 + 00054ad commit d6cca99
Show file tree
Hide file tree
Showing 194 changed files with 1,544 additions and 4,092 deletions.
1 change: 0 additions & 1 deletion .github/workflows/composer-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
patch_branch: 'develop'
patch_packages: 'drupal/*'
patch_maintainers: ${{ secrets.DRUPAL_MAINTAINERS }}
php_version: '8.2'
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel_name: ${{ vars.SLACK_CHANNEL }}
17 changes: 17 additions & 0 deletions PATCHES/core-ckeditor5-dialog-fix-3351600.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git a/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js b/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js
index 1f4ed1d7feb523cffee35f245b7dab06da4f38fa..41449dcf693fab7ff15220fd4b57bd89a71cab8d 100644
--- a/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js
+++ b/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js
@@ -12,6 +12,12 @@
// CKEditor 5 in modals can work as expected.
// @see https://api.jqueryui.com/dialog/#method-_allowInteraction
_allowInteraction(event) {
+ // Fixes "Uncaught TypeError: event.target.classList is undefined"
+ // in Firefox (only).
+ // @see https://www.drupal.org/project/drupal/issues/3351600
+ if (event.target.classList === undefined) {
+ return this._super(event);
+ }
return event.target.classList.contains('ck') || this._super(event);
},
});
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"drupal/pathauto": "^1.8",
"drupal/redirect": "^1.8",
"drupal/samlauth": "^3.8",
"drupal/simple_menu_permissions": "^2.0",
"drupal/social_auth_hid": "^3.2",
"drupal/stable": "^2.0",
"drupal/stage_file_proxy": "^2.1",
Expand Down
116 changes: 82 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions composer.patches.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"patches": {
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/3376927": "PATCHES/core-css-js-aggregation-3376927.patch"
"https://www.drupal.org/project/drupal/issues/3376927": "PATCHES/core-css-js-aggregation-3376927.patch",
"https://www.drupal.org/project/drupal/issues/3351600": "PATCHES/core-ckeditor5-dialog-fix-3351600.patch"
},
"drupal/csp": {
"Simplify log format": "PATCHES/csp-log-format.patch"
Expand All @@ -28,9 +29,6 @@
},
"drupal/username_enumeration_prevention": {
"Avoid leaking the path via Drupal.settings json": "PATCHES/username_enumeration_prevention-user-login-block-form-3312288.patch"
},
"drupal/xmlsitemap": {
"https://www.drupal.org/project/xmlsitemap/issues/3323148": "PATCHES/xmlsitemap-d10-compatibility-admin-page.patch"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ bundle: news_and_stories
mode: default
content:
field_news_and_stories_list:
type: viewsreference_autocomplete
type: viewsreference_select
weight: 0
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
settings: { }
third_party_settings: { }
translation:
weight: 10
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
Expand Down
1 change: 1 addition & 0 deletions config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module:
responsive_image: 0
samlauth: 0
serialization: 0
simple_menu_permissions: 0
social_api: 0
social_auth: 0
social_auth_hid: 0
Expand Down
2 changes: 1 addition & 1 deletion config/system.menu.events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ status: true
dependencies: { }
id: events
label: Events
description: ''
description: 'Footer menu: Events'
locked: false
2 changes: 1 addition & 1 deletion config/system.menu.latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ status: true
dependencies: { }
id: latest
label: Latest
description: ''
description: 'Footer menu: Latest menu'
locked: false
2 changes: 1 addition & 1 deletion config/system.menu.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ _core:
default_config_hash: Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8
id: main
label: 'Main menu'
description: 'Main menu with mega menu'
description: 'Main navigation menu'
locked: true
2 changes: 1 addition & 1 deletion config/system.menu.our-priorities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ status: true
dependencies: { }
id: our-priorities
label: 'Our priorities'
description: ''
description: 'Footer menu: Our priorities'
locked: false
2 changes: 1 addition & 1 deletion config/system.menu.take-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ status: true
dependencies: { }
id: take-action
label: 'Take action'
description: ''
description: 'Footer menu: Take action'
locked: false
2 changes: 1 addition & 1 deletion config/system.menu.what-we-do.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ status: true
dependencies: { }
id: what-we-do
label: 'What we do'
description: ''
description: 'Footer menu: What we do'
locked: false
2 changes: 1 addition & 1 deletion config/system.menu.where-we-work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ status: true
dependencies: { }
id: where-we-work
label: 'Where we work'
description: ''
description: 'Footer menu: Where we work'
locked: false
Loading

0 comments on commit d6cca99

Please sign in to comment.