Race Condition in 'public://simpletest' mkdir Call
Problem/MotivationRunning tests in parallel fails intermittently because of a race condition in how the 'public://simpletest' directory is created.1)...
View Article[PHP 8.1] Serializable interface is deprecated
Problem/MotivationI'm getting ahead of myself with this, but I came across one likely incompatibility with Drupal 9.2.x branch on PHP 8.1:In PHP 8.1, using the Serializable interface will result in a...
View ArticleOlivero primary menu JS completely breaks if site-builder specifies over 2...
Split off from #3221399: Olivero: Support more than two levels of menu in primary menu. .We don't support more than two levels of nested menus in the primary menu, however if a site-builder does...
View ArticleFix 'Drupal.Commenting.InlineComment.DocBlock' coding standard
Follow-up to #2572659: Fix 'Drupal.Commenting.InlineComment.SpacingAfter' coding standardPart of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP...
View ArticleFix 'Drupal.Commenting.InlineComment.SpacingAfter' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View ArticleFix 'Drupal.Files.LineLength' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View Article#states not affecting visibility/requirement of managed_file
Cannot affect the visibility or requirement of managed_file with states. Identical to this issue:https://www.drupal.org/node/1118016With this definition:$form['type'] = array( '#type' => 'select',...
View ArticleCannot add user picture for administrator
I installed 2 servers with Drupal 9.1 and I updated to Drupal 9.2I just noticed that there are problems with the modification of the administrator account "user 1".In the list of users, the role of the...
View ArticleWebform radios -> display issues
Problem/MotivationNote: top is on Mac OS X/Chrome and bottom is on Mac OS X/Firefox (on larger screens). If I squish the Firefox window to smaller width -> the QEON radio button becomes visible....
View Article[PHP 8.1] Exception codes should be numeric and not NULL
Problem/MotivationIn PHP 8.1 exceptions must use integers in the $code parameter, NULL is no longer allowed.All our FileTransferExceptions currently pass NULL as this argument.Steps to...
View ArticlePlan for Olivero theme regions and landmark regions
Problem/MotivationOlivero's page template renders a lot of Drupal theme regions inside of <main>.Since Olivero is destined to replace Bartik as the default theme, it's a good time to take stock...
View ArticleLighthouse SEO: Uncrawlable Link a#main-content
Lighthouse SEOCrawling and IndexingTo appear in search results, crawlers need access to your app.Links are not crawlableSearch engines may use `href` attributes on links to crawl websites. Ensure that...
View ArticleAdd GROUP_CONCAT aggregate function to views
It would be very useful for to have a GROUP_CONCAT available as an aggregate function. like what we have now e.g. SUM, MIN, ...
View ArticleIssue with doTrustedCallback() must be array
Hello Everyone,I installed drupal 8.9.16. Installation process is completed successfully but when i tried to login with admin details I got error " TypeError: Argument 1 passed to...
View ArticleAdd a public API for aliasing resource type names
Problem/MotivationJSON:API has \Drupal\jsonapi\ResourceType\ResourceTypeBuildEvent to allow fields to be aliased, fields to be disabled and resource types to be disabled. Those were the three first...
View ArticleMenuLinkContentAccessControlHandler does not allow "view" access...
Menu link 'view' permission is set to 'Administer Menu' which does not allow for exposing menu links via the jsonapi module (e.g. /jsonapi/menu_link_content/menu_link_content). Should permission...
View ArticleHandle oEmbed resources without an explicit height
Problem/MotivationThe oEmbed system requires all non-link resources (i.e., photos, videos, rich text) to have an explicit, non-zero width and a height defined, and throws exceptions (in...
View ArticleOlivero: wide image can overlap sidebar when toolbar open and in vertical mode
Within Olivero, if the image can overlap a sidebar if the toolbar is in vertical mode and is open.
View ArticleExpose full set of debugging data in migrate_message table...
Problem/MotivationThere is a great deal of info about what actually went wrong when you performed a migration, but it is all kept in tables called migrate_message_% with no mechanism in core (UI,...
View ArticleFont size for h2 tag is smaller than h3
Problem/Motivationh2 tags seem too small in Olivero theme. In fact it's slightly smaller than h3 tags.Here's a screenshot:I looked into computed size for each heading tag and here's the result:h1:...
View Article