mkdir: manage parallel directory creation in High concurrency or low latency...
Problem/Motivationissue detected on shared servers with NFS storage, while creating in parallel several image styles in several servers. a lot of image creation failed because of parallel directory...
View ArticleUnable to change non-translatable field value on translatable content with...
Unable to change non-translatable field value on translatable content with content moderation enabled, because of EntityUntranslatableFieldsConstraintValidator::validateTo reproduce: 1) Install D8.5.0...
View Article[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 ArticleUpdate easyrdf library to 1.0.0
Problem/Motivation#3086374: Make Drupal 8 & 9 compatible with PHP 7.4 introduces a workaround for easyrdf PHP 7.4 compatibility. We should remove that workaround.Proposed resolutionEither: Update...
View ArticleTranslated node disappears (from backend UI and public site)
Quick summary: When using content moderation + workflows on a site with 4 languages or more, the interaction between the translations leads to some of them disappearing from the site.Explanation:...
View ArticleLength of menu_tree.url too short (255)
At admin/structure/menu/manage/MENU_NAME/add, long, external URL's result inDrupal\Core\Entity\EntityStorageException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'url'...
View ArticleDrupal main javascript file can't be loaded with "defer"...
What are the steps required to reproduce the bug?Add a defer tag to the script tag of the main js file e.g. with ADVAGG module or via EventSubscriber.What behavior were you expecting?No problems with...
View ArticleAdd NodeList.forEach polyfill to support IE11
The media library uses the .forEach method on a NodeList element. This is not supported in IE11 and we need a polyfill to conform to our browser support policy. in media_library.widget.es6.js: const...
View ArticleUniqueFieldValueValidator works only with single value fields
The \Drupal\Core\Validation\Plugin\Validation\Constraint\UniqueFieldValueValidator works with only single value field and therefore it cannot be used with fields that have multiple values, like string...
View ArticleNotice: Undefined index: title in Drupal\update\ProjectSecurityRequirement
Problem/MotivationI suddenly got this weird error after adding a new text field to a taxonomy. I thought it had something to do with cache, but clearing cache didn't help. I also deleted the field I...
View ArticleMake Book navigation translatable
The Book module does not fully use the new translation features we have. It doesn't translate the node titles in the different menus it generates.Steps to reproduce:Configure Book content type for...
View ArticleAllow password on registration without disabling e-mail verification
Problem/MotivationWhen configuring password behaviour on the registration form, there is no way to force the rendering of the password fields on the registration form if e-mail confirmation is...
View ArticleView titles in breadcrumb and metatag title don't get properly translated
View titles in breadcrumbs are being passed through the TranslationManager service as English strings. The problem is, view titles aren't even necessarily in English, resulting in incorrectly langcoded...
View ArticleCount all content entities views in the Statistics module
Problem/MotivationAs a relic of Drupal <6 the Statistics module only counts node views. Now we have many different entities we should be counting those too.Proposed resolution- Replace the...
View Articlemigrate tables not found d6_filter_format and others d6_*
Problem/MotivationDuring my migrations of my Drupal7 site to Drupal8 I ran into an error. Do I make a mistake that the system searches for D6 tables?when executing $ drush migrate-status I get the...
View ArticleAllow usage of WYSIWYG in maintenance message
Problem/MotivationWhen creating a custom message for the maintenance page, you can use HTML at /admin/config/development/maintenance. The purpose of this issue is to enable the WYSIWYG editor on this...
View ArticleAllow text field to enforce a specific text format
Problem/MotivationCurrently text fields can either be restricted to plain text, or the user may select between all accessible text formats independently of the context. This means that a privileged...
View ArticleUser not administrator can't change author "Access denied"
Scenario: I need to change user author using an user that not have administrator role. I have enabled this permission: "Execute the Change the author of content action on Content."This is the result:...
View ArticleOcramius plugin skipped with Composer 2
Problem/MotivationIf you install a module with Composer 2 (2.0.0-RC2) you get this warning twice:The "ocramius/package-versions" plugin was skipped because it requires a Plugin API version ("^1.0.0")...
View ArticleManyToOneHelper ignores group configuration for some cases
Bug descriptionWe've met a buggy behaviour of a view having two reference-field filters in an OR subgroup.That's how filters looked like:And this is the resulting query:There are two issues: 1. AND...
View Article