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

## Description of the bug We needed separate `created` and `updated` notifications for comments on a new Backdrop project. Unfortunately, the current state is that it always gives the "_Your...

type - feature request
status - has pull request
pr - needs work
pr - works for me

## Description of the bug If you use the same test view given in https://github.com/backdrop/backdrop-issues/issues/5882 and just add `Comment: Edit link (Edit link)` link field as shown below: ![Screenshot 2022-12-08...

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

## Description of the bug A views setting page with contextual filters set is giving the notice in title when an _Edit_ link next to _Contextual filter input_ option is...

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

We should explore the option of merging the "Media types" field and the "Available media types" fieldset into a single list of nested checkboxes (collapsed at the top-level MIME type)....

type - task
needs - more feedback

## Description of the bug Reported in the [Backdrop CMS Forum](https://forum.backdropcms.org/forum/1231-update-results-call-undefined-function-fileneedstypeclassification) Quoting: Ran a 1.23.1 update on a local site... after running update.php got this Error alone on screen: Error:...

type - bug report

Release scheduled for Dec 2nd, 2022 1pm - 4pm PT ## Pre-release tasks - [x] Merge commits @quicksketch - [x] Create the next bugfix milestone @jenlampton - [x] Move all...

type - task

What we currently have: ``` comment/comment.module:1479:function comment_access($op, Comment $comment = NULL) { file/file.module:2797:function file_access($op, $file = NULL, $account = NULL) { node/node.module:2667:function node_access($op, $node, $account = NULL) { taxonomy/taxonomy.module:560:function taxonomy_term_access($op,...

type - question

This came up in a Gitter discussion between @laryn and @klonos and it is basically getting https://www.drupal.org/project/better_formats in core. There is a respective D8 core issue: https://www.drupal.org/node/784672 (from where https://www.drupal.org/project/allowed_formats...

type - feature request
status - has pull request
pr - needs work
pr - needs code review
milestone candidate - minor

This is the same as https://www.drupal.org/project/drupal/issues/256287: > It would be useful to be able to document on the site why a certain role exists. The feature is currently provided by...

type - feature request

Recently GitHub Actions switched to require node.js 16: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ We're still on [actions/checkout@v2](https://github.com/backdrop/backdrop/blob/1.x/.github/workflows/phpcs-lint.yml#L30) And that's why we get: ![annotation-nodejs](https://user-images.githubusercontent.com/842066/206151198-7eeb2583-3734-4fe0-9ee6-61aa88df0206.png) Easy to solve: simply switch to actions/checkout@v3.

type - task
status - has pull request
milestone candidate - bug
pr - needs code review