backdrop-issues icon indicating copy to clipboard operation
backdrop-issues copied to clipboard

Issue tracker for Backdrop core.

Results 490 backdrop-issues issues
Sort by recently updated
recently updated
newest added

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...

type - feature request
status - has pull request
pr - needs work
needs - more feedback
needs - automated tests

## 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: ![image](https://user-images.githubusercontent.com/20357797/158149670-fb088e45-55ac-4096-a02d-5e36f36e39e1.png) As a content...

type - feature request
status - has pull request
pr - needs work
needs - automated tests

## 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...

type - bug report
status - has pull request
pr - needs testing
pr - needs code review

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...

type - feature request
status - has pull request
needs - change record
pr - needs work

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:...

type - feature request
design
pr - needs testing
needs - more feedback
pr - needs code review

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...

type - task
needs - change record

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, * ... ```

type - task
status - has pull request
type - documentation
pr - needs code review

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...

type - task

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:...

type - bug report
status - has pull request
pr - needs testing
pr - needs code review

This setting has a long description, which adds to the page "noise" and required scrolling (more obvious on tablet/mobile): ![screen shot 2018-06-16 at 9 39 19 am](https://user-images.githubusercontent.com/2423362/41493318-586b764e-7149-11e8-8261-d053dbc007a4.png) Let's hide it....

type - task
status - has pull request
pr - ready to be committed
milestone candidate - bug
pr - works for me