Warning: Undefined array key "function" in...
ProblemSometimes I see this message on screen: "Warning: Undefined array key "function" in Drupal\Core\Utility\Error::getLastCaller() (line 130 of core/lib/Drupal/Core/Utility/Error.php). "Steps to...
View ArticleConsider always having the next major branch open
Problem/MotivationI think this has been discussed a couple of times before, but don't think there's an existing issue for it.We tend to open the next major branch (12.x will be the next one) when there...
View ArticleFile formatter render absolute url to file
Problem/MotivationCurrently, file and image field's field formatter doesn't have support to render/display absolute URL.ImageUrlFormatter and UrlPlainFormatter classes doesn't have flexibility to...
View ArticleClean up hook implementations in the Taxonomy module
Problem/MotivationHooks should be updated to match grouping standards in [meta] Standardize and clean up hook classes in core.Steps to reproducen/aProposed resolutionSplit out the TaxonomyHooks class,...
View ArticleAdjust caching logic of LayoutBuilderAccessCheck::access()
Problem/MotivationThe logic of RefinableCacheableDependencyTrait::addCacheableDependency() has been updated in #3232018: Trigger a deprecation when using...
View ArticleDecouple identifier management from database Connection, introduce an...
Problem/MotivationDatabase identifiers resolution has grown recently, with escaping, caching and introduction of the square brackets syntax to resolve the problem of generic SQL statements to be ported...
View ArticleIncrease the color contrast of the navigation block title
Problem/MotivationThe navigation block title (Administration in the screenshots) has a color contrast that is too low to meet SC1.4.3 (See the table...
View ArticleImprove how Navigation CSS manages the Top Bar visibility
Problem/MotivationWhile working on #3465295: Integrate Top Bar Navigation with Contextual editing it was discovered that the way Navigation handles the Top Bar visibility could be improved since any...
View ArticleSplit item-list.module.css out to its own library
Problem/MotivationSplit from #2880237: [meta] Refactor system/base librarySteps to reproduceProposed resolutionRemaining tasksUser interface changesIntroduced terminologyAPI changesData model...
View ArticleMySQL Temporary tables currently hard code memory Storage Engine
Currently the MySQL temporary table code explicitly specifies that the storage engine should be MEMORY. While this may commonly be the case, there are some reasons to use other storage engines instead...
View ArticleMenu Local Tasks should be sorted by alphabet if there is no weight set
Problem/MotivationLocal tasks should be sorted by alphabet if they specifically don't have a weight set. The same as in Drupal 7.Now, they are ordered the same as they are defined in...
View ArticleAdmin toolbar and contextual links should always be rendered in the admin...
Problem/MotivationIf the site has an admin language preference option set in negotiation, users can set their admin language preference. However, even if that is set, only admin pages are affected. The...
View ArticleImplementations of hook_node_update should check the...
Problem/MotivationInitial issue text:For Drupal 8 to support "forward revisions" it must declare during node_save whether the given node object is meant to go in the node table or not. Agentrickard has...
View ArticleBoolean formatter behavior is unexpected
Problem/MotivationIf a field is a boolean field, it should have a default fallback of FALSE. When the filed is empty is shows as such. An end-user expects this to be X or V.Steps to reproduceAdd a...
View ArticleProperty constraints validation adding errors to the field element instead of...
Problem/MotivationProperty constraints validation adding errors to the field element instead of just the property.Steps to reproduceCreate a custom module including:function...
View ArticleFatal error when enabling CKEditor 5 syles. AssertionError:...
Problem/MotivationWhen I enable "Styles" in a CKEditor configuration I get a fatal error:AssertionError: assert(NestedArray::keyExists($subform, $parts)) in assert() (line 886 of...
View ArticleAllow starterkit theme generator tool to clone Olivero
Drupal 10's new theme generator tool is intended to replace the need for creating subthemes from existing core themes. This will enable core themes to change markup without the need to take into...
View ArticleAdd MenuLinkInterface::getAdminLabel()
Problem/MotivationWe currently have hard-coded hacks like this in MenuForm: elseif (($url = $link->getUrlObject()) && $url->isRouted() && $url->getRouteName() == 'user.page') {...
View ArticleIs there a typo in the Russian transliteration table?
Problem/MotivationComparing #357254: Transliteration of Russian letters to #2932249: Incorrect transliteration of some Russian Cyrillic characters there is a change: "shch" became "sch". I suspect this...
View ArticleThe Content overview page filters out unpublished nodes when a node access...
Problem/MotivationThe Content overview Views view filters out unpublished nodes that the given user otherwise would have access based on node access.This issue were already reported in Drupal 7...
View Article