Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8b03460
Removed traces of eslint and prettier configuration files and added b…
khalima Nov 7, 2025
137f81c
Updated linter tools to use biome and stylelint.
khalima Nov 7, 2025
d68f388
Updated modules.
khalima Nov 7, 2025
cb73758
Updated the package.json to use stylelint rules from @hdbt/theme-buil…
khalima Nov 11, 2025
5f712c8
Added generic comments to index-files.
khalima Nov 11, 2025
05f8737
Updated package-lock.json
khalima Nov 11, 2025
de82d78
Update configuration
hel-platta-service Nov 12, 2025
30a6bd3
Merge pull request #655 from City-of-Helsinki/UHF-12066
khalima Nov 12, 2025
89b24b9
Merge pull request #657 from City-of-Helsinki/update-configuration
khalima Nov 12, 2025
320bae4
Update configuration
hel-platta-service Nov 19, 2025
39120e0
Merge pull request #659 from City-of-Helsinki/update-configuration
teroelonen Nov 19, 2025
3653570
Update configuration
hel-platta-service Nov 20, 2025
50509bc
Merge pull request #660 from City-of-Helsinki/update-configuration
teroelonen Nov 20, 2025
f95dcc6
Update configuration
hel-platta-service Nov 20, 2025
980c96a
Merge pull request #661 from City-of-Helsinki/update-configuration
khalima Nov 20, 2025
1b8821c
UHF-11502: Drupal 11
tuutti Nov 24, 2025
121d038
UHF-11502: Fixed phpunit.xml.dist
tuutti Nov 24, 2025
3d81d51
UHF-11502: Testing skipping empty test suites
tuutti Nov 24, 2025
58a30e6
UHF-11502: Added missing dtt test folder
tuutti Nov 24, 2025
68322af
UHF-11502: Use main branch
tuutti Nov 24, 2025
47614ee
Merge pull request #664 from City-of-Helsinki/UHF-11502
tuutti Nov 24, 2025
e31979f
Updated node modules based on npm audit fix
khalima Nov 30, 2025
4d40fe9
Update configuration
hel-platta-service Dec 10, 2025
aadc4a3
UHF-12582: Updated core to 11.2
tuutti Dec 10, 2025
d336276
UHF-12582: Updated platform config to 5.0.7
tuutti Dec 10, 2025
0c9a02c
Merge pull request #662 from City-of-Helsinki/update-configuration
tuutti Dec 10, 2025
e8a9498
UHF-12582: Merged with dev
tuutti Dec 10, 2025
dfffc90
UHF-12582: Removed deleted translations
tuutti Dec 11, 2025
3eb4998
UHF-12582: Fixed search api config
tuutti Dec 11, 2025
e652e25
Merge branch 'dev' into automation/npm-audit
khalima Dec 11, 2025
fa93ec5
Merge pull request #663 from City-of-Helsinki/automation/npm-audit
khalima Dec 11, 2025
6f81df7
Merge pull request #670 from City-of-Helsinki/UHF-12582
tuutti Dec 12, 2025
0d5d8a5
Update configuration
hel-platta-service Dec 16, 2025
fe0a114
Update core scaffold
teroelonen Dec 17, 2025
415e5f3
Merge pull request #671 from City-of-Helsinki/update-configuration
teroelonen Dec 17, 2025
8643d59
Temporarily use UHF-12582 branch.
khalima Dec 19, 2025
c93151d
Update configuration
khalima Dec 19, 2025
622777a
Reverted the actions.
khalima Dec 19, 2025
dccdfab
Merge pull request #672 from City-of-Helsinki/update-configuration
khalima Dec 19, 2025
e4bb624
Use branch UHF-12582
khalima Dec 22, 2025
6c3073e
Update configuration
khalima Dec 22, 2025
563e7c7
Revert "Use branch UHF-12582"
khalima Dec 22, 2025
db5247f
Merge pull request #675 from City-of-Helsinki/update-configuration
khalima Dec 22, 2025
acba858
Update configuration
hel-platta-service Dec 23, 2025
88108e6
Merge pull request #676 from City-of-Helsinki/update-configuration
teroelonen Dec 23, 2025
a3b692a
Remove unwanted configuration
teroelonen Dec 23, 2025
cf0f8cb
Revert delete for the files, remove only unwanted configuration
teroelonen Dec 23, 2025
c5b59ac
Merge pull request #677 from City-of-Helsinki/UHF-X_revert_unwanted_c…
teroelonen Dec 29, 2025
6167aa1
Merge branch 'main' into dev
khalima Dec 29, 2025
2c2c5b1
Merge pull request #679 from City-of-Helsinki/UHF-X_fix_conflict
teroelonen Dec 29, 2025
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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-sp
# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
*.avif -text diff
*.eot -text diff
*.exe -text diff
*.gif -text diff
Expand Down
5 changes: 4 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ services:
- internal
varnish:
container_name: "${COMPOSE_PROJECT_NAME}-varnish"
image: druidfi/varnish:6-drupal
image: wodby/varnish:6.0
environment:
VARNISH_BACKEND_HOST: "${COMPOSE_PROJECT_NAME}-app"
VARNISH_BACKEND_PORT: 8080
VARNISH_CACHE_STATIC_FILES: "1"
VARNISH_ALLOW_UNRESTRICTED_PURGE: "1"
VARNISH_CONFIG_PRESET: "drupal"
depends_on:
- app
networks:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"require": {
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.6.7",
"drupal/core-composer-scaffold": "^10|^11",
"drupal/core-composer-scaffold": "^11",
"drupal/hdbt": "^6.0",
"drupal/hdbt_admin": "^3.0",
"drupal/helfi_azure_fs": "^2.0",
"drupal/helfi_drupal_tools": "dev-main",
"drupal/helfi_navigation": "^2.0",
"drupal/helfi_platform_config": "^4.0",
"drupal/helfi_platform_config": "^5.0",
"drupal/helfi_proxy": "^3.0",
"drupal/helfi_tpr": "^2.0",
"drupal/helfi_tunnistamo": "^3.0",
Expand Down
3,125 changes: 1,487 additions & 1,638 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion conf/cmi/block.block.hdbt_admin_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ settings:
label_display: visible
provider: system
level: 1
depth: 0
depth: null
expand_all_items: false
visibility: { }
2 changes: 1 addition & 1 deletion conf/cmi/block.block.hdbt_admin_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ settings:
label_display: visible
provider: system
level: 1
depth: 0
depth: null
expand_all_items: false
visibility: { }
2 changes: 1 addition & 1 deletion conf/cmi/block.block.hdbt_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ settings:
label_display: '0'
provider: system
level: 1
depth: 0
depth: null
expand_all_items: false
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ settings:
label_display: visible
provider: views
views_label: ''
items_per_page: none
items_per_page: null
visibility:
request_path:
id: request_path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ settings:
label_display: visible
provider: views
views_label: ''
items_per_page: none
items_per_page: null
visibility:
request_path:
id: request_path
Expand Down
4 changes: 3 additions & 1 deletion conf/cmi/core.entity_form_display.media.file.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }
hidden:
publish_on: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ hidden:
field_media_file: true
langcode: true
path: true
publish_on: true
replace_file: true
status: true
uid: true
unpublish_on: true
4 changes: 3 additions & 1 deletion conf/cmi/core.entity_form_display.media.hel_map.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }
hidden:
publish_on: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ hidden:
created: true
langcode: true
path: true
publish_on: true
status: true
uid: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ content:
hidden:
field_helfi_chart_title: true
path: true
publish_on: true
status: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ hidden:
field_helfi_chart_url: true
langcode: true
path: true
publish_on: true
status: true
uid: true
unpublish_on: true
4 changes: 3 additions & 1 deletion conf/cmi/core.entity_form_display.media.image.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }
hidden:
publish_on: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ hidden:
created: true
langcode: true
path: true
publish_on: true
replace_file: true
status: true
uid: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ content:
third_party_settings: { }
hidden:
name: true
publish_on: true
unpublish_on: true
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ hidden:
field_media_oembed_video: true
langcode: true
path: true
publish_on: true
status: true
uid: true
unpublish_on: true
2 changes: 1 addition & 1 deletion conf/cmi/core.entity_form_mode.media.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ _core:
default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8
id: media.media_library
label: 'Media library'
description: ''
description: null
targetEntityType: media
cache: true
2 changes: 1 addition & 1 deletion conf/cmi/core.entity_form_mode.user.register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ _core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register
label: Register
description: ''
description: null
targetEntityType: user
cache: true
11 changes: 6 additions & 5 deletions conf/cmi/core.entity_view_display.paragraph.banner.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies:
- paragraphs.paragraphs_type.banner
module:
- hdbt_admin_tools
- link
- linkit
- options
- text
_core:
default_config_hash: JcqxeHXYf0RwMQ6Z_OoIPJfHaI3eSUJ9MqYvpGcjZJ4
default_config_hash: PyTDnOCPCv6QkuA8dmBkR5JozU-DR7TldJV8k0w3Rv0
id: paragraph.banner.default
targetEntityType: paragraph
bundle: banner
Expand All @@ -37,14 +37,15 @@ content:
weight: 3
region: content
field_banner_link:
type: link
type: linkit
label: hidden
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
linkit_profile: helfi
third_party_settings: { }
weight: 2
region: content
Expand Down
11 changes: 6 additions & 5 deletions conf/cmi/core.entity_view_display.paragraph.hero.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dependencies:
- field.field.paragraph.hero.field_hero_title
- paragraphs.paragraphs_type.hero
module:
- link
- linkit
- options
- text
_core:
default_config_hash: b7aWqy27zvIiOUxzstnlmUkuXpLDdEBEqfresW9tUz8
default_config_hash: FY3fZ4gakarDkCNjDIX-y1QN7Jujew5NaNCXIMjvwmg
id: paragraph.hero.default
targetEntityType: paragraph
bundle: hero
Expand Down Expand Up @@ -45,14 +45,15 @@ content:
weight: 0
region: content
field_hero_link:
type: link
type: linkit
label: hidden
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
linkit_profile: helfi
third_party_settings: { }
weight: 3
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies:
- field.field.paragraph.list_of_links_item.field_list_of_links_link
- paragraphs.paragraphs_type.list_of_links_item
module:
- link
- linkit
_core:
default_config_hash: CQuaekf9QZMU7bhaACjElbna_WTllG8ca1s06R2flKo
default_config_hash: DKYlKfoXqJVoZEgNwSGYWMd23mVbIi2qM8OfXr7RnTA
id: paragraph.list_of_links_item.default
targetEntityType: paragraph
bundle: list_of_links_item
Expand All @@ -34,14 +34,15 @@ content:
weight: 0
region: content
field_list_of_links_link:
type: link
type: linkit
label: hidden
settings:
trim_length: 255
url_only: false
url_plain: false
rel: '0'
target: '0'
linkit_profile: helfi
third_party_settings: { }
weight: 1
region: content
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
module:
- ckeditor5
_core:
default_config_hash: WYDoXZLu7eLz0Y6jGDcpUxYA-MQhHukm-1YYHB8mHgA
default_config_hash: UZ7ojJKs8sEbFs15e0Ub1i_p9w-K20fG40pkpotEWUw
format: full_html
editor: ckeditor5
settings:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/editor.editor.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
module:
- ckeditor5
_core:
default_config_hash: k5KPn8vJi2y7OmTeTDYKvCqo5M9TOEMU9LZZ0P8vlKk
default_config_hash: CbXr91M60wTYziM5ZHPNPrGb9khkUYjzkVVdyE3re9o
format: minimal
editor: ckeditor5
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ field_mappers:
config: { }
description: ''
debug_level: 0
field_save_order: null
field_mapping_notes: ''
data_aggregator:
id: single
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ field_mappers:
config: { }
description: ''
debug_level: 0
field_save_order: null
field_mapping_notes: ''
data_aggregator:
id: single
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ field_mappers:
config: { }
description: ''
debug_level: 0
field_save_order: null
field_mapping_notes: ''
data_aggregator:
id: single
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ field_mappers:
config: { }
description: ''
debug_level: 0
field_save_order: null
field_mapping_notes: ''
data_aggregator:
id: single
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ field_mappers:
config: { }
description: ''
debug_level: 0
field_save_order: null
field_mapping_notes: ''
data_aggregator:
id: single
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ field_mappers:
config: { }
description: ''
debug_level: 0
field_save_order: null
field_mapping_notes: ''
data_aggregator:
id: single
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ field_mappers:
config: { }
description: ''
debug_level: 0
field_save_order: null
field_mapping_notes: ''
data_aggregator:
id: single
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ field_mappers:
config: { }
description: ''
debug_level: 0
field_save_order: null
field_mapping_notes: ''
data_aggregator:
id: single
Expand Down
1 change: 1 addition & 0 deletions conf/cmi/imagemagick.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ advanced:
colorspace: '0'
profile: ''
coalesce: false
imagemagick_version: v6
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ content:
sort_order:
ESERVICE:
label: 'Sähköinen palvelu'
CHAT:
label: Chat
EMAIL:
label: Sähköposti
TELEPHONE:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
label: Otsikko
description: 'Listauksen otsikko'
label: Otsikko
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
label: 'Gallerian kohta'
description: 'Voit lisätä 2-12 kohtaa kuvagalleriaan.'
label: 'Gallerian kohta'

This file was deleted.

This file was deleted.

Loading