Releases for Update Status

update_status 5.x-2.3

dww - August 14, 2008 - 19:04
Official release from CVS tag: DRUPAL-5--2-3
First released: August 14, 2008 - 19:04
Download: update_status-5.x-2.3.tar.gz
Size: 157.72 KB
md5_file hash: 0f9602dad6879af88dc9d86f06ab5149
Last updated: August 14, 2008 - 19:05
View usage statistics for this release

Bugs fixed since 5.x-2.2:

  • #295152 by dww: Fixed version comparison bug that resulted in '5.1' being confused with '5.10'. Arguably this is a PHP bug, but we need to work-around it for now, anyway.
  • #275051 by dalin: Fixed bug where the notification threshold setting wasn't working due to a typo in the name of the variable. This bug was introduced in version 5.x-2.1 via #197186.
  • #217977 by dww: Fixed bug in Spanish (es) translation where the list of included modules was not printed due to a missing '%modules'.

Other changes since 5.x-2.2:

  • #232041 by dww: Increased the PHP time limit while fetching updates.
  • #238564 by scor: Made the link text in a watchdog message translatable.
  • Updated German and Polish translations

update_status 5.x-2.2

dww - February 4, 2008 - 19:33
Official release from CVS tag: DRUPAL-5--2-2
First released: February 4, 2008 - 19:33
Download: update_status-5.x-2.2.tar.gz
Size: 157.35 KB
md5_file hash: 55a9f008fc57db2f5d37642aeb3f2b5b
Last updated: February 4, 2008 - 19:35
View usage statistics for this release

Changes since 5.x-2.1:

  • #216750 by dww: Fixed an important bug where releases from higher branches than the currently installed version were not ignored in all cases. This resulted in bogus security warnings and faulty information being printed about development snapshot releases (#216309).
  • #216366 by dww: Restored ability to ignore projects that are missing security updates or have been unpublished/revoked. This bug was introduced in version 5.x-2.1 via #197186.
  • #216632 by webernet, dww: Improved accessibility of the available updates report by adding alt tags and title attributes to the icons.
  • #217771 by dww: Added some CSS to prevent wrapping of release dates when viewing the available updates report with a narrow window.

update_status 5.x-2.1

dww - January 30, 2008 - 18:51
Official release from CVS tag: DRUPAL-5--2-1
First released: January 30, 2008 - 18:51
Download: update_status-5.x-2.1.tar.gz
Size: 154.67 KB
md5_file hash: b3e455d0f419a7a159d4f3611f0a8b02
Last updated: January 30, 2008 - 21:34
View usage statistics for this release

This release fixes some critical bugs and includes the final changes to the update.module that is now part of Drupal core 6.x.

Please note that the API between Update status and the CVS deploy module has changed with this release. Any sites that are deploying Drupal modules via CVS that wish to use this release must upgrade to CVS deploy version 5.x-1.1.

Bugs fixed since version 5.x-2.0:

update_status 5.x-2.0

dww - August 15, 2007 - 05:55
Official release from CVS tag: DRUPAL-5--2-0
First released: August 15, 2007 - 05:55
Download: update_status-5.x-2.0.tar.gz
Size: 144.96 KB
md5_file hash: 7a529169eae6cc8b2a1a610157695ca5
Last updated: August 15, 2007 - 16:30
View usage statistics for this release

This is the first official, stable release of the the 5.x-2.* series. This is very similar to the code that is now in the 6.x series of Drupal core. This contains numerous improvements over the 5.x-1.* series:

update_status 5.x-2.0-rc2

dww - August 7, 2007 - 18:16
Official release from CVS tag: DRUPAL-5--2-0-RC2
First released: August 7, 2007 - 18:16
Download: update_status-5.x-2.0-rc2.tar.gz
Size: 136.81 KB
md5_file hash: 7be5b7709b36dd1b951488578d82e317
Last updated: August 7, 2007 - 18:20
View usage statistics for this release

Changes since 5.x-2.0-rc:

update_status 5.x-2.0-rc

dww - June 28, 2007 - 00:07
Official release from CVS tag: DRUPAL-5--2-0-RC
First released: June 28, 2007 - 00:07
Download: update_status-5.x-2.0-rc.tar.gz
Size: 132.25 KB
md5_file hash: 22c6afb1dedf38c5e0bb7243d65b944d
Last updated: June 28, 2007 - 00:10
View usage statistics for this release

