Skip to content

1.26.1

Compare
Choose a tag to compare
@quicksketch quicksketch released this 06 Oct 21:28
· 314 commits to 1.x since this release

Maintenance release for Backdrop CMS. This update contains bug fixes and usability improvements only. In particular this release fixes a regression where the Installer module was unable to install or update modules when running on a Windows file system.

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 (/core/update.php) does need to be run.

Changes since version 1.26.0:

Bug fixes

  • Regression on Windows: Backdrop 1.26.0 release GUI install module Error: File Transfer failed #6226
  • The node author name does not change upon editing the user account name. #6243
  • Image browser attached to field doesn't work if field is in a modal #6236
  • PHP 8.1 Deprecated function Notice when passing NULL to trim() #6235
  • User name views autocomplete filter always shows the same description #6170
  • On /admin/config/people/login, the default value for the "Identify users attempting to log in, using" field is not shown #6162
  • Permissions for the Contact module shown on /admin/config/people/permissions do not match the permissions shown on /admin/structure/contact/settings #6117
  • Incorrect handling of file upload PHP limit exceeded #5960
  • CKEditor Link Continuously Adds Base URL #5886
  • Nested contextual links triggers sometimes unreachable #5273
  • Improve display of Bartik's main menu sub-links #726
  • Fix Bartik Fieldset bottom margin #6221
  • text_summary() should output valid HTML and Unicode text #308
  • The theme_file_formatter_table() should use format_plural() #5877

Usability Improvements

  • Make optional description fields show/hide via #states. #1895
  • Change the page title for the detailed view of a log entry to "Log entry details"... #1684
  • Breadcrumb separator should be marked as decorative #6034

Miscellaneous changes

  • Telemetry: Gather data to determine if multisites are popular or not #3206
  • Document why you can't count on module functions in update hooks #6233
  • Harden protocol protections within l() function #5969