Skip to content

1.24.1

Compare
Choose a tag to compare
@jenlampton jenlampton released this 15 Mar 20:38
· 458 commits to 1.x since this release
48edbf0

This is a security release for Backdrop CMS. This release fixes 1 security vulnerability:

This release also includes a handful of bug fixes and other improvements.

Notes for updating

  • No changes have been made to the .htaccess, robots.txt or default settings.php files in this release. Updating customized versions of those files is not necessary.
  • The database update script does not need to be run.

Changes since version 1.24.0 are listed below.

Bug fixes

  • Fixed: On a localized site, the Default image is not removable unless in the default language. #6003
  • Fix numerous spelling errors in documentation. #5987
  • Fixed: PHP Error: Class name must be a valid object or a string in entity_get_controller(). #5953
  • Fixed: Node layout is not being used when viewing a node revision. #5915
  • Fixed: Adding URL redirects from node form causes a PHP warning. #5878
  • Fixed: During Drupal 7 upgrade switch to the standard installation profile if previous profile is not available. #2518

User experience improvements

  • Increase the size of the token browser modal to prevent "more" link wrapping. #1038
  • Disambiguate "Layouts" vs "Layout templates" in the admin interface. #3607

Documentation updates

  • Cleanup the documentation in the diff.inc file. #6026
  • Add a link to the $_SESSIONS documentation from the documentation in sessions.inc. #5998
  • Add documentation for the global $conf. #5902
  • Update documentation for node_load_multiple(FALSE). #5889
  • Add documentation to explain the use of t() around the ellipsis for truncate_utf8(). #4545

Miscellaneous changes

  • Provide a method to get the pager's element ID. #5958
  • Remove the unnecessary return statements from hook_form_FORM_ID_alter() implementations in System module. #5994
  • Remove the username from the message displayed when accessing another account's password reset URL. #5971
  • Bring entity reference module up to date with Drupal 7.x-1.6 release. #5952
  • Use the testing profile for CommentViewsHandlerArgumentUserUidTest. #5839
  • Remove the 'article' role attribute from 'article' html elements. #4033