Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
44a43ee
Updated config and enabled required modules
martinyde Oct 9, 2025
19afca4
Added config for captcha, honeypot, flag and itk_video
martinyde Oct 20, 2025
9f6d99c
Disabled azure video module
martinyde Oct 20, 2025
d91c9ee
Updated default services file
martinyde Oct 20, 2025
93c1062
Modified changelog
martinyde Oct 20, 2025
5585301
Changed pointer for itk-dev/itk_video
martinyde Oct 20, 2025
9e3f8ef
Updated default services
martinyde Oct 20, 2025
f0449da
Added dialogue content type
martinyde Oct 22, 2025
8584679
Renamed flag
martinyde Oct 22, 2025
5a0cc6a
Merge branch 'feature/early_inclusion_prep' into feature/early_inclus…
martinyde Oct 22, 2025
429917f
Updated styling
martinyde Oct 22, 2025
5c634c6
Updated extensions
martinyde Oct 22, 2025
39d4e57
Merge branch 'feature/early_inclusion_prep' into feature/early_inclus…
martinyde Oct 22, 2025
1cb276b
Updated config and theme
martinyde Oct 28, 2025
e601117
Add template and styling for toggle button
yepzdk Oct 30, 2025
a6e084a
Update CHANGELOG.md
yepzdk Oct 30, 2025
1d714c3
Added dialog proposals
martinyde Oct 30, 2025
9af3b41
Merge branch 'feature/early_inclusion_dialogue_toggle_button' into fe…
martinyde Oct 30, 2025
6eb16b4
Add template and styling for toggle button
yepzdk Oct 30, 2025
898e7b0
Update CHANGELOG.md
yepzdk Oct 30, 2025
2953150
Merge pull request #552 from itk-dev/feature/early_inclusion_dialogue…
yepzdk Oct 31, 2025
f76d5cb
Updated landing pages
martinyde Oct 31, 2025
a9f9e6e
Merge branch 'feature/early_inclusion_dialogue' of github.com:itk-dev…
martinyde Oct 31, 2025
82a924c
Updated headers
martinyde Oct 31, 2025
7173673
Addedfixtures
martinyde Nov 3, 2025
76c04fb
Added image
martinyde Nov 3, 2025
f4a8865
Updated public meeting fixture
martinyde Nov 3, 2025
3f6f946
Updated public meeting fixture
martinyde Nov 3, 2025
13a937d
Updated public meeting
martinyde Nov 3, 2025
8e3b913
Add animated svg comment, reply, thumbs-up
yepzdk Oct 30, 2025
66862cb
Update _animation.scss
yepzdk Oct 31, 2025
ed524e9
Cleanup test content
yepzdk Oct 31, 2025
e6964bf
Update CHANGELOG.md
yepzdk Oct 31, 2025
c932f44
Add icons to dialog proposal details page
yepzdk Oct 31, 2025
2913d38
Add new svg icons
yepzdk Oct 31, 2025
91cd922
Apply twig coding standards
yepzdk Oct 31, 2025
9ce38ab
Apply coding styles
yepzdk Oct 31, 2025
f461229
Fix: Wrap dialog proposal categories.
yepzdk Nov 3, 2025
67bb649
Handle animation on thumbs-up when clicked
yepzdk Nov 3, 2025
0b2c120
Apply styles coding standards
yepzdk Nov 3, 2025
69cccfd
Updated fixture
martinyde Nov 4, 2025
fc11d24
Merge pull request #553 from itk-dev/feature/early_inclusion_dialogue…
yepzdk Nov 4, 2025
bf40c84
Applied coding standards
martinyde Nov 4, 2025
c094741
Re added clamav config
martinyde Nov 4, 2025
c54ca9e
Updated proposal create access
martinyde Nov 4, 2025
1e13093
Update web/themes/custom/hoeringsportal/templates/form/form--node-dia…
martinyde Nov 5, 2025
f592b2e
Update web/modules/custom/hoeringsportal_dialogue/src/Theme/ThemeDial…
martinyde Nov 5, 2025
c5b3c72
Update web/modules/custom/hoeringsportal_dialogue/src/Helper/Dialogue…
martinyde Nov 5, 2025
475cabc
Updated code after review
martinyde Nov 5, 2025
162e89c
Updated foreach
martinyde Nov 5, 2025
c5cea0a
Merge branch 'feature/early_inclusion_dialogue_backend_etc' into feat…
martinyde Nov 5, 2025
e608571
Updated coding-standards
martinyde Nov 5, 2025
adcf610
Updated theme negotiator
martinyde Nov 5, 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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

