Introduce #type 'ckeditor_settings_toolbar'
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalent.
View ArticleIntroduce #type elements for base theme hooks in comment.module
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalentHooks for...
View ArticleChange 'datetime' and 'datelist' element types to 'datetime_form' and...
This is part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalent. No changes here other than matching the #type...
View ArticleIntroduce #type elements for base theme hooks in field.module
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalentHooks for consideration:fieldfield_multiple_value_form
View Article#theme 'file_managed_file' and #type 'managed_file' should have the same name.
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalent. Not sure if I prefer 'file_managed_file' or...
View ArticleIntroduce #type elements for base theme hooks in file.module
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalentHooks for...
View ArticleMove drupal_add_css into hook_library_info() in block module
Follow up of #1987636: Convert block_admin_demo() to a new style controllerAs per #1987636-9: Convert block_admin_demo() to a new style controller+++...
View ArticleMove theme preview adjacent to theme recoloring settings
In /admin/appearance/settings/bartik is it not possible to move the circular colour slider over to the left a bit (and/or make it smaller) and put the site preview on the right hand side instead of...
View ArticleConvert ModuleInfo to CacheCollector and a service
Cache collector is in, let's use it.
View ArticleHow do you set up and run phpunit tests for contrib modules?
I copied the file directory structure and namespacing conventions from Views into my contrib module.PHPUnit is unable to find my tests. I have no idea whether the autoloader is broken or I'm doing...
View ArticleIntroduce hook_entity_prepare() to generalize hook_node_prepare()
Currently hook_node_prepare() is a one-off buried into NodeFormController::prepareEntity(). Let's generalize this approach to make it available to any entity type.Related issues:#1810394: Exploit...
View ArticleCheck for legacy controllers based on the legacy flag, not the callable type
We now have the ability to detect legacy routes directly rather than indirectly. So let's do that.As a side effect, this means that new-style controllers can call functions, not just classed methods....
View ArticleConvert drupal_set_breadcrumb to breadcrumb builder service in comment_reply()
Problem/MotivationAfter #1947536: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service to remove LegacyBreadcrumbBuilder.phpdrupal_set_breadcrumb should be converted to breadcrumb...
View ArticleConvert drupal_set_breadcrumb to breadcrumb builder service in...
Problem/MotivationAfter #1947536: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service to remove LegacyBreadcrumbBuilder.phpdrupal_set_breadcrumb should be converted to breadcrumb...
View ArticleConvert drupal_set_breadcrumb/ViewExecutable::getBreadcrumb() to breadcrumb...
Problem/MotivationAfter #1947536: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service to remove LegacyBreadcrumbBuilder.phpdrupal_set_breadcrumb which is used in...
View Article[meta] Remove drupal_set_breadcrumb and LegacyBreadcrumbBuilder
Problem/MotivationAfter #1947536: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service the breadcrumb system has been converted into a modular service so we don't need...
View ArticleRewrite menu_get_active_breadcrumb()
Problem/MotivationMenuLinkBreadcrumbBuilder is dependent on menu_get_active_breadcrumb()Proposed resolutionRewrite menu_get_active_breadcrumb() into a service.Remaining tasksDiscuss and create a...
View ArticleClean up ForumBreadcrumbBuilder::build()
Problem/Motivation+++ b/core/modules/forum/lib/Drupal/forum/ForumBreadcrumbBuilder.phpundefined@@ -0,0 +1,121 @@+ $node = $item['map'][1];...+ $term = $item['map'][1];Proposed...
View ArticleChange the documentation page link in content_translation module
Please holder to change the reference of https://drupal.org/documentation/modules/translation_entity in content_translation module as reported by @plach at #2024867-13: Rename translation_entity to...
View ArticleAdd "pending" as user status
The D7 core provide two status (blocked and active). I was wondering why new user that are not yet activated by the administrator should be in BLOCKED status (by default). First, the term doesn't suit...
View Article