diff --git a/blt/blt.yml b/blt/blt.yml index fa94404c2..9413353ee 100644 --- a/blt/blt.yml +++ b/blt/blt.yml @@ -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 @@ -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 diff --git a/composer.lock b/composer.lock index 051adb325..6f37defb0 100644 --- a/composer.lock +++ b/composer.lock @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/acquia/blt.git", - "reference": "0cb03a394a3ccae37a5fc62ec83bed98018fa12c" + "reference": "c5eaf1376248210f44cc45fd84b65bb370387995" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/blt/zipball/0cb03a394a3ccae37a5fc62ec83bed98018fa12c", - "reference": "0cb03a394a3ccae37a5fc62ec83bed98018fa12c", + "url": "https://api.github.com/repos/acquia/blt/zipball/c5eaf1376248210f44cc45fd84b65bb370387995", + "reference": "c5eaf1376248210f44cc45fd84b65bb370387995", "shasum": "" }, "require": { @@ -94,7 +94,7 @@ "template", "testing" ], - "time": "2018-08-29T12:12:30+00:00" + "time": "2018-08-30T20:04:00+00:00" }, { "name": "acquia/http-hmac-php", @@ -2968,21 +2968,24 @@ }, { "name": "drupal/color_field", - "version": "2.0.0-rc3", + "version": "2.0.0-rc4", "source": { "type": "git", "url": "https://git.drupal.org/project/color_field", - "reference": "b9ffa9032f997fd982d0c7692746e15da947c703" + "reference": "8.x-2.0-rc4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/color_field-8.x-2.0-rc3.zip", - "reference": "b9ffa9032f997fd982d0c7692746e15da947c703", - "shasum": "85979aa1739dd42f413ad7437b19db08031587ae" + "url": "https://ftp.drupal.org/files/projects/color_field-8.x-2.0-rc4.zip", + "reference": "8.x-2.0-rc4", + "shasum": "07f5d9f77822ca458072932124a471749db7ff1c" }, "require": { "drupal/core": "*" }, + "require-dev": { + "drupal/token": "~1.3" + }, "suggest": { "bower-asset/jquery-simple-color": "^v1.2.2: Provides JavaScript library necessary for the Color Grid widget", "bower-asset/spectrum": "^1.8: Provides JavaScript library necessary for Spectrum widget." @@ -2993,8 +2996,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-rc3", - "datestamp": "1526529484", + "version": "8.x-2.0-rc4", + "datestamp": "1535578984", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -11142,12 +11145,12 @@ "source": { "type": "git", "url": "https://github.com/SU-SWS/stanford_media.git", - "reference": "b9fb1ff4f12753d3262d6f1f2a3cf6eb723d681b" + "reference": "fe76544055919c56dcd191b603b0ad6bd5fdd4a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_media/zipball/b9fb1ff4f12753d3262d6f1f2a3cf6eb723d681b", - "reference": "b9fb1ff4f12753d3262d6f1f2a3cf6eb723d681b", + "url": "https://api.github.com/repos/SU-SWS/stanford_media/zipball/fe76544055919c56dcd191b603b0ad6bd5fdd4a6", + "reference": "fe76544055919c56dcd191b603b0ad6bd5fdd4a6", "shasum": "" }, "require": { @@ -11170,7 +11173,7 @@ ], "description": "Stanford Media module for Drupal 8 Media management", "homepage": "https://github.com/SU-SWS/stanford_media", - "time": "2018-08-16T21:33:39+00:00" + "time": "2018-08-30T21:46:27+00:00" }, { "name": "symfony-cmf/routing", @@ -12193,34 +12196,35 @@ }, { "name": "symfony/psr-http-message-bridge", - "version": "v1.0.2", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86" + "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86", - "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196", + "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196", "shasum": "" }, "require": { - "php": ">=5.3.3", - "psr/http-message": "~1.0", - "symfony/http-foundation": "~2.3|~3.0|~4.0" + "php": "^5.3.3 || ^7.0", + "psr/http-message": "^1.0", + "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" }, "require-dev": { - "symfony/phpunit-bridge": "~3.2|4.0" + "symfony/phpunit-bridge": "^3.4 || 4.0" }, "suggest": { + "psr/http-factory-implementation": "To use the PSR-17 factory", "psr/http-message-implementation": "To use the HttpFoundation factory", "zendframework/zend-diactoros": "To use the Zend Diactoros factory" }, "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -12249,7 +12253,7 @@ "http-message", "psr-7" ], - "time": "2017-12-19T00:31:44+00:00" + "time": "2018-08-30T16:28:28+00:00" }, { "name": "symfony/routing", diff --git a/docroot/modules/humsci/hs_basic_page/hs_basic_page.info.yml b/docroot/modules/humsci/hs_basic_page/hs_basic_page.info.yml index 386dd19ee..8ec04d896 100755 --- a/docroot/modules/humsci/hs_basic_page/hs_basic_page.info.yml +++ b/docroot/modules/humsci/hs_basic_page/hs_basic_page.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_basic_page/modules/hs_basic_page_display/hs_basic_page_display.info.yml b/docroot/modules/humsci/hs_basic_page/modules/hs_basic_page_display/hs_basic_page_display.info.yml index 6405d5a3e..44552e742 100755 --- a/docroot/modules/humsci/hs_basic_page/modules/hs_basic_page_display/hs_basic_page_display.info.yml +++ b/docroot/modules/humsci/hs_basic_page/modules/hs_basic_page_display/hs_basic_page_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_bugherd/hs_bugherd.info.yml b/docroot/modules/humsci/hs_bugherd/hs_bugherd.info.yml index f9ba9fa46..f8bf5e46f 100644 --- a/docroot/modules/humsci/hs_bugherd/hs_bugherd.info.yml +++ b/docroot/modules/humsci/hs_bugherd/hs_bugherd.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_config_readonly/hs_config_readonly.info.yml b/docroot/modules/humsci/hs_config_readonly/hs_config_readonly.info.yml index b33e81068..73a85cb9e 100644 --- a/docroot/modules/humsci/hs_config_readonly/hs_config_readonly.info.yml +++ b/docroot/modules/humsci/hs_config_readonly/hs_config_readonly.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_courses/modules/hs_courses_importer/src/Form/CourseImporter.php b/docroot/modules/humsci/hs_courses/modules/hs_courses_importer/src/Form/CourseImporter.php index 5d80d9676..736d668d6 100644 --- a/docroot/modules/humsci/hs_courses/modules/hs_courses_importer/src/Form/CourseImporter.php +++ b/docroot/modules/humsci/hs_courses/modules/hs_courses_importer/src/Form/CourseImporter.php @@ -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) diff --git a/docroot/modules/humsci/hs_event_series/hs_event_series.info.yml b/docroot/modules/humsci/hs_event_series/hs_event_series.info.yml index 1a179adb0..9dab7c945 100644 --- a/docroot/modules/humsci/hs_event_series/hs_event_series.info.yml +++ b/docroot/modules/humsci/hs_event_series/hs_event_series.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_event_series/modules/hs_event_series_display/hs_event_series_display.info.yml b/docroot/modules/humsci/hs_event_series/modules/hs_event_series_display/hs_event_series_display.info.yml index 87908fa23..7bcfeb13f 100644 --- a/docroot/modules/humsci/hs_event_series/modules/hs_event_series_display/hs_event_series_display.info.yml +++ b/docroot/modules/humsci/hs_event_series/modules/hs_event_series_display/hs_event_series_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_events/hs_events.info.yml b/docroot/modules/humsci/hs_events/hs_events.info.yml index 20381b05b..fec36020b 100755 --- a/docroot/modules/humsci/hs_events/hs_events.info.yml +++ b/docroot/modules/humsci/hs_events/hs_events.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_events/modules/hs_events_display/hs_events_display.info.yml b/docroot/modules/humsci/hs_events/modules/hs_events_display/hs_events_display.info.yml index 042f6c62b..ac18ec170 100644 --- a/docroot/modules/humsci/hs_events/modules/hs_events_display/hs_events_display.info.yml +++ b/docroot/modules/humsci/hs_events/modules/hs_events_display/hs_events_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_events/modules/hs_events_importer/hs_events_importer.info.yml b/docroot/modules/humsci/hs_events/modules/hs_events_importer/hs_events_importer.info.yml index fa6510fc1..9e113fee1 100644 --- a/docroot/modules/humsci/hs_events/modules/hs_events_importer/hs_events_importer.info.yml +++ b/docroot/modules/humsci/hs_events/modules/hs_events_importer/hs_events_importer.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_field_helpers/hs_field_helpers.info.yml b/docroot/modules/humsci/hs_field_helpers/hs_field_helpers.info.yml index 3f3287dd4..d161b1e50 100644 --- a/docroot/modules/humsci/hs_field_helpers/hs_field_helpers.info.yml +++ b/docroot/modules/humsci/hs_field_helpers/hs_field_helpers.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_layouts/hs_layouts.info.yml b/docroot/modules/humsci/hs_layouts/hs_layouts.info.yml index 7690b10c4..ce2cd9217 100644 --- a/docroot/modules/humsci/hs_layouts/hs_layouts.info.yml +++ b/docroot/modules/humsci/hs_layouts/hs_layouts.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_news/hs_news.info.yml b/docroot/modules/humsci/hs_news/hs_news.info.yml index 3c063f5ff..d95890026 100644 --- a/docroot/modules/humsci/hs_news/hs_news.info.yml +++ b/docroot/modules/humsci/hs_news/hs_news.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_news/modules/hs_news_display/hs_news_display.info.yml b/docroot/modules/humsci/hs_news/modules/hs_news_display/hs_news_display.info.yml index 1757bdb76..5be7c35ef 100644 --- a/docroot/modules/humsci/hs_news/modules/hs_news_display/hs_news_display.info.yml +++ b/docroot/modules/humsci/hs_news/modules/hs_news_display/hs_news_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_paragraph_types/hs_paragraph_types.info.yml b/docroot/modules/humsci/hs_paragraph_types/hs_paragraph_types.info.yml index 4b0f78a35..2af00ba17 100644 --- a/docroot/modules/humsci/hs_paragraph_types/hs_paragraph_types.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/hs_paragraph_types.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_hero_image/hs_hero_image.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_hero_image/hs_hero_image.info.yml index f80063515..3dbc593a8 100755 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_hero_image/hs_hero_image.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_hero_image/hs_hero_image.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_hero_image/modules/hs_hero_image_display/hs_hero_image_display.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_hero_image/modules/hs_hero_image_display/hs_hero_image_display.info.yml index 7bf5a6420..e34485e17 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_hero_image/modules/hs_hero_image_display/hs_hero_image_display.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_hero_image/modules/hs_hero_image_display/hs_hero_image_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_postcard/hs_postcard.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_postcard/hs_postcard.info.yml index be75c990a..70306f41c 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_postcard/hs_postcard.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_postcard/hs_postcard.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_postcard/modules/hs_postcard_display/hs_postcard_display.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_postcard/modules/hs_postcard_display/hs_postcard_display.info.yml index 1fd520158..1b7e2087f 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_postcard/modules/hs_postcard_display/hs_postcard_display.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_postcard/modules/hs_postcard_display/hs_postcard_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_row/hs_row.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_row/hs_row.info.yml index c1be9ef3a..e39906748 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_row/hs_row.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_row/hs_row.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_row/modules/hs_row_display/hs_row_display.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_row/modules/hs_row_display/hs_row_display.info.yml index 04bb88779..8c8ccb74d 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_row/modules/hs_row_display/hs_row_display.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_row/modules/hs_row_display/hs_row_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_slide/hs_slide.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_slide/hs_slide.info.yml index 46b240651..0e6a0a08d 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_slide/hs_slide.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_slide/hs_slide.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_slide/modules/hs_slide_display/hs_slide_display.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_slide/modules/hs_slide_display/hs_slide_display.info.yml index 8d568e771..5450aa97e 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_slide/modules/hs_slide_display/hs_slide_display.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_slide/modules/hs_slide_display/hs_slide_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_slideshow/hs_slideshow.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_slideshow/hs_slideshow.info.yml index 2ab08f8ec..f4a670a6c 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_slideshow/hs_slideshow.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_slideshow/hs_slideshow.info.yml @@ -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 diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_slideshow/modules/hs_slideshow_display/hs_slideshow_display.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_slideshow/modules/hs_slideshow_display/hs_slideshow_display.info.yml index 75462a719..85cf8aada 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_slideshow/modules/hs_slideshow_display/hs_slideshow_display.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_slideshow/modules/hs_slideshow_display/hs_slideshow_display.info.yml @@ -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: diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_text_area/hs_text_area.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_text_area/hs_text_area.info.yml index 95ec42218..9fb11be69 100755 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_text_area/hs_text_area.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_text_area/hs_text_area.info.yml @@ -2,7 +2,7 @@ name: 'H&S Text Area Paragraph' description: 'Text Area Paragraph type' core: 8.x type: module -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' dependencies: - paragraphs diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_text_area/modules/hs_text_area_display/hs_text_area_display.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_text_area/modules/hs_text_area_display/hs_text_area_display.info.yml index e3cf24193..1f55e0635 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_text_area/modules/hs_text_area_display/hs_text_area_display.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_text_area/modules/hs_text_area_display/hs_text_area_display.info.yml @@ -2,7 +2,7 @@ name: 'H&S Text Area Paragraph Display' description: 'Text Area Paragraph type' core: 8.x type: module -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' hidden: true dependencies: diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_view/hs_view.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_view/hs_view.info.yml index 93208ef0d..74802216f 100755 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_view/hs_view.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_view/hs_view.info.yml @@ -2,7 +2,7 @@ name: 'H&S View Paragraph' description: 'View Paragraph type' core: 8.x type: module -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' dependencies: - paragraphs diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_view/modules/hs_view_display/hs_view_display.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_view/modules/hs_view_display/hs_view_display.info.yml index 2fe6a8885..178ca36d3 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_view/modules/hs_view_display/hs_view_display.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_view/modules/hs_view_display/hs_view_display.info.yml @@ -2,7 +2,7 @@ name: 'H&S View Paragraph Display' description: 'View Paragraph type' core: 8.x type: module -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' hidden: true dependencies: diff --git a/docroot/modules/humsci/hs_paragraph_types/modules/hs_webform/hs_webform.info.yml b/docroot/modules/humsci/hs_paragraph_types/modules/hs_webform/hs_webform.info.yml index 618c2b375..61dbba54f 100644 --- a/docroot/modules/humsci/hs_paragraph_types/modules/hs_webform/hs_webform.info.yml +++ b/docroot/modules/humsci/hs_paragraph_types/modules/hs_webform/hs_webform.info.yml @@ -2,7 +2,7 @@ name: 'H&S Webform Paragraph' description: 'Webform Paragraph type' core: 8.x type: module -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' dependencies: - paragraphs diff --git a/docroot/modules/humsci/hs_paragraphs_between/hs_paragraphs_between.info.yml b/docroot/modules/humsci/hs_paragraphs_between/hs_paragraphs_between.info.yml index 2bf1eca3a..6a6f36929 100644 --- a/docroot/modules/humsci/hs_paragraphs_between/hs_paragraphs_between.info.yml +++ b/docroot/modules/humsci/hs_paragraphs_between/hs_paragraphs_between.info.yml @@ -3,6 +3,6 @@ description: Allows the addition of paragraphs between existing ones. core: 8.x package: 'Humanities & Sciences' type: module -version: 8.x-1.x +version: 8.0.8-1.x dependencies: - drupal:paragraphs diff --git a/docroot/modules/humsci/hs_person/hs_person.info.yml b/docroot/modules/humsci/hs_person/hs_person.info.yml index 9f28ae2bf..854fca29b 100644 --- a/docroot/modules/humsci/hs_person/hs_person.info.yml +++ b/docroot/modules/humsci/hs_person/hs_person.info.yml @@ -2,7 +2,7 @@ name: 'H&S Person' type: module description: 'Person content type' core: 8.x -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' dependencies: - address diff --git a/docroot/modules/humsci/hs_person/modules/hs_person_display/hs_person_display.info.yml b/docroot/modules/humsci/hs_person/modules/hs_person_display/hs_person_display.info.yml index e3b032897..fb9fcfe8c 100644 --- a/docroot/modules/humsci/hs_person/modules/hs_person_display/hs_person_display.info.yml +++ b/docroot/modules/humsci/hs_person/modules/hs_person_display/hs_person_display.info.yml @@ -2,7 +2,7 @@ name: 'H&S Person Display' type: module description: 'Publications content type' core: 8.x -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' hidden: true dependencies: diff --git a/docroot/modules/humsci/hs_publications/hs_publications.info.yml b/docroot/modules/humsci/hs_publications/hs_publications.info.yml index 61dab9c35..409c227d9 100644 --- a/docroot/modules/humsci/hs_publications/hs_publications.info.yml +++ b/docroot/modules/humsci/hs_publications/hs_publications.info.yml @@ -2,7 +2,7 @@ name: 'H&S Publications' type: module description: 'Publications content type' core: 8.x -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' dependencies: - datetime diff --git a/docroot/modules/humsci/hs_publications/modules/hs_publications_display/hs_publications_display.info.yml b/docroot/modules/humsci/hs_publications/modules/hs_publications_display/hs_publications_display.info.yml index c7df425f0..9951f91c1 100644 --- a/docroot/modules/humsci/hs_publications/modules/hs_publications_display/hs_publications_display.info.yml +++ b/docroot/modules/humsci/hs_publications/modules/hs_publications_display/hs_publications_display.info.yml @@ -2,7 +2,7 @@ name: 'H&S Publications Display' type: module description: 'Publications content type' core: 8.x -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' hidden: true dependencies: diff --git a/docroot/modules/humsci/hs_research/hs_research.info.yml b/docroot/modules/humsci/hs_research/hs_research.info.yml index f5ba2e9c6..94f4002b1 100644 --- a/docroot/modules/humsci/hs_research/hs_research.info.yml +++ b/docroot/modules/humsci/hs_research/hs_research.info.yml @@ -2,7 +2,7 @@ name: 'H&S Reesarch' type: module description: 'Research content type' core: 8.x -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' dependencies: - field diff --git a/docroot/modules/humsci/hs_research/modules/hs_research_display/hs_research_display.info.yml b/docroot/modules/humsci/hs_research/modules/hs_research_display/hs_research_display.info.yml index 4816e16b2..895399935 100644 --- a/docroot/modules/humsci/hs_research/modules/hs_research_display/hs_research_display.info.yml +++ b/docroot/modules/humsci/hs_research/modules/hs_research_display/hs_research_display.info.yml @@ -2,7 +2,7 @@ name: 'H&S Research Display' type: module description: 'Publications content type' core: 8.x -version: 8.x +version: 8.0.8 package: 'Humanities & Sciences' hidden: true dependencies: diff --git a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml index 39b6882cb..596a97a9e 100644 --- a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml @@ -1,7 +1,7 @@ name: Stanford HumSci type: profile description: 'Installation profile for HumSci' -version: 8.x +version: 8.0.8 core: 8.x themes: diff --git a/docroot/themes/humsci/su_humsci_theme/css/base/index.css b/docroot/themes/humsci/su_humsci_theme/css/base/index.css index c76b4d0ab..af3f9500a 100644 --- a/docroot/themes/humsci/su_humsci_theme/css/base/index.css +++ b/docroot/themes/humsci/su_humsci_theme/css/base/index.css @@ -1,3 +1,3 @@ -.node--unpublished{max-width:1170px;display:block;margin:0 auto;background-color:rgba(234,171,0,0.6);padding:20px}#footer{box-shadow:0px -2px 2px rgba(0,0,0,0.2);margin-top:3rem;padding-top:2em}@media screen and (min-width: 600px){#footer{margin-top:6rem}}@media screen and (min-width: 1201px){#footer{margin-top:10rem}}#footer h2{font-size:2.3rem}#footer a{text-decoration:none}.date-stacked{background:#2e2d29;bottom:-35px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);color:#fff;left:35px;position:absolute;text-align:center;margin-right:0;padding:20px 25px}.date-stacked .date-month{font-size:2.3rem;font-weight:100;line-height:1.2;text-transform:uppercase}.date-stacked .date-day{font-weight:400}#drupal-off-canvas li{border-bottom:1px solid white;padding:5px}#drupal-off-canvas a{font-size:14px}#drupal-off-canvas .view-form{color:white}.embedded-entity{margin:0 0 1em;width:100%;float:none}.embedded-entity img{width:100%;height:auto}@media (min-width: 768px){.embedded-entity.align-left{margin-right:1em;margin-bottom:1em;width:auto;max-width:50%;float:left}}@media (min-width: 960px){.embedded-entity.align-left{max-width:75%}}@media (min-width: 768px){.embedded-entity.align-right{margin-bottom:1em;margin-left:1em;width:auto;max-width:50%;float:right}}@media (min-width: 960px){.embedded-entity.align-right{max-width:75%}}.emphasized-text{font-weight:600;font-style:italic}.decanter-button a{color:#fff;text-decoration:none}.decanter-button a:hover{text-decoration:none}.label-inline{display:flex}.label-inline .field-label{padding-right:5px}.field-label{font-weight:600}#header{box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding-top:1em;padding-bottom:1em}.paragraph-item{margin-bottom:1.5em}.paragraph--type--hs-row .paragraph-item{margin-bottom:0}.paragraph.hs-hero-image img{width:100%}.paragraph-item h1:first-child,.paragraph-item h2:first-child,.paragraph-item h3:first-child,.paragraph-item h4:first-child,.paragraph-item h5:first-child,.paragraph-item h6:first-child{margin-top:0}#search-region .search-block-form label,#search-region .views-exposed-filter-block.hs-search-search-page label{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#search-region .search-block-form form,#search-region .views-exposed-filter-block.hs-search-search-page form{float:right;position:relative;margin-bottom:-7rem}@media screen and (min-width: 600px){#search-region .search-block-form form,#search-region .views-exposed-filter-block.hs-search-search-page form{margin-top:-7rem;margin-bottom:0}}#search-region .search-block-form form.expanded input.button,#search-region .views-exposed-filter-block.hs-search-search-page form.expanded input.button{z-index:999}#search-region .search-block-form form.expanded input.form-search,#search-region .search-block-form form.expanded input[type=text],#search-region .views-exposed-filter-block.hs-search-search-page form.expanded input.form-search,#search-region .views-exposed-filter-block.hs-search-search-page form.expanded input[type=text]{background:#fff;width:145px}#search-region .search-block-form input.button,#search-region .views-exposed-filter-block.hs-search-search-page input.button{display:block;position:absolute;background:url("../../img/search.svg") no-repeat;background-size:45px 45px;top:21px;right:1px;border:0;font-size:0;width:45px;height:45px;z-index:-999}#search-region .search-block-form input.form-search,#search-region .search-block-form input[type=text],#search-region .views-exposed-filter-block.hs-search-search-page input.form-search,#search-region .views-exposed-filter-block.hs-search-search-page input[type=text]{background:url("../../img/search.svg") no-repeat center right;background-color:#fff;background-size:45px 45px;-webkit-transition:width 0.6s, border-radius 0.6s, background 0s, box-shadow 0.6s;transition:width 0.6s, border-radius 0.6s, background 0s, box-shadow 0.6s;width:0;height:auto;border-radius:25px;border:none;cursor:pointer;box-shadow:0 0 0 1.5px #dad7cb;padding-right:32px}.user-is-tabbing #search-region .search-block-form input.form-search:hover,.user-is-tabbing #search-region .search-block-form input.form-search:focus,.user-is-tabbing #search-region .search-block-form input[type=text]:hover,.user-is-tabbing #search-region .search-block-form input[type=text]:focus,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input.form-search:hover,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input.form-search:focus,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input[type=text]:hover,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input[type=text]:focus{box-shadow:0 0 0 2px #b1040e;border:none}.user-is-tabbing #search-region .search-block-form input.form-search:focus,.user-is-tabbing #search-region .search-block-form input[type=text]:focus,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input.form-search:focus,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input[type=text]:focus{background-size:45px 45px;cursor:text;width:145px;padding-right:50px;padding-left:15px}.block--lockup .block--lockup__site-name-and-slogan a{color:#2e2d29;display:inherit;text-decoration:none} +.node--unpublished{max-width:1170px;display:block;margin:0 auto;background-color:rgba(234,171,0,0.6);padding:20px}#footer{box-shadow:0px -2px 2px rgba(0,0,0,0.2);margin-top:3rem;padding-top:2em}@media screen and (min-width: 600px){#footer{margin-top:6rem}}@media screen and (min-width: 1201px){#footer{margin-top:10rem}}#footer h2{font-size:2.3rem}#footer a{text-decoration:none}.date-stacked{background:#2e2d29;bottom:-35px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);color:#fff;left:35px;position:absolute;text-align:center;margin-right:0;padding:20px 25px}.date-stacked .date-month{font-size:2.3rem;font-weight:100;line-height:1.2;text-transform:uppercase}.date-stacked .date-day{font-weight:400}#drupal-off-canvas li{border-bottom:1px solid white;padding:5px}#drupal-off-canvas a{font-size:14px}#drupal-off-canvas .view-form{color:white}.embedded-entity{margin:0 0 1em;width:fit-content;float:none}@media (min-width: 768px){.embedded-entity.align-left{margin-right:1em;margin-bottom:1em;width:auto;max-width:50%;float:left}}@media (min-width: 960px){.embedded-entity.align-left{max-width:75%}}@media (min-width: 768px){.embedded-entity.align-right{margin-bottom:1em;margin-left:1em;width:auto;max-width:50%;float:right}}@media (min-width: 960px){.embedded-entity.align-right{max-width:75%}}.emphasized-text{font-weight:600;font-style:italic}.decanter-button a{color:#fff;text-decoration:none}.decanter-button a:hover{text-decoration:none}.label-inline{display:flex}.label-inline .field-label{padding-right:5px}.field-label{font-weight:600}#header{box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding-top:1em;padding-bottom:1em}.paragraph-item{margin-bottom:1.5em}.paragraph--type--hs-row .paragraph-item{margin-bottom:0}.paragraph.hs-hero-image img{width:100%}.paragraph-item h1:first-child,.paragraph-item h2:first-child,.paragraph-item h3:first-child,.paragraph-item h4:first-child,.paragraph-item h5:first-child,.paragraph-item h6:first-child{margin-top:0}#search-region .search-block-form label,#search-region .views-exposed-filter-block.hs-search-search-page label{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#search-region .search-block-form form,#search-region .views-exposed-filter-block.hs-search-search-page form{float:right;position:relative;margin-bottom:-7rem}@media screen and (min-width: 600px){#search-region .search-block-form form,#search-region .views-exposed-filter-block.hs-search-search-page form{margin-top:-7rem;margin-bottom:0}}#search-region .search-block-form form.expanded input.button,#search-region .views-exposed-filter-block.hs-search-search-page form.expanded input.button{z-index:999}#search-region .search-block-form form.expanded input.form-search,#search-region .search-block-form form.expanded input[type=text],#search-region .views-exposed-filter-block.hs-search-search-page form.expanded input.form-search,#search-region .views-exposed-filter-block.hs-search-search-page form.expanded input[type=text]{background:#fff;width:145px}#search-region .search-block-form input.button,#search-region .views-exposed-filter-block.hs-search-search-page input.button{display:block;position:absolute;background:url("../../img/search.svg") no-repeat;background-size:45px 45px;top:21px;right:1px;border:0;font-size:0;width:45px;height:45px;z-index:-999}#search-region .search-block-form input.form-search,#search-region .search-block-form input[type=text],#search-region .views-exposed-filter-block.hs-search-search-page input.form-search,#search-region .views-exposed-filter-block.hs-search-search-page input[type=text]{background:url("../../img/search.svg") no-repeat center right;background-color:#fff;background-size:45px 45px;-webkit-transition:width 0.6s, border-radius 0.6s, background 0s, box-shadow 0.6s;transition:width 0.6s, border-radius 0.6s, background 0s, box-shadow 0.6s;width:0;height:auto;border-radius:25px;border:none;cursor:pointer;box-shadow:0 0 0 1.5px #dad7cb;padding-right:32px}.user-is-tabbing #search-region .search-block-form input.form-search:hover,.user-is-tabbing #search-region .search-block-form input.form-search:focus,.user-is-tabbing #search-region .search-block-form input[type=text]:hover,.user-is-tabbing #search-region .search-block-form input[type=text]:focus,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input.form-search:hover,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input.form-search:focus,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input[type=text]:hover,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input[type=text]:focus{box-shadow:0 0 0 2px #b1040e;border:none}.user-is-tabbing #search-region .search-block-form input.form-search:focus,.user-is-tabbing #search-region .search-block-form input[type=text]:focus,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input.form-search:focus,.user-is-tabbing #search-region .views-exposed-filter-block.hs-search-search-page input[type=text]:focus{background-size:45px 45px;cursor:text;width:145px;padding-right:50px;padding-left:15px}.block--lockup .block--lockup__site-name-and-slogan a{color:#2e2d29;display:inherit;text-decoration:none} /*# sourceMappingURL=index.css.map */ \ No newline at end of file diff --git a/docroot/themes/humsci/su_humsci_theme/scss/base/_global.scss b/docroot/themes/humsci/su_humsci_theme/scss/base/_global.scss index b939a3b3b..323a5b94f 100644 --- a/docroot/themes/humsci/su_humsci_theme/scss/base/_global.scss +++ b/docroot/themes/humsci/su_humsci_theme/scss/base/_global.scss @@ -31,12 +31,9 @@ // Embedded media in WYSIWYG. .embedded-entity { @include margin(0 0 1em); - width: 100%; + width: fit-content; float: none; - img { - width: 100%; - height: auto; - } + &.align-left { @media (min-width: 768px) { @include margin(null 1em 1em null); @@ -44,10 +41,12 @@ max-width: 50%; float: left; } + @media (min-width: 960px) { max-width: 75%; } } + &.align-right { @media (min-width: 768px) { @include margin(null null 1em 1em); @@ -55,6 +54,7 @@ max-width: 50%; float: right; } + @media (min-width: 960px) { max-width: 75%; } diff --git a/CHANGELOG.md b/docs/CHANGELOG.md similarity index 69% rename from CHANGELOG.md rename to docs/CHANGELOG.md index 31fcc2305..ffc5a54bd 100644 --- a/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,21 @@ # HumSci +8.0.8 +-------------------------------------------------------------------------------- +_Release Date: 2018-08-30_ + +- Integrated with CircleCI for automated testing. +- Set up initial behat test to test all links in the main menu. +- Began PHPUnit Tests to increase code coverage. +- Added Table text filter to convert tables into structured divs. +- Added the ability to add paragraphs between others without the need to drag and drop from the bottom. +- Improved main menu when screen is the same size as the page. +- Fixed the ability to use menu link weight module for other users. +- Added a form for the user to change the URL of course importers. +- Responsive div table styles. +- Allow up to 5 lines of text in the site lockup. +- Link the event speaker to a person node if one exists. + 8.0.7 -------------------------------------------------------------------------------- _Release Date: 2018-08-16_