Views StylePluginBase init unconditionally overwrites rowPlugin instance
While developing a module that extends the External Entities contrib module, I've been working on views support. A view using fields is working fine, but I found that if I selected the option to...
View ArticlePHPDoc issues in composer dir
Hello, running:phpcs --standard=Drupal,DrupalPractice,PHPCompatibility --extensions=php composerreports few issues with phpdoc comments as are currently set via the PHP_CodeSniffer rules.To not fix an...
View ArticleDateList and date range inline form errors are repeated
With Inline Form Errors module enabled errors on datetime render (form) elements are repeated. The error should just be thrown once. Or if there is an specific error for one of the input/selects it...
View ArticleValidate alternate domain for oEmbed iFrame
Problem/MotivationThis is issue is spun off from UX team feedback on #2831944-203: Implement media source plugin for remote video via oEmbed.For security reasons, the oEmbed system uses an iframe to...
View ArticleCheck ownership of startpage when user is deleted
If Drupal uses a node as startpage, and an admin deletes that user (ignoring that the user has ownership of nodes) the website has no frontpage and gives an error.I suggest an extra check when a user...
View ArticleEnsure that all field types return TRUE on equals() for the same values
Problem/MotivationThe introduction of hasTranslationChanges() and using it when validating entities introduced some problems with field types that don't return TRUE when they should.Before that, it was...
View ArticleThe latest_revision ViewsFilter has poor performance
Problem/MotivationThis issue is in relation to https://www.drupal.org/project/drupal/issues/2865579 and the removal of the revision tracker table in favor of a simple SQL query to return latest...
View ArticleDefault text formats are not saved properly without accompanying values
Problem/MotivationWhen settings the default value for a "Text (formatted)" field (either as a textfield, textarea, or textarea with summary), if you only set the default format, the result is not...
View ArticleUpdate coder to 8.3.7
Problem/MotivationUpdate drupal/coder to the latest version.Includes PHP 7.4 supportBugfixes#2958175: Add rule to prevent direct usage of $_GET, $_POST, $_REQUEST and $_FILES in Drupal 8Proposed...
View ArticleProgress throbber position is incorrect.
Problem/Motivation Progress throbber position and styling are incorrect while viewing in table display as compared with other displays.Steps to replicate Example: 1. Go to admin/structure/block and...
View ArticleAllow a queue item to be postponed
Problem/MotivationWhen processing a queue, it's common to run into situations where a single item cannot be processed. For example, perhaps an upstream URL is 404'ing, while other URLs in other queue...
View ArticleCorrect secondary tabs size
Problem/MotivationCurrently the Secondary tabs are using the wrong size and spacing, taking too much vertical space:Proposed resolutionCorrect secondary tabs styles according to the design system. Full...
View ArticleConvert appearance-related modules: breakpoint, color, layout_builder,...
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the breakpoint, color, layout_builder, layout_discovery, and field_layout modules.Also the parts of the system...
View ArticleConvert views, views_ui module hook_help() to topic(s)
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the views, views_ui module(s).Proposed resolutionTake the information that is currently in the hook_help module...
View ArticleConvert admin UI-related modules: contextual, help, inline_form_errors,...
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the admin UI-related modules: contextual, help, inline_form_errors, quickedit, settings_tray, shortcut,...
View ArticleConvert basic_auth, hal, jsonapi, rdf, rest, serialization module hook_help()...
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the basic_auth, hal, jsonapi, rdf, rest, and serialization modules.NOTE: What is below is the generic...
View ArticleDisable Auto-populate Registration Form From Browser
Hi ,The issue is after submitting registration form by site users form fields not clear its value so anyone see the major details of the previous user.
View ArticleMove search text processing to a service
Problem/MotivationFollow up to #3075695: Move search_index() and related functions to a service there are a number of text processing/tokenisation functions that can be moved to a service and...
View ArticleClean up code documentation for display of core compatibility ranges for...
Problem/Motivation#3096078: Display core compatibility ranges for available module updates added displaying core compatibility ranges for available module updates. @dww had some followup concerns with...
View ArticleMultiple select element is inappropriately targeted with CSS in settings tray
Problem/MotivationIn #2826722: Add a 'fence' around settings tray with aggressive CSS reset., insufficient testing resulted in multiple select elements being styled in an unusable manner:Proposed...
View Article