Convey AJAX progress messages to assistive technology.
Problem/MotivationThe AJAX API has a feature to display a progress message, but it isn't conveyed to assisitive tech like screen readers.'#ajax' => array( 'callback' =>...
View Article[META] Roadmap to stabilize Media Library
Problem/MotivationFor Drupal 8.6, we shipped with an experimental media library that:Provides a nice visual interface for browsing through all the media items in your siteCan be opened from a node form...
View ArticleUnnecessary <strong> element in Classy's form-element template may...
Problem/MotivationThe form-element.html.twig template in Classy wraps inline error messages in a <strong> element.The minor issue is that it makes no sense to denote the whole error message.The...
View Articletarget _blank not working on the view links
Hi Team,In the view target _blank is not working on the back end. I have attached the screenshot for your reference.Thanks, Jabastin.
View ArticleViews List, Display names
It would be great, if on the main Views list where you have: View Name | Machine name | Description | Displays | OperationsThat under displays instead of listing the types of display (block/page...)...
View ArticleAdd a hook_file_stream_wrapper_uri_normalize_alter() hook
Many contrib modules (and core itself) use file_stream_wrapper_uri_normalize() to ensure that a URI is correct. As is, there is no way for a contrib module adding a stream wrapper to add it's own...
View ArticleUnknown column 'lt.i18n_status' in 'field list'
Problem/MotivationWhen testing #2859297: Migrate taxonomy term references for D6 Node translations by running the migration with the UI jhodgdon received this error. See comment #46 of that issue for...
View ArticleLayout template suggestions are not loaded properly
Problem/MotivationLayout discovery doesn't load layout suggestions unless the layout definition is prefixed with layout__ and the template with layout--.This break any existing site using the...
View ArticleDeprecate some of the bootstrap.inc PHP-related constants
Problem/MotivationThis is a follow-up to #2843328: Enforce minimum PHP version in composer dependenciesIn that issue, we learned that it's hard to unit-test against the minimum PHP requirement for...
View ArticleViews placeholder texts are not translatable
Problem/MotivationThe feature to configure placeholder texts in the Views UI was added in [2917594]. However, these placeholders are not translatable because the config schema was set to "string" (not...
View ArticleRe-add the ability to add extra form fields via hook_field_attach_form
Problem/Motivationhook_field_attach_form was apparently lost in the battle in #2095195: Remove deprecated field_attach_form_*(). Ow as @tim.plunkett put it in #2095195-108: Remove deprecated...
View ArticleInject file_system service to \Drupal\Core\Config\FileStorage
Problem/MotivationWhile working on #2620304-19: htaccess functions should be a service discoveredThe FileStorage using deprecated functions drupal_chmod(), drupal_unlink, drupal_rmdir all of them are...
View ArticleCreate FileFieldUploader service that core REST, JSON API and GraphQL can all...
Problem/MotivationCurrently, the REST module's @RestResource=file_upload plugin contains lots of logic that was very carefully developed and tested in #1927648: Allow creation of file entities from...
View ArticleConvert file_create_url() & file_url_transform_relative() to service,...
Problem/Motivationfile_create_url() got no love at all during the D8 cycle.Consequently, it's:still proceduralcalls \Drupal::service()four times, and uses a globalis not unit testableProposed...
View Article[META] Properly replace deprecated function from file.inc in core
file.inc contains functions that are not properly replaced from the core as they are deprecated.drupal_unlink() - #3021434: Properly deprecate drupal_unlink()drupal_chmod() - #3021459: Properly...
View ArticleReplace usages of deprecated constants in file.inc
Follow up to #2244513: Move the unmanaged file APIs to the file_system service (file.inc), we need to replace usages of deprecated constants in file.inc with those on FileSystemInterface.
View ArticleProperly deprecate drupal_unlink()
Replace deprecated drupal_unlink() function calls with unlink() method of the file_system service.
View ArticleMigrate D6 comment type language settings
Problem/MotivationIn #2981392: Comment migration corrupts data with multilingual sites we found out that the comment type language settings are not migrated sensibly when the source content type has...
View ArticleMove file uri/scheme functions from file.inc and FileSystem to...
Problem/MotivationSee #2229865: [meta] Modernize File/StreamWrapper API, we need to move those remaining functions out of file.inc. StreamWrapperManager might be a good place for them, as it is already...
View Article