This is a (hopefully final) release candidate (RC) before the official 5.x-2.0 release. At this point, no new features will be added. Changes since 5.x-2.0-beta2:

update_status 5.x-2.0-beta2

dww - June 26, 2007 - 09:55
Official release from CVS tag: DRUPAL-5--2-0-BETA2
First released: June 26, 2007 - 09:55
Download: update_status-5.x-2.0-beta2.tar.gz
Size: 102.31 KB
md5_file hash: be60beda8d6cd7bda1268a676badb68b
Last updated: June 26, 2007 - 18:05
View usage statistics for this release

Changes since 5.x-2.0-beta

update_status 5.x-2.0-beta

dww - June 21, 2007 - 00:43
Official release from CVS tag: DRUPAL-5--2-0-BETA
First released: June 21, 2007 - 00:43
Download: update_status-5.x-2.0-beta.tar.gz
Size: 98.59 KB
md5_file hash: c8cbb387e79ef8ae602590497515aace
Last updated: June 21, 2007 - 00:45
View usage statistics for this release

Changes since update_status 5.x-1.2

  • Major re-write to use a whole new system for finding available updates.
  • Lots of improvements to the user interface and internals of the code.
  • #125742: The status report indicates updates involving security issues.
  • #149918: Add support for "Also available" entries in the status report.
  • #150316: All CVS-specific code has been moved into the CVS Deploy module (http://drupal.org/project/cvs_deploy)
  • #144694: Available update data now stored in the {cache} table instead of the {variables} table for better performance and functionality.
  • #149921: Clear update_status cache when you enable/disable modules.
  • #145095: Core modules were not always considered part of Drupal core.
  • #141507: Fixed bug in the links to manually run cron to find updates.
  • #151734: Display the administrator's note when a project is ignored due to the settings.
  • #149079: Highlight the 'Recommended' version if there are other things listed ('Latest version', 'Also available', etc).

update_status 5.x-2.x-dev

dww - May 13, 2007 - 03:29
Nightly development snapshot from CVS branch: DRUPAL-5--2
First released: May 13, 2007 - 03:29
Download: update_status-5.x-2.x-dev.tar.gz
Size: 166.82 KB
md5_file hash: ab8fd0c31b05a3fb493958a2f9300fc2
Last updated: October 6, 2009 - 12:35
View usage statistics for this release

Development snapshot for the 5.x-2.* series, based on the new .xml file protocol instead of the older XML-RPC interface.

To see a complete list of changes made in this release series, please read the CHANGELOG.txt file from the DRUPAL-5--2 branch.

update_status 5.x-1.2

merlinofchaos - April 14, 2007 - 03:50
Official release from CVS tag: DRUPAL-5--1-2
First released: April 14, 2007 - 03:50
Download: update_status-5.x-1.2.tar.gz
Size: 25.58 KB
md5_file hash: 6f5c315a207546e7609d94c54541087c
Last updated: April 14, 2007 - 03:55
View usage statistics for this release

Version 1.1 of the update status module will try to guess at the project your modules from CVS come from (as well as very old modules from drupal.org); it also allows you to turn off notification for particular modules. It also fixes some UI bugs and adds functionality to the interface.

Version 1.2 fixes the notification part of this, which was a little bit broken.

update_status 5.x-1.1

merlinofchaos - April 14, 2007 - 03:05
Official release from CVS tag: DRUPAL-5--1-1
First released: April 14, 2007 - 03:05
Download: update_status-5.x-1.1.tar.gz
Size: 25.54 KB
md5_file hash: 920bd5662c74c6053ddda0f6b801063d
Last updated: April 14, 2007 - 03:10
View usage statistics for this release

Version 1.1 of the update status module will try to guess at the project your modules from CVS come from (as well as very old modules from drupal.org); it also allows you to turn off notification for particular modules. It also fixes some UI bugs and adds functionality to the interface.

update_status 5.x-1.0

merlinofchaos - February 25, 2007 - 21:56
Official release from CVS tag: DRUPAL-5--1-0
First released: February 25, 2007 - 21:56
Download: update_status-5.x-1.0.tar.gz
Size: 20.33 KB
md5_file hash: 39cc17afb309dda39b85b2397095aba8
Last updated: February 25, 2007 - 22:00
View usage statistics for this release

Initial release

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.