Leave preview popup on ajax call
Problem/MotivationWhen using the Preview on same page feature for content editing, Drupal displays a confirmation modal when navigating away from the preview. However, this modal is also triggered...
View Articlefield_cron error on non-existent field
Problem/MotivationI'm not sure if this is an issue with entity_reference or field...We recently uninstalled a module that contained an custom entity. There were nodes that had entity_reference fields....
View ArticleFull table scan against table router
Problem/MotivationDrupal is executing queries like the following one which are producing significant load and always full table scansSELECT pattern_outline FROM router WHERE '/node/278960' LIKE...
View ArticleSupport suppressing comment metadata for consecutive comments by same user
Problem/MotivationWhen users comment multiple times in a row on a post, it is often desirable to visually group their responses for readability. Many modern forums and discussion platforms (e.g.,...
View ArticleAllow Lorem Ipsum/Devel to be configurable in Layout Builder
There needs to be something in between toggling "Show content preview" and the amount of characters displayed by lorem ipsum/devel when working with multiple fields. It's nice to have the content...
View ArticleLanuage negotiation notice: undefined index in getLangcode
Problem/MotivationWhen makes changes to the languages (more specificially changing the language negotiation) in Drupal 8.6.2 I'm getting multiple notices. Check out the screenshot for the error.This is...
View ArticleReduce hook attribute order BC stubs to the minimum necessary
Problem/MotivationIn #3512835: [11.1.x] Add BC stubs for Hook ordering. we added BC stubs for hook attributes and order classes. The goal was that contrib modules that use the new hook order features...
View ArticleChange drupal_alter() to use only one context variable
First of all I want to state that I can understand the logic behind the 6.x->7.x API change in #593522: Upgrade drupal_alter().However, what is the use of passing three variables by reference, when...
View ArticleClean up unserialize() in the config system
Background informationThis was originally logged as a private issue to the security team, but was cleared to be moved to the public queuesecurity.drupal.org private issue:...
View ArticleField column sort of view tables in Format
Hello,1. The first sort way This way affects the use of field values because the fields above cannot be obtained from the fields below through Twig, Only the fields below can obtained the values of the...
View ArticleLinkGenerator does not generate is-active class when Russian characters are...
Problem/MotivationWhen non-ASCII characters are used in the query string of a Url object, the link generator service fails to add an is-active class to the anchor tag.Steps to reproduceThis faulty...
View ArticleViews rest export and handling images
Problem/Motivation When exporting content using a Views REST Export, images do not always honor the display settings configured in the content type. Specifically: If the View format is set to Entity,...
View ArticleAdd Caddyfile configuration
Problem/MotivationWe should introduce a Caddyfile configuration to enable Drupal to be served by caddy. It would also make it possible to use FrankenPHP easily, and benefit from all it's features such...
View ArticleUntranslated menu items are displayed in menus
Problem/MotivationWe have a very nice translation system in place that is based on translating fields on entities. For many cases this work very well, but in some cases we need to special care. One of...
View ArticleRemove block.module dependency from block_content
Problem/MotivationThe block_content module is a block factory. It creates blocks plugins by deriving over reusable Block Content entities (\Drupal\block_content\Entity\BlockContent).The block module...
View ArticleAttributes of a block content are applied to block itself
Problem/MotivationIf a block returns a renderable array and the array has direct attibutes they will be "stolen" from the original content and applied to the block itself.For example a if a block...
View ArticleStatus report requirements should be more defined
Problem/MotivationSeveral issues have surfaced recently with the new status page UI that made me start doing research what the different REQUIREMENTS variables are. Below is the current docblock: * -...
View ArticleResolve @todo: Remove this part once we have a _title_callback, see...
Problem/MotivationThe @todo refers to the issue #2076085: Resolve the need for a 'title callback' using the route. Its resolution was fixed:Proposed resolutionRemove the @todoRemaining tasksWrite a...
View ArticleUser account form can enumerate/view all public files/images by iterating the...
Problem/MotivationThis was originally logged as a private issue to the security team, but was cleared to be moved to the public queueIt's possible to access any public files/images on the platform...
View ArticleDaily tests not running on 10.5.x
Problem/Motivationhttps://git.drupalcode.org/project/drupal/-/pipelines?page=1&scope=all&r...HEAD is broken but it's been difficult to spot because the daily tests are only running the lint...
View Article