Views filtering on boolean fields doesn't use right formatter
Problem/MotivationIt looks like you cannot use Views filters on boolean type of fields properly because it doesn't use right formatter.Remaining tasksWrite a patch to fix tiWrite tests to not make it...
View ArticleWhen theme-settings.php has a managed_file field and a submit callback,...
When a theme has both a Managed File field and a Submit callback like this:<?php/** * Implements hook_form_FORM_ID_alter(). */function THEME_form_system_theme_settings_alter(&$form,...
View ArticleJSDoc misc/
Everything in misc folder except ajax.js and tabledrag.js (because they have lots of errors themselves). ✖ 102 problems (0 errors, 102 warnings)
View ArticleRe-add some documentation about what you can get from the node object in...
Follow-up to #2513266: Twig templates can call delete() on entities and other objectsProblem/Motivation#2513266: Twig templates can call delete() on entities and other objects removed some docs about...
View ArticleNodeTitleTest passes when it should currently fail
Problem/MotivationIn modules/node/src/Tests/NodeTitleTest.php, a title is created with a value of "0 | Drupal." However, the test only looks for "0." This test passes because a title is not found...
View ArticleMake the plugin discovery case sensitive
Problem/MotivationThe file system on OSX is not case sensitve, while the drupal.org testbots / travisci / ... is case sensitive. This can lead to a timesink:...
View ArticleRevaluate the concept of 'extra fields'
In light of the work being done on the unified Entity Field API, is Field API's concept of 'extra fields' still relevant?I don't think I was around Drupal when this was introduced, but it seems to me...
View Articlenode_access filters out accessible nodes when node is left joined
Updated: Comment #312Problem/MotivationWhen a node table is left joined into a query, adding a node_access tag to the query filters out accessible rows from the base table (effectively acting more like...
View Article_drupal_session_destroy() should return boolean
According to the PHP docs for session_set_save_handler(), the destroy callback should return TRUE or FALSE. However, the current _drupal_session_destroy() callback does not return anything...
View ArticleFix regression in the link widget where help text does not show.
Problem/Motivation#2416987: Fix UI regression in the menu link form, in an effort to remove a fieldset style for menu links add/edit form (which uses the link widget always with link text (disabled),...
View ArticleOverly aggressive transliteration in drupal_clean_css_identifier removes...
As described in the referenced spec, the underscore is a perfectly valid and widely used character in CSS identifiers. drupal_clean_css_identifier should not transliterate underscores by default! Even...
View ArticleDB Log is missing watchdog table after enabling - Need to catch and ignore...
Problem/MotivationIt's completely unacceptable to break a page if we fail to log a message. In particular, this cause painful to debug errors during the installation process, as recently reported in...
View ArticleNo blocks display
After updating to drupal 7.42, blocks disappear from the display (in any of the themes tested). I have not found any possible suggestion to repair this issue in the internet.
View ArticleExpose an option to hide the text format information of textarea fields
Problem/MotivationThe information about text formats is a drupalism and most of the sites end up hiding that bit of information. Drupal 8 makes it a little more hard to hide so it might not be trivial...
View ArticleREST entity resource missing entity & field access cacheability metadata
Problem/Motivation#2471473: REST responses should have proper cache tags ensured entity cacheability metadata is present. Dealing with entity & field access was deferred to an undefined follow-up....
View ArticleDefault People display shows date since unix timestamp 0 as 'Last...
Problem/MotivationIn an install with Views not installed (i.e. minimal install), the 'Last access' column in the default People list shows the years since UNIX timestamp 0 for newly created users (or...
View ArticleAllow a given field to be restricted to some entity types
With 'comment body as field', you now get the option to add the 'Comment' field to nodes or taxo terms in Field UI's 'add existing field' dropdown selector.Similarly, you can add an instance of the...
View ArticleCorrect the join from revision data table to revision base table
Problem/MotivationWe currently do the join from the revision data table to the revision table the wrong way roundProposed resolutionFix it + write some tests.Remaining tasksCommit itUser interface...
View ArticleAdd authentication support for Views
Problem/MotivationCurrently, the only way to add authentication to a REST View is through RouteSubscriberBase->alterRoutes().We could add the Authentication setting to REST Views so users could...
View Article