backdrop-issues
backdrop-issues copied to clipboard
Issue tracker for Backdrop core.
## Description of the bug If you have two views with the same URL path, you get the following message on certain pages: > Notice: Array to string conversion in...
Today's Drupal security release included a vulnerability in the D8 Editor module: https://www.drupal.org/SA-2017-001. In checking if we were affected by this issue, it has been determined that we are not...
## Description of the need The database log report at admin/reports/dblog limits the log message length to 56 characters before truncation. This is inadequate for my use case and window...
## Description of the bug Stats update function for node comments does not work if the `node_comment_statistics` table is missing respective records. ## Steps To Reproduce Encountered this issue when...
## Description of the bug I'm noticing a broken View after an upgrade from D7. It seems that the handler for vocabulary names changed without a backwards compatible fix (I'm...
Checking available updates results in: "Failed to get available update data" Logs report: HTTP request to https://updates.backdropcms.org/release-history/[LISTS_MODULE_OR_CORE]failed with error: Error opening socket ssl://updates.backdropcms.org:443. On two local BD versions of the...
[`image_gd_get_info()`](https://docs.backdropcms.org/api/backdrop/core%21modules%21system%21image.gd.inc/function/image_gd_get_info/1) hard-codes an array to get the image extension from the image type. ```php $extensions = array('1' => 'gif', '2' => 'jpg', '3' => 'png'); if (defined('IMAGETYPE_WEBP')) { $gd_info =...
## Description of the need An enhanced level of flexibility in how float-values are displayed is needed. This is a [modified] snip from the admin page of my site at...
Backdrop allows the use of UTF8-MB4 database encoding (which allows for the use of Asian characters and emojis). This feature is documented online [at this page](https://docs.backdropcms.org/documentation/database-configuration#utf8mb4). It would be great...
## Description of the bug Using PHP 8.1, when adding a file to a node and then editing that node with the file on, a deprecation notice appears if set...