Class "Drupal\Core\Utility\Error" not found in...
Problem/MotivationPHP 8.1 introduces many deprecation notices that would not appear previously. In my experience, it seems that hitting one of these notices (when thrown by a contrib module) generally...
View ArticleplaceholderFormat should use always href=":var" to filter insecure...
We should use href=":link" instead of href="@link" as a best practice in core.href="@link" is insecure in some cases because it's not filtering insecure protocols.We should use href=":link" to prevent...
View ArticleCopy drupal-9.3.0.bare.standard.php.gz and...
Problem/MotivationFollow-up from #3261486: Remove core updates added prior to 9.3.0 and adjust test coverage.Does it make sense to add drupal-9.3.0.bare.standard.php.gz and...
View Article[drupalMedia] Media embed attributes are rendered in container div in editing...
Problem/MotivationMedia embed attributes are rendered in the container div when preview is rendered in editing view. This includes the alt attribute, which is not a valid attribute on div...
View Article[policy] Handling update path divergence between 9.4.x and 10.x
Problem/MotivationThis is an issue that we haven't had to deal with since the Drupal 6 to Drupal 7 upgrade path, but now we do again.The following scenarios are...
View Articlesystem_site migrates default 403, 404 and front page paths as forward slash (/)
Problem/MotivationThe system_site migration migrates empty (or missing) site_403 and site_404 variables as front page path (/). In addition to this, when drupal_weight_select_max is unavailable in the...
View Article[D7] AggregatorUpdatePathTestCase::testAggregatorUpdate - inconsistent array...
Problem/MotivationThere is a test failure in Aggregator update path test on PostgreSQL:testAggregatorUpdatefail: [Other] Line 44 of modules/simpletest/tests/upgrade/update.aggregator.test: Feed data...
View ArticleAliased paths cannot be set as front page
Problem/MotivationPathMatcher::isFrontPage does not work with aliased paths, causing the front page path to not redirect to the root path if an aliased path is used. Internal paths like /node/1 work...
View ArticleMediaThumbnailFormatter => Calling ImageFormatter::__construct() without...
Problem/MotivationCalling ImageFormatter::__construct() without the $file_url_generator argument is deprecated in drupal:9.3.0 and the $file_url_generator argument will be required in drupal:10.0.0....
View ArticleImageTest::testWidth() has wrong selector, but no assertion: increases...
Problem/MotivationDiscovered while working on #3224652: [drupalImage] Add ckeditor5-image's imageresize plugin to allow image resizing.$assert_session->waitForElementVisible('css', '.figure.image')...
View ArticleField type modules cannot maintain their field schema (field type schema...
Coming from #934050: Change format into string:Relatively complex problem space; the below list of problems are depending on each other, so it does not make sense to split them into separate issues....
View ArticleArgument #3 ($previous) must be of type ?Throwable ON insert.php
Problem/MotivationI am finding in the reports the following message:TypeError: Exception::__construct(): Argument #3 ($previous) must be of type ?Throwable, string given in Exception->__construct()...
View Article[Ignore] In space (and/or this issue), no one can hear patches scream
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changes
View ArticleAPI for contrib projects to load CKEditor translations
Problem/MotivationFollow-up for #3202664: CKEditor 5's UI language should match Drupal's interface translation to provide API for contrib projects to load CKEditor translations. This requires...
View Article[D7] BasicMinimalUpdatePath::testBasicMinimalUpdate is checking wrong key...
Problem/MotivationThere is a test failure in Basic minimal profile update path tests in testBasicMinimalUpdate() on PostgreSQL.The failure looks like this:fail: [Other] Line 582 of...
View ArticleComment form should redirect to the current page when the form is in a block
Problem/MotivationComment form needs to override destination when comment form submitted on comment field attached to block content entity After submission visitor should stay on the same pageSteps to...
View Article[drupalMedia] Show the Image Media's default alt text that is being...
Problem/MotivationDiscovered while working on #3206522: Add FunctionalJavascript test coverage for media library.In the CKEditor 4 media integration, the EditorMediaDialog shows a placeholder...
View ArticleTranslatableMarkup for Invalid Argument Exception: $string (Array) must be a...
After some modifications in my block settings and my custom menu which are all migrated from a drupal 6 site i got the following error on blocks layout page:InvalidArgumentException: $string ("Array")...
View ArticleDatabaseUpdateTestCase::testExpressionUpdate assertion on number of affected...
Problem/MotivationtestExpressionUpdate fail: [Other] Line 878 of modules/simpletest/tests/database_test.test: Number of affected rows are returned. /** * Test updating with expressions. */ function...
View ArticleConsider removing JavaScript build step
Problem/MotivationInternet Explorer is currently the only browser supported by Drupal which doesn't ship with scripting engine that conforms (at least for the most part) with ECMAScript 6. Drupal 10...
View Article