Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ datadog-setup.php

# Key files
*.key

*.sql
*.tar.gz

6 changes: 3 additions & 3 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ services:
- composer va:theme:compile
- composer va:web:install

- curl --remote-name https://dsva-vagov-prod-cms-backup-sanitized.s3-us-gov-west-1.amazonaws.com/files/cms-prod-files-latest.tgz
- tar --extract --gunzip --file cms-prod-files-latest.tgz --directory "${DOCROOT}/sites/default/files/"
- rm cms-prod-files-latest.tgz
# - curl --remote-name https://dsva-vagov-prod-cms-backup-sanitized.s3-us-gov-west-1.amazonaws.com/files/cms-prod-files-latest.tgz
# - tar --extract --gunzip --file cms-prod-files-latest.tgz --directory "${DOCROOT}/sites/default/files/"
# - rm cms-prod-files-latest.tgz

# Set file permissions such that Drupal will not complain
- chgrp -R www-data "${DOCROOT}/sites/default/files"
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"drupal/simplesamlphp_auth": "^3.2",
"drupal/site_alert": "1.2",
"drupal/slack": "^1.2",
"drupal/smart_date": "3.4.3",
"drupal/smart_date": "^3.5.1",
"drupal/social_media_links": "^2.8",
"drupal/string_field_formatter": "^2.0",
"drupal/styleguide": "^2.0@beta",
Expand Down Expand Up @@ -355,7 +355,8 @@
},
"drupal/cer": {
"3197953-5 - Make d9 compatible": "https://www.drupal.org/files/issues/2021-03-19/cer-3197953-5.patch",
"3200122 - Remove delete hook": "https://www.drupal.org/files/issues/2021-02-24/delete-hook-added-in-dev-causes-test-failures.patch"
"3200122 - Remove delete hook": "https://www.drupal.org/files/issues/2021-02-24/delete-hook-added-in-dev-causes-test-failures.patch",
"3159702 - Drupal 9 missing 'config_export' definition": "https://www.drupal.org/files/issues/2020-07-16/3159702-2.patch"
},
"drupal/content_lock": {
"Content lock causes redirect response preventing migration rollback.": "https://www.drupal.org/files/issues/2018-08-28/2951652-4.patch"
Expand All @@ -381,6 +382,7 @@
"Internal Claro tweaks": "patches/claro-css-tweaks.patch",
"3176625 - Install from existing config with a theme that declares module dependencies fails": "https://www.drupal.org/files/issues/2021-05-18/fix_ConfigImportSubscriber_validateThemes-3176625-29.patch",
"3099026 - Claro's preprocessing of field multiple value form's table header cell removes potential changes by others": "https://www.drupal.org/files/issues/2020-02-20/3099026-9.patch"

},
"drupal/decoupled_router": {
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2021-05-05/3111456-34.patch"
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

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

35 changes: 35 additions & 0 deletions config/dev/raven.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
environment: cms-prod
release: ''
log_levels:
1: 1
2: 2
3: 3
4: 4
5: 5
6: 0
7: 0
8: 0
stack: true
timeout: !!float 2
message_limit: 2048
trace: false
fatal_error_handler: true
fatal_error_handler_memory: 2560
javascript_error_handler: true
drush_error_handler: true
public_dsn: ''
ssl: verify_ssl
ca_cert: ''
ignored_channels:
- 'access denied'
- 'page not found'
send_user_data: true
rate_limit: 0
send_request_body: true
request_tracing: true
traces_sample_rate: !!float 0
browser_traces_sample_rate: null
database_tracing: true
twig_tracing: true
auto_session_tracking: false
max_request_body_size: always
35 changes: 0 additions & 35 deletions config/dev/simplesamlphp_auth.settings.yml

This file was deleted.

27 changes: 27 additions & 0 deletions config/sync/block.block.olivero_account_menu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
uuid: a325cd0d-1f48-404e-8c63-6b01ab63ce13
langcode: en
status: true
dependencies:
config:
- system.menu.account
module:
- system
theme:
- olivero
_core:
default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU
id: olivero_account_menu
theme: olivero
region: secondary_menu
weight: -4
provider: null
plugin: 'system_menu_block:account'
settings:
id: 'system_menu_block:account'
label: 'User account menu'
label_display: '0'
provider: system
level: 1
depth: 1
expand_all_items: false
visibility: { }
22 changes: 22 additions & 0 deletions config/sync/block.block.olivero_breadcrumbs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: fc96d3a6-0c8c-4156-9dde-8bc616c4c9e8
langcode: en
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: VhBzWb7lMRtIOg9G7VSw_0uopi-7zXeHq4vXqqV1HFE
id: olivero_breadcrumbs
theme: olivero
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility: { }
22 changes: 22 additions & 0 deletions config/sync/block.block.olivero_content.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: aed79885-3265-43cd-9cd5-3cd43d5dfa52
langcode: en
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: erQSEZF2XUjNmgTl0uNRBzmg18ZGXwUcw2FhApoeuHk
id: olivero_content
theme: olivero
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
label_display: '0'
provider: system
visibility: { }
22 changes: 22 additions & 0 deletions config/sync/block.block.olivero_help.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: dac6959c-9d85-4e46-a91c-445ccebcbedb
langcode: en
status: true
dependencies:
module:
- help
theme:
- olivero
_core:
default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg
id: olivero_help
theme: olivero
region: content_above
weight: 0
provider: null
plugin: help_block
settings:
id: help_block
label: Help
label_display: '0'
provider: help
visibility: { }
27 changes: 27 additions & 0 deletions config/sync/block.block.olivero_main_menu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
uuid: bc3c71f0-86c7-4f83-a248-402d451f4120
langcode: en
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- olivero
_core:
default_config_hash: KWAiziL39uEzmOJEql_wbUP2RtqGceL3WM2CfxhMelE
id: olivero_main_menu
theme: olivero
region: primary_menu
weight: 0
provider: null
plugin: 'system_menu_block:main'
settings:
id: 'system_menu_block:main'
label: 'Main navigation'
label_display: '0'
provider: system
level: 1
depth: 2
expand_all_items: true
visibility: { }
22 changes: 22 additions & 0 deletions config/sync/block.block.olivero_messages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 3c6db102-553a-49c2-bf54-7dd18b6b1b71
langcode: en
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: BZ5tpW7H8X4PVGRm3MImTIHd2tN0eF7zOtp4SpRYUA0
id: olivero_messages
theme: olivero
region: highlighted
weight: -5
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
label_display: '0'
provider: system
visibility: { }
20 changes: 20 additions & 0 deletions config/sync/block.block.olivero_page_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
uuid: 72012f30-1cab-4b6a-9923-680649a0209d
langcode: en
status: true
dependencies:
theme:
- olivero
_core:
default_config_hash: 6aOgWsNTXjqrDm98TXSAjP6qd2nCijD1xw45MrnbK-Y
id: olivero_page_title
theme: olivero
region: content_above
weight: -5
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
label_display: '0'
provider: core
visibility: { }
22 changes: 22 additions & 0 deletions config/sync/block.block.olivero_powered.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 70f4a8d5-e139-4218-87f5-c357181372cd
langcode: en
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: eYL19CLDyinGTWYQfBD1DswWzglEotE_kHnHx3AxTXM
id: olivero_powered
theme: olivero
region: footer_bottom
weight: 0
provider: null
plugin: system_powered_by_block
settings:
id: system_powered_by_block
label: 'Powered by Drupal'
label_display: '0'
provider: system
visibility: { }
22 changes: 22 additions & 0 deletions config/sync/block.block.olivero_primary_local_tasks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: e084af4f-5d0f-47c6-87b6-14cb07ee1180
langcode: en
status: true
dependencies:
theme:
- olivero
_core:
default_config_hash: nGE3EoPQQaQCuqTUtZgw0-KIzmrqdKDzdNQf2JyPUt4
id: olivero_primary_local_tasks
theme: olivero
region: highlighted
weight: -4
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Primary tabs'
label_display: '0'
provider: core
primary: true
secondary: false
visibility: { }
Loading