$view->pager->setItemsPerPage has no effect
Problem/MotivationI have attempted to change the displayed items per page in a view (set in the UI to 10) by using$view->pager->setItemsPerPage(5) and alternatively...
View ArticleLayout builder : Alignment and spacing issues on the edit layout page for...
Problem/MotivationAlignment break and spacing issue in the layout builder.Steps to reproduceStep1 : Install Drupal Step2 : Enable layout builder module Step3 : Use Layout Builder from Administration...
View ArticleDeprecate ArrayAccess support in DataDefinition
Problem/MotivationThe \Drupal\Core\TypedData\DataDefinition implements ArrayAccess with a 'this is for bc support only' comment thus:/** * {@inheritdoc} * * This is for BC support only. * @todo: Remove...
View ArticleImplement \Drupal\Core\Database\Query\Update::arguments
Problem/MotivationWith reference to #1222150: dpq() only works for SELECT and INSERT queries (a devel module issue), an outstanding issue with the output of its dpq() function on...
View ArticleAdd validation constraints to language.content_settings.*.*
Problem/MotivationContentLanguageSettings entity is not yet fully validatable:.vendor/bin/drush config:inspect --filter-keys=language.content_settings.node.article --detail --list-constraints ➜ 🤖...
View ArticleFix instances of ints passed to functions expecting strings
Problem/MotivationThis is a child issue of #3404246: [META] Fix strict type errors detected by phpstan in order to reduce the scope.The scope includes any issues detected by FunctionCallParametersCheck...
View Article'Display "@display" needs a selected search fields'...
Problem/MotivationThe Entity Reference Views display plugin has a very confusing validation message: 'Display "@display" needs a selected search fields to work properly. See the settings for the Entity...
View Article[meta] Add constraints to all config entity types
Problem/MotivationSibling issue for simple config: #2952037: [meta] Add constraints to all simple configuration.Now that we have the possibilities to validate configuration we should do that. This meta...
View ArticleAdd example and sections to Block API documentation
Problem/MotivationUnlike many other pages of core documentation, the Block API documentation doesn't contain a worked example.Compare:*...
View ArticleEnabling the upload of SVG images.
A far as I understood things, as from Drupal 10.3 onwards, we are should be able to upload SVG images in the CKEditor 5 as long as we implement the following hook.../** * Drupal 10.3+: Enable upload of...
View Articlewhat many application developers do not realize is that the HTTP host header...
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesIntroduced terminologyAPI changesData model changesRelease notes snippet
View Article[no patch] Announce the new major release schedule
Problem/MotivationChild of #3238652: [policy] Decide how long major Drupal versions should be supported. Announce the new policy to the community before or alongside announcing the Drupal 11 release...
View ArticleConsolidate methods in OpenTelemetryNodePagePerformanceTest
Problem/MotivationSame thing as #3463288: Consolidate test methods in StandardPerformanceTest.The additional advantage if this works for the OpenTelemetry* tests is the performance test runner (a...
View ArticleAdd "Introduced terminology" section to the "Bare issue...
Problem/MotivationProposing adding a "Introduced terminology" section in the default new issue template for Drupal core. The heading is for core contributors to list new words or terms they are adding...
View ArticleAdd a config action to remove effects from image styles
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesIntroduced terminologyAPI changesData model changesRelease notes snippet
View ArticleAdd alter for `route_callbacks`
Problem/MotivationFrom time to time you need to override the route_callbacks call in your projects or even disable it. But the core does not have such a feature. I think that we should add the...
View ArticleMissing padding from 2nd level child items display
Problem/MotivationIn the experimental navigation menu, 2nd level sub-menu items have a visually uneven appearance due to padding added to the block-end, but not the block-start.Steps to...
View ArticleError: Cannot read properties of undefined (reading 'settings')...
Problem/MotivationError accessing property of undefined, when resizing page with a dialog opened. caught TypeError: Cannot read properties of undefined (reading 'settings') at HTMLDocument.resetSize...
View ArticleDisabled text formats can't be seen in the GUI
Problem/MotivationWhen you disable a text format it is not possible to re-enable it. This seems counter to the behavior in other situations, such as Views, which allows disabling than re-enabling a...
View ArticleSpecial Menu items are rendered as empty links in navigation
Problem/MotivationWhen adding a Menu Item, it is possible to add special items like <nolink> or <button>According to Menu Link form:Enter <nolink> to display link text only. Enter...
View Article