Move RDF-related tests to RDF module
Problem/MotivationIn order to move the RDF module from Core to Contrib, we need to move all RDF-module related tests to the RDF directory/namespace.Steps to reproduceProposed resolutionRemaining...
View ArticleDisplay which role is the Administrator role on the user edit page
Problem/MotivationThe following issue is based on #3229028: Display which role is the 'Administrator role' on /admin/people/roles which suggested to indicate the Administrator role on...
View ArticleIgnore For test patches
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleRefactor Claro's button stylesheet
Problem/MotivationThis is part of the CSS modernization initiative, and intended to be worked on by our Google Summer of Code student only. This is intended to be a straightforward second issue to...
View ArticleWhen changes are made for all displays, mark all displays as changed
I changed my data using (for:All displays (except overridden)) and a see * only in title of my display. Other data were also changed, but the on tabs they have not * . :(
View ArticleRefactor Claro's form--password-confirm stylesheet
Problem/MotivationThis is part of the CSS modernization initiative, and intended to be worked on by our Google Summer of Code student only. This is intended to be a straightforward second issue to...
View ArticleRefactor Claro's form--text stylesheet
Problem/MotivationThis is part of the CSS modernization initiative, and intended to be worked on by our Google Summer of Code student only. This is intended to be a straightforward second issue to...
View ArticleAdd a 'machine_name' widget for string field types with a...
Problem/MotivationPlease guide me what changes I need to do for make machine name working for content entity.Currently in Drupal 8, a 'machine_name' widget is available only on primary identifiers of...
View ArticleTerms lose <root> as the parent when editing
Problem/MotivationWhen editing a taxonomy term which has more than one parent, where one of the parents is root, root will be lost on save.Steps to reproduce:Create a term (term1).Create another term...
View ArticleText overlapping issue on mobile
When i install admin toolbar module, the Admin Toolbar Search is enable i find mobile issue.
View ArticlePost-response task running (destructable services) are actually blocking; add...
Problem/MotivationDrupal core and a number of contributed modules expect to perform operations after the HTTP response is sent to the client, but prior to script termination. Examples are automated...
View ArticleJsonApiDocumentTopLevelNormalizerTest::generateProphecies called with extra...
Problem/MotivationJsonApiDocumentTopLevelNormalizerTest::generateProphecies($entity_type_id, $bundle) is called with an extra argument quite a few times. Those need to be removed.Example:[$request,...
View ArticleUpdate manager calls batch_process() directly from a form submit handler,...
On certain server setups, when installing or updating a module the Update Manager code will force the associated batch to be processed immediately from within a form submit handler. This means that any...
View ArticleMenus with machine name starting with hyphen break
Problem/MotivationWhen creating a menu with machine name _content_my_menu (machine name -content-my-menu) the menu items are not displayed.Steps to reproduceCreate menu with name: _content_my_menu, it...
View ArticlePassing null to mb_strlen is deprecated in template_preprocess_username
Problemmb_strlen() function on PHP 8.1 can only take string in PHP 8.1 version.I am seeing errors like this: Deprecated function: mb_strlen(): Passing null to parameter #1 ($string) of type string is...
View ArticleDrupal.ajax does not guarantee that "add new JS file to page"...
Problem/MotivationIt is impossible to load additional JS libraries in an Ajax response and then call that code through Ajax commands, because Drupal.ajax does not guarantee that the JS library will...
View ArticleHook preprocess function always added
Problem/MotivationIt should be caused by carelessness.\Drupal\Core\Theme\Registry::postProcessExtension the line 721:if (isset($cache[$hook]['preprocess functions']) && !in_array($hook,...
View ArticleUpdate Installer tests to not use Bartik and Seven
Problem/MotivationThere are several tests that have references to Bartik and Seven: 1 core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php 1...
View Article[META] Convert test that use Bartik/Seven to Olivero/Claro
We want to deprecate and remove the themes bartik and seven from Drupal core. For this all tests in core that are using the themes Bartik and/or Seven need to switch to using Olivero and/or Claro.We...
View ArticleDeprecated function: str_replace Passing null to parameter #2 ($replace) of...
Problem/MotivationDeprecated function: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in Drupal\Core\Access\RouteProcessorCsrf->processOutbound() (line...
View Article