[D7 PHP 8.3] TextSummaryTestCase::testLength() fails on some libxml versions
Problem/MotivationOn libxml 2.9.14 there is a difference in DOMDocument::loadHTML() behavior. The failures are not present in PHP 8.3 with libxml 2.9.10 (tested in Debian bullseye vs...
View ArticlePreserve whitespace in DOMDocument::loadHTML() calls
Problem/Motivationlibxml2 prior to 2.9.0 removed blank elements (whitespace) when parsing HTML. This behaviour was reverted in later versions of libxml2 in...
View ArticleThe 'Name' field in the Add form mode is required, even though it...
Problem/MotivationWhen we Steps to reproduce1. Go to /admin/structure/display-modes/form 2. Click on Add form mode action button. 3. choose any Choose form mode entity type 4. Name field is mandatory...
View Article[policy, no patch] Decide whether to enable Announcements Feed for 7.x by...
Problem/MotivationThis is a child issue of #3357707: Backport the Announcements Feed core module to Drupal 7 where we should discuss and decide if / how / when to enable the module on existing sites....
View ArticleCannot read properties of null (reading 'nodeType') on node.page.body
Problem/MotivationOn /admin/structure/types/manage/page/fields/node.page.body page we're getting Uncaught TypeError: Cannot read properties of null (reading 'nodeType') error in console.Steps to...
View ArticleLast read comment field/filter/argument uses still the node.changed instead...
Updated: Comment 0Problem/MotivationComment entity statistics view plugins are broken and there's no tests. They are not properly ported to interact with entities other then nodes. There's no way to...
View ArticleJsonapi filters not returning results if same field from reference fields are...
Problem/MotivationHi, I am facing an issue that i have a node of type news which has 2 taxonomy reference fields.One refers to vocab news_type and other to news_position. The two vocabs have same field...
View Article[meeting] Migrate Video Meeting 2024-01-18 1400Z
Hello all, it’s time for the biweekly migration subsystem meeting. The meeting will take place in slack in various threads This meeting:➤ Is for core migrate maintainers and developers and anybody else...
View Article[meta] Remaining Drupal 10/11 PostgreSQL issues
Problem/Motivation As of September 2015 we have all tests passing the PostgreSQL CI bot (yay!). However, there are still some open issues around that should be fixed in terms of performance, security...
View Articlemaintenance-page--offline.html.twig is not picked up when system is offline
Problem/MotivationIn system_theme_suggestions_maintenance_page(), a template suggestion is provided for maintenance-page--offline.html.twig:if ($offline) { $suggestions[] = 'maintenance_page__offline';...
View ArticleConvert RowPluginTest into a Kernel test
Problem/Motivation\Drupal\Tests\node\Functional\Views\RowPluginTest Makes no HTTP requests but is a functional test.Steps to reproduceProposed resolutionConvert...
View ArticleInvalid twig token variables are added on certain URLs and will crash the...
Problem/MotivationIf assert.active is enabled (default PHP behaviour), and you open a view with non-standard parameters, Views will add the invalid parameters as twig tokens, and will fail the...
View Article[META] Convert Functional tests classes which make no HTTP requests into...
Problem/MotivationThrough #3046959: Convert RelationshipNodeTermDataTest into a Kernel test I/we discovered that there are Functional tests that make no HTTP requests but are still a Functional...
View ArticleConvert RelationshipNodeTermDataTest into a Kernel test
Problem/Motivation\Drupal\Tests\taxonomy\Functional\Views\RelationshipNodeTermDataTest makes no HTTP requests but is a functional test.Proposed resolution- Convert...
View ArticleConvert HtmlToTextTest into a Unit test
Problem/Motivation\Drupal\Tests\system\Kernel\Functional\HtmlToTextTest Makes no HTTP requests but is a functional test.Steps to reproduceProposed resolutionConvert...
View ArticleConvert AlterTest into a Kernel test
Problem/Motivation\Drupal\Tests\system\Functional\Common\AlterTest Makes no HTTP requests, but is a functional test.Steps to reproduceProposed resolutionConvert...
View Articleclass_alias calls not available when rebuilding container in ModuleInstaller
Problem/MotivationSee comment #4 for full details, but in short:When installing a module, the container gets rebuilt before the .install and .module files are included. This means that any class_alias...
View ArticleCKEditor fields always fail HTML5 validation when "required" is...
There was an issue: #1954968: Required CKEditor fields always fail HTML5 validation"An invalid form control with name='{name}' is not focusable" JS error is thrown when a textarea has "required"...
View Article[DrupalHtmlEngine] HTML-reserved characters (>, <, &) in...
Problem/Motivation<script> tag Javascript operators (>, &&, ...) in <script> tag are converted to html entities. Steps to reproducePaste this test code in a <script> tag in...
View ArticleConvert SearchSetLocaleTest into a Kernel test
Problem/Motivation\Drupal\Tests\search\Kernel\SearchSetLocaleTest Makes no HTTP requests but is a functional test.Steps to reproduceProposed resolutionConvert...
View Article