Skip to content

Commit

Permalink
9.0.3
Browse files Browse the repository at this point in the history
restored permission for row styles
HSD8-1058 Add parameters to youtube videos
Updated dependencies and configs
patch paragraphs module for edge case when paragraph type doesnt exist
HSD8-1053 HSD8-1054 Provision biology and mtl sites
adjusted test for new permission
Adjusted paragraph form displays
Remove field permissions from contributor and site managers
Refactored patterns to work better with layout paragraphs.
Fixed spotlight field help text
Sparkbox Sprint 39
chore: disable gradient hero slider on older themes only (#867)
chore: backstop.js revisions (#871)
chore: update Gradient Hero Slider config (#870)
changed shield password for stage
Changed shield key
Added layout paragraphs module to test out
STN-714: Fix npm start task (#865)
HSD8-1035 Hide "Select All" on content list
docs: update lando troubleshooting section (#864)
feat(STN-728): Gradient Hero Slider - Component Config (#863)
feat: update timeline component checkbox label for the expand / collapse functionality (#862)
HSD8-1016 Improved javascript logic for paragraphs that dont have behaviors
HSD8-1016 Move the paragraph behaviors tabs to a different location
feat (STN-736): Address Vertical Timeline Bugs (#860)
HSD8-1037 D7 Image gallery importer (#859)
  • Loading branch information
pookmish authored May 12, 2021
2 parents d416de3 + e9e982c commit b696ad3
Show file tree
Hide file tree
Showing 207 changed files with 6,731 additions and 3,705 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ local.blt.yml
.vscode/
blt/src/Commands/LocalCommand.php
simplesamlphp/config/local*
.env
docroot/themes/humsci/humsci_basic/backstop/backstop.json

# Ignore drupal core.
docroot/core
Expand Down
2 changes: 2 additions & 0 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ multisites:
- archaeology
- artexhibitions
- bingschool
- biology
- biologyvirtualshowcase
- buddhiststudies
- ccsre
Expand Down Expand Up @@ -109,6 +110,7 @@ multisites:
- mcs
- mediterraneanstudies
- mrc
- mtl
- philit
- philosophy
- planning_humsci
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"drupal/config_readonly": "^1.0@beta",
"drupal/config_split": "^1.0",
"drupal/config_update": "^1.7",
"drupal/confirm_leave": "^1.0@beta",
"drupal/content_access": "^1.0@alpha",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
Expand Down Expand Up @@ -189,6 +190,7 @@
"drupal/key": "^1.14",
"drupal/layout_builder_component_attributes": "^1.1",
"drupal/layout_builder_modal": "^1.1",
"drupal/layout_paragraphs": "^1.0@beta",
"drupal/masquerade": "^2.0@beta",
"drupal/maxlength": "^1.0@RC",
"drupal/menu_admin_per_menu": "^1.3",
Expand Down Expand Up @@ -242,6 +244,7 @@
"su-sws/nobots": "^8.2",
"su-sws/react_paragraphs": "^8.2",
"su-sws/stanford_basic": "dev-8.x-2.x#9d6391431de1aefa93c4dfe671e309cef1496d81",
"su-sws/stanford_fields": "^8.1",
"su-sws/stanford_media": "^8.2",
"su-sws/stanford_migrate": "^8.1",
"su-sws/stanford_ssp": "^8.1",
Expand Down Expand Up @@ -321,6 +324,9 @@
"https://www.drupal.org/project/menu_position/issues/3110502": "https://www.drupal.org/files/issues/2020-07-29/drupal-menu_position-WSOD-when-menu-parent-no-longer-exists-3110502-26.patch",
"https://www.drupal.org/project/menu_position/issues/3146668": "https://www.drupal.org/files/issues/2020-06-08/drupal9_schemaexception-3146668-2.patch"
},
"drupal/paragraphs": {
"https://www.drupal.org/project/paragraphs/issues/2895561": "https://www.drupal.org/files/issues/2021-05-06/paragraphs-2895561-32.patch"
},
"drupal/path_redirect_import": {
"https://www.drupal.org/project/path_redirect_import/issues/3153871": "https://www.drupal.org/files/issues/2020-06-22/path_redirect_import-d9-3153871-4.patch"
},
Expand All @@ -332,7 +338,8 @@
"https://www.drupal.org/project/simplesamlphp_auth/issues/2936889": "https://www.drupal.org/files/issues/2020-07-31/simplesamlphp_auth-avoid_unexpected_redirect-2936889-12-d8.patch"
},
"drupal/ui_patterns": {
"patches": "patches/contrib/ui_patterns_views-preview.patch"
"patches": "patches/contrib/ui_patterns_views-preview.patch",
"https://github.com/nuvoleweb/ui_patterns/issues/304": "https://patch-diff.githubusercontent.com/raw/nuvoleweb/ui_patterns/pull/318.diff"
},
"drupal/video_embed_field": {
"https://www.drupal.org/project/video_embed_field/issues/2913925": "https://www.drupal.org/files/issues/2018-07-09/retrieve-title-2913925-5.patch"
Expand Down
Loading

0 comments on commit b696ad3

Please sign in to comment.