/[drupal]/contributions/modules/update_status/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/update_status/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.11.2.30 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 06:27:34 2009 UTC (7 weeks, 4 days ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-4
Changes since 1.11.2.29: +4 -1 lines
Diff to previous 1.11.2.29 , to branch point 1.11 , to next main 1.14
#319033 by Dave Reid, Ralf, dww: Fixed the order of the "Available
updates" report so that it is sorted by project name, not by the
names of modules included in each project.

Revision 1.11.2.29 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:18:21 2009 UTC (8 weeks, 2 days ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.28: +12 -5 lines
Diff to previous 1.11.2.28 , to branch point 1.11
#162788 by dww, Dave Reid, JohnAlbin: Added a setting to check update
status on disabled modules.

Revision 1.11.2.28 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 21:03:18 2009 UTC (8 weeks, 3 days ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.27: +3 -1 lines
Diff to previous 1.11.2.27 , to branch point 1.11
#499828 by Dave Reid: Fixed release date on multi-module projects to
always use the most recent datestamp, not the first datestamp we find.

Revision 1.11.2.27 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 18:20:59 2009 UTC (8 weeks, 3 days ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.26: +3 -3 lines
Diff to previous 1.11.2.26 , to branch point 1.11
by dww: Removed trailing whitespace.

Revision 1.11.2.26 - (view) (download) (annotate) - [select for diffs]
Sat Jun 13 03:09:20 2009 UTC (5 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.25: +3 -1 lines
Diff to previous 1.11.2.25 , to branch point 1.11
#445748 by dww: Added a hook_update_status_projects_alter() for
modules that wish to modify data in update status module.

Revision 1.11.2.25 - (view) (download) (annotate) - [select for diffs]
Wed Jun 10 01:22:44 2009 UTC (5 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.24: +4 -1 lines
Diff to previous 1.11.2.24 , to branch point 1.11
#243253 by dww: Put in a check while fetching available updates to see
if the server was reachable and to bail out before trying to fetch
data for all projects if a server is down.

Revision 1.11.2.24 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 22:38:39 2009 UTC (5 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.23: +4 -1 lines
Diff to previous 1.11.2.23 , to branch point 1.11
#386636 by dww: Fixed bug where the settings to ignore certain
projects would not take effect in some cases when modules were marked
unsupported by the maintainer.

Revision 1.11.2.23 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 19:52:28 2009 UTC (5 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.22: +3 -1 lines
Diff to previous 1.11.2.22 , to branch point 1.11
#431148 by pwolanin, JoshuaRogers, dww: Made it easier to visually
distinguish between security updates and regular updates.

Revision 1.11.2.22 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 19:33:07 2009 UTC (5 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.21: +4 -1 lines
Diff to previous 1.11.2.21 , to branch point 1.11
#267724 by dww: Fixed bug where update_status was not checking for new
data when the cache was cleared, until the set time was elapsed. Now
update_status checks on cron after the cache was cleared.

Revision 1.11.2.21 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 18:45:37 2009 UTC (5 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.20: +4 -2 lines
Diff to previous 1.11.2.20 , to branch point 1.11
#155450 by JoshuaRogers, dww: Moved cached data into a separate table in
the database using a private (non-volatile) cache API (#220592 backport).

Revision 1.11.2.20 - (view) (download) (annotate) - [select for diffs]
Sat Sep 27 05:59:47 2008 UTC (14 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.19: +5 -1 lines
Diff to previous 1.11.2.19 , to branch point 1.11
#314009 by igor.stamatovski: Added a Macedonian translation.
(Whoops, I forgot to update the CHANGELOG for what was in 5.x-2.3).

Revision 1.11.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 08:24:58 2008 UTC (15 months, 1 week ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3
Changes since 1.11.2.18: +2 -1 lines
Diff to previous 1.11.2.18 , to branch point 1.11
#232041 by dww: Increased the PHP time limit while fetching updates.

Revision 1.11.2.18 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 08:14:20 2008 UTC (15 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.17: +4 -1 lines
Diff to previous 1.11.2.17 , to branch point 1.11
#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.

Revision 1.11.2.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 16:18:58 2008 UTC (17 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.16: +4 -1 lines
Diff to previous 1.11.2.16 , to branch point 1.11
#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.

Revision 1.11.2.16 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 17:14:24 2008 UTC (20 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.15: +2 -1 lines
Diff to previous 1.11.2.15 , to branch point 1.11
#238564 by scor: Made the link text in a watchdog message translatable.

Revision 1.11.2.15 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 16:50:13 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.14: +7 -0 lines
Diff to previous 1.11.2.14 , to branch point 1.11
Started new entry for 5.x-2.x-dev for #217977, and added CVS Id tag.

Revision 1.11.2.14 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 19:30:01 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.11.2.13: +1 -1 lines
Diff to previous 1.11.2.13 , to branch point 1.11
Renamed CHANGELOG entry to 5.x-2.2 final.

Revision 1.11.2.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 19:20:53 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.12: +2 -0 lines
Diff to previous 1.11.2.12 , to branch point 1.11
#217771 by dww: Added some CSS to prevent wrapping of release dates
when viewing the available updates report with a narrow window.

Revision 1.11.2.12 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 18:23:39 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.11: +4 -1 lines
Diff to previous 1.11.2.11 , to branch point 1.11
#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.

Revision 1.11.2.11 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 18:56:16 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.10: +3 -0 lines
Diff to previous 1.11.2.10 , to branch point 1.11
#216632 by webernet, dww: Improved accessibility of the available
updates report by adding alt tags and title attributes to the icons.

Revision 1.11.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 22:28:52 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.9: +7 -0 lines
Diff to previous 1.11.2.9 , to branch point 1.11
#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).

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 21:40:51 2008 UTC (21 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +37 -0 lines
Diff to previous 1.13
Merged DRUPAL-5--2 as tagged at DRUPAL-5--2-1 into HEAD.

Revision 1.11.2.9 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 21:31:29 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1
Changes since 1.11.2.8: +1 -1 lines
Diff to previous 1.11.2.8 , to branch point 1.11
Switching version string in CHANGELOG for 5.x-2.1 official

Revision 1.11.2.8 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 18:07:44 2008 UTC (22 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.7: +6 -0 lines
Diff to previous 1.11.2.7 , to branch point 1.11
#200028 Updated the CHANGELOG for this change, too.

Revision 1.11.2.7 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 19:50:34 2008 UTC (22 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.6: +5 -0 lines
Diff to previous 1.11.2.6 , to branch point 1.11
#158526 by dww: Changed the hook_version_alter() API exposed by
update_status to be hook_system_info_alter() so that all attributes in
the .info files can be altered. This API change is required to fix
some bugs in the http://drupal.org/cvs_deploy module, which is the
only known user of this API.

Revision 1.11.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 17:25:59 2008 UTC (22 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.5: +6 -0 lines
Diff to previous 1.11.2.5 , to branch point 1.11
#208687 by dww: Fixed major bug that printed bogus results and
recommended that users downgrade to an older version when a site
upgraded a module or Drupal core but did not manually refresh the
available update data. Now, before using the cached available update
data, the code ensures that none of the .info files have been changed
since the last time it fetched data.

Revision 1.11.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 07:38:14 2008 UTC (22 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.4: +5 -1 lines
Diff to previous 1.11.2.4 , to branch point 1.11
Added a few entries that were missing from the 5.x-2.x-dev CHANGELOG.

Revision 1.11.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 07:19:31 2008 UTC (22 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.3: +12 -0 lines
Diff to previous 1.11.2.3 , to branch point 1.11
#197186 by dww: Fixed bug where update_status would not warn sites
when a currently installed release or an entire project being used has
been unpublished. Added support for project maintainers that want to
support multiple major versions (branches) for one version of core.
Also added support for flagging both individual releases and projects
as "unsupported" or "insecure", to pave the way for new workflows
(instead of just unpublishing things) for the Drupal security team and
project maintainers. Reorganized and simplified some code to avoid
duplication and needless complications in a few spots.

Revision 1.11.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 08:46:41 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-5--2
Changes since 1.11.2.2: +4 -0 lines
Diff to previous 1.11.2.2 , to branch point 1.11
#178892 by webchick: Use an API function to get the private key.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 07:05:05 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.12: +17 -0 lines
Diff to previous 1.12
Merging all changes from DRUPAL-5--2 up to DRUPAL-5--2-0 into HEAD.

Revision 1.11.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 05:28:53 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0
Changes since 1.11.2.1: +17 -0 lines
Diff to previous 1.11.2.1 , to branch point 1.11
Updating CHANGLOG.txt for official 5.x-2.0 release

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 15:02:26 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.11: +50 -3 lines
Diff to previous 1.11
Merging all changes from DRUPAL-5--2 up to DRUPAL-5--2-0-RC2 into HEAD.

Revision 1.11.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 18:10:27 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC2
Changes since 1.11: +50 -3 lines
Diff to previous 1.11
Updated CHANGELOG.txt for 5.x-2.0-rc2 release.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jun 28 00:02:44 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-RC
Branch point for: DRUPAL-5--2
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Making verb tense agree.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 23:57:29 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.9: +23 -3 lines
Diff to previous 1.9
Updating for 5.x-2.0-rc and fixing a few typos

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 17:57:34 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-BETA2
Changes since 1.8: +25 -0 lines
Diff to previous 1.8
Updating CHANGELOG for 5.x-2.0-beta2.  Whoops, I should have done this
before the release. ;)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jun 21 00:33:35 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-BETA
Changes since 1.7: +17 -0 lines
Diff to previous 1.7
Updating CHANGELOG in anticipation of the 5.x-2.0-beta release

Revision 1.7.2.2 - (view) (download) (annotate) - [select for diffs]
Sun May 13 18:28:59 2007 UTC (2 years, 6 months ago) by dww
Branch: DRUPAL-5
Changes since 1.7.2.1: +13 -0 lines
Diff to previous 1.7.2.1 , to branch point 1.7 , to next main 1.14
Syncing DRUPAL-5 branch with the code from DRUPAL-5--1-2.
Unfortunately, merlin forgot to do his 5.x-1.* work on the DRUPAL-5
branch, so the official release tags for 5.x-1.1 and 5.x-1.2 are
actually on HEAD.  However, HEAD is now for 5.x-2.*, so we're making
sure the 5.x-1.* series is safely on DRUPAL-5 branch, just in case a)
someone checks out DRUPAL-5 and expects the latest 5.x-1.* code and b)
in case we have to release a 5.x-1.3 release someday (unlikely).

Revision 1.7.2.1
Sat Apr 14 03:48:01 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-5
Changes since 1.7: +0 -13 lines
FILE REMOVED
file CHANGELOG.txt was added on branch DRUPAL-5 on 2007-05-13 18:28:59 +0000

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 03:48:01 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.6: +3 -0 lines
Diff to previous 1.6
Fixed broken notify on administer and status pages

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 03:03:11 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.5: +1 -2 lines
Diff to previous 1.5
Updated readme; preparing changelog for new release; minor wording changes.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 02:37:10 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4
#124440 and #126298: Settings page, set to check or not, and notes to remind yourself why.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 01:51:29 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
#125489: Include date with available version.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 01:29:08 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
#124377: Add a link to the release notes.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 01:25:05 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
#131049: (by Senpai) Fix for CSS to ensure the font color is visible with our backgrounds.

Attempt to guess at the project and version for projects checked out of CVS.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 00:29:08 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
#123100: Provide a graceful error message and exit if gzinflate cannot be found.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2