Add weight field to node type and sorting for admin/structure/types
This as a follow-up task for #1009982: node/add page misses content types when menu links are moved or disabled
View ArticleD7 Backport: Links with "@" are converted into email addresses even...
Problem/MotivationCreating this issue so we can backport @douggreen's d7 patch from https://www.drupal.org/project/drupal/issues/2016739#comment-14807613.
View Articlesystem.mail.inc: strpos(): Passing null to parameter #1 ($haystack) of type...
When running on CLI (for example with Drush), $_SERVER['SERVER_SOFTWARE'] is not set.When, for example, a standard system mail is sent during the command execution, the mail() function in...
View Articlefile_validate_image_resolution() doesn't recalculate the image...
Function file_validate_image_resolution() can receive $maximum_dimensions and/or $minimum_dimensions restrictions.When both ($maximum_dimensions and $minimum_dimensions) are sent, it calculates the...
View Article[meta] Priorities for 2023-12-06 release of Drupal 7
Assorted todo lists carried over from #3325849: [meta] Priorities for 2023-06-07 release of Drupal 7.These are not necessarily in priority order.Top priorities#3378257: harden D7 against PHP Gadget...
View ArticleEntity view/form mode formatter/widget settings have no translation UI
Problem/MotivationAdd missing configuration translation interface.There are several pieces of information from the Entity/Field system, which may include translatable strings, but which prior to this...
View ArticleLogic error in Html::transformRootRelativeUrlsToAbsolute()
Problem/MotivationLogic error: In Drupal\Component\Utility\Html, the transformRootRelativeUrlsToAbsolute() function tries to operate on any srcset attributes in its input every time it checks for every...
View ArticleHow to keep the menu open when it goes to mobile version ?
I am using the olivero theme. I want when the navigation bar switches to mobile mode, the main menu is unfolded by default, like in the screenshot.How can I do this properly ?
View ArticleBroken aria-labelledby IDREF in book navigation
Problem/MotivationIn the book module navigation, the nav element has an aria-labelledby attribute, but the target for the reference doesn't exist. This means the navigation landmark has no accessible...
View ArticleOverwriting file-cached keys on Windows results in an access denied error
This is most easily reproduced by running PhpBackendUnitTest, which fails on Windows resulting in a error similar...
View ArticleViews viewsScrollTop (ScrollTopCommand AJAX command) doesn't work inside...
Problem/MotivationWhen we use ScrollTopCommand AJAX command for elements inside Drupal Off canvas dialogs - the function Drupal.AjaxCommands.prototype.viewsScrollTop doesn't work well when the main...
View ArticleDrupal Usability Meeting 2023-08-18
This meeting takes place every Friday at 14:00 UTC (currently 7:00am PT, 10:00am ET). See Time.is to see what that is in your timezone.The meetings are held using Zoom, and a link is posted in the #ux...
View ArticleRename $op with BC usage in update.php
Problem/MotivationFollow-up to #3353545-26: Rename $op to $operation argumentsThe script /update.php using \Drupal\Core\Update\UpdateKernel::setupRequestMatch() to provide $op operation for...
View Article[meta] Remove the last $op params from our hooks
META ISSUEmotivationWe removed a lot of $op params, but we left some in.proposed resolutionWe should remove them(#1 says done)...
View ArticleNewline character in HtmlTag causes unwanted whitespace
A '\n' (newline) character is included at the end of every tag output by theme_html_tag(). This causes extra whitespace that may not always be desired. One specific example is for use with sprite icons...
View Article[META] Make Drupal 10/11 compatible with PHP 8.3
Problem/MotivationPHP 8.3 alpha1 is released and already brought some deprecations Release schedule is https://wiki.php.net/todo/php83Proposed resolutionFile new child issue for every deprecation...
View Article[random test failure] CronRunTest::testAutomatedCron
Problem/MotivationDrupal\Tests\system\Functional\System\CronRunTest fail: [Other] Line 0 of sites/default/files/simpletest/phpunit-1102.xml: PHPUnit Test failed to complete; Error: PHPUnit 9.6.8 by...
View ArticleEnsure views Translate tabs are visible when editing
Problem/MotivationOn a multilingual Drupal site, the "Translate" tab for views is quite hidden and only visible on /admin/structure/views/view/myview. However, most editing is done on...
View ArticleShow views original language on edit form
Problem/MotivationOn the views ui edit page you can't see the original language of the current view you're editing! This is a huge problem as all labels have to be entered in that language. Very often...
View ArticleJavaScript Messages API cannot remove message from backend
Problem/Motivation`Drupal.Message.remove()` & `Drupal.Message.clear()` cannot remove messages from backend since all backend messages missing the `[data-drupal-message-id]` attribute.Steps to...
View Article