Skip to content

Commit 7cafd04

Browse files
committed
Drupal 9 release
2 parents 4d078fd + 7dbdce1 commit 7cafd04

27 files changed

+3638
-3127
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ jobs:
258258
for username in nw_test_admin nw_test_apps nw_test_authenticated nw_test_author nw_test_editor nw_test_gp_author nw_test_gp_super nw_test_news_super nw_test_super
259259
do
260260
platform environment:drush user:unblock $username -p $PLATFORM_PROJECT_ID -e $EDGE_BUILD_BRANCH
261+
platform environment:drush user:password $username $TEST_PASS -p $PLATFORM_PROJECT_ID -e $EDGE_BUILD_BRANCH
261262
done
262263
- run:
263264
name: Force purge of Solr index

composer.json

+14-18
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"require": {
4343
"composer/installers": "^1.9",
4444
"cweagans/composer-patches": "^1.6.5",
45-
"dof-dss/nicsdru_nidirect_theme": "^1.0",
46-
"dof-dss/nicsdru_origins_modules": "^0.9",
47-
"dof-dss/nicsdru_origins_theme": "^0.3",
45+
"dof-dss/nicsdru_nidirect_theme": "^2.0",
46+
"dof-dss/nicsdru_origins_modules": "^1.0",
47+
"dof-dss/nicsdru_origins_theme": "^0.4",
4848
"dof-dss/nidirect-d8-test-install-profile": "^1.0",
4949
"dof-dss/nidirect-migrations": "^1.0",
50-
"dof-dss/nidirect-site-modules": "^1.0.7",
50+
"dof-dss/nidirect-site-modules": "^2.0",
5151
"drupal/address": "^1.7",
5252
"drupal/admin_toolbar": "^3.0",
5353
"drupal/adminimal_theme": "^1.5",
@@ -66,8 +66,9 @@
6666
"drupal/config_update": "^1.6",
6767
"drupal/console": "^1.9",
6868
"drupal/cookie_content_blocker": "^1.7",
69-
"drupal/core-composer-scaffold": "^8.9.13",
70-
"drupal/core-recommended": "^8.9.13",
69+
"drupal/core-composer-scaffold": "^9",
70+
"drupal/core-project-message": "^9",
71+
"drupal/core-recommended": "^9",
7172
"drupal/csp": "^1.15",
7273
"drupal/csv_serialization": "^2.0@beta",
7374
"drupal/ctools": "^3.7",
@@ -88,10 +89,8 @@
8889
"drupal/geocoder": "^3.14",
8990
"drupal/geolocation": "3.x",
9091
"drupal/google_analytics": "^3.1",
91-
"drupal/google_analytics_counter": "^3.0@alpha",
9292
"drupal/google_tag": "^1.4",
9393
"drupal/handy_cache_tags": "^1.0",
94-
"drupal/hms_field": "1.x-dev",
9594
"drupal/honeypot": "^2.0",
9695
"drupal/http_cache_control": "^2.0",
9796
"drupal/inline_entity_form": "^1.0.0-rc9",
@@ -102,7 +101,6 @@
102101
"drupal/metatag": "^1.8",
103102
"drupal/migrate_absolute_links": "^2.1",
104103
"drupal/migrate_plus": "^5.1",
105-
"drupal/migrate_process_trim": "^1.0",
106104
"drupal/migrate_upgrade": "^3.2",
107105
"drupal/moderation_sidebar": "^1.3",
108106
"drupal/node_edit_protection": "^1.0",
@@ -147,11 +145,12 @@
147145
"harvesthq/chosen": "^1.8",
148146
"oomphinc/composer-installers-extender": "^2.0",
149147
"platformsh/config-reader": "^2.3",
148+
"symfony/polyfill-php70": "^1.20",
150149
"vlucas/phpdotenv": "^2.4",
151150
"zaporylie/composer-drupal-optimizations": "^1.0"
152151
},
153152
"require-dev": {
154-
"drupal/core-dev": "^8.8",
153+
"drupal/core-dev": "^9",
155154
"drupal/devel": "^4.1",
156155
"drupal/devel_entity_updates": "^3.0",
157156
"drupal/easy_install": "^10.5",
@@ -191,14 +190,11 @@
191190
},
192191
"drupal/core": {
193192
"Prevent leftover fields from causing errors like 'Call to a member function getLabel() after enabling layout_builder'": "https://www.drupal.org/files/issues/2020-01-20/2985882-53.patch",
194-
"When embedding media, don't let authors choose view modes that are not enabled for that media type": "https://www.drupal.org/files/issues/2021-09-15/3097416-ckeditor-view-modes-8.9-combined_0.patch",
195-
"[IGNORE] Composer-friendly patches for filename sanitation while #2492171 awaits #3032390": "https://www.drupal.org/files/issues/2020-11-18/3094052-composer-patch-filename-sanitation-7.patch",
196-
"[meta] Themes improperly check renderable arrays when determining visibility": "https://www.drupal.org/files/issues/2019-02-19/themes_improperly_check_renderable_arrays_when_determining_visibility-953034-313.patch",
193+
"[IGNORE] Composer-friendly patches for filename sanitation while #2492171 awaits #3032390 (https://www.drupal.org/project/drupal/issues/2492171#comment-14173724)": "https://www.drupal.org/files/issues/2021-07-26/2492171-311.patch",
197194
"Cannot save unpublished versions of published content for users without manage book privileges": "https://www.drupal.org/files/issues/2020-10-18/2918537-63.patch",
198-
"Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions": "https://www.drupal.org/files/issues/2021-03-22/3047022-70-backport-8.9.x.patch",
195+
"Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions": "https://www.drupal.org/files/issues/2021-03-22/3047022-71.patch",
199196
"Support for AjaxResponse implementing CacheableResponseInterface": "https://gist.githubusercontent.com/omahm/cd990b5cdba637fe270ada0702717d9d/raw/60a05babb9747061df201ca9f74afb4b59166f14/cacheableAjaxResponse.patch",
200197
"Increase service priority for logger factory": "https://gist.githubusercontent.com/johangant/3023926f40867e14385bd3d87831adfc/raw/174cec09449636263b8dcd01679945677a0d607d/increase_logger_factory_service_priority.patch",
201-
"Expose oEmbed resource object to iframe template": "https://gist.githubusercontent.com/johangant/460719ccfcf389f83db366ab7b341700/raw/65c7665f01f87b7b69494597856d62104efaf4d9/3009003-38--public-modules.patch",
202198
"'Negate' form value for condition plugins should be cast to boolean in validation": "https://www.drupal.org/files/issues/2020-03-23/3114467-8.patch"
203199
},
204200
"drupal/devel": {
@@ -213,9 +209,6 @@
213209
"drupal/filelog": {
214210
"Whole Log gets loaded into Memory when gzipping": "https://www.drupal.org/files/issues/2021-04-07/filelog-3157650-21.patch"
215211
},
216-
"drupal/hms_field": {
217-
"Drupal 8.9 / 9 compatibility": "https://www.drupal.org/files/issues/2020-06-05/3145496-6.patch"
218-
},
219212
"drupal/inline_entity_form": {
220213
"Widget settings to control removing & deleting existing references": "https://www.drupal.org/files/issues/2021-04-15/ief_removed_references_2875716-103.patch"
221214
},
@@ -242,6 +235,9 @@
242235
"Add URL Redirects tab to taxonomy term edit form": "https://www.drupal.org/files/issues/2021-03-26/redirect_provide_redirect_tab_on_taxonomy_terms_3205896.patch",
243236
"Fix ajax error when creating redirects": "https://www.drupal.org/files/issues/2020-12-14/validation-issue-3057250-29.patch"
244237
},
238+
"drupal/scheduled_transitions": {
239+
"No scheduled revisions appear for migrated nodes": "https://www.drupal.org/files/issues/2021-11-01/scheduled_transitions_base_language_3091006_2x.patch"
240+
},
245241
"drupal/schema_metatag": {
246242
"Add @id as a tag to all schemas": "https://www.drupal.org/files/issues/2019-09-01/3078582-02.patch"
247243
},

0 commit comments

Comments
 (0)