Skip to content

Commit

Permalink
9.2.6
Browse files Browse the repository at this point in the history
- HSD8-1149: Provision music
- HSD8-1146 Add statistics redirect for statweb
- HSD8-1140 Enable dblog staging sites
- HSD8-1123 Allow course importer url form to be emptied
- HSD8-1136 Reduce contextual links for non-admins
- HSD8-1144 Replace ";" with "|" for d7 people research area importer
- Enable duplicate for private page components
- HSD8-1142 changed combined filter to separate filters on the user list page
- Fix(STN-842): postcard uniform height in collections fix (#953)
- Fix(STN-863): Full-width Color Band extends beyond the content region on mobile. (#957)
- STN-856:  Accordion credit caption overflow bug (#951)
  • Loading branch information
pookmish authored Sep 15, 2021
2 parents e9e9eb9 + 7ce7f51 commit c435467
Show file tree
Hide file tree
Showing 31 changed files with 3,147 additions and 85 deletions.
1 change: 1 addition & 0 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ multisites:
- mrc
- mrc2021
- mtl
- music
- oconnell
- philit
- philosophy
Expand Down
80 changes: 42 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/default/config_split.config_split.stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ label: Stage
description: 'Acquia Staging Environment'
folder: ../config/envs/stage
module:
dblog: 0
nobots: 0
stage_file_proxy: 0
acquia_connector: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ content:
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
duplicate: '0'
duplicate: duplicate
third_party_settings: { }
region: content
field_priv_wysiwyg_files:
Expand Down
4 changes: 4 additions & 0 deletions config/default/migrate_plus.migration.hs_d7_people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ process:
plugin: skip_on_empty
method: process
source: researchArea
-
plugin: str_replace
search: ';'
replace: '|'
-
plugin: explode
delimiter: '|'
Expand Down
Loading

0 comments on commit c435467

Please sign in to comment.