Config schema mechanisms cannot reflect alterable config trees
Problem/MotivationThanks to the awesome work by @vijaycs85 in #1953404: Add config schema to field and instance config entities, we now have a schema for the configuration files for Field API's $field...
View ArticleChange menu_default_node_menu to state.
This is a child task of #1775842: [meta] Convert all variables to state and/or config systems. I think this should be changed to state.
View ArticleDefault tokens for token types
ProblemToken types are objects that cannot just be converted to a particular piece of output automatically. Example: node_tokens() handles node:created tokens, and instead of letting system_tokens()...
View ArticleToken::replace() should document that it accepts any type of callable
Token::replace() accepts a callable in its $options['callback'] parameter: 1) The parameter does not clearly state what the callback should do. 2) The code keeps calling the callback a function, while...
View ArticleRemove variable_get from mymodule_shortcut_admin_default_set in the...
Subtask of #1775842: [meta] Convert all variables to state and/or config systems. Removed the variable_get as as far as I can see the hook just needs to return a string so just showing that should be...
View ArticleExpand render test coverage for #type table
Problem/MotivationSince we have already #80855: Add element #type table and merge tableselect/tabledrag into it and we are #1876712: [meta] Convert form tables in core to new #type 'table' and after...
View ArticleEntering non-existing term as default to taxonomy reference field leads to...
Problem/MotivationSteps to reproduce:After installing site with standard profile, make sure you have default_value:{} in...
View ArticleMake Drupal Core a Dependency of Drupal
Since Drupal's composer.json file is in the root directory (which is far better than it being in the core directory), the question has been raised: Is it acceptable to modify Drupal's composer.json...
View ArticlePlugin factories should not depend on $discovery. ContainerFactory can become...
Follow-up to #1863816: Change notice: Allow plugins to have services injected Goals: - Eliminate the \Drupal::getContainer() in ContainerFactory. - Improve the distribution of responsibilities between...
View ArticleAggregator title links not showing as links
Godaddy Linux Shared Hosting PHP 5.x, Mysql database Chrome Browser Version 26.0.1410.64 mHello, When using a theme with this declaration: W3C//DTD XHTML+RDFa 1.0 The feed item titles do not show as...
View ArticleSeven has weird gap on right side in webkit browsers
I get this in an iPhone simulator on admin/structure/block:echoz explains this as:you're seeing that the blocks table (scroll down) can't reduce in width as narrow as the viewport, and is pushing out...
View ArticleClean up collapse.js
Collapse has a feature detection script that is now in modernizr (we didn't have modernizr when the details patch was committed).It fixes the script dependencies and adds the global Modernizr object to...
View Articledrupal_render() should always return a string.
Currently drupal_render can either return NULL or a string.This can cause hard-to-debug issues with Twig templates and probably in other places too. It also seems to just be adding needless extra...
View ArticleProblem with blog recent posts block in multilingual websites
Hi, I'w working on a multilingual website where the different languages can have separate blog posts, or the same posts, translated. In either case, the recent posts block is unaware of the current...
View ArticleAllow NULL values in Twig templates.
NULL variables being passed to Twig templates lead to exceptions - eg. #1961872: Convert html.tpl.php to Twig, #1843746: Convert views/templates/views-view-field.tpl.php to Twig .NULL variables can...
View ArticleAdd a persistent cache in DatabaseStorageController::getFieldDefinitions()
Among other things, field_info_instances($entity_type) is called on every request right now when getFieldDefinitions() is called. This breaks the design of FieldInfo, which assumes that there are no...
View ArticleClone of view Administration: Nodes, path admin/content/node still goes to...
If I clone the view Administration: Nodes (so as to add a column) and disable the original Administration: Nodes, then everything seems to work okay, except if I go to the path admin/content/node, then...
View ArticleCannot edit views - 'edit' button leads to WSOD (fresh installation).
I'm splitting this from #1972282: 'Missing handler: node created_year_month argument'..This happens to me on a fresh installation:- Only the "Frontpage" view is enabled. - Apply the patch. - Flash...
View Article