Make Url::toString(TRUE) explicit by having a Url::generate() method, as well...
Problem/Motivation$url->toString(TRUE)->getGeneratedUrl() Seriously, what does TRUE even mean.Proposed resolutionAdd $url->generate()Deprecate \Drupal\Core\GeneratedUrl::getGeneratedUrl() in...
View ArticleExtend Cacheable/RedirectResponse constructor to accept GeneratedUrl
Problem/Motivation1 - As far as I know, it's dangerous (can lead to hard to trace bugs) to not add cacheability metadata into a response object.2 - The current code structure leads people in the...
View ArticleViews_ui fails for RSS feed output
1. create a view display 2. select RSS feed as the format 3. select field as the style setting 4. add fields to the field portion of the view config 5. When you click on "save" there is a Js console...
View ArticleUnexpected file extension with PharWrapper
Hello,Here a patch to fix a bug.This patch adds more available file extensions in the PharWrapper.This patch fixes this error:TYPO3\PharStreamWrapper\Exception : Unexpected file extension...
View Articleindex.php is inserted in menu links
Home directs to website.com/index.php in the menu. /contact directs to website.com/index.php/contact. I have to input the whole URL to bypass index.php from inserting itself before the desired page:...
View ArticleDeprecationListenerTrait croaks on tests with no results
Problem/MotivationWorking on #3031379: Add a new test type to do real update testing I came across this.If your test has no test methods, then DeprecationListenerTrait::registerErrorHandler() can't...
View ArticleStatus report show Mismatched entity and/or field definitions after update to...
The drush updb --entity-updates created the field_storage_definitions in key_value table for my entity.With the update, this storage is not created or updated, so the status report is showing the...
View ArticleAllow layout builder sections to be nested.
Problem/MotivationFor many page layouts, section layouts often need to nested to achieve the required layout designs. Right now layout builder doesn't make this easy because layout sections cannot be...
View ArticleAllow block navigation title to be overridden by top-level node title
Problem/MotivationWhile using the Book navigation block in "book page" mode, it would be nice to be able to override the block title by the book title.Proposed resolutionAdd a block setting to override...
View ArticleCannot update (save or revert) layout builder after upgrade.
I'm updating my site from 8.6.16 up to 8.7.1. The layout builder is working fine in 8.6.16. After updating to Drupal 8.7.1, the behavior is sporadic but leads to not being able to save the layout with...
View ArticleReplace "@url" placeholder to ":url" in admin UI string
UI string with ID#1822233 says:More information about setting up scheduled tasks can be found by <a href="@url">reading the cron tutorial on drupal.org</a>.Living in...
View ArticleImprove visual coherence of the media library
Problem/MotivationUpon committing #2981044-90: Unify the grid/table views of the media library, Gábor had this to say:I believe the overall visual coherence of this window needs work (relative...
View ArticleWorkspaces toolbar tab sizing is odd on really small viewport width (below...
Problem/MotivationThe workspace toolbar tab button size is a bit weird on really small viewport width (below 16.5em, unoriented toolbar mode) and it's RTL styles are incomplete.Proposed resolutionFloat...
View ArticleAllow taxonomy tid filter to use uuid instead of tid
Problem/MotivationTo support the model of deployable configuration, views configuration with filters on taxonomy terms (or any entity reference field for that matter) should use the uuid of the entity...
View ArticleCannot update to Drupal 8.7.0 from 8.6.15 -- egulias/email-validator version...
Hi, When I trying to update Drupal core to 8.7.0 using composer I am getting the following error.$ composer require drupal/core:8.7.0 --update-with-dependencies Your requirements could not be resolved...
View ArticleBump typo3/phar-stream-wrapper library version to v2.1.2 to remove fileinfo...
Problem/MotivationThe recent 7.67 security update added a dependency on PHP's fileinfo extension.Proposed resolutionFix upstream in https://github.com/TYPO3/phar-stream-wrapper/pull/33Remaining...
View ArticleBump typo3/phar-stream-wrapper library version to v2.1.2 to remove fileinfo...
Problem/MotivationThe recent 8.6.16 security update added a dependency on PHP's fileinfo extension.Error: Class 'finfo' not found in...
View ArticleResource (entity) normalization should use partial caching
Problem/MotivationWhen normalizing collection requests we should be able to leverage the cached data from the normalization of the individual entities.Proposed resolutionIf an entity has been already...
View ArticleWhen editing the layout for a content view mode, allow picking a specific...
Problem/MotivationDiscussing the layout builder at Drupaldelphia BoF.When editing the layout for a view mode you get dummy content applied that may not be helpful to understand how the real content...
View Article