Skip to content

Commit

Permalink
9.4.17
Browse files Browse the repository at this point in the history
| Production Changes            | From        | To          | Compare                                                                            |
|-------------------------------|-------------|-------------|------------------------------------------------------------------------------------|
| drupal/core                   | 9.5.7       | 9.5.8       | [...](drupal/core@9.5.7...9.5.8)                        |
| drupal/core-composer-scaffold | 9.5.7       | 9.5.8       | [...](drupal/core-composer-scaffold@9.5.7...9.5.8)      |
| drupal/core-recommended       | 9.5.7       | 9.5.8       | [...](drupal/core-recommended@9.5.7...9.5.8)            |
| drupal/draggableviews         | 2.1.2       | 2.1.3       | [...](https://git.drupalcode.org/project/draggableviews/compare/2.1.2...2.1.3)     |
| drupal/editoria11y            | 2.0.11      | 2.0.12      | [...](https://git.drupalcode.org/project/editoria11y/compare/2.0.11...2.0.12)      |
| drupal/insert                 | 2.0.0-beta3 | 2.0.0-beta4 | [...](https://git.drupalcode.org/project/insert/compare/2.0.0-beta3...2.0.0-beta4) |
| pear/pear-core-minimal        | v1.10.11    | v1.10.13    | [...](pear/pear-core-minimal@v1.10.11...v1.10.13)       |
| psy/psysh                     | v0.11.15    | v0.11.16    | [...](bobthecow/psysh@v0.11.15...v0.11.16)              |

| Dev Changes           | From   | To     | Compare                                                                 |
|-----------------------|--------|--------|-------------------------------------------------------------------------|
| drupal/core-dev       | 9.5.7  | 9.5.8  | [...](drupal/core-dev@9.5.7...9.5.8)         |
| phpstan/phpdoc-parser | 1.19.1 | 1.20.3 | [...](phpstan/phpdoc-parser@1.19.1...1.20.3) |
  • Loading branch information
pookmish authored Apr 26, 2023
2 parents 38525c7 + fcf5327 commit 8455a0d
Show file tree
Hide file tree
Showing 25 changed files with 2,423 additions and 61 deletions.
1 change: 1 addition & 0 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ multisites:
- hs_traditional
- hsbi
- hshr
- hsweb_referencetraditional
- hsweb_userguide
- humanbiology
- humanexperience
Expand Down
110 changes: 55 additions & 55 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 @@ -20,6 +20,6 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
title: 1
title: 2
link_type: 16
field_type: link
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'DO NOT INSTALL. This is for profile installation task only.'
core_version_requirement: '^9.4 || ^10'
hidden: true
type: module
version: 9.4.16
version: 9.4.17
default_content:
shortcut:
- 0c69448d-c6fa-4fb8-9b2e-f93f3a955baf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- 'hook_event_dispatcher:toolbar_event_dispatcher'
- 'hook_event_dispatcher:user_event_dispatcher'
- 'hook_event_dispatcher:views_event_dispatcher'
version: 9.4.16
version: 9.4.17
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Stanford HumSci'
type: profile
description: 'Installation profile for HumSci Drupal'
version: 9.4.16
version: 9.4.17
core_version_requirement: '^9.4 || ^10'
themes:
- material_admin
Expand Down
19 changes: 19 additions & 0 deletions docroot/sites/default/default.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,25 @@
*/
# $settings['file_additional_public_schemes'] = ['example'];

/**
* File schemes whose paths should not be normalized:
*
* Normally, Drupal normalizes '/./' and '/../' segments in file URIs in order
* to prevent unintended file access. For example, 'private://css/../image.png'
* is normalized to 'private://image.png' before checking access to the file.
*
* On Windows, Drupal also replaces '\' with '/' in URIs for the local
* filesystem.
*
* If file URIs with one or more scheme should not be normalized like this, then
* list the schemes here. For example, if 'porcelain://china/./plate.png' should
* not be normalized to 'porcelain://china/plate.png', then add 'porcelain' to
* this array. In this case, make sure that the module providing the 'porcelain'
* scheme does not allow unintended file access when using '/../' to move up the
* directory tree.
*/
# $settings['file_sa_core_2023_005_schemes'] = ['porcelain'];

/**
* Private file path:
*
Expand Down
12 changes: 12 additions & 0 deletions docroot/sites/hsweb_referencetraditional/blt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
project:
machine_name: hsweb_referencetraditional
human_name: hsweb_referencetraditional
local:
protocol: http
hostname: local.hsweb_referencetraditional.com
drush:
aliases:
local: hsweb_referencetraditional.local
remote: hsweb_referencetraditional.prod
drupal:
db: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
options:
uri: '${project.local.uri}'
Loading

0 comments on commit 8455a0d

Please sign in to comment.