Copy link templates to Classy
(First, verify that the preprocess changes have been made. #2322163: [meta] Consensus Banana Phase 1, move CSS classes from preprocess to twig templates.)Copy the Twig templates from the core module's...
View ArticleThemes should not crash when .info file appears inside node_modules
Using Grunt or Gulp is becoming a standard practice in Drupal theming. Both these approaches tend to install node js modules into a theme's folder to automate front-end tasks. After using $npm install,...
View ArticleCannot create user entities - {"error":"Access denied on...
Problem/MotivationWorking on #2291055: Creation of entity type user without credential is not working (Create a Resource for user registration) I have detected that I cannot create user entities. When...
View ArticleStop auto-creating FieldItems on mere reading of $entity->field[N]
Helper issue: #2353411: Helper issue for #2164601 - stop auto-creating FieldItems Sandbox branch: 2164601-list_auto_create in http://cgit.drupalcode.org/sandbox-yched-1736366Problem/MotivationJust...
View ArticleClean up "layout" CSS in Bartik
Problem/MotivationAccording to Drupal's CSS Standards...Layout — macro arrangement of a web page, including any grid systems.Therefore layout.css should only contain the basic page layout "grid" styles...
View Article[policy, no patch] Determine format for commit credit for...
Problem/Motivation#2288727: [meta] Provide credit to organizations / customers who contribute to Drupal issues aims to provide commit credit to organizations. Proposed resolutionChange the commit...
View ArticleClean up BlockPluginId
Problem/MotivationVia chx:Note that the createInstance method call could be migrated into create. Could be because the whole thing is totally unnecessary and a separate issue should be filed to remove...
View ArticleLet config entity methods be tested on ViewUI
Problem/MotivationFrom #2341357-79: Views entity area config is not deployable and missing dependencies point 9. Per @dawehner, rather than skipping these methods in ViewUI test, they should just be...
View ArticleAdd the ability to include a library directly from a template file
Problem/MotivationStealing this idea from dawehner!We are now using libraries for all CSS and JS. To add any of these libraries in a theme, they either have to be added site-wide or a theme needs to...
View ArticlePHP's FILTER_VALIDATE_EMAIL rejects valid email addresses
FILTER_VALIDATE_EMAIL disallows a number of potentially existing email addresses.This includes valid examples such as: - mesut@özil.de (valid IMA) - mesut.özil@arsenal.com (valid IMA) - инфо@кто.рф...
View ArticleConsider CommentManagerInterface::addDefaultField() as deprecated and remove...
Beta phase evaluationReference: https://www.drupal.org/core/beta-changesIssue categoryTask because simplifies code introduced in 8.x...Issue priorityNormal because planned clean-upPrioritized...
View ArticleRoute names should have some kind of logical relationship to their canonical...
ProblemHere are some route names in Drupal 8 right now (taken from the Node module as an example) and their corresponding paths:node.add_page: path: '/node/add'node.add: path:...
View ArticleSeparate MIME type mapping from ExtensionMimeTypeGuesser
Problem/MotivationWith #1921558: Convert file_get_mimetype() to use Symfony MimeTypeGuessers, the function file_mimetype_mapping() was removed. The mapping was placed as a protected property of the...
View ArticleRe-process the user-entered-paths for custom menu links when there is a menu...
Follow-up to #2406749: Use a link field for custom menu linkProblem/MotivationIn the prior issue we are storing the user input by using a link field. The link field itself just has a URI, title and...
View ArticleD6->D8 migration: User role based block visibility settings not migrated...
Problem/MotivationWhen a D6 block with role-based visibility settings is migrated, the roles selected in the "Show blocks for specific roles" settings are not properly migrated. Currently, when a block...
View ArticleUse entity: in menu_ui_node_save() instead of 'link' =>...
Problem/MotivationFollow-up to #2406749-56: Use a link field for custom menu link// Create a new menu_link_content entity. $entity = entity_create('menu_link_content', array( 'title'...
View ArticleBlocks are invisible while selecting content types
steps to reproduce the bug : 1 - Move to admin->structure->block. 2 - Click on any block example Who's new block. 3 - In settings page checked Content types as Basic Page. 4 - select any region...
View ArticleFollow-up: Applying entity schema updates still fails when both field and...
When you install a module that changes the field storage definitions and also change the entity type definitions (I do this with Multiversion module), the update process fails with these...
View ArticleSearch specific tags are not available and hook_query_TAG_alter hooks are not...
Problem/MotivationIn node_search_execute() there is this:<?php$query = db_select('search_index', 'i', array('target'=> 'slave'))->extend('SearchQuery')->extend('PagerDefault');?>So there...
View Article