Leverage entityDisplay to provide fast rendering for fields
Proposed commit messageIssue #1867518 by plach, dawehner, epari.siva, Fabianx, yched, Wim Leers, marcvangend: Leverage entityDisplay to provide fast rendering for fieldsProblem/MotivationRendering...
View ArticleConvert page elements (local tasks, actions) into blocks
Problem/motivationDrupal 7 has most global site and page elements hardwired into templates, and gives no control to users to move them around. All the page elements (title, tabs, actions, breadcrumb,...
View Article[meta] Remove Classy testing profile dependency
Problem/MotivationIn #2350823: Use the Classy theme in the Testing profile we temporarily changed the testing profile to use classy theme - instead of stark as we cleaned the css classes out of core...
View ArticleBulk form actions display action message in the confirmation form
Problem/MotivationWhen applying a bulk form operation in views it displays the action message in the confirmation screen. For example, deleting nodes from the admin/content listing provided by views:...
View ArticleRemove bugged session-related methods from AccountInterface
Problem/MotivationOn the AccountInterface The methods getSessionId(), getSecureSessionId() and getSessionData() are completely unused and superflous. The introduction of these methods probably was...
View ArticleSupport shared configuration between migrate groups
Problem/MotivationOver in #2202511: Implement migration groups we are adding group support and there was talk of adding a way to store configuration for the group.Storage of configuration shared among...
View ArticleProcess for creating migration source DBs for automated tests
Problem/MotivationMigrate source tests are dependent on a source DB that is currently stored as a .gz file. This complicates the patch creation process. This issue was brought up by @alexpott over in...
View Article[meta] Introduce specific annotations for each plugin type
Problem/Motivation@Plugin is a dumping ground for metadata, and is often used for configuration, not metadata (information that is only useful once you have an instantiated plugin)It also conveys no...
View ArticleCanceling a user account, assigning content to Anonymous, should clear the...
Steps to reproduce:Create a new account and log in.Comment on something.Cancel the account, assigning content to Anonymous.See that the username is still present.The comment table has a name column...
View ArticleProvide for additional identifying fields in IP Address Blocking
It would be nice to have additional fields that admin could fill-in for each IP Address that is blocked in order to keep track of which user (or which entity) is being blocked. At a minimum, the...
View ArticleMake title content on file icon more non-tech friendly
theme_file_icon() puts the mime type, e.g., "application/pdf" as the title attribute. I believe this is unfriendly to non-technical web visitors. A friendly term, such as "PDF" or "text" or "Word...
View Articleblock_schema(): Change block.delta from varchar(32) to varchar(64)
In block_schema(), the 'block' table, the column 'delta' currently is a varchar(32).It is quite easy to hit this limit. Especially if the block delta is composed from different parts for...
View ArticleTerm field widget "Autocomplete" not saving terms with a name of...
I found that the "Autocomplete term widget (tagging)" field widget does not save the referenced term, if the name of the term is "0". This applies to both cases, in which a term with such a name does...
View ArticleMySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical...
Postponed on #1923406: Use ASCII character set on alphanumeric fields so we can index all 255 charactersProblem/MotivationThe Drupal MySQL driver does not currently provide full UTF-8 support. The...
View ArticleThe body field on the Basic Page content type should not allow a summary to...
For the "Page" content type that comes pre-configured with a normal Drupal install, I advocate for using the "long text" field type instead of "Long text with summary" for what used to be the body...
View ArticleFlexible scheme and URI for image derivatives
Non-core and read-only stream wrappers like http://drupal.org/project/remote_stream_wrapper and http://drupal.org/project/system_stream_wrapper want to use Drupal's image style derivative generation by...
View ArticleFeed icon should be a CSS background image not a image file
Beta phase evaluationReference: https://www.drupal.org/core/beta-changesIssue categoryTaskIssue priorityNormalUnfrozen changesUnfrozen because it only changes CSS/markupPrioritized changesThe main goal...
View Article[policy, no patch] Stop using $this->container in web tests
At the moment in Simpletest in order to access services and the like we do the following: $config = $this->container->get('config.factory')->get('whatever'); $config->set('key',...
View ArticleSelecting "Only the listed pages" when positioning a block...
See title.Recommended solutions (from our issues wrap-up spreadsheet):1) "Include javascript to check for valid path, and warn if invalid. 2) Discuss a “browse” interface alternative."
View Articlecomments are added to search index without checking access
From search.test:<?php function testSearchResultsComment() { $comment_body = $this->randomName(5); // Allow anonymous users to search content. $edit = array( DRUPAL_ANONYMOUS_RID ....
View Article