[policy, no patch] Drop IE11 support from Drupal 10.0.x
Problem/MotivationOn October 17, 2013, Internet Explorer version 11 was released to the world. (In comparison, Chrome browser released 45 versions since then)Through the years, that pain point of...
View Article[meta] priorities for 2020-12-02 bugfix release of Drupal 7
Let's try using meta issues to list the priority issues for upcoming bugfix / maintenance releases of D7.Using the e.g. "Drupal 7.74 target" tags frequently gets messed up by security releases, and...
View ArticleExpose full set of debugging data in migrate_message table...
Problem/MotivationThere's a great deal of info about what actually went wrong when you performed a migration, but it's all kept in a table called migrate_message with no mechanism (UI, command-line...
View ArticleMissing or invalid module kint
Problem/MotivationBlocking error when trying to upgrade my drupal 8.9.11 site to 9.1.0Steps to reproduce- Put site in maintenance mode - Upgrade the modules "Devel", "Permissions by term", "reCAPTCHA",...
View ArticleTypeError: Argument 1 passed to...
Problem/MotivationRunning migrate-import using drush/drush:^10 from a drupal 6 site to drupal 8.8. The drupal 6 site has core search enabled.An exception is thrown from...
View Article"The value you selected is not a valid choice"
"The value you selected is not a valid choice"This error sometimes come from uninstalled language. So, please add more detail which SELECT LIST/OPTIONS caused this error.
View Article[meta] Set Drupal 10 platform and browser requirements
Problem/MotivationDuring the Drupal 9 development process, we've discovered that setting platform requirements (PHP version, supported databases, etc.) is best done early during the major branch...
View ArticleNot all form elements can't use in vertical_tabs
Not all form elements cant use in vertical_tabs.Missing #process and #pre_render groups callbacks like processGroup and preRenderGroup
View ArticleAllow edit Media items from Media Library modal dialog in CKEditor
Problem/MotivationAt now there are no ways to edit media, that was inserted into content, using Media Library CKEditor widget. So, if user, for example, want to change name of media item, or replace...
View ArticleentityQueryAggregate does not escape the field
Problem/MotivationentityQueryAggregate does not escape the field that is argument of the aggregation function, nor of the GROUP BY part.See example below:SELECT "entity_test"."id" AS "id",...
View ArticleWrong DRUPAL_ROOT with non-standard code structure
Problem description and motivationDrupal ships with a standard code structure where the web root contains the usual directories: core, modules, etc. Advanced site-builders might prefer to customise...
View ArticleTitle formatting broken due to flawed EntityViewController->buildTitle
ProblemThis issue covers multiple problems relating to the function EntityViewController->buildTitle(). This issue blocks #2353867: [META] Expose Title and other base fields in Manage Display and...
View ArticleAJAX forms should submit to $form['#action'] instead of...
Follow-up to #2263569: Bypass form caching by default for forms using #ajax.. There, in RenderElement::preRenderAjaxForm() we changed the default URL of an AJAX submission from...
View ArticleSupport directories other than vendor in the Hardering Plugin
Problem/MotivationCurrently the VendorHarderingPlugin is only able to process packages installed in the vendor directory. That very strongly limits it's usage. It would be nice if it could harden...
View Article[policy] Decide on MySQL/MariaDB/Percona Server version support status for...
Problem/MotivationDrupal requirements list the following MySQL/MariaDB/Percona requirements currently:Drupal 9 requires MariaDB 10.3+ or MySQL/Percona 5.7.8+.Decide on Drupal 10 requirements changes if...
View Article[policy] Decide on PostgreSQL version support status for Drupal 10
Problem/MotivationDrupal requirements list the following MySQL/MariaDB/Percona requirements currently:Drupal 9 requires PostgreSQL 10.0 or higher with the pg_trgm extensionDecide on Drupal 10...
View Article[policy] Decide on SQLite version support status for Drupal 10
Problem/MotivationDrupal requirements list the following SQLite requirements currently:Drupal 9 requires SQLite 3.26 or higherDecide on Drupal 10 requirements changes if any.DistrosDebian 10 (6th july...
View Article[policy] Decide whether to require json support for all database drivers for...
Problem/MotivationWe currently store several serialized data structures in the database, such as {config}.data, {cache_*}.data, the Layout Builder data of per-entity layouts, and plenty others. Many of...
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 ArticleAMP Library missing
Problem/MotivationAMP requires AMP Library which uses composer to install. Tried to follow instructions from github to install library but either composer fails for unknown reasons or drupal 8 doesn't...
View Article