Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more...
Problem/MotivationCurrently, Display plugins have a getStyleType() method. This is used to filter style and row plugins by a type specified by this method. So if the type is 'data', only plugins with...
View Articlehttp/https with apache .htaccess problem
Hi, i wanna try to use .htaccess to make some of my pages https, and all others http. Secure Pages module is not an option for me because it is not working good with redirecting from https to http, and...
View ArticleSearch module declares potentially incorrect snippet language
#867114: Search results should add lang tag if language of search result differs introduced an xml:lang attribute on certain search results whose declared language differed from the currently displayed...
View ArticleImplement hook_search_execute() for terms
Both user and node module implement hook_search_execute to search terms and to generate a snippet. Can we do this for taxonomy terms as well?
View ArticleNon-canonical Symfony priority in LanguageRequestSubscriber
The LanguageRequestSubscriber listens to KernelEvents::REQUEST with a priority of 300:/** * Registers the methods in this class that should be listeners. * * @return array * An array of event...
View ArticleUpgrade to D8 Fails on Windows / PHP 5.4.7
Problem/MotivationI tested the d7 to d8 upgrade path on my local dev system, and I failed to complete the process.Steps to Reproduce:`drush dl drupal` (drupal 7.22)`drush si --db-url....` (standard...
View ArticleComplete Configuration schemas for shortcut module
Problem/MotivationVaries issues in shortcut schema.Proposed resolution1. Fix schema to support all shortcut. i.e. changing shortcut.set.defult to shortcut.set.* 2. Add additional fields in active...
View ArticleCreate configuration schemas for picture module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for editor module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleFix spelling of bootstrap in _drupal_log_error()
function _drupal_log_error($error, $fatal = FALSE) { // Initialize a maintenance theme if the boostrap was not complete.We need to fix the spelling of boostrap to be bootstrap...
View ArticleHow can I change drupal 7 core profiles to Profile 2 profiles?
I have a development firm building a very large video-sharing social network for me. We started with Drupal 7 so my issue isn't converting profiles from Drupal 6 / content profiles to Profile 2 - the...
View ArticleConvert the Overlay close button from an anchor element to a button element.
Currently the close button is an anchor element. From overlay.tpl.php<div id="overlay-close-wrapper"> <a id="overlay-close" href="#" class="overlay-close"><span...
View ArticleApply the same (or near the same) ARIA attributes to the Overlay that jQuery...
jQuery UI Dialogs have a well-considered and tested approach to the application of ARIA attributes. It was suggested in #890288: Improve Overlay accessibility by using modal dialogs that we leverage...
View ArticleWhen building a route, store the regexp
When trying to understand I got to<?php $routes = $this->connection->query("SELECT name, route FROM {". $this->connection->escapeTable($this->tableName) . "} WHERE pattern_outline...
View ArticleFrequent random test failure EntityTranslationUITest Invalid values generate...
Follow up for #1862512-15: Convert drupal_http_request usage in xmlrpc.module to GuzzleProblem/MotivationFrequentlyInvalid values generate a list of form errors. Other EntityTranslationUITest.php 40...
View ArticleAdd cache wrapper to Generator
This is a follow-up for #1888424: Unify Generator, url(), path aliasing, and url_outbound_alter, and postponed on it.Now that we have all link generation centralized into one of two methods on the...
View ArticleThe password inc change notice is both broken and outdated
The method described in http://drupal.org/node/1850524 is not working because the autoloader won't find the MyPasswordHasher class.It is also outdated because instead of the bundle classes it should...
View ArticleAdd dedicated annotations for Views handlers
In order to better define what it means to be a views handler, we can stop using the generic @Plugin in favor of a specific @ViewsHandler.Handlers are pretty straightforward, and actually don't need...
View ArticlePHP Code and Code Style cleanup.
I assume that we are now in code cleanup phase. I use PhpStorm to find possible bugs and problems in the Drupal 8 core. Normally I will not alter code flow. If I find problems in a file, which I will...
View ArticleConvert TaxonomyTermReferenceItem to extend EntityReferenceItem
Since #1847596: Deprecate Taxonomy term reference field in favor of Entity-reference is not going anywhere, we need another way of grouping reference-like field types together. Let's start with the...
View Article