-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.patches.json
42 lines (42 loc) · 2.45 KB
/
composer.patches.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"patches": {
"drupal/amazon_ses": {
"Cron fails on amazon_ses when not configured": "PATCHES/amazon_ses-3417090-cron-queue-14.patch"
},
"drupal/core" : {
"https://www.drupal.org/project/drupal/issues/3143617": "https://www.drupal.org/files/issues/2020-07-07/3143617-28_0.patch",
"Include database SSL/TLS info on status report": "./PATCHES/mysql-ssl-status.patch"
},
"drupal/group": {
"https://www.drupal.org/project/subgroup/issues/3163044#comment-14499262": "https://www.drupal.org/files/issues/2022-05-04/i3278723.patch",
"https://www.drupal.org/project/group/issues/3310248 - getPluginId error": "https://www.drupal.org/files/issues/2022-09-18/group-3310248-5.patch",
"https://www.drupal.org/project/group/issues/3212608 - views data export": "https://www.drupal.org/files/issues/2022-10-19/3212608-5_0.patch"
},
"drupal/imageapi_optimize_webp": {
"https://www.drupal.org/project/imageapi_optimize_webp/issues/3453941": "https://www.drupal.org/files/issues/2024-06-14/3453941-bc-break_0.patch"
},
"drupal/imagemagick": {
"Cast dimensions to int after translations": "PATCHES/imagemagick-ints.patch"
},
"drupal/linkchecker": {
"Provide a list of unconfigured but eligible fields - https://www.drupal.org/project/linkchecker/issues/3244743": "PATCHES/linkchecker-unconfirmed-but-eligible-field-list-3244743.patch",
"Do not break admin denied": "./PATCHES/linkchecker_use_uid.patch",
"Avoid null links": "./PATCHES/linkchecker_null_link.patch",
"Recognize previous revisions https://www.drupal.org/project/linkchecker/issues/3366753": "./PATCHES/linkchecker-previous-revisions-3366753.patch",
"Fallback to GET if HEAD fails - https://www.drupal.org/project/linkchecker/issues/3334240": "./PATCHES/linkchecker-fallback-get-3334240.diff"
},
"drupal/social_auth_hid": {
"Keep lang prefix in URL": "./PATCHES/hid_lang.patch"
},
"drupal/user_expire": {
"Allow the notification email to be customised": "PATCHES/user_expire-customize-notification-email.patch",
"Reset expiration when user is reactivated": "PATCHES/user_expire-reset-expiration-on-reactivation.patch"
},
"drupal/username_enumeration_prevention": {
"Avoid leaking the path via Drupal.settings json": "PATCHES/username_enumeration_prevention-user-login-block-form-3312288.patch"
},
"mailchimp/marketing": {
"PHP 8.2": "PATCHES/mailchimp_php82.patch"
}
}
}