Wrong message on cancelling account with e-mail confirmation request
Problem/MotivationWhen users cancel their own account, they're displayed with the message "A confirmation request to cancel your account has been sent to your e-mail address" - which is absolutely...
View ArticleUse Fibers to offload discovery builds during stampedes
Problem/MotivationAfter a full cache clear, Drupal has to build up various caches before it can serve a request. Router, menu links, library info, various plugin registries, theme registry, twig...
View Article[meta] Use Fibers for concurrency in core
Problem/MotivationPHP 8.1 adds Fibers, opening this meta to group together potential use...
View ArticleCacheTagsChecksumInterface needs to be explained in more detail and smaller...
Problem/MotivationAPI page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Cache%21C...I've read the documentation and the code for CacheTagsChecksumInterface and...
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 ArticleUpdating drupal core from 10.1.1 to 10.1.2 breaks Unami site
Problem/MotivationUpdating Drupal core from 10.1.1 to 10.1.2 causes Unami-based site to throw a 500 error and reportThe website encountered an unexpected error. Please try again later....
View ArticleAdd PHP Fibers support to BigPipe
Problem/MotivationSee #3257726-19: [meta] Use Fibers for concurrency in core and downwards for some discussion and @mglaman's blog post:...
View ArticleFiles are uploaded even when forms are not submitted
Problem/MotivationSelected in file/media upload forms get uploaded to the server even if you never submit the form. They are deleted if you use the "Remove" button, but if you don't then the files...
View ArticleAllow styles to be saved as empty so that other contrib modules can provide...
Problem/MotivationWe want to enable the CKEditor5 styles plugin, but it *requires* styles to be input. We provide styles via a module and the editor settings alter hook, so we do not require users to...
View ArticleAdd table.TableColumnResize for formats with arbitrary HTML supported
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 Article[PP-1] Create the database driver for MySQLi for async queries
Problem/MotivationRunning database queries as async queries lets us run them in parallel instead of sequentially. For pages with multiple "larger" queries this can speed up rendering such a page...
View Article[upstream] [Style] Add tests for inability to apply styles to <div>,...
Problem/MotivationUsing a styleul.test|Test I would expect to be able to apply to lists but the styles dropdown is completely greyed out. This was working in CKEditor 4.Steps to reproduceCreate a text...
View ArticleSkip default argument for view URL does not work and never has so it can be...
Problem/MotivationA setting for default_argument_skip_url was added to D7, but has never worked in D8. We should remove this setting since it has never worked, was only used in edge cases in D7 and the...
View ArticleManyToOneHelper ignores group configuration for some cases
Bug descriptionWe've met a buggy behaviour of a view having two reference-field filters in an OR subgroup.That's how filters looked like:And this is the resulting query:There are two issues: 1. AND...
View ArticleMoving modules breaks system
Problem/MotivationMoving modules into contrib/custom after install doesn't seem to work. According to the documentation, all one has to do if one wants to move modules into a custom or contrib...
View ArticleReinstalling a moved module throws “ InvalidArgumentException: Class...
Problem/MotivationAfter moving a custom module with a form from modules/contrib to modules/custom I got an InvalidArgumentException error.Drupal 10Drush 11Lando 3.11Steps to reproduceInstall a custom...
View ArticleCaption filter should use existing <figcaption> and keep comments
Problem/Motivation1) The caption filter currently always wraps the captioned element in a <figure> block to which it adds its own <figcaption>. This creates unnessecarily nested markup in...
View ArticleCache tags grows endlessly
Problem/MotivationDrupal core ships with cache tags support - awesome. To ensire that tags for an item were not invalidated on cache read a CacheTagsChecksumInterface service is used (eventuially) and...
View ArticleEntity invalidations in cachetags table are saved if Entity have cache...
Problem/MotivationMy project have more than 10 million of entities, that have persistent_cache = FALSE property. They are not added to cache_entity table and this is right.But the problem is that...
View ArticleAdd minor - goes - security - only dates to the core release calendar
Problem/Motivationhttps://www.drupal.org/about/core/policies/core-release-cycles/schedule has nothing on Drupal 9.5.x being security onlyPerhaps it's not surprising one does not look for dates on a...
View Article