-
Notifications
You must be signed in to change notification settings - Fork 7
PGOV-2106 Update Drupal to 11.4.4. Update modules #3439
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
Open
kxwang
wants to merge
6
commits into
master
Choose a base branch
from
pgov-2106
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
cad1a08
PGOV-2106 Update Drupal to 11.4.4
kxwang b2ca059
Update entity_browser_table to ^2.0
kxwang dc4ede5
FIx EmailAction.php. REmove EditUrlFilter.php. Add cdn.jsdelivr.net i…
kxwang 618ecae
Merge remote-tracking branch 'origin' into pgov-2106
kxwang 74d227a
Fix the style issue of the search form block.
kxwang bb197eb
Enable HTML5 validation in settings.php
kxwang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,7 +94,7 @@ | |
| "drupal/editoria11y": "^2.1", | ||
| "drupal/embed": "^1.5", | ||
| "drupal/entity_browser": "^2.0", | ||
| "drupal/entity_browser_table": "^1.1", | ||
| "drupal/entity_browser_table": "^2.0", | ||
| "drupal/entity_embed": "^1.7", | ||
| "drupal/entity_reference_hierarchy": "^1.0", | ||
| "drupal/entity_usage": "^2.0@beta", | ||
|
|
@@ -235,6 +235,7 @@ | |
| "oomphinc/composer-installers-extender": true, | ||
| "php-http/discovery": true, | ||
| "phpstan/extension-installer": true, | ||
| "symfony/runtime": true, | ||
| "wikimedia/composer-merge-plugin": true | ||
| } | ||
| }, | ||
|
|
@@ -267,16 +268,15 @@ | |
| "3114467 - 'Negate' form value for condition plugins should be cast to boolean in validation (for Google Tag Manager)": "https://www.drupal.org/files/issues/2023-11-06/3114467-30.patch", | ||
| "2928793 - REST views: double encoding of apostrophes in REST Export display": "https://git.drupalcode.org/project/drupal/-/merge_requests/1281.diff", | ||
| "3250298 - Return empty string '' with JSON Serializer instead of FALSE": "https://www.drupal.org/files/issues/2024-08-05/3250298-17.patch", | ||
| "2313309 - Admin toolbar and contextual links should always be rendered in the admin language (if set)": "https://www.drupal.org/files/issues/2026-05-06/2313309-244-admin-toolbar-and-contextual-links-admin-language--D11.3-no-umami-tests--20260506-2.patch", | ||
| "3054641 - Local tasks should honor selected admin interface language (if set)": "https://www.drupal.org/files/issues/2025-12-30/3054641-90-local-tasks-honor-selected-admin-interface-language.patch", | ||
| "3410100 - [10.2 regression] CKEditor 5 breaks when 'Source'/Source editing button is added and 'Manually editable HTML tags' are specified": "https://www.drupal.org/files/issues/2025-06-26/3410100-108-revert-3396628-11-x.patch", | ||
| "2313309 - Admin toolbar and contextual links should always be rendered in the admin language (if set)": "https://git.drupalcode.org/project/drupal/-/merge_requests/16311.patch", | ||
| "3054641 - Local tasks should honor selected admin interface language (if set)": "https://www.drupal.org/files/issues/2026-07-15/3054641-90-local-tasks-honor-selected-admin-interface-language-11.4.4.patch", | ||
| "3410100 - [10.2 regression] CKEditor 5 breaks when 'Source'/Source editing button is added and 'Manually editable HTML tags' are specified": "https://www.drupal.org/files/issues/2026-07-06/3410100-112-mr-12509.patch", | ||
| "3381979 - More link is missing in pager ": "https://www.drupal.org/files/issues/2025-06-25/3381979-more-link-is-missing-in-some-pager-when-there-are-more-records-than-shown-d11.2.0-rc2.patch", | ||
| "3459169 - Protect against empty revision timestamps in VersionHistoryController::getRevisionDescription": "https://www.drupal.org/files/issues/2024-12-05/0001-Protect-against-empty-revision-timestamps.patch", | ||
| "3336143 - Uncaught ReferenceError: loadjs is not defined after drupal core upgrade 9.5.1": "https://www.drupal.org/files/issues/2024-07-24/load_js-define_variable-3336143-43.patch", | ||
| "3293788 - Add possibility to skip flushing all image style derivatives when an image style configuration changes": "https://git.drupalcode.org/project/drupal/-/merge_requests/12408.patch", | ||
| "2769407 - Add Boolean field filter option 'Treat NULL values as FALSE' to expose the already existing code path for handling this": "https://www.drupal.org/files/issues/2026-01-08/2769407_views_ui_null_option-11.3.2-115.patch", | ||
| "3334212 - Vertical/horizontal icons missing, when toolbar has multiple items": "https://www.drupal.org/files/issues/2023-03-20/3334212-vertical-horizontal-toolbar-icons-missing-drupal-10.patch", | ||
| "2940605 - Can only intentionally re-render an entity with references 20 times": "https://git.drupalcode.org/project/drupal/-/commit/187c122a24bc454f6fa165d7a4482acd90feed8f.patch", | ||
| "3549397 - [Since 11.2.3] Uninstalling and installing modules during config:import can lead to fatal errors": "https://git.drupalcode.org/project/drupal/-/merge_requests/13355.patch" | ||
| }, | ||
| "drupal/bootstrap_datepicker": { | ||
|
|
@@ -300,9 +300,6 @@ | |
| "drupal/conditional_fields":{ | ||
| "3573010 - Fix 'reset if untriggered' option": "https://git.drupalcode.org/project/conditional_fields/-/merge_requests/93.patch" | ||
| }, | ||
| "drupal/content_lock":{ | ||
| "2919019 - content_lock_entity_operation doesn't work if the entity list is cached": "https://git.drupalcode.org/project/content_lock/-/merge_requests/121.patch" | ||
| }, | ||
| "drupal/ctools": { | ||
| "2475595 - Views exposed filters missing autosubmit option https://www.drupal.org/node/2475595": "https://www.drupal.org/files/issues/2475595-ctools-autocomplete-fix-24.patch" | ||
| }, | ||
|
|
@@ -317,10 +314,6 @@ | |
| "PGOV-671 - CKEditor 5 compat patches": "patches/pgov-671-entity-embed-ckeditor-5-compat-2.patch", | ||
| "3067452 - Recursive Limit Breaks Normal, Repeated Use of a Media item on a page": "https://www.drupal.org/files/issues/2019-09-29/3067452-5.patch" | ||
| }, | ||
| "drupal/entity_browser_table": { | ||
| "3408217 - Error: Call to a member function getStorage() on null": "https://www.drupal.org/files/issues/2023-12-21/3408217-error-call-to-member-function-getstorage-on-null.patch", | ||
| "3430132 - Automated Drupal 11 compatibility fixes for entity_browser_table": "https://git.drupalcode.org/project/entity_browser_table/-/merge_requests/7.patch" | ||
| }, | ||
| "drupal/entity_usage": { | ||
| "PGOV-1823 - Support non-fieldable entities in ListUsageController": "patches/pgov-1823-entity-usage-non-fieldable-entities-3.patch" | ||
| }, | ||
|
|
@@ -398,9 +391,6 @@ | |
| "drupal/redirect": { | ||
| "2981544 - Filter by redirect destination does not work with URL alias": "https://www.drupal.org/files/issues/2025-09-12/2981544-48.patch" | ||
| }, | ||
| "drupal/rules": { | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't use the Rules module |
||
| "2927132 - List of conditions includes Core conditions which do not work with Rules. POWR-3445": "https://www.drupal.org/files/issues/2020-07-23/2927132-15-remove-other-conditions-from-ui.patch" | ||
| }, | ||
| "drupal/search_api_page": { | ||
| "3227655 - LogicException: Cannot use UTF-8 route patterns without setting the 'utf8' option for route": "https://www.drupal.org/files/issues/2021-08-11/search_api_page-utf8_paths.patch" | ||
| }, | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patches were for v1.x. Not needed after we upgraded to v2.x