Convert image_style_form() to a new form controller
Updated: Comment #0Problem/MotivationImage style form cannot be accessed using the new routing system.Proposed resolutionSwitch old FAPI form to a form controller.Remaining tasksN/AUser interface...
View ArticleAlways make safe_value available
safe_value only appears to be available for certain content types. It is not available for integers or real numbers. While I realize that an unsafe integer or real value cannot be input, there is the...
View ArticleDeprecate entity uri procedural callbacks (uri_callback)
Entity annotation has inherited a reference to the legacy procedural URI callback in uri_callback key. In the same time there we are able to annotate the URI using the links = {"canonical" =...
View ArticleCSS regression on admin/modules: overlapping "Enabled" table header not...
The admin/modules page has table headers whose text overlaps. The left-most column has the word "ENABLED" as its column header, but that is supposed to be invisible text. Instead it is overlapping the...
View ArticleConvert aggregator_form_category to FormInterface
Part of #1971384: [META] Convert page callbacks to controllersAs #15266: Replace aggregator category system with taxonomy has been postponed, we can go ahead with this conversion.
View ArticleDocument the router
If #2044969: Break the old router for contrib is a go then it is now critical to document the router. There is zero documentation as far as I am concerned, the rough overview over at Symfony is...
View Article_menu_navigation_links_rebuild fails when menu_link module is not enabled.
If the menu_link module is not enabled, the following code is run:<?php   // The Menu link module is not available at install time, so we need to   // hardcode the default storage controller....
View ArticleD7 to D8 migrate default_language covertation problem (update.php white screen)
Hi AllI try to migrate my d7 (7.22) site to d8 using latest D8 dev from git repo. (default site language - russian) Prepare steps are folowing: 1. turn off all d7 modules and switch theme to bartik 2....
View ArticleReplace unsafe translated strings from Aggregator module
Follow up for #2042143: [META] Remove disallowed HTML from Core translated stringsProblem/MotivationIn the FeedStorageController.php file there is one string not passing the locale_string_is_safe test...
View ArticleReplace inappropriate translatatable string in...
Follow up for #2042143: [META] Remove disallowed HTML from Core translated stringsProblem/MotivationIn the core/modules/field/field.views.inc file there is one string which doesn't pass the...
View ArticleEntityFormController needs the translation_service injected
We need to inject the string_translation service injected so that we can replace the calls to t() in this class and in all the classes that extend it... eg. EntityNGConfirmFormBase etc...Related...
View ArticleAdd title attributes to buttons for Dragon users
Problem/MotivationDrupal 8 has several buttons or links where the text is visibly hidden and replaced with a small icons. This poses challenges to speech recognition users because they don't know what...
View ArticleChange use_more_always to default to TRUE
As figured out in #1957346: Add some settings on the block display to allow overrides on the block instance configuration the default value of use_more_always should be TRUE, as this safes a full count...
View ArticleEnd with "any" label configuration to improve consistency and localization
Follow up for #2042143: [META] Remove disallowed HTML from Core translated stringsProblem/MotivationAs said in the follow up issue, some strings cannot be translated due to the locale_string_is_safe...
View ArticleUnable to activate content translation in the content type edit form.
When saving the content type for content translation the submit callback that saves the config is not executed. This is due to the fact that the primary submit function is attached to the button and...
View ArticleRender the local tasks as blocks
Similar to breadcrumbs, help text etc. lets convert local tasks to blocks.
View ArticleRender the local actions as blocks
Similar to breadcrumbs, help text etc. lets convert local actions to blocks.
View Articledrupal_render() should check #cache after #type and #pre_render so that...
At the moment it is impossible for elements with a #type to set default cache behaviour because #cache is checked before element_info() is called.This is obviously for speed, we could check #cache a...
View ArticleCache the local action plugins that appear per route
Follow-up to:#1908756: Separate Action Links (MENU_LOCAL_ACTION) from hook_menu()#2031473: Convert menu local actions to plugins so that we can generate dynamic titles and pathsSimilar to: #2032303:...
View ArticleAdmin Toolbar obstructs overlay in Internet Explorer
In Internet Explorer 10 (possibly earlier versions as well), when content is displayed in an overlay the admin toolbars obstruct the top portion of that overlay. In some cases that obstructs key...
View Article