Use a modal for config entity delete operation links
Update entity delete operation links to use a modal by default, as delete forms are simple confirm forms in 99.99% of all cases (that 0.01% is just so nobody can tell me I forgot anyone :-P )
View ArticleConvert AJAX part of \Drupal\field\Tests\NestedFormTest::testNestedFieldForm...
Problem/MotivationdrupalPostAjaxForm() is simulating the behaviour of ajax.js, so using it, doesn't really provide fundamental guarantees.#2809161: Convert Javascript/AJAX testing to use...
View ArticleConvert AJAX part of \Drupal\system\Tests\Ajax\AjaxFormCacheTest to...
Problem/MotivationdrupalPostAjaxForm() is simulating the behaviour of ajax.js, so using it, doesn't really provide fundamental guarantees.#2809161: Convert Javascript/AJAX testing to use...
View ArticleConvert AJAX part of \Drupal\field\Tests\Number\NumberFieldTest to...
Problem/MotivationdrupalPostAjaxForm() is simulating the behaviour of ajax.js, so using it, doesn't really provide fundamental guarantees.#2809161: Convert Javascript/AJAX testing to use...
View ArticleConvert AJAX part of \Drupal\system\Tests\Ajax\AjaxInGroupTest to...
Problem/MotivationdrupalPostAjaxForm() is simulating the behaviour of ajax.js, so using it, doesn't really provide fundamental guarantees.#2809161: Convert Javascript/AJAX testing to use...
View Articlelabel visibility for exposed numeric and date filter when using single and...
Problem/MotivationWhen exposing a views filter on a numeric or date field the labels shown are missing or not placed in a logical order. Also there is no containing span to group operator and input...
View ArticleReplace Loose comparison by Strict comparison in aggregator module
See #1530652: [META] Switch from == to === to prevent mistakes and make brute force password attacks harderProvide 2 patchs, one without modifications on tests for tests only, one with modifications on...
View Article[regression] Table Drag handles no longer respond to up/down arrow keys
Problem/MotivationThe table drag handles are no longer keyboard-accessible. These are used in many places in the content-authoring and site-building UIs.When table drag handles have focus, the up/down...
View ArticleKeyboard focus should move inside the place-block dialog when opened.
Problem/MotivationWhen a keyboard user operates a "place block" button on the block layout page (admin/structure/block) a modal dialog presents the available blocks, but the keyboard focus does not...
View ArticleMore links pointing to custom URLs don't respect entered fragments and...
I have a few blocks that have more links that point to URL's other than View pages. I've previously used the Footer section to provide these links, but thought it might be easier if I could enter a...
View ArticleRemove unused function statistics_title_list
Since #1446932: Improve statistics performance by adding a swappable backend was committed statistics_title_list function is not used anymore.It's specific use was to generate a query to pass into...
View ArticleFilter "Convert URLs into links" doesn't support multilingual...
Hello,I have a problem with the "Convert URLs into links" filter in drupal 7:I have this filter activated for the "Full HTML" text format. If I create a new page and enter a URL with special characters...
View ArticleAllow the email element type to use strict validation
Problem/MotivationRan into an issue where ses was rejecting emails due to malformed addresses. Currently the validation library used by core (egulias/email-validator) has a "strict" flag which is...
View ArticleReplace all calls to db_query, which is deprecated
See #2848161: [meta] Replace calls to deprecated db_*() wrappers.Replace all usages of db_query in core, except in code that is testing db_query.Script to do the majority of the work# ToDo: Write...
View ArticleFix Drupal.Commenting.FunctionComment.IncorrectTypeHint and...
This is a part of the attempt to fix #2572645: [plan] Fix 'Drupal.Commenting.FunctionComment' coding standardThis issue is created to tackle the...
View ArticleInclude !severity in logged events by syslog (Backport to D7)
Problem/MotivationCurrently it is not possible to include !severity as part of the logged message by syslog. This information is available to be logged, but there is no !severity placeholder.Proposed...
View ArticleRefactor and document the MenuLinkParent process plugin
Add API documentation to the MenuLinkParent process plugin.
View ArticleMulti level (multirow) header for table FAPI element
Problem/MotivationDrupal's theme system does not support tables with more than one row of table headers. Browsers support rendering multiple table headers and it can be useful for grouping/hierarchies...
View ArticleOriginal language of entities not accessible in views anymore
Problem/MotivationExecutive summaryThere are several language-related fields/filters available for translated entities in Views.They have somewhat confusing names/descriptions, and the Original...
View ArticleDocument special 'title' key used for Tableselect checkbox labels
Problem/MotivationFollow-up to #2972365: Unlabelled checkboxes for selecting bundles in workflow edit form, where documentation would have helped.For accessibility, it's important that the checkboxes...
View Article