Changing the "no results behavior" text is not saved when coming...
Editing a View by using the quick editing link doesn't save the changes madeWhen editing the "No results behavior" text in the default frontpage View using the Quick Edit link, saving that View fails....
View ArticleMerge "Translate configuration" into "Finish...
This is an followup based on #1905152-41: Integrate config schema with locale, so shipped configuration is translated:Can we piggy-back the configuration translation update on the existing second...
View ArticleDelete forum data on uninstall
Problem/MotivationForum provides default configuration and content including fields, a node-type, a vocabulary and a taxonomy term. Until now we were unsure about what should happen to that when you...
View ArticleInvoke an event[s] when a plugin ID disappears
Problem/MotivationThe list of available plugins is not static, as the derivative system allows you to create a dynamic list of "subplugins" based upon entities, configuration, content and what not....
View ArticleQuick Edit not displayed in contextual links after Minimal profile install
Performed fresh installation of 8.0.0-beta1 using "Minimal" profile and logged in as super user.Quick Edit module and prerequisite modules installed. Created Content Type 'Basic Page' and added a new...
View ArticleAdding missing translation schema for views configuration
Follow-up to #2183983: Find hidden configuration schema issuesProblem/Motivationhttp://privatepaste.com/8b541b5cc4 has the list of configuration that are missing config schema. sample...
View Articleusability improvement: fieldset anchors
Drupal is great in that almost everything in the administration can be reached through URL. This greatly helps you when you need to explain where to find a certain configuration. The problem comes when...
View ArticleRemove trailing space from form element labels and field labels (HTML nbsp)
Problem/Motivation All forms Labels text contain a trailing SPACE.- when adding background color to the element, there is no way to remove the space. - non-relevant SPACE inside html tag is not a best...
View ArticleAdd support for database hints and make PagerDefault properly pluggeable
The current implementation of a pager query always runs TWO queries against actual data. MySQL allows you to grab the total number of rows that would have been returned if no LIMIT was present by...
View ArticleLanguageItem field type's value can be any string, should be a valid...
Problem/MotivationThe new LanguageItem's value should only be allowed to contain a valid language code. Currently, the property definition of the 'value' property is set to "string". There should be...
View ArticleOverriding core metatag using hook_page_attachments_alter results in two tags
I am adding a viewport tag from within my contrib theme using hook_page_attachments_alter but core's does not get overridden so I end up with two viewport tags, one from my theme and the other from...
View ArticleWrong @covers definitions in Drupal project
Problem/MotivationI'm testing PhpStorm IDE to see how code coverage test works and found some out-of-date @covers statements...
View ArticleRe-order the 'place/configure block' form so it's focused on...
The configure block form UX is a little odd. I think this is an easy thing to fix, but I don't know all of the history here so I am looking for opinions on how to proceed. I have looked at numerous...
View ArticleRender cache is not cleared when module is uninstalled
Problem/MotivationI am porting a module to D8 (Field as Block) which makes use of a post render cache callback. When I uninstall the module I get a white screen with a not-very-helpful error...
View ArticleUpdate status does not have tests with (semantic) Drupal 8 versions
Problem/MotivationSemantic versions for Drupal 8 were introduced in #2170443: [meta] Create a plan for implementing semantic versioning for core. Update status still tests update XML data with Drupal 7...
View ArticleHelper for #1805054
Helper for #1805054: [PP-1] Cache localized, access filtered, URL resolved, (and rendered?) menu trees.
View ArticleAllow field types, widgets, formatters to specify config dependencies
Problem/MotivationOver in #2228763: Create a comment-type config entity and use that as comment bundles, require selection in field settings form we need a field type to be able to nominate some...
View ArticleOnly allow _title and _title_calback on routes for setting page titles, no...
Problem/MotivationThis is a direct blocker for #2352155: Remove HtmlFragment/HtmlPage. Over there, we're working to make page rendering understandable again.In HEAD, we MUST render the main content...
View ArticleFix assumption that field settings is not a nested array
Updated: Comment #0Problem/MotivationFollow-up from #2136197-75: Move field/instance/widget/formatter settings out of annotation / plugin definition.Currently this code assumes that field settings...
View ArticleClean up calls directly to $cache_bin->deleteTags()
Problem/MotivationA couple of calls still remain/have crept in to deleteTags() directly on bins. We don't really want to do this as it only clears tags for one bin, but also tag validity is not...
View Article