Skip to content

Commit e6b8834

Browse files
authored
Merge pull request #554 from itk-dev/feature/early_inclusion_dialogue
Feature/early inclusion dialogue
2 parents 310f73c + adcf610 commit e6b8834

197 files changed

Lines changed: 8249 additions & 300 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
* [PR-553](https://github.com/itk-dev/deltag.aarhus.dk/pull/553)
10+
* Add animated svg icons comment, reply, thumbs-up
11+
12+
* [PR-552](https://github.com/itk-dev/deltag.aarhus.dk/pull/552)
13+
* Add styling for dialog proposal categories
14+
15+
* [PR-551](https://github.com/itk-dev/deltag.aarhus.dk/pull/551)
16+
* Remove old video field and disabled Azure video module
17+
* Enable Comments module
18+
* Add Support comment flag
19+
* Add Honeypot module
20+
* Add ITK Video module and Video paragraph for Video Tool
21+
922
## [4.13.1] - 2025-09-15
1023

1124
* [PR-548](https://github.com/itk-dev/deltag.aarhus.dk/pull/548)

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@
3737
"drupal/entity_browser": "^2.6",
3838
"drupal/entityqueue": "^1.0@alpha",
3939
"drupal/field_group": "^3.0",
40-
"drupal/flag": "^4.0@alpha",
40+
"drupal/file_resup": "^2.0",
41+
"drupal/flag": "^5.0",
4142
"drupal/hoeringsportal_audit_log": "^1.0",
4243
"drupal/hoeringsportal_citizen_proposal": "^1.0",
4344
"drupal/hoeringsportal_citizen_proposal_archiving": "^1.0",
4445
"drupal/hoeringsportal_data": "^1.0",
4546
"drupal/hoeringsportal_deskpro": "^1.0",
4647
"drupal/hoeringsportal_openid_connect": "^1.0",
48+
"drupal/honeypot": "^2.2",
4749
"drupal/image_widget_crop": "^3.0",
4850
"drupal/inline_entity_form": "^3.0",
4951
"drupal/jquery_ui_accordion": "^2.0",
@@ -64,6 +66,7 @@
6466
"drupal/textfield_counter": "^2.5",
6567
"drupal/token_filter": "^2.1",
6668
"drupal/toolbar_visibility": "dev-3435073-automated-drupal-11#2b0a7e687bdef04e80a0a765a8e6eb8f7b846d03",
69+
"drupal/twig_extensions": "^2.5",
6770
"drupal/twig_tweak": "^3.2",
6871
"drupal/upgrade_status": "^4.3",
6972
"drupal/view_custom_table": "^2.0",
@@ -78,6 +81,7 @@
7881
"itk-dev/itk_azure_video": "^2.0",
7982
"itk-dev/itk_pretix": "^1.3",
8083
"itk-dev/itk_siteimprove": "^1.2",
84+
"itk-dev/itk_video": "^1.0",
8185
"itk-dev/serviceplatformen": "^1.5",
8286
"itk-dev/web_accessibility_statement": "^1.0",
8387
"onelogin/php-saml": "^4.0",

composer.lock

Lines changed: 227 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/sync/comment.settings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_core:
2+
default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc
3+
log_ip_addresses: false
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
uuid: f524e7fb-c700-4c0a-8ea1-f1f993fc1a2a
2+
langcode: da
3+
status: true
4+
dependencies: { }
5+
id: early_inclusion_comment
6+
label: Comment
7+
target_entity_type_id: node
8+
description: 'Comments related to early inclusion'
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
uuid: 0a2a5a5c-f160-4b5c-bf59-a75341db0c24
2+
langcode: da
3+
status: true
4+
dependencies:
5+
config:
6+
- node.type.dialogue
7+
id: node.dialogue.promote
8+
field_name: promote
9+
entity_type: node
10+
bundle: dialogue
11+
label: 'Promoted to front page'
12+
description: ''
13+
required: false
14+
translatable: true
15+
default_value:
16+
-
17+
value: 0
18+
default_value_callback: ''
19+
settings:
20+
on_label: 'On'
21+
off_label: 'Off'
22+
field_type: boolean

0 commit comments

Comments
 (0)