PHP Phar Stream Wrapper should be updated to fully support PHP7.4
Drupal core is shipped with https://github.com/TYPO3/phar-stream-wrapper library. It should be updated in order to support PHP7.4See: https://github.com/TYPO3/phar-stream-wrapper/issues/49Seems like...
View ArticleRemove usage of spaceless tag in Twig templates
Problem/Motivationspaceless tag has been removed in Twig 3Proposed resolutionUse spaceless filter instead.https://twig.symfony.com/doc/3.x/filters/spaceless.htmlBefore:{% spaceless %} {% endspaceless...
View Article[META] Select the best modern editor for Drupal 9
Problem/MotivationWhen Drupal integrated CKEditor 4 into Core it was the best available solution at that moment in time.Since then the editor landscape has shifted dramatically.Therefore we - as a...
View ArticleCreate token site:base-path with value of base_path()
I would like a token site:base-path which contains the value returned by base_path().If approved, I will write a patch.
View ArticleNeed the ability to embed YouTube videos without the related video thumbnails
The best way I could figure out to do this was with a hack of media-oembed-iframe.html.twig, forcing ?rel=0 into the URL.Seems like this should be an option in the display settings of the embedded...
View ArticleSort options for entity reference field are unsorted
Problem/MotivationThis is a portion of #2900409: [Meta] Improve UI of Reference field settings form, separated out after comment #133.If you create an Entity Reference field, when you get to the Field...
View Articleall my script files does't render
Hi all,I am having an issue where all the theme JavaScript files not rendered. and it replace them with base_url link.like this: <script src="base_url"></script>thanksFixed: There was...
View ArticleUpdate Twig to 1.41
Problem/MotivationIn order to replace deprecated in Twig 2 spaceless tag templates should use apply tag which is available since Twig 1.40.#3094850: Remove usage of spaceless tag in Twig templatesIn...
View ArticleCanonical taxonomy term link for forum vocabulary is broken
Problem/MotivationCurrently rendering of canonical taxonomy term link for forum vocabulary is broken and have no test coverage.To be more consistent with the object-oriented architecture need to...
View ArticleOption for _none is removed once a field has a value and can cause accidental...
When you create a required single-value entity reference field, for example a term reference, then the referenced entity is deleted, the _none option disappears. When the widget is loaded up it...
View ArticleConfigurableLanguageManager::getLanguageSwitchLinks() should perform access...
Problem/MotivationConfigurableLanguageManager::getLanguageSwitchLinks() should respect current user access level.Steps to reproduce:- Enable language module - Have more than one language installed (EN,...
View ArticleIncorrect Views node theme suggestions when rendering same node in two...
When rendering the same node in different Views displays on the same page, all instances of the node receive theme suggestions for the last View.Rough steps to reproduceCreate Views foo and bar each...
View ArticleCall to a member function set Weight() on null in...
I encounter an error when I want to add a new language in the Drupal site using /admin/config/regional/language/add path. The error is:'Error: Call to a member function set Weight() on null in...
View ArticleAdd missing type hint to TypedDataInterface::createInstance() method
There is a @todo note about this.@todo When \Drupal\Core\Config\TypedConfigManager has been fixed to use class-based definitions, type-hint $definition to DataDefinitionInterface....
View ArticleRemove usage of the "if" condition in the "for" tag in...
Problem/MotivationSupport of if condition in for tag was deprecated in Twig 2 and removed in Twig 3.Proposed resolutionUpdate core templates.Remaining tasksDiscuss. Patch. Commit.User interface...
View ArticleSkip_on_empty doesn't work after a failed migration lookup with multiple...
Problem/MotivationThe changes I made to the D7 source while working on #3008028: Migrate D7 i18n menu links caused an unexpected and unrelated error, [error] Attempt to create a field...
View ArticleNo-blank is not recognized in config by migration process checker
If you forget to pass a blank inside of a process line like in this example (one between 'title:' and 'name'), then an error is thrown, which is not realy useful.process: title:name Such a migration...
View ArticleConfig can be created twice during module install.
It seems like the ConfigEntityInterface::isSyncing() method only returns TRUE during a (single) config import (started from the UI) or during a full config synchronization.However, becasue isSyncing()...
View ArticleFollow-up to #3084843: Re-generate production CSS files
Problem/Motivation#3084843: Update browserslist browsers updated the browserslist browsers to match with the updated Drupal browser support policy #2390621: [policy, no patch] Update Drupal's browser...
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 Article