Document how to allow test module and theme installation in...
Problem/MotivationNot being able to install test modules even from Drush regularly throws off even avid core contributors.Proposed resolutionAdd documentation on how to allow installing test modules to...
View ArticlePHPdoc parameter mistype for QueryInterface::condition()
The PHPDoc input parameter for \Drupal\Core\Entity\Query\QueryInterface::condition() is currently:@param string|\Drupal\Core\Condition\ConditionInterface $field However this is an incorrect type, it...
View ArticleEnable Content Moderation integration for taxonomy terms
Problem/MotivationWhen taxonomy terms were converted to be revisionable in #2880149: Convert taxonomy terms to be revisionable we disabled Content Moderation integration because the UI was not ready...
View ArticleLayout builder module cause run out of memory error
I was playing around with layout builder again, I added 2 columns at the end of the content and then added existing content link and after that I got wsod2021/06/16 22:54:20 [error] 2016#2016: *37900...
View ArticleFix D7 migration database fixture (to follow documentation) and update the...
Problem/MotivationBug A (code):#3051252: Upgrade path for Multiupload Filefield Widget and Multiupload Imagefield Widget has added multiupload_filefield_widget and multiupload_imagefield_widget moduels...
View ArticleThemes have no context of the entity being rendered in preprocessing a layout...
Problem/MotivationIn Display suite and similar, when preprocessing a layout, a theme could access the entity being rendered from a special #entity property No such property is available for Layout...
View ArticleUser login page broken when there are more than 5 failed login attempts for...
Hello,The User login page broken when there are more than 5 failed login attempts for an account. Error message should be displayed on the same user login page but the error message displayed on the...
View ArticleMigrate Drupal 7 date field "todate" value
Problem/MotivationThe Drupal 7 date module allowed the site builder to configure whether to collect an end date or not:(This is called 'todate' in the code.)For example, on my personal site, I have a...
View ArticleAdd a hook to modify oEmbed resource data
I want to fetch the max resolution thumbnail from YouTube (1280x720), but OEmbed is providing only the the 480x360 thumbnail URL and there is currently no way to override that. Could a hook be provided...
View ArticleLoad pages from pager within active modal
If a pager is rendered within a modal, also open other pages/links within the modal.
View ArticleFix spelling for words used once, beginning with 'a'
Problem/MotivationIt is not easy to figure out how to make a sensible set of words to change. As I thought about it I decided that it was worth trying to fix words that appear 1 time in 1 file. This...
View ArticleWhen jQuery UI constrains tabbing it does not consider summary elements
Problem/Motivationinitially discovered here: #2977587-120: Improve block listing in Layout Builder by hiding uncommon block pluginsWhen jQuery UI traps focus inside a dialog, it determines the first...
View Article[META] Go through the .cspell.json to remove spelling errors from the word...
Problem/MotivationFollow up #2972224: Add .cspell.json to automate spellchecking in Drupal core, Drupal core now using cspell for code spell checking, but there are loads of real spelling mistakes in...
View ArticleDont treat suspending of a queue as erroneous
Problem/MotivationWhen the Drupal cron runner is executing a queue, and if a queue worker throws a \Drupal\Core\Queue\SuspendQueueException, a RfcLogLevel::ERROR level log and backtrace are logged, and...
View ArticleAllow multiple vocabularies in the taxonomy filter
Problem/MotivationField UI allows you to select multiple target bundles for a field. However, the views term filter only allows you to filter on terms from a single vocabulary.Proposed resolutionAllow...
View Article[regression] Roles should depend on objects that are building the granted...
Problem/MotivationScenario:A new node type 'article' creates a new 'edit any article content' permission.A new text format 'safe_html' creates a new 'use text format safe_html' permission.When those...
View ArticleFAQ form field spilling over content pane
I have recently installed the FAQ field module and noticed that the fields are pushing outside the main container in the Seven...
View ArticleDeprecate the "Full HTML" text format in Standard and Umami in...
Problem/Motivationhttps://www.drupal.org/node/224921 is our docs on securely configuring input formats and it recommends against giving people access to the full html format.However, the standard and...
View ArticlePreview content is broken in Claro.
Problem/MotivationThe current Node preview form styles are missing. As a resut it looks brokenProposed resolutionKeep the same behavior as Seven and give visual clues to explain the action is "going...
View ArticleAllow synced Layout override Translations: translating labels and inline blocks
Problem/Motivationfollow up #3041659: Remove the layout tab from translations because Layout Builder does not support translations yetPart of #3044386: [META] Make Layout Builder layouts...
View Article