backdrop-issues
backdrop-issues copied to clipboard
Issue tracker for Backdrop core.
This is the "sibling" issue of #1131 and part of the #345 meta-issue. Also part of #378. See https://github.com/backdrop/backdrop-issues/issues/2894#issuecomment-435840573 for details/screenshots. The [Field Layout](https://www.drupal.org/documentation/modules/field_layout) experimental module in D8 core seems...
## Description of the need At present, if you have uploaded SVG files to use on site, these show as though the file can't be found:  As a content...
## Description of the bug New Layouts created with the Geary, or Rolph templates won't have a "Main content" block (when the Default layout is set to use the Moscone...
There is one storage class available for `Config` to use: `ConfigFileStorage`. I'd like the option of using a `ConfigDatabaseStorage` class that would save the same data, but in the database...
We have a handful of icons in core that are currently images. We should replace these with an icon font instead. ## Up-sides of using an icon font in core:...
In https://github.com/backdrop/backdrop-issues/issues/6120#issuecomment-1556176959 and https://github.com/backdrop/backdrop-issues/issues/6450#issuecomment-2052092222 @laryn made a request to remove this from schema.inc: https://github.com/backdrop/backdrop/blob/81601e9dfd9f04e8a7182193191cc7b491a7c862/core/includes/database/mysql/schema.inc#L501-L502 ```php // Work-around for MySQL 5.0 bug http://bugs.mysql.com/bug.php?id=11379 return preg_replace('/; InnoDB free:.*$/', '', $comment); ``` Since...
We missed this in #4441: https://github.com/backdrop/backdrop/blob/1.x/core/includes/common.inc#L2806 ```php * ... * attribute names, it is strongly recommended to allow only white-listed names, * ... ```
While working in #6463, I realised that these two functions are identical (even the code in the PR for that issue adds identical code to both functions), with the main...
While working on https://github.com/backdrop-contrib/d2b_migrate/issues/58, I noticed that adding `'#indentation' => 1,` to various form elements would work as expected for all of them, with the exception of a submit button:...
This setting has a long description, which adds to the page "noise" and required scrolling (more obvious on tablet/mobile):  Let's hide it....