Move some Action plugins to Action module
Problem/MotivationIn the parent issue it was discovered that there are two tests that are not in the action module that are installing an Action. The two plugins are node_unpublish_by_keyword_action...
View ArticleIncorrect content-length header breaks HTTP/2 with net::err_http2_protocol_error
Problem/MotivationAfter a migration from Drupal 9.5.11on to 10.2.2 on OVH mutualized server, the document is not loaded, JS files are not running and the error err_http2_protocol_error error is...
View ArticleOrder of languages overrides default language fallback
Problem/MotivationOn a site with multiple languages, using English as the default, when changing the order of the languages and moving English below another non-default language, this order causes...
View ArticleAdd the ability to install multiple modules and only do a single container...
Problem/MotivationWhen you install a site (from config or the regular installer) - the vast majority of the time is spent rebuilding the container. We rebuild the container during every module...
View ArticleStreamline usage of chmod() in FileSystem
Problem/MotivationThe FileSystem class has a chmod() method, which calls the PHP chmod() function.However several of the other methods within the FileSystem class also call chmod() directly instead of...
View Article[jQuery 4] TypeError: $.isArray is not a function at...
Problem/MotivationjQuery removed some deprecated functions that we are still using.https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/Steps to reproduceProposed resolutionMerge request linkRemaining...
View Article[jQuery 4] jquery-form uses deprecated jQuery.trim()
Problem/MotivationThis isn't our code so we need to fork or fix upstream or something.Steps to reproduceProposed resolutionMerge request linkRemaining tasksUser interface changesAPI changesData model...
View ArticleUse content-visibility to lazy-render out of viewport elements
Problem/MotivationExplanatory article here: https://web.dev/articles/content-visibilitytl;dr, if you add content-visibility: auto; to container elements, entities, blocks, and layout builder regions...
View ArticleTaxonomy term list view does not show all published nodes on a multilingual site
Postpone on #2889486: "Has taxonomy term" contextual filter does not take the language value into account. See #6.Multilingual site (2 languages - English/ French).There is a content type "Article"...
View ArticleRemove jQuery Form dependency from misc/ajax.js
Problem/MotivationEfforts are underway to remove jQuery from core: #3052002: [meta] Replace JQuery with vanilla Javascript in core. That includes removing the jQuery Form plugin.The jQuery Form plugin...
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 ArticleHTML in email body is not rendered => one time login link gets messed up
Before the update to Drupal 10, we were using the simple_html_mail module, and had to switch to the symfony_mailer module since the former is no longer maintained.The customers reported that they...
View ArticleContinuation Add Views EntityReference filter to be available for all entity...
Continuation of #2429699: Add Views EntityReference filter to be available for all entity reference fields since there were so many comments the page was struggling to load.Slack...
View ArticleReplace deprecated String.prototype.substr() with String.prototype.substring()
Problem/MotivationAccording to MDN, String.prototype.substr() is already deprecated. But some of JavaScript file use this method.Proposed resolutionReplace all String.prototype.substr() with...
View ArticleRefactor (if feasible) uses of the jQuery closest function to use Vanilla/native
Problem/MotivationAs mentioned in the parent issue #3238306: [META] Where possible, refactor existing jQuery uses to vanillaJS to reduce jQuery footprint, we are working towards reducing our jQuery...
View ArticleCursor Pointer Display in Label Elements Across the Site.
Problem/MotivationCursor Pointer Display in Label Elements Across the Site.Steps to reproduce1. Use Claro as administration theme 2. GO to admin/structure/block 3. Configure block any block. 4. Hover...
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 ArticleSamsung autosuggest skips first character after first word.
Problem/MotivationWhen using a Samsung phone with Chrome browser after the first word the autosuggest will ignore the first character. This is not the case on the ckeditor site itself.Steps to...
View ArticleNews mode
Problem/MotivationAlways see a message about available updates.Proposed resolutionAdd option to display the message only when installed and/or recommended version of at least one extension has been...
View ArticleThe "" entity type does not exist
Problem/MotivationI'm not sure when this began but I'm getting a big error when I go to certain pages which list Fields. For example, if I go to the main File List page in Drupal...
View Article