Skip to content

Commit

Permalink
Merge branch 'release/3.2.14'
Browse files Browse the repository at this point in the history
Release/3.2.14
  • Loading branch information
mayurngondhkar committed Aug 21, 2023
2 parents 26d918b + a597181 commit 342de54
Show file tree
Hide file tree
Showing 8 changed files with 998 additions and 5 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"drupal/token_conditions": "dev-compatible-with-drupal-9",
"drupal/token_filter": "^1.1",
"drupal/twig_field_value": "^2.0",
"drupal/views_data_export": "1.1",
"drupal/views_menu_children_filter": "^1.0-beta2",
"drupal/viewsreference": "2.0-beta2",
"drupal/workbench": "^1.3",
Expand All @@ -66,6 +67,7 @@
"drupal/link_field_autocomplete_filter": "^1.8",
"drupal/queue_mail": "^1.0",
"drupal/token": "^1.7",
"drupal/user_created_by_field": "^1.1",
"drupal/username_enumeration_prevention": "^1.1",
"drupal/quick_node_clone": "^1.13",
"drupal/content_lock": "^2.2",
Expand Down Expand Up @@ -229,15 +231,15 @@
"Poor performance when using moderation state views filter - https://www.drupal.org/project/drupal/issues/3097303#comment-13559283": "https://www.drupal.org/files/issues/2020-04-17/3097303-9.patch",
"Refactor Xss::attributes() to allow filtering of style attribute values - https://www.drupal.org/project/drupal/issues/3109650#comment-15044472": "https://www.drupal.org/files/issues/2023-05-10/3109650-62.patch",
"Empty breadcrumb at node/add and node/add/{content_type} when frontpage view is enabled - https://www.drupal.org/project/drupal/issues/3220437": "https://www.drupal.org/files/issues/2021-08-25/3220437-61.patch",
"Sort menu list by menu title - https://www.drupal.org/project/drupal/issues/3070721#comment-13918119": "https://www.drupal.org/files/issues/2020-11-26/sort_menu_list-3070721-9.patch",
"Add a 'machine_name' widget for string field types with a UniqueField constraint - https://www.drupal.org/project/drupal/issues/2685749": "https://www.drupal.org/files/issues/2022-02-14/2685749-106.patch",
"Paragraphs fields cause overflow of content forms in Claro-https://www.drupal.org/project/drupal/issues/3145188": "https://www.drupal.org/files/issues/2023-01-25/3145188-37_0.patch",
"Autocomplete widget in node sidebar causes overflow-https://www.drupal.org/project/drupal/issues/3268619#comment-14955369": "https://www.drupal.org/files/issues/2023-03-07/3268619_autocomplete_overflow_5.patch",
"Claro preprocessing of field multiple value form table header cell removes potential changes by others - https://www.drupal.org/project/drupal/issues/3099026#comment-14940311": "https://www.drupal.org/files/issues/2023-02-24/3099026-51.patch",
"Form Required Class Missing from Claro - https://www.drupal.org/project/drupal/issues/3160987#comment-14609681": "https://www.drupal.org/files/issues/2022-07-17/3160987-10.patch",
"DateTimeComputed tries to compute from an empty value - https://www.drupal.org/project/drupal/issues/3052608#comment-14666671": "https://www.drupal.org/files/issues/2022-08-25/DateTimeComputed-tries-to-compute-from-an-empty-value-3052608-16.patch",
"Querying with NULL values results in warning mb_strtolower() - https://www.drupal.org/project/drupal/issues/3302838": "https://www.drupal.org/files/issues/2022-08-23/3302838-13.patch",
"ModuleHandler skips all hook implementations when invoked before the module files have been loaded - https://www.drupal.org/project/drupal/issues/3207813": "https://www.drupal.org/files/issues/2022-06-21/3207813-15.patch"
"ModuleHandler skips all hook implementations when invoked before the module files have been loaded - https://www.drupal.org/project/drupal/issues/3207813": "https://www.drupal.org/files/issues/2022-06-21/3207813-15.patch",
"Add filter by input field to Menu UI - https://www.drupal.org/project/drupal/issues/3170906#comment-15165852": "https://www.drupal.org/files/issues/2023-07-27/3170906-menu-filter-8.patch"
},
"drupal/ckeditor_config": {
"[PHP 8.1] Deprecated function: strcasecmp(): Passing null to parameter #1 ($string1) of type string is deprecated - https://www.drupal.org/project/ckeditor_config/issues/3330938#comment-14852534": "https://www.drupal.org/files/issues/2023-01-04/php-8.1-deprecated-function-warnings-3330938-3.patch"
Expand Down Expand Up @@ -286,6 +288,10 @@
},
"drupal/ckeditor_templates": {
"CKEditor 5 support for Content Templates - https://www.drupal.org/project/ckeditor_templates/issues/3273358#comment-14963779": "./patches/ckeditor_templates/ckeditor_templates_4.patch"
},
"drupal/views_data_export": {
"Batch mode does not allow other modules to alter query - https://www.drupal.org/project/views_data_export/issues/3173296#comment-13997402": "https://www.drupal.org/files/issues/2021-02-12/3173296-9-batch-query-alter.patch",
"Support views data export using drush - https://www.drupal.org/project/views_data_export/issues/2887450": "https://www.drupal.org/files/issues/2022-02-24/vde-drush-with-output-location-2887450.patch"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions config/install/user.role.site_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,4 @@ permissions:
- 'view section_page revisions'
- 'view the administration theme'
- 'view timeline revisions'
- 'view user created by field'
Loading

0 comments on commit 342de54

Please sign in to comment.