Convert toolbar_subtrees_jsonp() to a Controller
Convert this page callback to a new-style Controller, using the instructions on WSCCI Conversion Guide.
View ArticleConvert simpletest_result_form to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert forum_form_main() to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert translation_node_overview() to a Controller
Convert the page callback translation_node_overview() to a new-style Controller, using the instructions on WSCCI Conversion Guide.
View ArticleConvert tour_test_1() to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert help_main() to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert help_page() to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert views_test_data_element_form() to a Controller
Convert the form builder "views_test_data_element_form" to a new-style Controller, using the instructions in the WSCCI Conversion Guide.@see views_test_data_menu() in...
View ArticleConvert views_ajax() to a Controller
Convert the page callback "views_ajax" to a new-style Controller, using the instructions in the WSCCI Conversion Guide.@see views_menu() in core/modules/views/views.module
View ArticleConvert views_ajax_autocomplete_taxonomy() to a Controller
Convert the page callback "views_ajax_autocomplete_taxonomy" to a new-style Controller, using the instructions in the WSCCI Conversion Guide.@see views_menu() in core/modules/views/views.module
View ArticleConvert xmlrpc_server_page() to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleEntityNG instantiation is slow and maybe called needlessly in some places
In #1744302-11: [meta] Resolve known performance regressions in Drupal 8, I found a huge performance regression from 7.x to 8.x for the front page with no content. Per the following comment in that...
View ArticleActive trail for pages with multiple menu items should not prefer a disabled...
When multiple menu items point to the same page, the active trail is selected from the higher-preference menu, even if the item in that menu is disabled. Consider two menus:Navigation- Nav Page One...
View Article[meta] Profile Twig to understand and mitigate performance implications
Technically, this is postponed on #1757550: [meta] Convert core theme functions and templates to Twig, but hopefully we could get a good start well before then.But we need to understand the performance...
View ArticleAutomatically populate uid on POST requests
Problem/MotivationCurrently, if a JSON object is posted with just the type and title set, it fails if comment module is turned on because comment is looking for $node->uid. It should be possible to...
View ArticleAdd static caching to Twig_Environment::getTemplateClass()
Found while profiling #1843746-46: Convert views/templates/views-view-field.tpl.php to Twig - this method gets called quite a bit when the same template is used multiple times in a request.Patch coming...
View ArticleBartik broken in RTL
ProblemContent has a margin on the right proper, but right floated sidebar container will not appear on the right, upsetting the whole page structure.AttachmentSizeStatusTest...
View ArticleSend test email
It would be helpful to have "Send test email" somewhere in administration for quick email debugging.Currently one have to create fake user with unused email, write custom test module or install some...
View ArticleAdd active class to links via js instead of directly in l()
Part of #1830598: [meta] support render caching properly.The active class added by l() means that any content rendered with an l() call in it can only be cached per page - otherwise the .active class...
View ArticleMENU_DEFAULT_LOCAL_TASK with tab_parent pointing to different path does not...
I have noticed that if I define tabs (MENU_DEFAULT_LOCAL_TASK and MENU_LOCAL_TASK) using totally paths that are not sub-paths of the parent path, then the tabs don't inherit the access callback or the...
View Article