Add option for visually-hidden block titles
Problem/MotivationBlock titles can currently be displayed or hidden by site-builders. When hidden, the heading element is omitted from the HTML entirely. Hiding titles might be desirable for a visual...
View ArticleFind possible random errors in Media's JavaScript tests
This issue is spun off from #2831274-390: Bring Media entity module to core as Media module, specifically this point of review:there's new code to wait for stuff that's not being used. This might mean...
View ArticleRemove "Display author and date information" in Display Settings in...
Problem/MotivationCleanup the content management user experience. The management of the visibility of the author and date information is living in the content type configuration page instead of the...
View ArticleRename one of the two Media pages
Problem/MotivationThe Media module provides two pages that are both titled "Media": the list of Media items under content, and the list of Media types. This is listed as "Media types" in the admin...
View ArticleIntroduce a submit confirmation step modal to Form API for usability
Problem There is currently no standard (and easy) way in Drupal's Form API to allow for a user friendly form submission confirmation step.We have ConfirmFormBase which can be used as a separate form...
View ArticleMigrate Drupal 7 entity translation data to Drupal 8
Is there an upgrade path planed or will users stand in the rain / stuck like in some past i18n upgrades? I'd like to know if there will be an automatic process or if everyone need to develop upgrades...
View ArticleConvert the comments administration screen to a view
Updated #321Problem/MotivationPart of #1823450: [Meta] Convert core listings to Views. This also helps solve problems for #1978904: Convert comment_admin() to a Controller and #1946348: Convert all of...
View ArticleAdd trigger_error to deprecated TestBase classes that have none and add a...
Follow-up to #2757023-34: Convert all aggregator web tests to BrowserTestBaseProblem/MotivationAdd trigger_error to deprecated TestBase classes that have none and add a reference to the relevant...
View ArticleBreak BrowserTestBase & children dependency on Simpletest, deprecate stub...
Problem/MotivationBrowserTestBase tests have dependencies on simpletest module from traits living in simpletest to test files/fixtures and, probably, others. As BTB is a core component it cannot depend...
View ArticleCreate file field widget on top of media entity
Problem/MotivationWhen #2831274: Bring Media entity module to core as Media module lands we'll have new entity type for multi-media assets and after #2831936: Add "File" MediaSource plugin we'll have...
View ArticleInconsistent user interface with focusing fields
The URL http://www.example.com/user/login will display a page, where the email address is focused. However http://www.example.com/user/register does not focus the email...
View ArticleLogical conflict between config value and UI string
Problem/MotivationSteps to reproduce:Replace the default value in "Name" field of Anonymous users on /admin/config/people/accounts page, submit the form.Go to the "Edit menu Main Navigation" page on...
View ArticleIgnore Diff component files in phpcs coding standards
Problem/MotivationThe DiffEngine class is an external library that we use so it shouldn't have to meet our coding standards. Proposed resolutionIgnore the DiffEngine class in the coding standards...
View ArticleContextual filter issues while passing multiple taxonomy selections from...
I am having trouble with the proper configuration of passing multiple taxonomy term selections through a page (which calls a view) and uses contextual filters to display only nodes that have, in this...
View Article[regression] Some ajax-enabled buttons are not keyboard operable
Problem/MotivationSome ajax-enabled buttons are no longer keyboard accessible:Field UI - the widget and formatter settings buttons on manage display + manage form display tabsImage field widgets - the...
View ArticleAllow setting a different PhantomJs host
It is currently not possible to run the JavaScript tests with PhantomJs running on a different host and/or with a different port. This breaks testing in a setup with multiple Docker containers for...
View ArticleEntityResource: Provide comprehensive test coverage for ResponsiveImageStyle...
Problem/MotivationPlease refer the problem/motivation section of #2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every methodProposed resolutionWrite...
View ArticlePHP Fatal error: Call to undefined function twig_template_get_attributes()
Problem/MotivationI keep getting this error when executing cron:PHP Fatal error: Call to undefined function twig_template_get_attributes() in...
View ArticleCSS indented with 4 spaces should be 2 spaces
Problem/Motivation#2815831: Move Off-canvas related CSS from drupal.outside_in library to drupal.off_canvas recently went in and added two CSS files with incorrect indents. While searching, found a few...
View ArticleReplace documentation and string references to drupal_render()
Problem/MotivationFollowup from #2704871: Replace usages of deprecated method drupal_render(). That issue replaces the core usages of the deprecated drupal_render() function, but does not yet update...
View Article