Add a settings cache context
Problem/MotivationSome things are uncacheable because they depend on settings. For example, \Drupal\update\Access\UpdateManagerAccessCheck::access. This leads to issues like #3456128: Dynamic Page...
View ArticleGet rid of jQuery in displace event
Problem/MotivationThis is exact copy of https://www.drupal.org/project/drupal/issues/3390549 but for `drupalViewportOffsetChange` event. And utilises same deprecation logic. It also required in jquery...
View ArticleWarning: Undefined array key "display_id" in...
Problem/MotivationSeems like there's an issue with config_translation_overview and contextual links in views. On several pages we get the following error:Warning: Undefined array key "display_id" in...
View ArticleThe dotfiles are ignored when copied over in Starterkit
Problem/MotivationI'm the maintainer of Radix theme, and today I noticed that upon creating a Sub-theme for Radix, the dotfiles are not copied over, which is an essential part of the theming...
View ArticleAccess cacheability is not correct when "view own unpublished...
Problem/MotivationAccess cacheability is not correct when the "view own unpublished content" is in use, leading to improperly cached render arrays.Steps to reproduce(See even more minimalist...
View Article.ck-balloon-panel (link balloon, media balloon …) not visible for CKE5...
Problem/MotivationIf a form has a CKEditor 5 text area on a form and also has some action that opens a dialog with a different CKEditor 5 text area, the modal dialog doesn't function 100%. At least,...
View ArticleDisabled update module shouldn't produce a status report warning
On the status report, if you have uninstalled the Update module you will get a big scary warning:Update notifications are not enabled. It is highly recommended that you enable the Update Manager...
View ArticleReduce jQuery usage in dialog.ajax.js
Problem/MotivationI discovered today that in addition to the dialogue itself, we have a fairly large amount of jquery code.I believe that in order to make switching to a native dialog easier in the...
View ArticleFix return type in \Drupal\Core\Database\Query\Merge::__toString
Problem/Motivation /** * Implements PHP magic __toString method to convert the query to a string. * * In the degenerate case, there is no string-able query as this operation * is potentially two...
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"Render %s callbacks must be methods of a class that implements"...
Problem/MotivationSee https://www.drupal.org/node/3349470.The exception message wasn't updated to say that you can also use the attribute.Steps to reproduceProposed resolutionRemaining tasksUser...
View ArticleAdd poster image to HTML5 media videos
Problem/Motivation & Steps to reproduceDrupal core comes with several Media entities; audio, file, image, external video and local video.When a content editor uses the local video entity, it only...
View ArticleReplace eslint-plugin-jquery with eslint-plugin-no-jquery
Problem/MotivationFor removing jQuery from core we rely on eslint-plugin-jquery which is starting to show it's age. In issues like [#], we could use the new options that eslint-plugin-no-jquery...
View ArticlePage break error display :The "logo" entity type does not exist
Problem/MotivationThe website encountered an unexpected error. Try again later.Drupal\Component\Plugin\Exception\PluginNotFoundException: The "logo" entity type does not exist. in...
View ArticleStore the file path instead of ID for the navigation logo
Problem/MotivationFollow-up from #3425080: Add a UI option to change or hide the logo on the Toolbar and split from #3436526-68: Adjust custom navigation logo dimensions on upload.The navigation module...
View Articlecore update whit composer
hi when i use [ composer outdated "drupal/*" ] only show drupal need update to drupal 11 but in site status report show need update to drupal 10 and drupal 11 new version.
View ArticleReorganize navigation settings to be more consistent
Problem/MotivationNavigation settings schema is providing all the settings in the format logo_xxx format. As part of the last module changes, new settings have been added and the number is growing....
View ArticleAdd table.TableColumnResize for formats with arbitrary HTML supported
While using CKeditor 4 I can resize table, but not on CKE5.On 2 colums table, even when I put Image with 600x275px and choose CKE5 image size to 100%, Drupal will resize to smaller size while there is...
View ArticleTitle field description override in BlockContentBlock::blockForm() does nothing
Problem/MotivationBlockContentBlock::blockForm(): $form['title']['#description'] = $this->t('The title of the block as shown to the user.'); $form['title'] does not exist.Steps to reproduceProposed...
View ArticleDrupal on MongoDB (the full PR)
Problem/MotivationThis issue contains the full PR to keep testing that the changes to Core combined with the PR keeps passing the GitLab CI pipeline.Proposed resolutionKeep the PR passing the GitLab CI...
View Article