Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #527

Merged
merged 1 commit into from
Nov 16, 2022
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
139 changes: 68 additions & 71 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion conf/cmi/eu_cookie_compliance.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enable_save_preferences_button: true
domain_all_sites: true
settings_tab_enabled: false
containing_element: body
cookie_policy_version: 1.0.0
cookie_policy_version: 1.1.0
cookie_value_disagreed: '0'
cookie_value_agreed_show_thank_you: '1'
cookie_value_agreed: '2'
Expand Down
3 changes: 2 additions & 1 deletion conf/cmi/hdbt.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ features:
logo:
use_default: 1
favicon:
use_default: 1
use_default: 0
path: ''
_core:
default_config_hash: K2gkzwu6yIWvdJgOBpqqGsIB4ZKLNNMvAJsWn-v5iOI
3 changes: 3 additions & 0 deletions conf/cmi/hdbt_subtheme.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
favicon:
use_default: 0
path: ''
2 changes: 0 additions & 2 deletions conf/cmi/language/fi/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ display:
group_items:
1:
title: Julkaistu
2:
title: Julkaisematon
name:
expose:
label: Nimi
Expand Down
2 changes: 0 additions & 2 deletions conf/cmi/language/ru/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ display:
group_items:
1:
title: Опубликовано
2:
title: 'Снято с публикации'
name:
expose:
label: Название
Expand Down
2 changes: 0 additions & 2 deletions conf/cmi/language/sv/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ display:
group_items:
1:
title: Publicerad
2:
title: 'Ej publicerad'
name:
expose:
label: Namn
Expand Down
27 changes: 24 additions & 3 deletions conf/cmi/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ display:
default_group: All
default_group_multiple: { }
group_items:
1:
-
title: Published
operator: '='
value: '1'
2:
-
title: Unpublished
operator: '='
value: '0'
Expand Down Expand Up @@ -1032,7 +1032,7 @@ display:
exclude: false
alter:
alter_text: true
text: '<a href="/media/{{ mid }}/edit" class="media-library-item__edit icon-link" title="{% trans %}Edit {{ name }}. Opens in a new tab.{% endtrans %}" target="_new">{% trans %}Edit {{ name }}{% endtrans %}</a>'
text: "<a href=\"{{ path('entity.media.edit_form', {'media': mid }) }}\" class=\"media-library-item__edit icon-link\" title=\"{% trans %}Edit {{ name }}. Opens in a new tab.{% endtrans %}\" target=\"_new\">{% trans %}Edit {{ name }}{% endtrans %}</a>\r\n"
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -1275,6 +1275,27 @@ display:
rendering_language: '***LANGUAGE_language_interface***'
display_extenders: { }
path: admin/content/media-widget
pager:
type: full
options:
offset: 0
items_per_page: 24
total_pages: null
id: 0
tags:
next: ››
previous: ‹‹
first: '« First'
last: 'Last »'
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '6, 12, 24, 48'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
quantity: 9
cache_metadata:
max-age: -1
contexts:
Expand Down
2 changes: 2 additions & 0 deletions public/sites/default/azure.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@

// Keep old assets for three months (default is one month).
$config['system.performance']['stale_file_threshold'] = 7776000;

$settings['is_azure'] = TRUE;
2 changes: 2 additions & 0 deletions public/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@
$settings['container_yamls'][] = 'modules/contrib/redis/redis.services.yml';
}

$settings['is_azure'] = FALSE;

// Environment specific overrides.
if (file_exists(__DIR__ . '/all.settings.php')) {
include __DIR__ . '/all.settings.php';
Expand Down