It is possible to use the same alias for different nodes in the non-default...
Problem/Motivation :Hello, I didn't find any issue talking about my problem, so I declare it here. I found a way to create same alias for 2 different nodes. Steps to reproduce the issue Install from...
View ArticleCKEditor 5 has its own focus styles, should use the admin theme's (e.g....
Problem/MotivationIf I tab into a CKeditor 5 body field the focus outline is in a light blue instead of the expected green. The blueish outline fails SC 1.4.11 and SC 2.4.7 (Unable to find the exact...
View ArticleThe `node_revision_link_revert` views plugin should consider whether the node...
Problem/MotivationThe Revert link produced by the node_revision_link_revert views plugin does not consider whether the content has been translated.The plugin will always produce a...
View ArticleDefault images for the Image field are not recording file usage properly
Problem/MotivationThere are 2 issues. First, the image module hooks are adding file usage with \Drupal::service('file.usage')->add($file, 'image', 'default_image', $field_storage->uuid()) But...
View ArticleResearch using dblog at tests
Problem/MotivationIt looks like there are several tests at core that really don't need dblog module.Steps to reproduceSearch['/]dblog'|\-\>select\('watchdog'Proposed resolutionRemove dblog module if...
View ArticleBreadcrumb separators are focusable with the voiceover cursor and get also...
Problem/MotivationIf you step through the breadcrumb in claro in for example voiceover by pressing "VO-arrow right" the breadcrumb segment separators are focusable and are getting announced, which is...
View ArticleConvert theme hooks (defined by hook_theme()) to be objects
Problem/MotivationThere have been multiple issues lately involving the theme registry. Because the theme hook arrays are passed around to many places, it is very difficult to track down which code is...
View Article[meeting] Migrate Meeting 2025-01-02
Core migration issuesRTBCNRall openNeeds subsystem maintainer reviewStatistics, Google spreadsheetNext video meeting 2025-01-02 (tentative)Hello all, it’s time for the biweekly migration subsystem...
View ArticlePages with multiple instances on CKEditor 5 are unnecessary slow
Problem/MotivationPages where multiple editor instances are loaded would benefit from static caching. Currently, Drupal\editor\Plugin\EditorManager::getAttachments() is called for every editor...
View Article[drupalImage] When ckeditor5_arbitraryHtmlSupport is on, <img src>...
Problem/Motivation[CKEditor] Update image URL failed after savingSteps to reproduce1、Create a node2、Add a CKEditor paragraph with text format without HTML filter enabled.3、Click "Insert image" button...
View ArticleSingle Directory Components incompatible with Windows
Problem/MotivationWhen using any theme that uses Single Directory Components, such as Bootstrap Barrio or Radix v6, or a subtheme, you get directory access errors and file rename errors in the Twig...
View ArticleDeprecated function: str_replace(): Passing null to parameter—Views TermName
It's triggered by Taxonomy term Contextual filter that sets "Provide default value" to "Raw value from URL" and is triggered on a page without the argument in the URL. Steps to reproduceSteps to...
View ArticleMove helpers in workflow_type_test.module and delete it
Problem/Motivation.module files are only necessary when there are preprocess functions now that almost all hooks can be OOPSteps to reproduceOpen fileProposed resolutionRemove...
View ArticleAdd component variants to SDC
Problem/MotivationWe are planning to rewrite UI Patterns upon SDC. To achieve this, we are proposing a few changes and additions:#3390980: Make SDC extensible#3352063: Allow schema references in Single...
View ArticleLocale move procedural hooks and mark as converted
Problem/MotivationFollow-up from #3494908: Mark several more modules as converted. Let's make the changes we need to make to mark the remaining modules. Modules that implement hooks that cannot be...
View ArticleMove helpers in ajax_forms_test.module and delete it
Problem/Motivation.module files are only necessary when there are preprocess functions now that almost all hooks can be OOPSteps to reproduceOpen fileProposed resolutionMove functions from module to...
View Article[meeting] Migrate Meeting 2024-12-19
Core migration issuesRTBCNRall openNeeds subsystem maintainer reviewStatistics, Google spreadsheetNext video meeting 2025-01-02 (tentative)Hello all, it’s time for the biweekly migration subsystem...
View ArticlePHPCS error in contributed module caused by core recipe.README.txt
Problem/MotivationIn GitLabCI testing now that Drupal 11.1 is the current version, I have started to see this PHPCS failure:FILE:...
View ArticleLink render element overwrites CSS class
Problem/MotivationThe Link render element supports supplying attributes both in $element['#attributes'] and $element['#options']['attributes']. These are combined with an array + operator, which does...
View ArticleDeprecate comment_uri()
Problem/MotivationPart of #2010184: [meta] convert ‘uri_callback’ entities param to EntityInterface::uri() methodCurrent state: the functions is not used after #1970360-78: Entities should define URI...
View Article