Skip to content

Commit

Permalink
(#4506) Upgrade to D10.3.x
Browse files Browse the repository at this point in the history
- Features Update: cgov_application_page
- Features Update: cgov_article
- Features Update: cgov_biography
- Features Update: cgov_blog
- Features Update: cgov_cancer_center
- Features Updates: cgov_cancer_research
- Features Update: cgov_content_block
- Features Updates: cgov_core
- Features Update: cgov_cthp
- Features Update: cgov_embedded_block
- Features Update: cgov_event
- Features Update: cgov_external_link_block
- Features Update: cgov_home_landing
- Features Update: cgov_image
- Features Update: cgov_infographic
- Features Update: cgov_press_release
- Features Update: cgov_saml_auth_config
- Features Update: cgov_site_section
- Features Update: cgov_video
- Features Update: pdq_cancer_information_summary
- Features Update: pdq_drug_information_summary
- PHPCS and PHPStan fixes
- Updated login link display logic for changes in samlauth 3.10.
- Remove Kernel tests in favor of Cypress tests. (#4514)
- Update tests to reflect new field creation UX
- Updated CgovNavTreeController to change getNavData to require
  taxonomy_term instead of having a default parameter before
  required parameters. As it was PHPCBF wanted to mark it as
  nullable, and by doing that PHP started throwing deprecation
  issues because there is an optional param before required. At
  the end of the day, the code does not guard against
  $taxonomy_term being null, so we should not default to null.
- Updated translation packages
- D10.3 introduces revision history and revisioning to taxonomy_terms.
  This needs to be disabled until we can better test it and identify any
  unexpected side effects. (Especially cgov_site_section and the
  computed_path field).

Closes #4506
  • Loading branch information
bryanpizzillo committed Jan 3, 2025
1 parent 324a689 commit 243340c
Show file tree
Hide file tree
Showing 124 changed files with 3,304 additions and 3,539 deletions.
23 changes: 9 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"drupal/autologout": "^1.4",
"drupal/ckeditor_lts": "^1.0",
"drupal/config_perms": "^2.1",
"drupal/core-composer-scaffold": "~10.2.7",
"drupal/core-recommended": "~10.2.7",
"drupal/core-composer-scaffold": "~10.3.8",
"drupal/core-recommended": "~10.3.8",
"drupal/crop": "^2.3.0",
"drupal/ctools": "^4.0.0",
"drupal/devel": "^5.1.2",
Expand All @@ -43,7 +43,7 @@
"drupal/entity_embed": "^1.4",
"drupal/entity_reference_revisions": "^1.10",
"drupal/externalauth": "^2.0",
"drupal/features": "^5.0.0-alpha1",
"drupal/features": "^3.14",
"drupal/file_mdm": "^2.6.0",
"drupal/image_widget_crop": "^2.4.0",
"drupal/imagemagick": "^3.4.0",
Expand All @@ -58,7 +58,7 @@
"drupal/redirect": "^1.9",
"drupal/responsive_favicons": "^2.0",
"drupal/role_delegation": "^1.2.0",
"drupal/samlauth": "dev-3.x#0c12729843c32e865ce2d81d3dff2e8b0a9f7b17",
"drupal/samlauth": "^3.10",
"drupal/schema_metatag": "^2.6",
"drupal/seckit": "^2.0.1",
"drupal/shield": "^1.7.0",
Expand All @@ -80,7 +80,7 @@
"webmozart/path-util": "^2.3"
},
"require-dev": {
"drupal/core-dev": "~10.2.7",
"drupal/core-dev": "~10.3.8",
"jangregor/phpstan-prophecy": "^1.0",
"mglaman/phpstan-drupal": "^1.1",
"phpspec/prophecy-phpunit": "^2",
Expand All @@ -105,7 +105,8 @@
"acquia/blt-phpcs": true,
"drupal/core-composer-scaffold": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"tbachert/spi": false
}
},
"autoload": {
Expand Down Expand Up @@ -211,19 +212,13 @@
"drupal/core": {
"2952990 : Missing schema for display_options.defaults.sitename_title": "https://www.drupal.org/files/issues/2018-03-14/views-schema-2952990-2.patch",
"3150294 : (Unofficial Patch) New translations should use initial workflow state" : "patches/drupal/workflow-hack-for-3150294.patch",
"1308152 : Add stream wrappers to access extension files": "https://www.drupal.org/files/issues/2021-12-15/1308152-395.patch",
"2971390 : Make exposure of translation meta fields conditional" : "https://www.drupal.org/files/issues/2023-08-25/2971390-75.patch",
"3413508 : Admin page access denied even when access is given to child items": "https://www.drupal.org/files/issues/2024-01-11/3413508-22.patch",
"1308152 : Add stream wrappers to access extension files (https://www.drupal.org/project/drupal/issues/1308152#comment-15653396)": "patches/drupal/core/1308152-404-stream-wrapper.patch",
"2971390 : Make exposure of translation meta fields conditional (https://www.drupal.org/project/drupal/issues/2971390#comment-15882642)" : "patches/drupal/core/2971390-105-translation-meta-field-conditional-exposure.patch",
"3207813 : ModuleHandler skips all hook implementations when invoked before the module files have been loaded (https://www.drupal.org/project/drupal/issues/3207813#comment-14962228, comment #27)": "patches/drupal/core/wokraround-patch-for-3207813.patch"

},
"drupal/features": {
"2834130 : Updates Features Diff to Include Alters": "https://www.drupal.org/files/issues/2019-06-09/features-detect-overrides-update-2834130-4-D8.patch"
},
"drupal/paragraphs": {
"3454273 : Order select shows on a translation of a paragraphs field on 10.2+ (https://git.drupalcode.org/project/paragraphs/-/merge_requests/119.diff)": "patches/drupal/paragraphs/3454273.diff",
"3417771 : Some styling no longer applies due to form-actions -> field-actions html change (https://git.drupalcode.org/project/paragraphs/-/merge_requests/93.diff)": "patches/drupal/paragraphs/3417771.diff"
},
"drupal/purge": {
"3094343 : Garbled purge tag IDs": "https://www.drupal.org/files/issues/2023-09-07/purge-3094343-15.patch"
},
Expand Down
Loading

0 comments on commit 243340c

Please sign in to comment.