User not administrator can't change author "Access denied"
Problem/MotivationThe "Change the author of content" action cannot be run on content owned by the Anonymous user.Steps to reproduceInstall a standard siteCreate an article with the UID set to...
View ArticleUncaught exception 'TypeError' with message 'checkdate():...
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Component%21Date...Problem/Motivationif (!empty($array['year']) && !empty($array['month']) && !empty($array['day'])) {...
View ArticleFix PHPStan L1 errors "Configuration entity must define a...
Problem/MotivationAmongst the current suppressions found in the PHPStan level 1 baseline is: "Configuration entity must define a `config_export` key..This issue exists to fix all of those.Steps to...
View ArticleViews view header and footer twig template for core and starter kits
Is there any way to create a custom twig template for a field in a view display header?For example, I'm able to easily create custom templates for a view display's global: custom text field using the...
View ArticleAutocomplete field throbber visibility doesn't correspond to the ajax...
Problem/MotivationIn Claro, the autocomplete field throbber is showed based on a fixed timeout currently set at 400ms. This doesn't correspond to the actual length of the ajax request, which could lead...
View ArticleAdd poster image and transcript to HTML5 media videos
Problem/Motivation & Steps to reproduceDrupal core comes with several Media entities; audio, file, image, external video and local video.When a content editor uses the local video entity, it only...
View Article[META] Add "json" as core data type for Schema API
Problem/MotivationFor implementing a schema, which has a json column as part (as better alternative to blob - serialized array), I was searching for a "json" drupal schema data type in the Drupal Data...
View ArticleSecurity review of secure signing components for package manager
Problem/MotivationA security audit of the key components of the package signing infrastructure is a requirement before package manager can be committed as alpha. Those most essential components...
View ArticlePrevent data loss: migrate text fields with conflicting text_processing...
Problem/MotivationIn #2842222: D7 Plain text fields incorrectly migrated to D8 as Text (formatted), we decided to not migrate text fields with conflicting text formats. This also means that there are...
View Article[upstream] Can not Resize Table Column
While using CKeditor 4 I can resize table, but not on CKE5.On 2 colums table, even when I put Image with 600x275px and choose CKE5 image size to 100%, Drupal will resize to smaller size while there is...
View ArticleHtmlResponseAttachmentsProcessor::processAttachments should reference...
HtmlResponseAttachmentsProcessor::processAttachments lists the keys expected in the #attached part of the final render array (i.e....
View ArticleToolbarController::preRenderGetRenderedSubtrees() deletes parent's...
ToolbarController::preRenderGetRenderedSubtrees() instantiates a new $cacheability variable which it populates in a loop and then applies to the parent render array. The problem is that this new...
View ArticleAutomated A11y tests in Nightwatch
Problem/MotivationIn an issue in a different queue @dmundra figured out how to integrate Axe testing into our Nightwatch tests: #2857808: Automate Accessibility Checks for Core. In the time since that...
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 ArticleAllow textarea widgets to be used for text (formatted) fields
Problem/MotivationI would like to use a Text (formatted) field to create a "Description" field appropriate for an og:description meta tag, since we typically want to limit those to 100-300 characters...
View ArticleInvocationMocker::withConsecutive() is deprecated in PHPUnit 9.6 and removed...
Problem/MotivationInvocationMocker::withConsecutive() is removed from PHPUnit 10. It was previously meant to be deprecated in that branch but this commit actually removed it.In PHPUnit 9.6, using...
View ArticleAdd php-tuf/composer-stager to core dependencies and governance — for...
Problem/MotivationThe package_manager module that will be added to Drupal core for both https://www.drupal.org/project/automatic_updates and https://www.drupal.org/project/project_browser has a...
View ArticleProject messaging channel in core (as experimental)
Problem/MotivationPer the core idea issue: #2940739: Project messaging channel in core initiativeThe vast majority of Drupal users do not have accounts on Drupal.org, and likely do not regularly follow...
View ArticleAdd "view $bundle media" permission
Problem/MotivationCreating a media item with restricted (limited to certain roles) view / download access is not possible.An example for this would be a media type "private documents" which should only...
View ArticleAdd "view unpublished $bundle media" permissions for each media bundle
Problem/MotivationFollow up to #2862422: Add per-media type creation permissions for media and #2889855: Unpublished media entity can not be accessed by owner and update any media/delete any media...
View Article