Remove all code/tests to database drivers living in the directory...
Problem/MotivationIn #3129043: Move core database drivers to modules of their own we are moving the core database drivers to their own module. That is great, only in D9 contrib database drivers can...
View ArticleUse RecursiveCallbackFilterIterator instead of the $acceptTests parameter...
Problem/MotivationThere's todo in codebase pointing there It was added because core required PHP < 5.4 before and can't use...
View ArticleAdd Media revision UI
Problem/MotivationMedia entities are revisionable but it's not possible to:view a revisionrevert to a revisiondelete a specific revisionsee a diff of revisions, if the contrib Diff module is...
View ArticleValidatable simple config: introduce ValidatableConfigFormBase, the...
Problem/MotivationFollow-up for the ancient #1921996: Convert system_config_form() to implement FormInterface as a base class.!Extracted from #2164373-16: [META] Untie config validation from form...
View ArticleGet rid of using 'views.settings':skip_cache in ViewsData
Problem/MotivationVIewsData uses 'views.settings':skip_cache in order to skip its caching. This is an additional setting, without the actual need for it otherwise on runtime.Proposed resolutionGet rid...
View ArticleAdd option to have default setting for providing menu link
Problem/MotivationWhen creating a node, you can choose to provide a menu link. It would be nice to have the option to provide a menu link when creating a node by default if desired.Proposed resolutionI...
View Article[Meta] Bug Smash Initiative triage fortnight commencing 2023-07-04
Meta for triage credit, please note: you only need to add a comment for one issue that was triaged and closed, not every one.Remember to add the tag 'Bug Smash Initiative' to issues that are triaged.
View Articlehook_field_views_data_views_data_alter() is missing from views_hook_info()
Problem/Motivationviews_hook_info() does not declare a hook group for hook_field_views_data_views_data_alter().However, all of its implementations in core...
View ArticleDrupal Current theme condition plugin should provide an option to select all...
Problem/MotivationCurrently it is not possible to exclude theme condition from evaluation. Though the select list with themes is not marked as required the user is always bound to select some theme...
View ArticlePost-response task running (destructable services) are actually blocking; add...
Problem/MotivationDrupal core and a number of contributed modules expect to perform operations after the HTTP response is sent to the client, but prior to script termination. Examples are automated...
View ArticleAllow to select reference method in link field type for internal links
Problem/MotivationAs link widget for internal links allows to have entity reference autocomplete, it would be nice to have opportunity to select the reference method the same way as it is possible for...
View ArticleRemove...
Problem/MotivationSee issue title tl;dr Remove \Drupal\Tests\jsonapi\Kernel\JsonapiKernelTestBase::createEntityReferenceField and use...
View ArticleFileSystem::mkdir should handle open_basedir correctly
In settings.php, the private file path is documented with "This directory must be absolute, ...". However, an absolute path does not work when drupal runs on a shared host and access to the parent...
View ArticleMake Views AJAX scroll to top optional
Problem/MotivationViews uses an automatic "scroll to top" behaviour when using AJAX. While it can be useful in some situations (eg. switching to the next page of a long list) in other situations it can...
View ArticleNull is passed to trim() in TermForm::buildEntity() when using an ajax...
Problem/MotivationDeprecated function: trim(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\taxonomy\TermForm->buildEntity()Steps to reproduce1. Add a field that...
View ArticleSet filename as a default value to image 'Alt' &...
It would be nice to have a feature where user uploading an image and default Alt-Text value would get set to the filename. With the default values, users should be able to decide if they want to keep...
View ArticleTheme logo fetchpriority=high
Problem/MotivationPer #3322289-7: Add fetchpriority=high on certain images/oembeds a simple win suggested was to convert core themes' logo to set fetchpriority=high. Let's do it.Steps to...
View Article[Meta, Plan] Pitch-Burgh: Policy based access in core
Problem/MotivationThis is the meta-issue for fulfillment of deliverables for the winning "Pitch-Burgh" proposal shown here. It will be updated as subtasks are identified/completed.Completed tasksGet a...
View Article[Plan] Administration main navigation modernization
Problem/MotivationOur UX research in #3364215: Redesign the toolbar uncovered usability, design, and accessibility problems with the current toolbar. Usability issues for the horizontal...
View ArticleCreate a new component: Tooltip
Anyone wanting to give this a spin can enable the toggletip_test module and go to /toggletip-test/toggletips. It's a test module, so $settings['extension_discovery_scan_tests'] = TRUE; must be...
View Article