Skip to content

Commit

Permalink
Merge pull request #106 from City-of-Helsinki/dev
Browse files Browse the repository at this point in the history
Release 2022-11-30
  • Loading branch information
ltpk-siili authored Dec 1, 2022
2 parents 06f94cd + 1f5845a commit 8a9f11c
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 163 deletions.
264 changes: 131 additions & 133 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,5 @@ hidden:
field_unit_type: true
hide_description: true
hide_sidebar_navigation: true
ontologyword_ids: true
show_www: true
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ settings:
-
value: without-image
label: 'Without image'
-
value: without-image-desc
label: 'Without image and description'
allowed_values_function: ''
module: options
locked: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ settings:
label: Kuvallinen
-
label: 'Ilman kuvaa'
-
label: 'Ilman kuvaa ja kuvausta'
42 changes: 21 additions & 21 deletions conf/cmi/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,27 @@ display:
absolute: 0
output_url_as_text: 0
text: Edit
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
access:
type: perm
options:
Expand Down Expand Up @@ -1275,27 +1296,6 @@ 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
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
redis:
container_name: "${COMPOSE_PROJECT_NAME}-redis"
image: redis:7-alpine
command: [sh, -c, "rm -f /data/dump.rdb && redis-server --save ''"]
networks:
- internal
db:
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<env name="DTT_MINK_DRIVER_ARGS" value='["chrome", {"chromeOptions":{"w3c": false }}, "http://127.0.0.1:4444"]'/>
<env name="DTT_API_OPTIONS" value='{"socketTimeout": 360, "domWaitTimeout": 3600000}' />
<env name="DTT_API_URL" value="http://127.0.0.1:9222"/>
<env name="DTT_BASE_URL" value="http://127.0.0.1:8888"/>
<env name="DTT_BASE_URL" value="http://127.0.0.1:8080"/>
</php>
<testsuites>
<testsuite name="unit">
Expand Down
6 changes: 3 additions & 3 deletions tools/make/project/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ PHONY += drush-locale-update
drush-locale-update: ## Update translations.
$(call step,Update translations...)
$(call drush,state:set locale.translation_last_checked 0)
$(call drush_on_docker,locale:check)
$(call drush_on_docker,locale:update)
$(call drush_on_docker,cr)
$(call drush,locale:check)
$(call drush,locale:update)
$(call drush,cr)
$(call step,Import custom translations...)
$(call drush,helfi:locale-import helfi_platform_config)

0 comments on commit 8a9f11c

Please sign in to comment.