ImageEffects of the same image style should be able to pass variables between...
Problem/MotivationAt the moment it is possible to set/getThirdPartySettings on the image style, but the effects that are part of that style do not have any visibility on them. There are use cases where...
View ArticleViews created invalid field name that doesn't follow Twig token rules
I created a View of content revisions. We added a field to the view (a taxonomy reference in this case) and selected the "historical data" value (to show the revision value vs the current node value)....
View ArticleReturn computed fields in FieldAPIHandlerTrait::getFieldStorageDefinition()
Problem/MotivationIn #2852067: Add support for rendering computed fields to the "field" views field handler a fix was added for computed fields in the views field handler. The filter handler needs this...
View ArticleProposal: decouple ImageStyle into a config entity and an image derivative...
Problem/MotivationThe ImageStyle class is a config entity that besides doing the config entity, also has methods that do process images into derivatives.This is probably the result of the migration of...
View ArticleJS codestyle: implicit-arrow-linebreak
Style error informationhttps://eslint.org/docs/rules/implicit-arrow-linebreakHow to Review## 1. Apply Patch ## 2. Review Code Changes ## 3. Confirm no Code Standard Errors yarn & yarn...
View ArticleSafari not displaying Time picker controls, only 24hour time displayed
The controls for the Time field do not display when using Safari on Mac. It only displays time in 24-hour format.
View ArticleFollow-up for #2752961: automatically deleting compiled Twig templates across...
Problem/Motivation#2752961: No reliable method exists for clearing the Twig cache solved a big problem. See the CR at https://www.drupal.org/node/2908461.The remaining problem is now the deletion of...
View ArticleFix 'Drupal.Formatting.MultipleStatementAlignment' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View ArticleHow to Trim Embedded Text
So first I created the structure, then second, the content and third a view so I can see all the content in one page as a table. However, in some of the content there is so much repetition, so to avoid...
View ArticleDrupalDateTime does not respect \Drupal::time() when interpreting strings as...
The DrupalDateTime extends Drupal's DateTimePlus class in wrapping php's \DateTime, to add additional refinements.One such refinement is that DrupalDateTime interprets date strings like "5pm" in the...
View ArticleUpdate _filter_autop() to include non-self closing br elements
The "Convert line breaks" filter should recognize non-self closing br tags (<br>). Currently it only recognizes self closing br tags (<br />).Patch to follow.
View ArticleBreadcrumb title doesn't reflect view contextual filter's title...
I'm not sure which component this relates to, so I just put other. Someone please feel free to update if you know the offending component.For the sake of a simple example, lets say we have a view...
View ArticleAdd experimental module for Help Topics
Latest updateAfter a UX review (see notes in comment #132, we've decided to strip out the UI (and config entities), and start out with shipping an API that discovers YAML-based help topic plugins from...
View Articlehttp.response.debug_cacheability_headers TRUE could cause a WSOD - AH01070:...
I was getting a WSOD with apache 2.4.29_1 and php-fpm 7.1.14 with the following error:Premature end of script headers: index.php AH01070: Error parsing script headers This was happening on a single URL...
View ArticleNo way to read SELECT query range?
I might easily be mistaken, I can't really believe this was overlooked for so long, but: Is it possible that there is no getter for the range of a SELECT query? I.e., when you do $query->range(0,...
View ArticlePatch testing issue
THIS ISSUE IS NOT FOR REVIEW. This is a place holder to: 1. Test patches that are passing in local and not in d.o. 2. Demo d.o workflow, review patch, using d.o tools (like dreditor).FAQsCan I use this...
View ArticleViews exposed filter on date only field gives incorrect results
What are the steps required to reproduce the bug?Add a date field to content type.Field settings: Date type: Date onlyAdd one node, filling a date field, for example "2016-10-15".Under your user...
View ArticleMain content block shows up on page, even if hidden
Problem/MotivationGábor Hojtsy is working on a presentation about interesting "multilingual hacks" (see http://hojtsy.hu/blog/2015-jul-07/win-prizes-playing-drupal-8s-multiling...). One of them...
View ArticleAllow the inline creation of non-reusable Custom Blocks in the layout builder
Problem/MotivationWhen you create a Custom Block entity, a Block Plugin definition is derived and is available anywhere Block Plugin definitions are listed. This makes a lot of sense when Custom Blocks...
View Article[PP-1] Allow media to be uploaded with the Media Library field widget
Problem/MotivationThe Media Library field widget has no way of creating media inline. Currently, the widget suggests that users open a new tab or window, create media, then come back to the view to...
View Article