* [PR-553](https://github.com/itk-dev/deltag.aarhus.dk/pull/553)
* Add animated svg icons comment, reply, thumbs-up

* [PR-552](https://github.com/itk-dev/deltag.aarhus.dk/pull/552)
* Add styling for dialog proposal categories

* [PR-551](https://github.com/itk-dev/deltag.aarhus.dk/pull/551)
* Remove old video field and disabled Azure video module
* Enable Comments module
* Add Support comment flag
* Add Honeypot module
* Add ITK Video module and Video paragraph for Video Tool

## [4.13.1] - 2025-09-15

* [PR-548](https://github.com/itk-dev/deltag.aarhus.dk/pull/548)
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
"drupal/entity_browser": "^2.6",
"drupal/entityqueue": "^1.0@alpha",
"drupal/field_group": "^3.0",
"drupal/flag": "^4.0@alpha",
"drupal/file_resup": "^2.0",
"drupal/flag": "^5.0",
"drupal/hoeringsportal_audit_log": "^1.0",
"drupal/hoeringsportal_citizen_proposal": "^1.0",
"drupal/hoeringsportal_citizen_proposal_archiving": "^1.0",
"drupal/hoeringsportal_data": "^1.0",
"drupal/hoeringsportal_deskpro": "^1.0",
"drupal/hoeringsportal_openid_connect": "^1.0",
"drupal/honeypot": "^2.2",
"drupal/image_widget_crop": "^3.0",
"drupal/inline_entity_form": "^3.0",
"drupal/jquery_ui_accordion": "^2.0",
Expand All @@ -64,6 +66,7 @@
"drupal/textfield_counter": "^2.5",
"drupal/token_filter": "^2.1",
"drupal/toolbar_visibility": "dev-3435073-automated-drupal-11#2b0a7e687bdef04e80a0a765a8e6eb8f7b846d03",
"drupal/twig_extensions": "^2.5",
"drupal/twig_tweak": "^3.2",
"drupal/upgrade_status": "^4.3",
"drupal/view_custom_table": "^2.0",
Expand All @@ -78,6 +81,7 @@
"itk-dev/itk_azure_video": "^2.0",
"itk-dev/itk_pretix": "^1.3",
"itk-dev/itk_siteimprove": "^1.2",
"itk-dev/itk_video": "^1.0",
"itk-dev/serviceplatformen": "^1.5",
"itk-dev/web_accessibility_statement": "^1.0",
"onelogin/php-saml": "^4.0",
Expand Down
238 changes: 227 additions & 11 deletions composer.lock

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

3 changes: 3 additions & 0 deletions config/sync/comment.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_core:
default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc
log_ip_addresses: false
8 changes: 8 additions & 0 deletions config/sync/comment.type.early_inclusion_comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
uuid: f524e7fb-c700-4c0a-8ea1-f1f993fc1a2a
langcode: da
status: true
dependencies: { }
id: early_inclusion_comment
label: Comment
target_entity_type_id: node
description: 'Comments related to early inclusion'
22 changes: 22 additions & 0 deletions config/sync/core.base_field_override.node.dialogue.promote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 0a2a5a5c-f160-4b5c-bf59-a75341db0c24
langcode: da
status: true
dependencies:
config:
- node.type.dialogue
id: node.dialogue.promote
field_name: promote
entity_type: node
bundle: dialogue
label: 'Promoted to front page'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
Loading
Loading