Skip to content

Commit 3e0d033

Browse files
committed
Upstream updates, dependency updates, documentation updates
2 parents 61eeb9f + 4497401 commit 3e0d033

File tree

109 files changed

+3618
-1380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+3618
-1380
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,16 @@ So, for instance, to clear the caches on your local copy of CASBS:
5656
lando drush -y @default.local cr
5757
```
5858

59+
# Upstream updates
60+
61+
See additional documentation on performing upstream updates [here](docs/upstream_updates.md).
62+
5963
---
6064

6165
# Setup Local Environment - Native LAMP Stack
6266

67+
** Note: this is outdated, since we no longer use BLT **
68+
6369
TL;DR
6470

6571
```

composer.lock

Lines changed: 1068 additions & 864 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docroot/profiles/custom/stanford_profile/CHANGELOG.md

Lines changed: 308 additions & 250 deletions
Large diffs are not rendered by default.

docroot/profiles/custom/stanford_profile/composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
}
6464
}
6565
],
66+
"conflict": {
67+
"drupal/colorbox": ">=2.2.0"
68+
},
6669
"require": {
6770
"ext-imagick": "*",
6871
"acquia/drupal-environment-detector": "^1.0",
@@ -91,7 +94,7 @@
9194
"drupal/config_split": "^2.0",
9295
"drupal/confirm_leave": "^1.0@beta",
9396
"drupal/content_lock": "^3.0",
94-
"drupal/core": "~11.2.2",
97+
"drupal/core": "~11.2",
9598
"drupal/cshs": "^4.0",
9699
"drupal/default_content": "^2.0@alpha",
97100
"drupal/diff": "^1.3",
@@ -201,7 +204,7 @@
201204
"su-sws/stanford_actions": "^8.2",
202205
"su-sws/stanford_media": "^11.0",
203206
"su-sws/stanford_migrate": "^9.0",
204-
"su-sws/stanford_profile_helper": "10.x-dev",
207+
"su-sws/stanford_profile_helper": "^10.2",
205208
"su-sws/stanford_samlauth": "^2.0"
206209
},
207210
"config": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
max_bundle_number: 20
1+
max_bundle_number: 99

docroot/profiles/custom/stanford_profile/config/sync/core.entity_form_display.config_pages.stanford_basic_site_settings.default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ content:
648648
hierarchy_depth: 0
649649
required_depth: 0
650650
none_label: '- Please select -'
651+
allow_unpublished: true
651652
third_party_settings:
652653
change_labels:
653654
add_another: ''

docroot/profiles/custom/stanford_profile/config/sync/core.entity_form_display.media.file.default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ content:
4343
hierarchy_depth: 0
4444
required_depth: 0
4545
none_label: '- Please select -'
46+
allow_unpublished: true
4647
third_party_settings: { }
4748
hidden:
4849
created: true

docroot/profiles/custom/stanford_profile/config/sync/core.entity_form_display.media.file.media_library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ content:
4242
hierarchy_depth: 0
4343
required_depth: 0
4444
none_label: '- Please select -'
45+
allow_unpublished: true
4546
third_party_settings: { }
4647
hidden:
4748
created: true

docroot/profiles/custom/stanford_profile/config/sync/core.entity_form_display.media.image.default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ content:
4747
hierarchy_depth: 0
4848
required_depth: 0
4949
none_label: '- Please select -'
50+
allow_unpublished: true
5051
third_party_settings: { }
5152
hidden:
5253
created: true

docroot/profiles/custom/stanford_profile/config/sync/core.entity_form_display.media.image.media_library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ content:
4848
hierarchy_depth: 0
4949
required_depth: 0
5050
none_label: '- Please select -'
51+
allow_unpublished: true
5152
third_party_settings: { }
5253
hidden:
5354
created: true

0 commit comments

Comments
 (0)