LogicException: Cannot use UTF-8 route patterns without setting the...
Problem/Motivationi am trying to upgrade a 8.9.3 site to 9.0.3. after running /update.php i get an error and upgrade don't proceed. in report i can see this:LogicException: Cannot use UTF-8 route...
View ArticlePHPUnit 9.4.3 Fatal error: Trait 'Prophecy\PhpUnit\ProphecyTrait'...
Problem/MotivationAn attempt to run php vendor/phpunit/phpunit/phpunit -c web/core web/core/modules/views/tests/src/Unit/Plugin/argument_default/RawTest.php resulted to me with:Fatal error: Trait...
View ArticleUpdate Modernizr to latest version
Problem/MotivationModernizr released 3.11.4 earlier today.Proposed resolutionUpdate to the latest version.Release notes snippet
View ArticleAllow profiles to define a base/parent profile
Updated: Comment [#516]Jump to page 2Problem/MotivationInstall profiles are not inheritable, so if you want to, say, take Drupal Commons, and base your site off of it, but add one or two extra modules...
View Article[policy, no patch] Drop IE11 support from Drupal 10.0.x
Problem/MotivationOn October 17, 2013, Internet Explorer version 11 was released to the world. (In comparison, Chrome browser released 45 versions since then)Through the years, that pain point of...
View ArticleMigrations with config or content entity destination should depend on...
Problem/MotivationI expect that after executing Drupal 7 migrations from a (multilingual) Drupal 7 site where the default language is not English, the migrated configuration entities and content...
View ArticleUse READ COMMITTED by default for MySQL transactions
I've run into an issue as a part of #937284: DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows. If for some reason the db_merge()...
View ArticleTest term parent ID in ContentEntityTest
Problem/MotivationCame across @todos in ContentEntityTest to add tests of the parent while working on #2937166: Improve count() for ContentEntity source plugin. They reference a closed issue #2940198:...
View ArticleOlivero: Calendar icon is not visible in firefox browser.
Olivero: Calendar icon is not visible in the firefox browser. I have attached the screenshots for reference.
View ArticleAdd render_cache debug output
Problem/MotivationRender Caching is great, but debugging asset / library adding and post_render cache can be really complicated, also it is difficult to see if there are cache hits or not.In Drupal 7...
View ArticleOff-canvas style resets are overriding styles (especially SVGs) resulting in...
Problem/MotivationCSS selectors from 'off-canvas.reset.css' are targetting elements in Safari and setting properties to their initial values. This is overriding styles from 'off-canvas.base.css' and...
View ArticleDocument somewhat the session_bag tag
Problem/MotivationFor our site, we wanted to create a new service very similar to the messenger service, which is defined in core.services.yml as follows: messenger: class:...
View ArticleUnicode::mimeHeaderEncode() doesn't correctly follow RFC 2047
Suggested commit message (feel free to change / doublecheck contributors, I scanned manually):#84883 by earnie, ximo, netbjarne, scor, greggles, pillarsdotnet, DuaelFr, roderik: make...
View ArticleSeven: Title color of place block is matching theme global color
Seven: Title color of place block is matching theme global color I have attached a screenshot for reference.
View ArticleUse layout builder for content add/edit form
Allow the layout builder to take over the entity edit form. We could show the entity form above the layout builder or in the sidebar.
View ArticleOlivero: Accessibility fail password strength track.
Olivero: Accessibility fails password strength track. Adding test result's screenshot for reference.
View ArticleError running config import "Call to a member function delete() on null...
Follow up https://www.drupal.org/forum/support/post-installation/2019-07-31/error-...
View ArticleAdd once.js to core
Problem/MotivationThe once feature is used in almost all core behaviors. The once feature is implemented as a jQuery plugin, making it impossible to remove jQuery from core scripts.Proposed...
View Article