Downloads

Download tar.gz 136.81 KB
MD5: 7be5b7709b36dd1b951488578d82e317
SHA-1: bd37947cb21f9ab41148c180db7b455be11d2b9a
SHA-256: 8d40271753b334645eeb47541d805e715e3524cfa86a57405764afbd6d7e6d88
Download zip 143.86 KB
MD5: 4214249fd46ea13adb1e2069badbf24c
SHA-1: e39175e96e7b55786732f58193178ce538ba2271
SHA-256: e71416aa0aa6129e93f8d6c33476af2a8faeb4c29b666d14cc312a8017b265a6

Release notes

Changes since 5.x-2.0-rc:

  • #155483: Backported numerous improvements from update.module in D6 core:
    • General:
      • The module now nags site administrators on admin/* if the site is missing a security update.
      • Added a drupal_set_message() when fetching data manually (success or failure) and cleaned up wording of watchdog().
      • Added watchdog() error message when you can't fetch any data.
      • The menu callback for manually checking is now at 'admin/logs/updates/check'.
      • Lots of internal improvements to the code to improve clarity.
    • Available updates report:
      • Used format_interval() for the "Last checked:" date and time.
      • Removed the "Ignored" part whenever a row on the update report is yellow, except for when something is ignored because of the settings.
      • Changed the wording when the "Notification threshold" is set to "Only security updates", and you have a non-security update available. Now, it just says "Update available".
      • Added support for a variable to override the default fetch URL.
    • Settings page:
      • Moved the email notification setting to the top of the page.
      • Renamed "Error threshold" to "Notification threshold" and improved the description.
      • Fixed t() bug in form_set_error() during email validation.
      • Removed the setting to opt out of the usage reporting. No one who's willing to run this module in the first place could possibly complain about the random string appended as a query arg on the fetch URL, and the extra setting needlessly complicates the settings page.
  • Fixed a notice on the status report page when the available update cache is empty: we were generating a 1/2 constructed line for core and a full line for contrib. Now, if the cache is empty, we just generate the warning line for core and nothing for contrib.
  • Fixed minor bug: the status report text was missing a space.
  • Fixed bug caused by variable name typo: $base_util vs. $base_url.
  • Made the status report table all 100% wide for a more consistent UI.
  • #155281: Use flexible path for serving/fetching release history.
  • #155428: Removed the human-readable menu path from the notification email since it was considered a burden to translate.
  • Added an implementation of hook_uninstall() to purge variables. It's important that when sites running this want to upgrade to D6 that they first uninstall this module, or they'll be left with stale variables.
  • Updated README.txt to reflect recent changes and to mention uninstalling the module before upgrading to 6.x core.
Created by: dww
Created on: 7 Aug 2007 at 18:16 UTC
Last updated: 15 Aug 2007 at 05:31 UTC
New features
Bug fixes
Unsupported

Other releases