The "extra_field_block:node:recipe:content_moderation_control" was...
Steps to reproduceUmami demo on fresh install 8.9.7 and 9.0.7 got logs system events warning - The "extra_field_block:node:recipe:content_moderation_control" was not found.Here's the output from my...
View ArticleFile and image field form buttons outside of viewport
Problem/MotivationIf you run your site with Oliviero theme - the node edit form looks broken on mobile devices (under Oliviero). It is not usable.Steps to reproduceSetup Oliviero as default themeSetup...
View ArticleNo recipient addresses found in message header
hi , my site send email but show this error my drupal is 10.3.3in site report i have this error Error sending email (from cp@janebiforoosh.com to with reply-to not set).and in drush command i have this...
View ArticleDrupal\media\Entity\Media::prepareSave should convert URL object metadata to...
Problem/MotivationMedia bundles allow for source values to be mapped to fields on the bundle. The mapping is executed in Drupal\media\Entity\Media::prepareSave. There is an issue with how URLs are...
View ArticleAllow #type 'button' that aren't form submits
Problem/MotivationAs per this very old forum discussion, creating form element buttons with a type of anything other than type="submit" is not possible - type="submit" is hard-coded.Steps to...
View Articlemake the 'group' property on EntityReferenceSelection plugins...
Problem/MotivationThe interplay between the plugin ID and the group property on EntityReferenceSelection plugins is weird.Despite improving the docs for this #2945789: Document quirks of Entity...
View ArticleDrupal Usability Meeting 2024-09-13
This meeting takes place every Friday at 14:00 UTC (currently 7:00am PT, 10:00am ET). See Time.is to see what that is in your timezone.The meetings are held using Zoom, and a link is posted in the #ux...
View ArticlePrefix is shown before description
Problem/MotivationWhen creating a number field and filling in a prefix and description where the 'Description display' is set to 'Before', the prefix will be shown before the description instead of the...
View ArticleViews REST export serializes booleans as strings
Problem/MotivationBoolean values in views fields exported as string when REST export display is created in views.Assumption: ViewsRenderPipelineMarkup uses trait MarkupTrait that converts everything to...
View ArticleView dropbutton breaking UI if content is long
Problem/MotivationDropbutton field in view breaks the UI of page if the body content is too long. it shows correctly inside view preview but if you check the view page you see extremely long button...
View ArticleTo long Breadcrumbs are creating scrollbar...
Problem/MotivationTrying out Starshot/Drupal CMS Demo we noticed long breadcrumbs create a scrollbar in the SiteSteps to reproduceinstall Starshot demo fill out the nerd quiz..after wards go to...
View ArticleDeprecate the string code path for values parameter in...
Problem/MotivationThis Task is follow up from issue #2693485: Content types are ordered by machine name on /node/add page (+ similar issues with other entities)Steps to reproduceProposed...
View ArticleAvoid warning from imagecreatefrompng when loading png with obscure iCCP...
Problem/MotivationWhen a PNG (and some other rarely used formats) image contains iCCP chunk with sRGB IEC61966-2.1 color profile, libpng triggers warning:Warning: imagecreatefrompng(): gd-png: libpng...
View ArticleViews exposed form action incorrect for embedded views' displays with...
Problem/MotivationWhen an embedded view display (such as a block) has exposed filters, if the view also contains a display with a path (page, export, etc) then the exposed form action will be set to...
View ArticleFix handling of unknown file extensions in FileMediaFormatterBase
Problem/MotivationIf the list of allowed file extensions for a file field includes an unknown file extension, such as "foobaz", an error will be logged when viewing the rendered file field: Deprecated...
View ArticleAdd a "context" array variable to all theme hooks and...
Problem/MotivationFairly often there is a need for some sort of contextual data when rendering an element, which parts of, ultimately needs to make its way down the theme system pipeline.This is...
View ArticleEnsure consistent ordering when calculating library asset order
Problem/MotivationThis issue has probably been around for a while, but getting a setup where the error happens is a bit tricky and it's very hard to understand what is actually going on. I'll start by...
View ArticleFix 2 getExpectedUnauthorizedEntityAccessCacheability PHPStan-0 issues
Problem/MotivationPHPStan baseline is currently skipping multiple Call to an undefined method errors, #3291519: [Meta] Fix 'Call to an undefined method' PHPStan L0 errors.Proposed resolutionFix the...
View ArticleMethod getMockForAbstractClass() of class PHPUnit\Framework\TestCase is...
Problem/MotivationMethod getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10.Some uses were removed as part of #3217904: [meta] Support PHPUnit 10 in Drupal 11,...
View ArticleMethod getMockForAbstractClass() of class PHPUnit\Framework\TestCase is...
Problem/MotivationMethod getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10.Some uses were removed as part of #3217904: [meta] Support PHPUnit 10 in Drupal 11,...
View Article