Breadcrumb title doesn't reflect view contextual filter's title...
I'm not sure which component this relates to, so I just put other. Someone please feel free to update if you know the offending component.For the sake of a simple example, lets say we have a view...
View ArticleAdd index to migrate_message_* tables
Problem/MotivationMigration is very slow when there are lots of rows in the message table. I saw this with file migration (~500K files). I tracked it down to slow queries involving WHERE clause on the...
View ArticleComment bundle entity fields exception
Problem/Motivation$this->renderer->addCacheableDependency($form, $field_definition->getConfig($entity->bundle())); is called from CommentForm. Because bundle entity fields (defined via...
View ArticleNew fields added through UI are not translatable by default, but they are...
Problem/MotivationSee #3110954: Paragraphs field translatability checked by default when reusing fields.I think this is a bug/inconsistency in Field UI.New fields added in the UI default to...
View ArticleAdd tests for DrupalRequestSanitizer to Drupal 7
Problem/MotivationTests were added to D8 for the new RequestSanitizer in #2969053: Add unit tests for SA002 and SA004However, D7 has no test coverage for its version of this code.This makes touching...
View ArticleMove contrib database driver directories to a fixed location in the module
Problem/MotivationThe current situation is the all contrib database driver directories must be copied to the directory DRUPAL_ROOT/drivers. This must be done because it is the only location that Drupal...
View ArticleFix SQLite variable limit
Updated: Comment #6Problem/MotivationSQLite has a variable limit of 999 which is not configurable and which makes this database driver unusable for medium sized sites. See #2028713: Menu router does...
View ArticleBase table or view not found: 1146 Table 'drupal.path_alias'...
After upgrading to 8.8 i keep getting errors related to path_aliasDrupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.path_alias' doesn't...
View ArticleRemove migrate initiative from drupal.org as an active initiative
Problem/MotivationThe migrate initiative succeeded in stabilizing Drupal 6 and Drupal 7 to Drupal 8. The last remaining parts were finalized in #2966856: Hide and disable Drupal Migrate Multilingual....
View ArticleDouble underscore in machine name breaks AJAX views
OK so I bumped into a real strange bug with Drupal views today. I was debugging a view which had the machine name deals__page (note the double underscore), which wasn't working with AJAX exposed...
View ArticleForum index does not update if new sub-forums are added
Problem/MotivationWhen adding sub-forums (taxonomy terms), the forum list cache entries are not invalidated which causes stale content to be visible on the page.Proposed resolutionAdd taxonomy term...
View ArticleAdd hook_removed_post_updates()
Problem/MotivationModules that have gone through a lot of changes can accumulate a lot of update hooks and post update hooks over time. This can result in the module.install and module.post_update.php...
View ArticleAllow taxonomy tid filter to use uuid instead of tid
Problem/MotivationTo support the model of deployable configuration, views configuration with filters on taxonomy terms (or any entity reference field for that matter) should use the uuid of the entity...
View ArticleEvaluate/upgrade to js.cookie 3
Problem/Motivation#2550717: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer switches us from jquery.cookie to js.cookie 2.js.cookie 3.0.0-rc.0 was just released, so we should look into...
View Articleupdate_fix_compatibility() puts sites into unrecoverable state
Problem/Motivationupdate_fix_compatibility() is just remove modules and themes that don't exist.Steps to replicatedelete a module from the modules folderrun updatesrestore the module and try to enable...
View ArticleRaise the minimum MariaDB version to 10.3(.7) in Drupal 9
Problem/MotivationLet's assume a Drupal 9 EOL of Nov. 2023 to coincide with Symfony 4's EOL, unless we decide something different in #3018653: Decide on Drupal 9's EOL date range (and therefore, Drupal...
View ArticleRaise the minimum MySQL version to 5.7.8 and MariaDB version to 10.2.7 in...
Problem/MotivationIn #3107113: [policy] Decide on MySQL/MariaDB/Percona Server version support status for Drupal 9 the general direction of raising MySQL requirements to 5.7 and MariaDB requirements to...
View Article[policy] Decide on MySQL/MariaDB/Percona Server version support status for...
Problem/MotivationDrupal requirements list the following MySQL/MariaDB/Percona requirements currently:Required MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with InnoDB as the primary...
View Article[JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
Problem/Motivationjquery.cookie is no longer a maintained library. A replacement should be found.> git grep core/jquery.cookie core\core.libraries.yml | wc -l 3 > git grep -l cookie -- "*.js"...
View ArticleDrupal 9 readiness meeting / 23 March 2020
Meeting will happen in #d9readiness on drupal.slack.com.Hello and welcome to this Drupal 9 readiness meeting! This meeting: ➤ Is for core and contributed project developers as well as people who have...
View Article