Skip to content

Commit

Permalink
8.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 30, 2018
1 parent 69eb07e commit b650b99
Show file tree
Hide file tree
Showing 43 changed files with 92 additions and 74 deletions.
8 changes: 3 additions & 5 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ modules:
uninstall: [config_readonly, bugherdapi]
prod:
enable: [acquia_connector, hs_config_readonly, hs_bugherd]
uninstall: [shield]
uninstall: [shield, views_ui]
multisites:
- default
- archaeology
Expand All @@ -48,12 +48,10 @@ command-hooks:
cm:
strategy: config-split
allow-overrides: true
# For some reason, sometimes BLT changes the docroot/sites/sites.php file. We add these dummy commands to
# change the first two commands during the sync command to prevent unwanted changes.
sync:
commands:
- custom:hello
- custom:hello
- 'custom:hello'
- 'custom:hello'
key-dir:
dev: /mnt/gfs/swshumsci.dev/nobackup/apikeys
test: /mnt/gfs/swshumsci.test/nobackup/apikeys
Expand Down
54 changes: 29 additions & 25 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Basic Page'
description: 'Basic Page content type'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Basic Page Display'
description: 'Basic Page content type'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
hidden: true
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docroot/modules/humsci/hs_bugherd/hs_bugherd.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Bugherd'
description: 'Bugherd API connection with JIRA'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- encrypt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Config Read Only'
description: 'Modify the Config Read Only to blacklist specific config'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- config_readonly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) {

$urls = explode("\n", $form_state->getValue('urls'));
foreach ($urls as &$url) {
$url = trim($url);
$url = trim($url, " \t\n\r\0\x0B,");
}
$this->config('hs_courses_importer.importer_settings')
->set('urls', $urls)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Event Series'
description: 'Event Series content type'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- hs_events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Event Series Display'
description: 'Event Series content type'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
hidden: true
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docroot/modules/humsci/hs_events/hs_events.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Events'
description: 'Events content type'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- allowed_formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Events Display'
description: 'Events content type'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
hidden: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Events Importer'
description: 'Migrate importer for stanford events.'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- hs_events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Field Helpers'
type: module
description: 'Additional field widgets and display formatters'
core: 8.x
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- ui_patterns_views
Expand Down
2 changes: 1 addition & 1 deletion docroot/modules/humsci/hs_layouts/hs_layouts.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Layouts'
type: module
description: 'Layout options for H&S'
core: 8.x
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- layout_discovery
2 changes: 1 addition & 1 deletion docroot/modules/humsci/hs_news/hs_news.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S News'
type: module
description: 'News content type'
core: 8.x
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S News Display'
type: module
description: 'News content type'
core: 8.x
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
hidden: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Paragraph Types'
description: 'Generic Helpers for paragraphs.'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- paragraphs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Hero Image Paragraph'
description: 'Hero Image Paragraph type'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- entity_browser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Hero Image Paragraph Display'
description: 'Hero Image Paragraph type'
core: 8.x
type: module
version: 8.x
version: 8.0.8
hidden: true
package: 'Humanities & Sciences'
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: H&S Postcard Paragraph
description: A paragraph type with a postcard display.
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- media
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: H&S Postcard Display
description: A paragraph type with a postcard display.
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
hidden: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: H&S Row Paragraph
description: A paragraph type with a simple image.
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- allowed_formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: H&S Row Paragraph Display
description: A paragraph type with a simple image.
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
hidden: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: H&S Slide Paragraph
description: A paragraph type with a simple image.
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- allowed_formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Slide Paragraph Display'
description: 'A paragraph type with a simple image.'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
hidden: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: H&S Slideshow Paragraph
description: A paragraph type with a slideshow.
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
dependencies:
- entity_reference_revisions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'H&S Slideshow Paragraph Display'
description: 'A paragraph type with a slideshow.'
core: 8.x
type: module
version: 8.x
version: 8.0.8
package: 'Humanities & Sciences'
hidden: true
dependencies:
Expand Down
Loading

0 comments on commit b650b99

Please sign in to comment.