Add path alias to user edit
Problem/MotivationProposed resolutionRemaining tasksUser interface changesAPI changesOriginal report by @catchIf you want to change the path alias for a user, you have to first find the user and their...
View ArticleFix spelling for words used once, beginning with 'j' ->...
Problem/MotivationLimit this to one line easy fixes, avoid any possible controversy, or any change that would better fit with other words, such as doing chien and chiens in the same patch. The list of...
View ArticleCreate user/edit menu path to edit the current user's account
In some cases, you do not know a user's account ID, but you want them to edit their user account. Having user/edit setup to edit the currently logged in user's account would help with sending users to...
View ArticleUpdate the module descriptions on the Extend page to fit the Help texts
Problem/MotivationThis is a subset of the descriptions originally included in #2570985: Update the module descriptions on the Extend page to make the review easier.The description of a module on the...
View ArticleSource code disclosure with /core/scripts/transliteration_data.php.txt
Problem/MotivationDrupal core is being shipped with a set of scripts. One particular is transliteration_data.php.txt (added in #2097587: Follow-up: Add transliteration data maintenance script to...
View Articleimplode(): Argument #1 ($pieces) must be of type array, string given in...
Problem/MotivationAfter migration from PHP 7.4 to PHP 8.0, and trying to write a Comment, we get this error: TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in implode()...
View ArticleYAML error after update
Hello, after manually updating from 9.3.3. to 9.4.8 I get this error and can't find any solution, help would be greatly appreciated. Many thanksPHP 8.0.25, SQL 10.5.15-MariaDB-0+deb11u1-logThe website...
View Articletab_root_map and tab_parent_map notices undefined in _menu_translate()
things done: 1. put site in maintenance mode 2. copied all drupal files thru ftp (except the sites folder) 3. run update.phpafter I went to front page, these error showed upNotice: Undefined variable:...
View ArticleAdd type declaration to Html::escape(), ::decodeEntities(), and...
Html::escape() and FormattableMarkup::placeholderEscape() needs a type declaration to prevent it from passing invalid values to htmlspecialchars(). This can only be done in Drupal 10 since it requires...
View Articlearray_filter() expects parameter 1 to be array, null given...
Problem/MotivationWhile migration field instances: $ drush migrate-import upgrade_d7_field_instance [warning] array_filter() expects parameter 1 to be array, null given FieldInstanceSettings.php:47...
View ArticleViews relationships with multi-valued entity reference fields invalidate...
When creating a view with a relationship to an entity reference field (to join the referred-to entity in the query), duplicates will be produced if the entity reference field is multi-valued (i.e....
View ArticleMultiple issues when PostgreSQL is used with non-public schema
Problem/MotivationDrupal works only on PostgreSQL when it is installed on the default schema called "public". Drupal should also work on other schemas.Proposed resolutionChange the hardcoded schema...
View ArticleDeprecate theme_get_setting()
Currently blocked on:#3015812: Introduce new Theme extension object and properly deprecate REGIONS_VISIBLE and REGIONS_ALLProblem/MotivationReason #2999721: [META] Deprecate the legacy include files...
View ArticleReplace 'textfield' with 'text' globally
This issue summary has been updated March 9, 2013This issue began in 2009, following a discussion between David Straus and chx, chx asked for a global change of the word 'textfield' with the word...
View ArticleTaxonomy Index for unpublished entities
Problem/MotivationProposed change will update the taxonomy index for unpublished entities. Example use case is where editors manipulate the taxonomy terms of unpublished nodes to be used by a view that...
View ArticleTwig debug output does not display all suggestions when an array of theme...
Updated: Comment #206Problem/MotivationTwig debugging output is supposed to show all template suggestions. Currently, the debug output does not show all the template suggestions that the Drupal render...
View ArticleMove DateTimeItem and DateRangeItem constants onto interfaces.
Problem/MotivationDateTimeItem and DateRangeItem both have class constants. These should be on interfaces.Proposed resolution - Move the DateTimeItem constants onto DateTimeItemInterface as-is. -...
View ArticleIntroduce a token to get site's base URL
Problem/MotivationWe currently have a token [site:url]. The URL of the site's front page. The language prefix is added if the page is multilingual (e.g. http://www.example.com/pl).In many cases a...
View ArticleAllow section storages to be loaded via routing without loading from the...
Problem/MotivationWhen given the section storage in tempstore it is very difficult (almost impossible) to retrieve the raw section storage underneath.Currently, the only param converter provided does...
View ArticleNode revision view page title no longer displays custom title with date
Problem/MotivationDiscovered this as a part of reviewing #2730631-107: Upcast node and node_revision parameters of node revision routes, where use of a removed function did not expose lack of...
View Article