Layout Builder should make it easier to modify the default layout for an...
When managing default layouts for view mode of an entity type, users must navigate to Admin -> Structure -> Content Types -> [Node Type] -> Manage Display -> Manage Layout.When managing...
View ArticleRemove the Umami user from the Umami demo
Problem/MotivationThere is a user called Umami in the Umami demo to whom all recipes are attributed. Users should be people.Proposed resolutionAttribute recipes to actual users, as is the process for...
View ArticleAdd visual hints that Layout Builder work is in tempstore and will not be...
Problem/MotivationFrom #2905922-61: Implementation issue for Layout Builder:Does a layout in progress go into a tempstore like Views? Seems like the kind of thing where it would really suck to lose...
View ArticleUse email verification when changing user email addresses
Problem/MotivationCurrently, when a new user regsiters for a Drupal account the details are sent to the users supplied email address. This provides a basic mechanism that confirms the user is at that...
View ArticleHow to get database connection in the code? Which method is recomended?
Problem/MotivationFollow-up: #2853118-57: Replace all calls to db_insert, which is deprecatedWe have different methods of how to get the connection to the database that currently used in the different...
View ArticleReplace all calls to db_merge(), which is deprecated
See #2848161: [meta] Replace calls to deprecated db_*() wrappers
View Article[meta] Replace calls to deprecated db_*() wrappers
Problem/Motivation#1894396: Mark db_*() wrappers in database.inc as @deprecated for 9.x deprecated the db_* family of functions. Let's remove all usages in core.Proposed resolutionFor each function...
View ArticleQuote consistency in .info.yml files for Core modules
Problem/MotivationWhile evaluating and researching core modules, it was noticed that are a few inconsistencies in .info.yml files, specifically, the use of single and double quotes around titles and...
View ArticleAdd the link template "add-form" to content entity types
Problem/MotivationThe "add-form" link template has been introduced in #2666792: Provide a route provider for add-page of entities, but it has not been set on all entity types. I've ran into a...
View ArticleFix grammar ("an URL" should be "a URL") and consistent...
Problem/MotivationSpelling inconsistencies in API documentation in two cases: \Drupal\Core\Url class and URLThe scope has been reduced based on comments from other contributors.Proposed resolutionI...
View ArticleContent moderation incorrectly always assumes a language is being added when...
Problem/MotivationThis issue manifests itself in a couple of ways:When switching from a specific language to "Not specified", since you cannot add multiple translations when this is selected, content...
View ArticleAdd RTL CSS to Layout Builder
Problem/MotivationWhile working on #2919795: Add visual hints that Layout Builder work is in tempstore and will not be lost, or take effect until saved discovered that RTL support is needed for Layout...
View Article[PP-1] Convert taxonomy terms to be revisionable
Problem/MotivationAs decided in #2745619: [policy, no patch] Which core entities get revisions?, taxonomy terms should be converted to be revisionable and publishable.Proposed resolutionDo it.Remaining...
View ArticleSystemBrandingBlock has identical anchor title and link content (image alt)
Problem/MotivationThe template for the SystemBrandingBlock in both the module (core\modules\system\templates\block--system-branding-block.html.twig), as well as in both Classy, Stable and Bartik...
View ArticleRewrite Quick Edit CSS to meet our CSS standards
See: #1995272: [Meta] Refactor module CSS files inline with our CSS standardsRemaining tasksReview the current CSS — What to look for when reviewing CSSUser interface changesNoneAPI changesNone
View ArticleAllow defaulting toolbar tray to vertical orientation with configuration
Problem/MotivationIt would be nice to have the navbar to default to the left side (vertical) vs the top (horizontal). The reason is that a lot of people don't want to make multiple page requests to get...
View ArticleMake it possible to configure exposed filter operators
Hello,Thanks for this wonderful module !I was wondering if its possible to configure exposed operators. Problem: When we expose operator, all available operators are visible to users. I want only...
View ArticleWhen adding a new language, locale imports zero translations even while...
ProblemWhen adding a specific language, zero translations are imported for that language even if imports are enabled. Not all languages are affected.Steps to reproduceI seem to be able to enable a...
View ArticleEnabling Layout Builder after D7->D8 migration causes WSOD
I migrated content from my D7 site to a D8 clean install following the handbook. I did not install any other module except from the one already present in the clean install. If I enable layout builder...
View ArticleFollowup to #2848952 - fix DatabaseLegacyTest::testDbMerge
From #2848952-61: Replace all calls to db_merge(), which is deprecated:+++ b/core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php @@ -172,4 +171,22 @@ public function testDbCreateTable()...
View Article