[policy, no patch] Publishing / Maintaining JS libraries produced by Drupal...
Problem/MotivationThere is no way to easily manage frontend libraries that are related to Drupal but not dependent on Drupal, such as the new vanilajs once, the jQuery UI fork, or all the work that is...
View Article[Policy] Dependency evaluation critera
When adding a dependency to Drupal core there are several topics to consider before making use of the library. Today this is summed up in the documentation page Core dependency release cycles, security...
View ArticleAdd new “Content Manager” role to Standard Profile
Problem/MotivationCurrently there are three Installation Profiles: Minimal, Standard and Demo: Umami Food Magazine. When you install a new Drupal site with the Standard profile, you get three user...
View ArticleImprove Email field validation error message to improve accessibility
Hi,We had an accessibility audit and one of the issues was that the error message for email fields was not helpful enough and should contain something about the format it expects. Personally I disagree...
View ArticleViews block description is double-escaped if display name is set
Problem/MotivationViews block descriptions are double escaped in the block configuration page if the views block has a custom display name.Steps to reproduceInstall DrupalCreate a views block with a...
View ArticleDrupal Usability Meeting 2021-03-05
This meeting takes place every Friday at 10:00am ET (7:00am PT, currently 15:00 UTC). See Time.is to see what that is in your timezone.The meetings are held using Zoom, and a link is posted in the #ux...
View ArticleRemove manually specified IDs in EntitySchemaTest
Problem/MotivationWith https://www.drupal.org/project/drupal/issues/2928906 fixed, the manually specified IDs in EntitySchemaTest::testPrimaryKeyUpdate can be removed.Proposed resolutionRemove the ID...
View ArticleAdd a download button on single export configuration page
Problem/MotivationActually when we want to export a single configuration file we have to manually copy and paste content on file manually.Steps to reproduceGo to url...
View ArticleSome oEmbed videos do not maintain aspect ratio
With some providers (Youtube from what I could find) we have aspect ratio problems when we render them using the OembedFormatter.The problem I discovered is primarily with Youtube: the resource...
View ArticlePHP message: Error: Call to a member function getEntityTypeId() on null...
Problem/MotivationIf a default layout has a custom block placed and overridden layouts exist, deleting the custom block from the default can trigger Error: Call to a member function getEntityTypeId()...
View ArticleCustom blocks cannot be properly exported and imported
Configuration management shouldn't export custom blocks as currently it will result in broken block.A custom block is made of two entities, one for the placement and one for the actual content. Only...
View ArticleAdd debug informations on translation error message regarding...
Hi,I'm facing an issue with content translation on nodes containing paragraphs (containing nodes, medias etc).The issue is that for some reasons, some paragraphs have been created at a point when some...
View ArticleSimple decimals fail to pass validation
Problem/Motivation- Create decimal field, set precision to 10 (minimum in the UI and scale to 4 - Saving new node with value 19999.0000 succeeds (precision is 5+4 = 9). - Saving new node with value...
View ArticleSeveral IF with confusing conditions, as "a OR b AND c" without ( )
Confusing conditions structure:# @file /core/modules/views/src/Plugin/views/style/Table.php, line 187 if ($field == $column || $columns[$column] == $column && !empty($sanitized[$column])) { #...
View ArticleIn mobile screen buttons get too closed
Problem/MotivationUsing Drupal 8.9 in mobile. When going through view settings in mobile, find a little bug regarding Save and Cancel buttons in view editing page. Those buttons are too closed that...
View ArticleMigrating reference fields: target_bundles may never be empty array
Problem/MotivationDiscovered via #2814953: Migrate Drupal 7 node/user reference fields, but is a long pre-existing bug.#2814953-96: Migrate Drupal 7 node/user reference fields contains:+++...
View ArticleDescriptions containing links break admin menu lists.
Problem/MotivationIf a content type description contains an <a> tag it results in a broken display of the Add content administration page when using the Seven theme.Steps to reproduce:Spin up a...
View ArticleNotice: Trying to access array offset on value of type null on php 7.4
Problem/MotivationAfter switch to php 7.4 I found a notice :Notice: Trying to access array offset on value of type null in seven_preprocess_page() (line 35 ... themes/seven/template.php) Steps to...
View Article