Finalise the name for Drupal recipes
Problem/MotivationDrupal recipes allow the automation of Drupal module install and configuration via the user interface and via the Drupal recipe composer plugin.A Drupal recipe is a tool for Site...
View ArticleMake dblog entities
Problem/MotivationDblog module hasn't really changed since Drupal 6. The upgrade to Drupal 8 left the dblog Controller with a lot of SQL queries inside. People looking for inspiration in Drupal core,...
View ArticleCategorizingPluginManagerTrait::getSortedDefinitions() sometimes returns...
Problem/MotivationWhilst working with Layout Builder blocks, we noticed some of our blocks were not correctly ordered. CategorizingPluginManagerTrait::getSortedDefinitions() performs a comparison...
View ArticleMove forum module to contrib
Problem/MotivationThe only maintainer of forum module will be happy to maintain it outside of core #1898812-27: [policy] Deprecate forum module for removal in Drupal 10There's ~100 open issues in forum...
View ArticleRemove CKEditor 4 from core
Problem/MotivationSee #3306563: [Meta] Tasks to remove CKEditor (4) from core and move to contrib.This is the issue to remove the CKEditor (4) module in 10.0.x. The issue for deprecating the CKEditor...
View Article[PP-1] Remove Forum module from Drupal 10
Problem/MotivationRemove forum module from Drupal 10Steps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View Article[Meta] Tasks to remove Forum from core and move to contrib
Problem/MotivationThis issue is to coordinate and track the steps needed to remove Forum to contrib after it is deprecated. See Remove a core module and move it to a contributed project of the...
View ArticleRemove popperjs from Drupal 10
Problem/MotivationPopperJS is deprecated in Drupal 9 as it was only used by Quickedit, a module that is not in Drupal 10:#3307471: Deprecate popperjsProposed resolutionRemove PopperJS in Drupal...
View ArticleFail JavaScript tests on JavaScript errors
Problem/MotivationNot failing JavaScript test for JavaScript errors is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. See https://www.drupal.org/node/3221100 Steps to reproduceProposed...
View ArticleUpgrade composer requirement to 2.3.6 to prevent warnings on PHP 8.2
Problem/MotivationBefore 2.3.6 composer throws to logs> Drupal\Core\Composer\Composer::upgradePHPUnit PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in...
View ArticleDeprecated function - Files: UrlGenerator.php and AliasPathProcessor
Problem/MotivationDeprecated function: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in Drupal\path_alias\PathProcessor\AliasPathProcessor->processOutbound() (line...
View ArticleMark CKEditor 5 stable
Problem/MotivationCKEditor 5 has now resolved all its stable blockers, with the exception of one upstream accessibility bug that will block Drupal 10.0.0-rc1 and 9.5.0-rc1.Proposed resolutionMark the...
View ArticleMedia Library views fail to reset pager when filters are applied
Problem/MotivationWhen interacting with exposed filters in the Media Library you can get "no results" even when there are valid results, just because the pager does not get reset.Steps to reproduceSet...
View ArticleQuery string that was used to build View not included in AJAX path
Problem/MotivationSome background first, since this issue is nuanced:In Views, there's a Drupal setting "views.ajax_path" that stores the path to the "views.ajax" route. In "views/js/ajax_view.es6.js"...
View ArticleImprove documentation for Graph component
Problem/MotivationI've read this 4 times and I don't get it: * @param $graph * A three dimensional associated array, with the first keys being the names * of the vertices, these can be strings or...
View ArticleUncaught TypeError: this.$pluginSelect.find(...)[0] is undefined
Problem/MotivationAfter upgrade Drupal core to 9.4.* I get a JS error when drag fields on "manage display" tab of any content type. When error is present I can't drop field after drag (mouse click and...
View ArticleExposed sort criteria not respecting default value
Problem/MotivationWhen a view has multiple handlers in the sort criteria where the first one is not exposed but the second one is exposed and the sort order for it is also exposed, views is not...
View ArticleDon't use "node" in the UI
Problem/MotivationSometime around Drupal 7, we decided we should not use the word "node" in the UI. It is on our UI text guidelines...
View ArticleNo "Drupal" in UI text -- views, views_ui
Problem/MotivationThis is a child issue of #2144861: [meta] Replace Drupal in UI text with the name of the distribution, for the following modules/components: views, views_ui.Drupal has a deal with...
View ArticleIgnore: patch testing issue for PHP 8.2 attributes
Problem/MotivationIntend to fix #3275851: [META] Fix PHP 8.2 dynamic property deprecationsProposed resolutionaggregate of- #2531564: Fix leaky and brittle container serialization solution - #2839195:...
View Article