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

Issue tracker for Backdrop core.

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

Follow-up to #1077... It would be great if the respective fields for `node_nid`, `user_uid`, `file_fid` and `taxonomy_term_tid` would be able to do auto-complete search and offer pretty entity names to...

type - feature request

This is the same feature as https://www.drupal.org/node/1959806 which was added in Drupal core 8.0.x, and it would be a great DX+ for custom and contrib modules. We also have at...

type - feature request

## Description of the bug Getting this Warning when adding a redirect to my fresh backdrop site. The redirect works perfectly but it creates a warning message related to core/modules/redirect/redirect.admin.inc...

type - bug report

## Description of the need An interesting issue popped up when porting the Comment Alter module. When adapting the `comment_alter_form_field_ui_field_edit_form_alter(&$form, &$form_state, $form_id)` function (see https://git.drupalcode.org/project/comment_alter/-/blob/7.x-1.x/comment_alter.module#L16) to Backdrop, I've traced why...

type - documentation
needs - change record

## Description of the bug The theme_file_formatter_table() always outputs a singular form of the title "Attachment" regardless if just one or more files are uploaded. ## Steps To Reproduce To...

type - bug report

## Description of the need When adding a JS file to your theme via the `.info` file, it's automatically added to the header (i.e. between the `` tags of the...

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

In an effort to avoid hitting our Tugboat quota, I'd like to make it so that you can 'skip' building a Tugboat preview site for certain PRs (e.g. documentation-only changes,...

type - task

Backdrop has a file `/core/includes/utility.inc` which has just one function in it: `backdrop_var_export()`. I think this file could just as easily live in `/core/includes/common.inc` and then we can remove `/core/includes/utility.inc`...

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

The [theme_links()](https://api.backdropcms.org/api/backdrop/core%21includes%21theme.inc/function/theme_links/1) function uses the `$key` of each link as its class. However if a simple array of links is passed in (i.e. if the key is just an integer),...

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

A function exists that pairs the various watchdog severity levels with their human-readable names: [`watchdog_severity_levels()`](https://api.backdropcms.org/api/backdrop/core%21includes%21common.inc/function/watchdog_severity_levels/1) And yet there are places where that information in duplicated unnecessarily: - [`hook_watchdog()`](https://api.backdropcms.org/api/backdrop/core%21modules%21system%21system.api.php/function/hook_watchdog/1) - [`system_logging_settings()`](https://api.backdropcms.org/api/backdrop/core%21modules%21system%21system.admin.inc/function/system_logging_settings/1)...

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