[regression] missing menu active trail in Drupal 9.5.9
Problem/MotivationSince #3277784: copyRawVariables should support default route parameters menu active trail information is missing from menu items under certain circumstances. In my case I've got a...
View ArticleIncrease size of alternative text field in Image dialog
Problem/MotivationThe alternative text field in the CKEditor5 image dialog only allows for about 35 characters. This places a cognitive load on content editors whenever appropriate alternative text...
View ArticleTemplate suggestions for custom block view modes
Problem/MotivationUnlike nodes, block entities do not have theme suggestions for view modes on custom block types. This means that if you need to create a template for a block in a specific display...
View ArticleRename "Text alternative" field label to "Alternative text"
Problem/MotivationThe alternative text field in the CKEditor5 image dialog reads "Text alternative". It would be better if it read "Alternative text". This would be consistent with the CKEditor media...
View ArticleUnhandled exception when trying to register a duplicate username with...
Problem/MotivationWhen registering a duplicate user name, the registration should be gracefully blocked when user name is the same case insensitively This is similar to...
View ArticleIncrease size of alternative text field in Media dialogs
Problem/MotivationThe alternative text field in the CKEditor5 Add or Select Media dialog only allows for about 58 characters. This places a cognitive load on content editors whenever appropriate...
View ArticleAdd optional dart sass support
Problem/MotivationRight now, when generating a theme with the generator script, it only generates css files. Especially for color (scheme) definitions, font definitions, grid definitions etc. variables...
View ArticleRoles can be deleted when upgrading from 9.5 to 10 if a module had removed...
Problem/MotivationWe deployed the Drupal 10 upgrade to one of our largest sites yesterday and 4 roles were marked by user_update_10000 as having missing permissions. During the deployment at the config...
View ArticleUse constructor property promotion on $serializer in...
Problem/MotivationA new property was added in #839444: Make serializer customizable for Cache\DatabaseBackend but doesn't use constructor property promotion.Steps to reproduceProposed resolutionMerge...
View ArticleExplicitly inject the container into ClassResolver and EntityTypeManager
Problem/MotivationIn #3392616-5: Update to Symfony 6.4 we've found out that the Symfony\Component\DependencyInjection\ContainerAwareTrait and...
View ArticleRemove UpdateHookRegistryFactory and UpdateRegistryFactory services
Problem/MotivationIn #3392616-5: Update to Symfony 6.4 we've found out that the Symfony\Component\DependencyInjection\ContainerAwareTrait and...
View ArticleRegisterStreamWrappersPass and other have broken compiler pass for multiple tags
Problem/MotivationFollow-up from: https://www.drupal.org/node/2364189#comment-9286001I think #4 is correct, but if you search for $attributes[0] in *Pass*.php files, you'll find that HEAD currently has...
View ArticleClaro + layout builder messages display additional icon in top left corner
Problem/MotivationWhen using claro as a frontend theme, layout builder icons appear wrong.Steps to reproduceInstall DrupalSet Claro as a default themeCreate a block type or twoEnable layout builder...
View ArticleRemove tour from themes
Problem/MotivationThere are usages of tour in claro, olivero, and stable9 that need to be moved so the module can be deprecated.Steps to reproduce$ grep -riw tour core/themes | awk -F: '{print $1}' |...
View ArticlePlan for statistics in contrib
Problem/MotivationLongstanding core module statistics is being deprecated and removed from core, following #3413917: Deprecate the Statistics module, #3340834: [meta] Tasks to deprecate Statistics and...
View ArticleUpdate Nightwatch to 3.x
Problem/MotivationWe are currently on Nightwatch 2.3.9 but the latest version is 3.0.1.Proposed resolutionUpdate to Nightwatch 3.0.1 on Drupal 10.0.x. Evaluate what's the impact of backporting this to...
View ArticleAdd test coverage for InlineBlockUsage class
Problem/MotivationFollow up from #2992817: Layout builder cron errors when no cleanup required which adds a kernel test for InlineBlockUsage class. Now let's get full coverage.Proposed...
View ArticleViews blocks that are disabled should not appear in block UI/layout builder
Problem/MotivationDisbled block type displays of views appears in block UI/layout builder adding list.Steps to reproduceCreate a standard D11 installationGo to Content view edit page...
View ArticleGenerated image disappears from Layout Builder UI after 6 hours due to gap...
Problem/MotivationThe Layout Builder UI for a bundle's "Manage Display" creates a sample entity for arranging the fields. This is stored in tempstore, which has an expiry of 7 days.However, if the...
View ArticleAdd mechanism to have workspaces skip processing entity types
Problem/MotivationDevelopers should have the option to allow specified entities to be ignored by workspaces.For example, I specifically wanted to allow the manipulation of file and crop entities in a...
View Article