[Meta] Bug Smash Initiative triage fortnight commencing 2022-03-15
Meta for triage credit, please note: you only need to add a comment for one issue that was triaged and closed, not every one.Remember to add the tag 'Bug Smash Initiative' to issues that are triaged.
View Article[Meta] Bug Smash Initiative triage fortnight commencing 2022-03-01
Meta for triage credit, please note: you only need to add a comment for one issue that was triaged and closed, not every one.Remember to add the tag 'Bug Smash Initiative' to issues that are triaged.
View ArticleContentEntityStorageBase::loadRevision() should use the static and the...
Problem/Motivation#597236: Add entity caching to core added the entity cache to core, but unfortunately it did not consider enabling it when loading an entity by revision ID. There are contrib modules...
View ArticleSmartDefaultSettings should select the CKE5 plugin that minimizes creation of...
Problem/MotivationDrupal\ckeditor5\SmartDefaultSettings::addToolbarItemsToMatchHtmlAttributesInFormat isn't necessarily handling use cases where CKEditor plugin only supports specific attribute value...
View ArticleAdd Views EntityReference filter to be available for all entity reference fields
Problem/MotivationOne major piece of functionality from the D7 Entity Reference module was left out entirely in #1801304: Add Entity reference field: the ability to render exposed views filters as a...
View ArticleConfigImporter acquires a lock for 30 seconds but this might not be long enough
Problem/MotivationIn ConfigImporter::initialize() we acquire a lock for 30 seconds. However this might not be long enough. Especially for config install.This is a critical bug because if a CI (for...
View ArticleDo not export status property when configuration entity don't support it.
Problem/MotivationStatus property is exported for configuration entities that doesn't have it. Steps to reproduceExport configuration. Check user.role.anonymous.yml Confirm that "status" property is...
View ArticleRemove drupal_set_breadcrumb and LegacyBreadcrumbBuilder in Views module
Problem/MotivationAfter #1947536: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service to remove LegacyBreadcrumbBuilder.phpdrupal_set_breadcrumb which is used in...
View Article[PP-1] Add ckeditor5-code-block package and CodeBlock plugin
Problem/MotivationCKEditor 5 currently supports inline <code>…< /code> thanks to:ckeditor5_code: ckeditor5: plugins: [basicStyles.Code] drupal: label: Code library: core/ckeditor5.basic...
View ArticleAccesscheck for Terms doesn't support the new 'view all...
Problem/Motivation\Drupal\taxonomy\TermAccessControlHandler::checkAccess doesn't handle the 'view all revisions'The accesscheck for Terms doesn't use the new 'view all revisions' permission yet. This...
View ArticlejQuery UI library order is incorrect when a large number of javascript files...
Problem/MotivationFollowing the #3113400: Deprecate more jQuery UI library definitions update, it appears that the order of jQuery UI assets can change depending on whether there is a sufficiently...
View ArticleLanguage switcher not switching language content
Problem/MotivationAfter adding one more language and trying to switch the language is not working properly. Interface translation % is also not showing.Steps to reproduceInstall drupal instance with...
View ArticleThe core module Responsive_core generate errors on PHP 8.1
Deprecated function: trim(): Passing null to parameter #1 ($string) of type string is deprecated in _responsive_image_build_source_attributes() (line 414 of...
View ArticleForm does not process #type => value anymore
Fields with type value not being processedHave a field with the type "value"$process_input = empty($element['#disabled']) && ($element['#type'] !== 'value') &&...
View ArticleResolve mismatch between <$block> interpretation by CKEditor 5 and Drupal
Problem/MotivationThanks to #3228334: Refactor HTMLRestrictionsUtilities to a HtmlRestrictions value object, #3259174: Add missing CKE5 SmartDefaultSettings test coverage (wildcard tag with unsupported...
View ArticleDropbutton is broken on small screen when text is split to multiple lines
Problem/MotivationIn/admin/content, the operation button is broken a little. Although it may be a priority issue of column width per language.Steps to reproduceGoto: admin/modulesInstall Language and...
View ArticleContent types are not translated in the node type collection page
Problem/MotivationI set this bug as major because people would like to see the UI in their language.Steps to reproduce1-Create a multilingual site EN (default) / FR 2-Translate the label of the "page"...
View ArticleDeprecated function: dirname(): Passing null to parameter #1 ($path) of type...
Problem/Motivationafter upgrade to php 8.1 with core 9.3.7 i've got the following error due to deprecated null input valueDeprecated function: dirname(): Passing null to parameter #1 ($path) of type...
View ArticleFatal error: Call to a member function setRecipients() on null in...
Fatal error: Call to a member function setRecipients() on null in C:\xampp\htdocs\first\core\profiles\standard\standard.profile on line 24 plzz help me..i got this error after providing username email...
View Article[drupalImage] Some Image attributes are lost in edge cases where image...
Problem/MotivationInline images have a different set of allowed attributes compared to block images. It seems like there are some cases where an image could accidentally convert into an inline image on...
View Article