Drupal 7.101
10 June 2024
Drupal version 7.101 is now available.
Upgrading to Drupal 7.101
Drupal 7.101 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Drupal updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Drupal install to test the 7.101 upgrade prior to applying it live. Get started managing your Drupal installations with Installatron
What's New in Drupal 7.101
Highlights
- Missing or non-existent entity controller class now throws an EntityMalformedException in Drupal 7
- Archive_Tar now uses 775 permissions by default when creating directories in Drupal 7
- Added fix for duplicate X-Content-Type-Options headers with value nosniff to .htaccess in Drupal 7
- CLI tools that cause a fatal error now exit with an error status in Drupal 7
Bug Fixes and Changes
- drupal_random_key() documentation for length of returned string is wrong
- Sync D7's copy of Archive_Tar with new 1.5.0 release
- [D7] Improve cron logging
- Erroneous signature and documentation for user_login_finalize() and hook_user_login()
- _form_validate sends null to drupal_strlen triggering deprecation notice
- Core entity_get_controller gets a NULL controller class
- Notice: Undefined index: form_build_id in ajax_get_form()
- [D7] Do not trigger hook_file_download when no file is requested
- Allow users to update their settings regardless of duplicate email addresses in the users table
- Exceptions during the setUp() or tearDown() method of a test are not handled
- Remove a misleading comment from Updater::update()
- Remove dead code from node_filter_form()
- Duplicate X-Content-Type-Options headers both with the value nosniff [D7]
- [GitLab d.o infra] D7 Allow superuser to call composer on jobs
- [D7] Bring external template files into core
- [D7] Useless test in UserRegistrationTest.php
- _drupal_log_error() should return a non-zero exit code on errors in the cli