Skip to content
Merged
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.6.7",
"drupal/better_exposed_filters": "^7.0",
"drupal/core-composer-scaffold": "^11",
"drupal/core-composer-scaffold": "~11.2.0",
"drupal/flexible_permissions": "^2.0",
"drupal/group": "^2.0",
"drupal/group_content_menu": "^2.0",
Expand Down
455 changes: 230 additions & 225 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ content:
weight: 4
region: content
hidden:
changed_at: true
field_content: true
field_lead_in: true
field_main_image_caption: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ content:
weight: 3
region: content
hidden:
changed_at: true
field_news_item_tags: true
langcode: true
search_api_excerpt: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ content:
weight: 3
region: content
hidden:
changed_at: true
field_content: true
field_lead_in: true
field_main_image: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ content:
weight: 4
region: content
hidden:
changed_at: true
field_content: true
field_lead_in: true
field_main_image_caption: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ content:
weight: 2
region: content
hidden:
changed_at: true
field_content: true
field_lead_in: true
field_main_image: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ display:
display_options:
menu:
title: Ajastettu
description: 'Content scheduled for publishing and unpublishing'
tab_options:
title: Sisältö
display_description: 'Yleiskatsaus koko ajoitetusta sisällöstä.'
Expand Down
1 change: 1 addition & 0 deletions conf/cmi/language/sv/block.block.hdbt_admin_admin.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
settings:
label: Administration
label_display: visible
1 change: 1 addition & 0 deletions conf/cmi/language/sv/block.block.hdbt_admin_tools.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
settings:
label: Verktyg
label_display: visible
2 changes: 2 additions & 0 deletions conf/cmi/language/sv/views.view.paragraphs_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ display:
id:
label: ID
separator: ', '
count:
format_plural_string: !!binary MSBwbGF0cwNAY291bnQgcGxhdHNlcg==
changed:
label: Ändrad
separator: ', '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ display:
display_options:
menu:
title: Schemalagd
description: 'Content scheduled for publishing and unpublishing'
tab_options:
title: Innehåll
display_title: Innehållsöversikt
Expand Down
2 changes: 1 addition & 1 deletion docker/openshift/crons/content-scheduler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

while true
do
drush scheduler:cron -q
drush scheduler:cron --nomsg --nolog
sleep 60
done
1 change: 0 additions & 1 deletion public/sites/default/azure.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
$settings['file_chmod_file'] = 16895;

$config['system.performance']['cache']['page']['max_age'] = 86400;
$config['filelog.settings']['location'] = '/tmp';

// Keep old assets for three months (default is one month).
$config['system.performance']['stale_file_threshold'] = 7776000;
Expand Down
2 changes: 0 additions & 2 deletions public/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ function drupal_get_env(string|array $variables) : mixed {
// @see https://github.com/City-of-Helsinki/drupal-helfi-platform/blob/main/documentation/queue.md
}

$config['filelog.settings']['rotation']['schedule'] = 'never';

if (
($redis_host = getenv('REDIS_HOST')) &&
file_exists('modules/contrib/redis/redis.services.yml') &&
Expand Down
Loading