Wrong font for Taxonomy field in content creation.
In Bartik theme, when creating content with a taxonomy field, the title of the vocabulary is displayed in a different font than other titles than the Title, Body, etc.
View ArticleClarify the notion of "computed field"
Spin-off from #2164601: Stop auto-creating FieldItems on mere reading of $entity->field[N]ProblemThe notion of "computed property" is pretty clear - typically, $field->field_ref->entity. This...
View ArticleViews should not condition joins on the langcode of fields that are not...
Problem/MotivationWhen creating a node view with both translatable and non translatable fields, the view filter on language adds a join condition on the langcode of all fields (even those that have not...
View Article[META] Support PHP 7
Problem/MotivationPHP 7 is likely to be released sometime this year and Drupal 8 is incompatible with PHP 7 in several significant ways. This is critical because:PHP 7 will be released late this year,...
View ArticleConsensus Banana Phase 1, cleanup
Adding this as a follow up. I just wanted a place to put preprocess functions we might have missed in the other issues. They can all be done in one patch, if at all, since there don't seem to be many....
View ArticleAdd documentation for REST link relations
Problem/MotivationThere is no human readable documentation for a REST API.Proposed resolutionProvide documentation for link relations. For example, see http://haltalk.herokuapp.com/rels/posts. When a...
View ArticleConsider dropping views-view-field as a theme function.
Problem/MotivationIn recent profiling for #1867518: Leverage entityDisplay to provide fast rendering for fields we see that executing a template is not for free. It would be interesting to see, whether...
View ArticleAdd in js- prefixed classes to forms for separation of JS & CSS...
Problem/Motivationadd css classes thats only used by javascript. Classes will use the original name and be prefixed with .js- and be added to the existing class for seperating design and functionality....
View ArticlePlain text passwords can be accidentally dumped to the database by code that...
Problem/MotivationFollow-up to #2418119: REST user updates bypass tightened user account change validation, it adds an existing column to the password field that always has a password in plain text,...
View Article[policy, no patch] Decide on Composer Package Names
Problem/MotivationDrupal does not have a standard Composer package name policy (that I am aware of). Because of this, we could encounter a scenario in which Composer package names conflict (we kind of...
View ArticleClean-up Test members in core/tests - ensure property definition and use of...
Follow-up to #1811638: [meta] Clean-up Test members - ensure property definition and use of camelCase naming conventionThis is for tests in core/tests.Use this phpcs one-liner to aid in reviewing...
View ArticleAdd network range support for reverse_proxy_address in ip_address()
Problem/MotivationOn systems where Drupal sits behind a reverse proxy you need to specify the proxy IP address (or addresses) in $conf['reverse_proxy_address'] in settings.php, so Drupal can exclude...
View ArticleRefactor drupal_process_attached() so it doesn't depend on...
Problem/Motivationdrupal_add_http_header() is marked as @deprecated for removal before 8.0.0 release.drupal_process_attached() uses drupal_add_http_header() in order to process attached...
View ArticleImprove visibility of Seven's smallest font elements
Problem/MotivationI have aging eyes. Therefore I (and many of my aging peers) set the default font size in our browser to 16px or higher. A default font size of 1em or 100% or higher honors this...
View ArticleCustom OptionWidget have no empty option label
Problem/Motivation#1898434: Remove theme_options_none, use an alter hook instead for changing empty option label added this switch case in OptionsWidgetBase::getOptions()<?php// Add an empty option...
View ArticleConvert ContextAwarePluginBase to traits
Problem/Motivation#2272801: Allow blocks to be context aware. allows classes extending BlockBase to also be context-aware. However, this shouldn't be needed, since many different plugins should be able...
View ArticleImage Field – Show optional title, alt – fields in Views
It seems that the optional title- and alt-fields of a image field can not be shown in views because the needed formatter is missing. If you have multiple images per node, these title- and alt-fields...
View ArticleTheme not visible on Upload
After installing Drupal 7.34 through Installatron, I uploaded my document file and database files in the required places into server and changed in the settings file. The site is up and running. But I...
View ArticleDateFormatter::formatInterval is deeply flawed
DateFormatter::formatInterval is really flawed, and how it's being used is also flawed.It is purporting to format an interval (number of seconds) as a "time ago". But the way it's doing this is: -...
View Article[policy, no patch] Allow crediting reviewers (and other non-coders) as...
Updated: Comment #14Problem/MotivationThe current commit messages generated by Dreditor credit anyone who has uploaded a new version of a patch, even if they have just done an easy reroll. By contrast,...
View Article