Can't run tests if password contains /
Problem/MotivationIf a mysql password contains a slash (or presumably other special characters), you can't run tests from the command line. Instead you get an error like this: 1)...
View ArticleFilename is not shown in the maximum allowed file size error message (w/o...
Problem/MotivationWhen uploading multiple files in a file managed field and one or more files exceed the (environment's) upload limit (without using the file_validate_size upload validator), the file...
View ArticleFix grammar, spelling, and style of the code comments in...
In FormBuilder::prepareForm() there are the following code comments that need to be fixed.Merges in a default, this means if you've explicitly set #token to the the $form_id on a GET form, which we...
View ArticleDrupal 7: Language changes back to EN when user click on link.
Hi. I have 8 European languages on my website. When I visit the website with different language prefix in URL such as mysite.com/da and scroll down to click on any link. URL changes back to EN like...
View ArticlePrevent core, stub simpletest module from being installed on new sites
Problem/Motivation#3110862: Remove simpletest module from core removes most of simpletest (Testing) module from core, leaving a stub .info.yml, schema and uninstall routines.That patch hides the...
View Article[backport] Entities with external urls as a uri relationship can not be...
Problem/MotivationUsing the Linky module, when deleting a Linky entity, an exception is thrown due to menu_link_content_entity_predelete. This is due to the fact that Linky entities return the external...
View ArticleDeprecate the full html input format in Standard and Umami in favor of a...
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 Articleurl-regex dependency defined in core/yarn.lock has known security...
GitHub vulnerability detection triggered on url-regex@^5.0.0 dependency in core/yarn.lock. At this time, there is not recommended fix, but I assume that dependency will publish a new release soon.
View ArticleMake Drupal 9 installable on PHP8
Problem/MotivationThis task will try to get Drupal 9 installable on PHP8.0 alpha so we can work out issues to address.Proposed resolutionMake Drupal 9 testable on PHP 8 and PHP 7 at the same...
View ArticleUse vanilla JS instead of jQuery in path module
Problem statementIn #3052002: [meta] Replace JQuery with vanilla Javascript in core we want to move away from jQuery in favour of vanilla JS. We decided we'd like to scope a small issue and see what it...
View Article[meta] Replace JQuery with vanilla Javascript in core
Problem/MotivationInspired by #3051352: [Plan] Remove unused jQuery UI components and replace with a suite of contrib packages for the continuous upgrade pathjQuery used to be so awesome and It has...
View ArticleBroken context-aware block plugins throw an unexpected exception
Problem/Motivation"Assigned contexts were not satisfied" (error message) after deleting field used in layoutTo replicate.Add a field to a content type, text field will do.Add a node of that type with a...
View ArticleMove memory management from MigrateExecutable to an event subscriber
Problem/MotivationMigrateExecutable has a lot of code devote to managing and reclaiming memory, since memory usage is quite relevant to migration. There's nothing wrong with this code per se, but we'd...
View ArticleSort options should correspond to bundles selected for entity reference field...
Problem/MotivationThis is a portion of #2900409: [Meta] Improve UI of Reference field settings form, separated out after comment #133.When you are setting up an entity reference field, you usually only...
View ArticleViews argument set incorrectly when using AJAX pagination and a path alias
Problem/MotivationI think the approach that the views AJAX system takes to determine views arguments is incorrect. Right now when doing AJAX pagination, the view attempts to get all of the contextual...
View Article[PP-1] Implement a generic revision UI
Problem/MotivationAt the moment there is no generic revision UI, this means that every module with revisionable entities will need to create their own UI similar to the Node revision overview page...
View ArticleLayout builder fails to assign inline block access dependencies for the...
Problem/MotivationThe SetInlineBlockDependency event subscriber fails to assign the correct access dependency to inline blocks when creating a pending revision of override section storage.This creates...
View Articleredirect to user page
hi i use drupal 8.9.1if clicked in frontpage site is redirect to profile user page.note : if config in admin/config/system/site-information and change frontpage default adress to /node site is corecct...
View ArticleLayout builder's quickedit integration breaks if you embed another...
Problem/Motivation- Create a teaser view mode and configure it with layout builder - In full view mode, configure to show an ER field using 'rendered entity' and 'teaser' where teaser uses LB - Enable...
View ArticleForm items should be wider on narrow screen sizes
I've noticed that the form items are quite small on mobile device.In Seven we increased the width on narrow devices:#1751150: Improve usability of forms on touch screen and small screen devicesI think...
View Article