Prevent people from using invalid route parameters
Let's inform people if they have a problematic route variable.
View ArticleAdd a parameters property to menu links
Currently menu links are basically point to a certain path, but in a world, in which drupal could alter its own internal paths, we should rather store the route names and the parameters which together...
View ArticleTest contextual links feature of page displays
Currently you can configure page displays to provide itself not only as local task/local action but also as contextual link.As #2040379: Define contextual entity operations through annotation; remove...
View ArticleSettle naming around "Field" classes
There has been a lot of uncertainty (understatement) about terminology in EntityNG / Field API, mostly because the word/class "Field" is being used: - in EntityNG, to point to the objects holding...
View Article#AHAH not worked for elements inside content created by #AHAH
Based on this documentation: https://drupal.org/node/331941 For example we have table with rows of fields which are have #ahah handler, and have 'Add new' #ahah button to create new rows. The bug is...
View ArticleFix block configuration default local task to use block_admin_edit route
Problem/Motivation#1981144: Convert block_admin_edit() in block.admin.inc to the new form interface converted the block configuration page callback to a controller for the normal menu item, but the...
View ArticleForums listed past 1st page don't show up
Hi,When I go to:Home » Administration » Structure >> Forums a list of the forums comes up. I scroll down the list but they aren't there. At the bottom of the page, there is:1 2 next › last » When...
View Articleentity_keys seem to be largely ignored
Problem/MotivationI'm in the process of porting the Search API module to D8 and just tried to create a new config entity type, for search indexes (see here). As you can see, I renamed all entity keys,...
View ArticleExpand phpunit tests for \Drupal\Component\Plugin classes
Task to add additional test coverage for the various classes in \Drupal\Component\Plugin. Also, the current tests are in the core directory, which may mean they are intertwined with core overrides....
View ArticleDetermine how to deal with field types used in base fields in core entities
The whole point of#1969728: Change notice: Implement Field API "field types" as TypedData Plugins,#1950632: Change notice: Create a FieldDefinitionInterface and use it for formatters and widgets, and...
View ArticleA resource's self _link should be the requested resource URI, not some other URI
If I've set everything up correctly, I'm detecting in the example given at an invalid use of the self link in our current implementation of HAL. Specifcally, the self link should be the resource URI as...
View Article[META] Clean up, add consistency, fix dependencies for Localized Date Formats
The problemDate format localization is currently handled by the system module, which provides its own UI not consistent with the rest of the localization system and requires features -config...
View ArticleMissing .once() names in views JS
There are two calls with "unnamed" once(). When it's processed we end up with "jquery-once-1-processed" in the DOM and when you have lots of other JS you don't know what it's...
View Article(Alternate patch) Convert locale_translate_english variable to CMI
This is an alternate patch for #1998088: Convert locale_translate_english variable to CMIInstead of just adding a setting for 'locale_translate_english' we keep a list of translatable languages in...
View Article#markup" calls to use it">[META] Add #render_function property to drupal_render() and convert #type...
Problem/Motivation* #type elements can be integrated with #theme but in the usual case we want to render them fast internally (e.g. links). * #type elements add #pre_render => '...' in...
View ArticleIntroduce theme_info() call, deprecate theme() and have theme_info() just...
Postponed on #2052253: [META] Add #render_function property to drupal_render() and convert #type "#pre_render -> #markup" calls to use it.Also the #theme_info part might not be compatible with...
View ArticleHelper issue for [#2051923]
Helper issue for #2051923: Settle naming around "Field" classes
View ArticleMove search block form to new drupal 8 standard
Disclaimer: This is my first attempt at contributing to core, so this issue may be a duplication or in the wrong place, but I'm going to give it a go.Having just learnt about the new drupal 8 way of...
View ArticleAll elements added to the Request attributes should have a _ prepended unless...
Problem:Any developer may add an arbitrary {foo} element to the path and expect the raw or upcast value in the request attributes. However, Drupal core is currently putting may elements into attributes...
View Article[META] Rename Views properties to core standards
Similar to #1856630: [Change notice] [META] Rename Views methods to core standardsUpdated: Comment #0Problem/MotivationCurrently, many Views property names use underscores rather than...
View Article