ManyToOneHelper 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 ArticleBlock/delay submission of "add field" form while machine name is...
A user must select a label and machine name for all new fields during the first of attaching the field to an entity. By default, the machine name is generated automatically based on the input of the...
View ArticleCan not access All Views
After updating to 8.7.9 I can no longer access the pages that shows all the views. When going to /admin/structure/views it shows The website encountered an unexpected error. Please try again later.Also...
View ArticleContextual links can't handle multiple occurrences of the same...
Problem/MotivationPretty much like before 8.0.x in #2139921: Contextual links can't handle multiple occurrences of the same contextual links, contextual module does not support multiple contextual...
View ArticleTypedConfig does not respect overrides
Problem/MotivationWhen getting config from TypedConfigManager, i expected to get overridden config. Results and source code show that overrides are not...
View Articlemissing initial backslash on parameter interface typehints in entity.api.php
See this one for example: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...
View ArticleUmami's language-switcher as a drop-down menu
Problem/MotivationUmami comes with a new language switcher. When adding more languages (beyond the existing English and Spanish) it will break the nice flow of the header.Proposed resolutionAdd the...
View ArticleAdd a SECURITY.md file to Drupal
GitHub has recently started to make use of SECURITY.md files if present in the repository root. Many open source projects have since stared to have a SECURITY.md file explaining how to report security...
View ArticleUrlHelper::parse does not support external URLs with more than one question mark
UrlHelper::parse does not support external URLs with more than one question mark. At the moment some parts of the URL gets stripped of in case there are more than one question mark which is not...
View ArticleUpdate Drupal 9 to Twig 3
Problem/MotivationTwig 3 is herehttps://github.com/twigphp/Twig/releases/tag/v3.0.0Proposed resolutionUpdate Drupal 9 to Twig 3.Remaining tasksDiscuss. Patch. Commit.User interface changesNone.
View ArticleViews attachments missing for some display machine names
Problem/MotivationWhen you adjust a views display's machine name to match its plugin id (e.g. have a page display named page), attachments will no longer be displayed with this view. This is clearly...
View ArticleMigrating URL aliases takes too long, processing slows down, does not...
Trying to migrate from Drupal 6 to Drupal 8. Running migration through UI.Source site runs Pressflow 6.44 LTSDestination site runs Drupal 8.5.6Source and destination sites are set to a PHP memory limit...
View Article[meta] Improve Migrate system performance
A major thorn in the side of anyone who is upgrading to D8 is how slow the Migrate system is. Sites that would take half an hour to an hour to run all scripts to upgrade a site from D6 to D7 are...
View ArticlePerformance: optimize building theme registry by using...
I am currently looking for different performance bottlenecks in the Drupal admin pages using xdebug, and found one more thing that could be optimized.In theme.inc, function _theme_process_registry,...
View ArticleAdd new tests for testing themes and subthemes engine inheritance
Hi,As requested by Fabianx on IRC and on the related issue #1545964: Do not copy over the owner and engine of a theme if the child theme uses a different engine than the base theme, here's a patch for...
View ArticleAutocomplete forms fields when multiple do not fit their parent container...
Hello,Autocomplete forms fields when multiple do not fit their parent container causing ovelapping elements. A simple css line fix the issue in...
View ArticleCannot rename tmp_2362aemenu_link_content_revision to menu_link_content_revision
Problem/MotivationWhen updating from 8.6.x to 8.7 the following error (or similar) may occur:[error] Exception thrown while performing a schema update. Cannot rename...
View ArticleTypo in "owner_uid" in AssignOwnerNode action
There is a typo in a form element of the AssignOwnerNode action.An extra "t" in #selection_setttings of the autocomplete field.Introduced this commit.Attached patch fix it.
View ArticleRemove usage of the "if" condition in the "for" tag in...
Problem/MotivationSupport of if condition in for tag was deprecated in Twig 2 and removed in Twig 3.Proposed resolutionUpdate core templates.Remaining tasksDiscuss. Patch. Commit.User interface...
View ArticleRemove usage of spaceless tag in Twig templates
Problem/Motivationspaceless tag has been removed in Twig 3Proposed resolutionUse spaceless filter instead.https://twig.symfony.com/doc/3.x/filters/spaceless.htmlRemaining tasksCreate a patch.User...
View Article