Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
eae6f33
Merge branch 'hotfix/4.15.2' into develop
martinyde Feb 26, 2026
d61bb0e
Updated accessibility and added back button
martinyde Feb 4, 2026
3cb1f75
Updated translations
martinyde Feb 4, 2026
0193260
Updated changelog
martinyde Feb 4, 2026
5be3733
Updated back translation
martinyde Feb 5, 2026
897c571
Updated template
martinyde Feb 5, 2026
91b7523
Merge pull request #630 from itk-dev/hotfix/minor-stuff-and-accessibi…
rimi-itk Mar 9, 2026
ddfa768
Added handling of orphaned paragraphs
martinyde Mar 3, 2026
c7f69dc
Add update hook
martinyde Mar 3, 2026
7e0a8f4
Updated changelog and applied coding standards
martinyde Mar 3, 2026
1a64502
Updated config
martinyde Mar 3, 2026
b7b2657
Updated translation
martinyde Mar 3, 2026
c812276
Added type check
martinyde Mar 3, 2026
a1109fe
Updated helper after code review
martinyde Mar 6, 2026
278377a
Update web/modules/custom/hoeringsportal_project/translations/hoering…
martinyde Mar 5, 2026
3954cd3
Merge pull request #633 from itk-dev/hotfix/handle-orphaned-paragraphs
rimi-itk Mar 9, 2026
6e4d6aa
Added “Hide hearing replies” option
rimi-itk Mar 4, 2026
f985801
Update web/modules/custom/hoeringsportal_deskpro/templates/block/hoer…
rimi-itk Mar 4, 2026
58602ef
Update web/themes/custom/hoeringsportal/templates/ds/ds-2col-stacked-…
rimi-itk Mar 4, 2026
67d8236
Cleaned up
rimi-itk Mar 4, 2026
98453c4
Moved “Skjul høringssvar” into sidebar
rimi-itk Mar 5, 2026
e0bd72b
Merge pull request #634 from itk-dev/hotfix/hide-hearing-replies
rimi-itk Mar 9, 2026
125d4a1
Updated itk_pretix module and migrated contact mail
rimi-itk Mar 6, 2026
0a1044e
Merge pull request #635 from itk-dev/hotfix/4.15.3
rimi-itk Mar 9, 2026
8226486
Release 4.16.0
rimi-itk Mar 9, 2026
95eca24
Updated translations
rimi-itk Mar 9, 2026
9b0769d
Set file permission in stg deployment
rimi-itk Mar 9, 2026
41ad56f
Fixed loading of nodes
rimi-itk Mar 9, 2026
3bd75e6
Updated handling of timeline notes
rimi-itk Mar 9, 2026
8a2fa7b
Merge pull request #637 from itk-dev/hotfix/timeline-notes
rimi-itk Mar 9, 2026
f1b91d6
Removed superfluous update hook
rimi-itk Mar 9, 2026
9f3959f
Merge pull request #636 from itk-dev/release/4.16.0
rimi-itk Mar 9, 2026
37752a7
Merge branch 'develop'
rimi-itk Mar 9, 2026
c4ba892
CHanged flag a tags to buttons
martinyde Mar 10, 2026
52f0cb3
Modified changelog
martinyde Mar 10, 2026
4e5b67c
Updated nginx template
martinyde Mar 10, 2026
e69af8d
Updated html and css
martinyde Mar 10, 2026
bf07060
Merge pull request #638 from itk-dev/hotfix/flags-as-buttons
martinyde Mar 10, 2026
d5edbe5
7034: Hid “Hide in timeline” from display
rimi-itk Mar 20, 2026
c779cc7
Merge pull request #639 from itk-dev/hotfix/hide-hide-hearing-in-time…
martinyde Mar 23, 2026
8a88a91
Used string value when truncating
rimi-itk Mar 23, 2026
0be9597
Merge pull request #640 from itk-dev/hotfix/string-truncate
rimi-itk Mar 23, 2026
4eb81e9
Release 4.16.1
rimi-itk Mar 23, 2026
c84c827
Merge branch 'hotfix/4.16.1' into develop
rimi-itk Mar 23, 2026
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 .docker/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ server {
# Define which paths to protect
location ~ ^/(flag/flag|admin|user/login) {
# Block bots on these paths only
if ($http_user_agent ~* (bot|crawler|spider|scraper)) {
if ($http_user_agent ~* (bot|crawl|crawler|spider|scraper)) {
return 403;
}

Expand Down
2 changes: 2 additions & 0 deletions .woodpecker/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ steps:
user:
from_secret: user
actions:
# Make sure that we can update the general settings.
- chmod +w web/sites/default web/sites/default/settings.php
- git fetch origin ${CI_COMMIT_BRANCH}
- git checkout --force ${CI_COMMIT_BRANCH}
- git reset --hard origin/${CI_COMMIT_BRANCH}
Expand Down
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,29 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.15.2] - 2026-02-26
* [PR-638](https://github.com/itk-dev/deltag.aarhus.dk/pull/638)
Changed flags templates to use html button instead of anchor tag.

## [4.16.1] - 2026-03-23

* [PR-640](https://github.com/itk-dev/deltag.aarhus.dk/pull/640)
Use string value when truncating
* [PR-639](https://github.com/itk-dev/deltag.aarhus.dk/pull/639)
Hid “Hide in timeline” from display

## [4.16.0] - 2026-03-09

* [PR-635](https://github.com/itk-dev/deltag.aarhus.dk/pull/635)
Updated itk_pretix module and migrated contact mail
* [PR-634](https://github.com/itk-dev/deltag.aarhus.dk/pull/634)
Added “Hide hearing replies” option
* [633](https://github.com/itk-dev/deltag.aarhus.dk/pull/633)
Added handling of orphaned timeline note paragraphs.
* [PR-630](https://github.com/itk-dev/deltag.aarhus.dk/pull/630)
* Updated accessibility
* Added back to dialogue buttons.

## [4.15.2] - 2026-02-26

## [4.15.1] - 2026-02-25

Expand Down Expand Up @@ -682,7 +702,9 @@ Updated drupal core 8.6.16

Initial release

[Unreleased]: https://github.com/itk-dev/hoeringsportal/compare/4.15.2...HEAD
[Unreleased]: https://github.com/itk-dev/hoeringsportal/compare/4.16.1...HEAD
[4.16.1]: https://github.com/itk-dev/hoeringsportal/compare/4.16.0...4.16.1
[4.16.0]: https://github.com/itk-dev/hoeringsportal/compare/4.15.2...4.16.0
[4.15.2]: https://github.com/itk-dev/hoeringsportal/compare/4.15.1...4.15.2
[4.15.1]: https://github.com/itk-dev/hoeringsportal/compare/4.15.0...4.15.1
[4.15.0]: https://github.com/itk-dev/hoeringsportal/compare/4.14.7...4.15.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
"itk-dev/azure-ad-delta-sync-drupal": "^2.0",
"itk-dev/composer-virtualenv": "^1.0",
"itk-dev/itk_azure_video": "^2.0",
"itk-dev/itk_pretix": "^1.3",
"itk-dev/itk_pretix": "^1.5",
"itk-dev/itk_siteimprove": "^1.2",
"itk-dev/itk_video": "^1.0",
"itk-dev/serviceplatformen": "^1.5",
"itk-dev/web_accessibility_statement": "^1.0",
"itk-dev/web_accessibility_statement": "^1.3",
"onelogin/php-saml": "^4.0",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^2.4",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

2 changes: 1 addition & 1 deletion config/sync/block.block.claro_breadcrumbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label: Brødkrummer
label_display: '0'
provider: system
visibility: { }
2 changes: 1 addition & 1 deletion config/sync/block.block.claro_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
label: 'Primært sideindhold'
label_display: '0'
provider: system
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ third_party_settings:
children:
- field_project_reference
- field_hide_in_timeline
label: 'Projektreference'
label: Projektreference
region: hidden
parent_name: group_information
weight: 32
Expand Down
64 changes: 49 additions & 15 deletions config/sync/core.entity_form_display.node.hearing.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dependencies:
- field.field.node.hearing.field_getorganized_case_id
- field.field.node.hearing.field_hearing_ticket_add
- field.field.node.hearing.field_hearing_ticket_list
- field.field.node.hearing.field_hide_hearing_replies
- field.field.node.hearing.field_hide_hearing_replies_msg
- field.field.node.hearing.field_hide_in_timeline
- field.field.node.hearing.field_lokalplaner
- field.field.node.hearing.field_map
Expand Down Expand Up @@ -55,7 +57,7 @@ third_party_settings:
label: Informationer
region: content
parent_name: ''
weight: 6
weight: 8
format_type: details
format_settings:
classes: ''
Expand All @@ -68,7 +70,7 @@ third_party_settings:
label: Systemindstillinger
region: content
parent_name: ''
weight: 8
weight: 10
format_type: details
format_settings:
classes: ''
Expand All @@ -82,7 +84,7 @@ third_party_settings:
label: Deskpro
region: content
parent_name: ''
weight: 7
weight: 9
format_type: details
format_settings:
classes: ''
Expand All @@ -95,7 +97,7 @@ third_party_settings:
label: eDoc
region: content
parent_name: ''
weight: 10
weight: 12
format_type: details
format_settings:
classes: ''
Expand All @@ -108,7 +110,7 @@ third_party_settings:
label: Kontakt
region: content
parent_name: ''
weight: 12
weight: 13
format_type: details
format_settings:
classes: ''
Expand All @@ -122,7 +124,7 @@ third_party_settings:
label: 'Vil du vide mere?'
region: content
parent_name: ''
weight: 14
weight: 15
format_type: details
format_settings:
classes: ''
Expand All @@ -136,7 +138,7 @@ third_party_settings:
label: GetOrganized
region: content
parent_name: ''
weight: 13
weight: 14
format_type: details
format_settings:
classes: ''
Expand All @@ -152,7 +154,7 @@ third_party_settings:
label: Høringssvarsystem
region: content
parent_name: ''
weight: 16
weight: 17
format_type: details
format_settings:
classes: ''
Expand All @@ -178,6 +180,23 @@ third_party_settings:
open: true
description: ''
required_fields: false
group_hide_hearing_replies:
children:
- field_hide_hearing_replies
- field_hide_hearing_replies_msg
label: 'Skjul høringssvar'
region: content
parent_name: ''
weight: 20
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
open: false
description: ''
required_fields: true
id: node.hearing.default
targetEntityType: node
bundle: hearing
Expand Down Expand Up @@ -211,7 +230,7 @@ content:
third_party_settings: { }
field_description:
type: text_textarea
weight: 2
weight: 4
region: content
settings:
rows: 5
Expand Down Expand Up @@ -269,6 +288,21 @@ content:
placeholder_url: 'Url til visning af høringssvar i eksternt høringssvarsystem'
placeholder_title: ''
third_party_settings: { }
field_hide_hearing_replies:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
field_hide_hearing_replies_msg:
type: string_textarea
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_hide_in_timeline:
type: boolean_checkbox
weight: 19
Expand All @@ -284,7 +318,7 @@ content:
third_party_settings: { }
field_map:
type: hoeringsportal_data_map_default
weight: 5
weight: 7
region: content
settings:
available_types:
Expand All @@ -294,7 +328,7 @@ content:
third_party_settings: { }
field_media_document:
type: entity_browser_entity_reference
weight: 3
weight: 5
region: content
settings:
entity_browser: itk_document_browser
Expand All @@ -309,7 +343,7 @@ content:
third_party_settings: { }
field_media_image:
type: entity_browser_entity_reference
weight: 4
weight: 6
region: content
settings:
entity_browser: itk_image_browser
Expand Down Expand Up @@ -361,7 +395,7 @@ content:
third_party_settings: { }
field_teaser:
type: string_textarea
weight: 1
weight: 3
region: content
settings:
rows: 5
Expand All @@ -375,7 +409,7 @@ content:
third_party_settings: { }
published_at:
type: publication_date_timestamp
weight: 9
weight: 11
region: content
settings: { }
third_party_settings: { }
Expand All @@ -399,7 +433,7 @@ content:
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
url_redirects:
weight: 15
weight: 16
region: content
settings: { }
third_party_settings: { }
Expand Down
16 changes: 5 additions & 11 deletions config/sync/core.entity_view_display.node.hearing.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dependencies:
- field.field.node.hearing.field_getorganized_case_id
- field.field.node.hearing.field_hearing_ticket_add
- field.field.node.hearing.field_hearing_ticket_list
- field.field.node.hearing.field_hide_hearing_replies
- field.field.node.hearing.field_hide_hearing_replies_msg
- field.field.node.hearing.field_hide_in_timeline
- field.field.node.hearing.field_lokalplaner
- field.field.node.hearing.field_map
Expand Down Expand Up @@ -59,7 +61,6 @@ third_party_settings:
header:
- 'dynamic_block_field:node-hearing_warning'
- node_title
- field_hide_in_timeline
left:
- field_teaser
- field_description
Expand Down Expand Up @@ -148,16 +149,6 @@ content:
third_party_settings: { }
weight: 3
region: left
field_hide_in_timeline:
type: boolean
label: above
settings:
format: default
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 21
region: header
field_lokalplaner:
type: hoeringsportal_data_localplan_default
label: above
Expand Down Expand Up @@ -249,6 +240,9 @@ hidden:
field_getorganized_case_id: true
field_hearing_ticket_add: true
field_hearing_ticket_list: true
field_hide_hearing_replies: true
field_hide_hearing_replies_msg: true
field_hide_in_timeline: true
field_map_display: true
field_project_reference: true
field_tags: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dependencies:
- field.field.node.hearing.field_getorganized_case_id
- field.field.node.hearing.field_hearing_ticket_add
- field.field.node.hearing.field_hearing_ticket_list
- field.field.node.hearing.field_hide_hearing_replies
- field.field.node.hearing.field_hide_hearing_replies_msg
- field.field.node.hearing.field_hide_in_timeline
- field.field.node.hearing.field_lokalplaner
- field.field.node.hearing.field_map
Expand Down Expand Up @@ -174,6 +176,8 @@ hidden:
field_getorganized_case_id: true
field_hearing_ticket_add: true
field_hearing_ticket_list: true
field_hide_hearing_replies: true
field_hide_hearing_replies_msg: true
field_hide_in_timeline: true
field_lokalplaner: true
field_map: true
Expand Down
Loading
Loading