Skip to content

Commit 2be6711

Browse files
authored
Issue #302: Done in PR #303
2 parents 5e92765 + 1be4c40 commit 2be6711

5 files changed

+42
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"drupal/config_update": "2.0.0-alpha4",
1414
"drupal/core": "10.4.3",
1515
"drupal/core-composer-scaffold": "10.4.3",
16-
"drupal/exception_mailer": "4.0.0",
16+
"drupal/exception_mailer": "4.0.6",
1717
"drupal/extlink": "2.0.2",
1818
"drupal/features": "dev-3447460-drupal-11-compatibility#40732dfd317473d9913c9e97d0cf7e4d68a78934",
1919
"drupal/fontawesome": "2.26",
@@ -42,7 +42,7 @@
4242
"News mode": "https://www.drupal.org/files/issues/2024-09-10/drupal-news-mode-3256060-25.patch"
4343
},
4444
"drupal/exception_mailer": {
45-
"Queue workers are broken": "https://www.drupal.org/files/issues/2023-10-25/exception-mailer-queue-worker-3395572-5.patch"
45+
"Drupal 11 compatibility": "https://www.drupal.org/files/issues/2024-04-04/exception_mailer.4.0.x-dev.rector.patch"
4646
},
4747
"drupal/features": {
4848
"Set default bundle for site": "https://www.drupal.org/files/issues/2023-07-03/features-current-bundle-2789001-17.patch"

d8.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: The installation profile for CMS Drupal 10 based on the most common
33

44
type: profile
55
core_version_requirement: ^10.3
6-
version: 0.22.0.195
6+
version: 0.22.1.196
77

88
php: 8.3
99

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
langcode: en
2+
status: true
3+
dependencies: { }
4+
id: translation_error
5+
label: 'Translation (error)'
6+
description: 'Some text to be translated contains unsupported markup.'
7+
type: error
8+
exception: ''
9+
error_type: locale
10+
error_severity:
11+
3: '3'
12+
message: 'was skipped because of disallowed or malformed HTML.'
13+
hostname: ''
14+
send_email: false
15+
emails: { }
16+
roles: { }
17+
email_body: ''
18+
send_interval: '0'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
langcode: en
2+
status: true
3+
dependencies: { }
4+
id: translation_warning
5+
label: 'Translation (warning)'
6+
description: 'Some text to be translated contains unsupported markup.'
7+
type: error
8+
exception: ''
9+
error_type: locale
10+
error_severity:
11+
4: '4'
12+
message: 'disallowed HTML string(s) in files:'
13+
hostname: ''
14+
send_email: false
15+
emails: { }
16+
roles: { }
17+
email_body: ''
18+
send_interval: '0'

modules/features/d8_log/config/install/exception_mailer.settings.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ level_type:
77
7: '7'
88
roles:
99
administrator: administrator
10+
max_similar_emails: 5
11+
min_similarity: 50
12+
emails: ''

0 commit comments

Comments
 (0)