Available updates should not recommend a new branch if there are no stable...
Problem/MotivationI'm working on a stale 9.5.11 site that needs an core update. There's logic in update.module to not recommend releases with "extra" in their version string (alpha/beta/rc). However,...
View ArticleAdd ability to test on Firefox using selenium
Problem/MotivationOnce #3421202: Enable W3C-compliant webdriver testing lands we will be able to test using selenium/standalone-firefox.Steps to reproduceAdd .with-selenium-firefox:...
View ArticleMedia author views filter should use the user_name plugin
Problem/MotivationThe media Authored by filter should use the user_name filter plugin OOTB in order to be consistent with Content, and provide a better UX with an autocomplete field.Proposed...
View ArticlePages with multiple instances on CKEditor 5 are unnecessary slow
Problem/MotivationWe have nodes with paragraphs which contain ckeditor 5 instances. Now i know i could load the paragraphs in a closed state but this is not what we're doing.We're currently optimizing...
View ArticleRead more Links field not rendered
In Olivero -> Read more (Links field) are not rendered when displaying Content Teaser (which will by default trim Body to 600 characters). The Read more Link will prompt users to read the rest.In D7...
View ArticleConfigurable views filters to allow for different widgets
Problem/MotivationViews filters are currently hard-coded to a single form element as part of the filter plugin definition. The only way to change the form element is to alter the views data, and this...
View ArticleAdd a non blocking batch runner
Problem/MotivationWhen a batch is submitted, the batch runner completely takes over the user interface, preventing any other operations. An example of this is when you install Umami via the installer...
View ArticleAdd experimental Trash module
Problem/MotivationThe Trash module currently exists in contrib, as part of the Workflow Initiative we hope to move it into core.Proposed resolution- Port Trash module to depend on the archived state in...
View ArticleUser logout during maintenance mode
Could someone explain why all the user without permission are logged out when the website is in maintenance mode?MaintenanceModeSubscriberQuestions:Or in other words, are there problems if you override...
View ArticleCannot discard layout builder changes with destination in URL query
Problem/MotivationWhen visiting a node layout builder page from /admin/content, and then clicking "Discard changes" button, the user is redirected back to /admin/content instead of confirmation page,...
View ArticleCKEditor 5 balloons invisible when CKEditor 5 is used inside a modal
Problem/MotivationModal dialogs (such as the link dialog) in the CKEditor 5 WYSIWYG toolbar do not activate when CKEditor is within a modal. This may be a regression of #3274937: Get CKEditor 5 to work...
View ArticleRefactor Claro's tabledrag stylesheet
Problem/MotivationThis is a child of #3324398: [META] Update Claro CSS with new coding standards and part of #3254529: [PLAN] Drupal CSS Modernization Initiative.Steps to reproduceThe stylesheet at...
View ArticleCenter small navigation logo on collapsed state
Problem/MotivationThe small custom logo is not center aligned in collapsed state.https://www.drupal.org/project/drupal/issues/3443810#comment-15575307Steps to reproduce1. Goto Navigation settings page....
View ArticleYAML discovery does not take theme inheritance into account
Problem/MotivationThis problem occurs for plugin types with YAML discovery.In Core, there is layout.In contrib, at least the following modules have the problem in their plugin types:UI StylesUI...
View ArticleAllow WEBP quality to be configurable in GD2 image manipulation toolkit settings
Problem/MotivationAccording to php documentation when converting image to webp quality argument can be passed to set the quality of the image. In gd.php default is set to 80% and there is no way to...
View Article[PHPUnit 10+ only] Make dump() output in tests no longer use standard streams
Problem/MotivationIn #3432171: dump() no longer produces output in PHPUnit tests running under PHP 8.3 we fixed dump() no longer producing output in PHPUnit tests running in isolation under PHP 8.3, by...
View ArticleIntroduce a Connection::executeDdlStatement method
Problem/MotivationIf a database does not support transactional DDL, executing statements that alter the database structure in the midst of a transaction lead to the transaction to self-commit.In our...
View ArticleAdd contextual menu item on blocks to allow disabling them
Problem/MotivationIt is currently possible to edit and remove a block from the front-end theme using the contextual menu, this provides quick access to manage blocks without having to load the Block...
View ArticleConvert entity type discovery to PHP attributes
Problem/MotivationChild of #3396165: [meta] Convert all core plugin types to attribute discoverySteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model...
View ArticleAdd the functionality back to the top of the page
Olivero is a theme created for accessibility, it would be great if the theme can integrate a button to go back to the top of the page. Websites often have long pages, this functionality becomes essential.
View Article