backdrop-issues
backdrop-issues copied to clipboard
Issue tracker for Backdrop core.
## 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...
## 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:  Quoting: Ran a 1.23.1 update on a local site... after running update.php got this Error alone on screen: Error:...
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...
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,...
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...
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...
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:  Easy to solve: simply switch to actions/checkout@v3.