-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.patches.json
37 lines (37 loc) · 2.85 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
{
"patches": {
"drupal/anonymous_login": {
"Issue #3495893: Warning: foreach() argument must be of type array|object, string given": "https://www.drupal.org/files/issues/2025-01-13/3495893-7.patch"
},
"drupal/core": {
"Issue #2544110: XSS attribute filtering is inconsistent and strips valid attributes": "./patches/2544110-2025-01-08.patch",
"Issue #2546212: Entity view/form mode formatter/widget settings have no translation UI": "https://www.drupal.org/files/issues/2024-08-06/drupal-core-2546212-10.3-reroll-302.patch",
"Issue #2329253: Allow the ChangedItem to skip updating the entity's changed timestamp when synchronizing (f.e. when migrating)": "https://www.drupal.org/files/issues/2024-07-30/2329253-10.x.patch",
"Issue #3274635: [upstream] Use CKEditor 5's native <ol type> and <ul type> UX": "https://www.drupal.org/files/issues/2024-08-11/3274635--ckeditor_list_styles-10.3.2--108.patch",
"Issue #3392572: strnatcasecmp(): Passing null to parameter #2 in LayoutPluginManager": "https://www.drupal.org/files/issues/2023-10-25/drupal-strnatcasecmp_string_only-3392572-10.patch",
"Issue #3413079: Cannot read properties of null (reading 'nodeType') on node.page.body": "https://www.drupal.org/files/issues/2024-01-08/3413079-9.patch"
},
"drupal/csp": {
"Simplify log format": "./patches/csp-log-format.patch"
},
"drupal/entity_browser": {
"Issue #3056057: Position the main form actions to the bottom of IFrame": "https://www.drupal.org/files/issues/2019-05-23/position-main-form-actins-on-bottom-3056057-10.patch"
},
"drupal/entity_browser_table": {
"Issue #3408217: Error: Call to a member function getStorage() on null": "https://www.drupal.org/files/issues/2023-12-21/3408217-error-call-to-member-function-getstorage-on-null.patch"
},
"drupal/entity_reference_revisions": {
"Issue #2799479: Views doesn't recognize relationship to host": "https://www.drupal.org/files/issues/2022-06-01/entity_reference_revisions-relationship_host_id-2799479-176.patch"
},
"drupal/field_group": {
"Issue #3395375: Duplicated required marks in field tabs with GIn admin theme": "https://www.drupal.org/files/issues/2024-08-06/3395375-6.patch"
},
"drupal/paragraphs_viewmode": {
"Issue #3345123: entityViewModeAlter throws an exception in php 8.2": "https://www.drupal.org/files/issues/2023-03-01/paragraphs_viewmode-remove-context-parameter-3345123-2.patch"
},
"drupal/user_expire": {
"Issue #2836514: Disable or customize expiration email": "./patches/2836514-mr-5-2024-09-05.patch",
"Issue #2855005: Reset expiration when user is reactivated": "./patches/2855005-mr-6-2024-09-05.patch"
}
}
}