/[drupal]/contributions/modules/update_status/update_status.module
ViewVC logotype

Log of /contributions/modules/update_status/update_status.module

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


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

Revision 1.83.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 5 06:27:34 2009 UTC (7 weeks, 2 days ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-4
Changes since 1.83.2.50: +4 -2 lines
Diff to previous 1.83.2.50 , to branch point 1.83 , to next main 1.91
#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.83.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 18:18:22 2009 UTC (8 weeks, 1 day ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.49: +103 -26 lines
Diff to previous 1.83.2.49 , to branch point 1.83
#162788 by dww, Dave Reid, JohnAlbin: Added a setting to check update
status on disabled modules.

Revision 1.83.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 28 21:03:18 2009 UTC (8 weeks, 2 days ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.48: +7 -2 lines
Diff to previous 1.83.2.48 , to branch point 1.83
#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.83.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 28 18:20:59 2009 UTC (8 weeks, 2 days ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.47: +12 -12 lines
Diff to previous 1.83.2.47 , to branch point 1.83
by dww: Removed trailing whitespace.

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

Revision 1.83.2.46 - (view) (download) (as text) (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.83.2.45: +63 -12 lines
Diff to previous 1.83.2.45 , to branch point 1.83
#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.83.2.45 - (view) (download) (as text) (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.83.2.44: +16 -13 lines
Diff to previous 1.83.2.44 , to branch point 1.83
#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.83.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 20:12:06 2009 UTC (5 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.43: +4 -4 lines
Diff to previous 1.83.2.43 , to branch point 1.83
#431148 by dww: Follow-up fix to the notification emails. The 'All
newer versions' option was broken by the previous attempted backport.

Revision 1.83.2.43 - (view) (download) (as text) (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.83.2.42: +17 -12 lines
Diff to previous 1.83.2.42 , to branch point 1.83
#431148 by pwolanin, JoshuaRogers, dww: Made it easier to visually
distinguish between security updates and regular updates.

Revision 1.83.2.42 - (view) (download) (as text) (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.83.2.41: +4 -2 lines
Diff to previous 1.83.2.41 , to branch point 1.83
#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.83.2.41 - (view) (download) (as text) (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.83.2.40: +141 -35 lines
Diff to previous 1.83.2.40 , to branch point 1.83
#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.83.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 14 19:01:19 2008 UTC (15 months, 1 week ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3
Changes since 1.83.2.39: +2 -2 lines
Diff to previous 1.83.2.39 , to branch point 1.83
#295152: Fixed one more == vs. === problem in the advanced settings logic.

Revision 1.83.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 14 18:21:46 2008 UTC (15 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.38: +8 -8 lines
Diff to previous 1.83.2.38 , to branch point 1.83
#295152 by dww and Damien Tournoud: Followup patch that fixes != comparisons.

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

Revision 1.83.2.37 - (view) (download) (as text) (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.83.2.36: +5 -5 lines
Diff to previous 1.83.2.36 , to branch point 1.83
#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.83.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 16:18:58 2008 UTC (16 months, 4 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.35: +2 -2 lines
Diff to previous 1.83.2.35 , to branch point 1.83
#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.83.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 17:14:24 2008 UTC (20 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.34: +3 -3 lines
Diff to previous 1.83.2.34 , to branch point 1.83
#238564 by scor: Made the link text in a watchdog message translatable.

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

Revision 1.83.2.33 - (view) (download) (as text) (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.83.2.32: +12 -12 lines
Diff to previous 1.83.2.32 , to branch point 1.83
#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.83.2.32 - (view) (download) (as text) (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.83.2.31: +4 -4 lines
Diff to previous 1.83.2.31 , to branch point 1.83
#216632 by webernet, dww: Improved accessibility of the available
updates report by adding alt tags and title attributes to the icons.

Revision 1.83.2.31 - (view) (download) (as text) (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.83.2.30: +9 -8 lines
Diff to previous 1.83.2.30 , to branch point 1.83
#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.91 - (view) (download) (as text) (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.90: +468 -128 lines
Diff to previous 1.90
Merged DRUPAL-5--2 as tagged at DRUPAL-5--2-1 into HEAD.

Revision 1.83.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 18:05:04 2008 UTC (21 months, 4 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1
Changes since 1.83.2.29: +67 -2 lines
Diff to previous 1.83.2.29 , to branch point 1.83
#200028 by agentrickard, dww: Significantly enhanced performance of
the admin/* pages by adding DB caching for the list of installed
modules and their current status. The cache is cleared every time new
available release data is fetched, every time the admin visits the
modules page, status report, or available updates report, or every
hour if nothing else clears it before that.

Revision 1.83.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 18:42:44 2008 UTC (22 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.28: +9 -8 lines
Diff to previous 1.83.2.28 , to branch point 1.83
#212813 by dww: Project status information on the status report is now
linked to the admin/logs/updates page (usability enhancement).

Revision 1.83.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 04:17:15 2008 UTC (22 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.27: +6 -17 lines
Diff to previous 1.83.2.27 , to branch point 1.83
#211403 by dww: Removed fallback code for determining the project
based on the directory. This code only matters if you deploy from CVS,
and doesn't work if you install into subdirectories of the 'modules'
folder (for example, sites/all/modules/contrib/foo). For cvs_deploy to
fix this problem (#184664) correctly, the heuristic code here must go.

Revision 1.83.2.27 - (view) (download) (as text) (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.83.2.26: +12 -11 lines
Diff to previous 1.83.2.26 , to branch point 1.83
#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.83.2.26 - (view) (download) (as text) (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.83.2.25: +34 -6 lines
Diff to previous 1.83.2.25 , to branch point 1.83
#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.83.2.25 - (view) (download) (as text) (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.83.2.24: +350 -93 lines
Diff to previous 1.83.2.24 , to branch point 1.83
#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.83.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 1 04:53:19 2007 UTC (23 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.23: +2 -2 lines
Diff to previous 1.83.2.23 , to branch point 1.83
#196775 by dww: Fixed a bug that caused truncated error messages to be
displayed when the site is running an insecure version of core.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 02:17:03 2007 UTC (2 years ago) by dww
Branch: MAIN
Changes since 1.89: +3 -3 lines
Diff to previous 1.89
#184900 by webernet: Fixed bug where email wasn't getting sent in
some cases when it should have been (patch from comment 5).

Revision 1.83.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 02:16:58 2007 UTC (2 years ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.22: +3 -3 lines
Diff to previous 1.83.2.22 , to branch point 1.83
#184900 by webernet: Fixed bug where email wasn't getting sent in
some cases when it should have been (patch from comment 5).

Revision 1.83.2.22 - (view) (download) (as text) (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.83.2.21: +2 -3 lines
Diff to previous 1.83.2.21 , to branch point 1.83
#178892 by webchick: Use an API function to get the private key.

Revision 1.83.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 02:46:21 2007 UTC (2 years, 2 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.20: +2 -2 lines
Diff to previous 1.83.2.20 , to branch point 1.83
#168352: Fixed small typo in settings description text.

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

Revision 1.83.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 20:48:45 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0
Changes since 1.83.2.19: +2 -2 lines
Diff to previous 1.83.2.19 , to branch point 1.83
#155878: Re-use the same t() string for both the watchdog() and
drupal_set_message() when fetching data.

Revision 1.83.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 18:43:09 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.18: +3 -3 lines
Diff to previous 1.83.2.18 , to branch point 1.83
#165638: Improved usability for the "Check manually" link on the
update report by wrapping it in () and adding some padding.

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 16:09:11 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87
#155483 by dww: Backporting improvements from update.module in D6 core:
Simplified the description of the email notification setting.

Revision 1.83.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 16:08:22 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.17: +2 -2 lines
Diff to previous 1.83.2.17 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Simplified the description of the email notification setting.

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

Revision 1.83.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 15:57:31 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC2
Changes since 1.83.2.16: +3 -2 lines
Diff to previous 1.83.2.16 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Added support for a variable to override the default fetch URL.

Revision 1.83.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 15:14:09 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.15: +2 -2 lines
Diff to previous 1.83.2.15 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Moved the email notification setting to the top of the settings tab
(take 2 -- this time in the theme function where it counts). ;)

Revision 1.83.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 07:01:53 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.14: +15 -14 lines
Diff to previous 1.83.2.14 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Usability improvements from Dries in #94154 comment 123:
- Added a drupal_set_message() when fetching data (success or failure)
  and cleaned up wording of watchdog().
- Used format_interval() for the "Last checked:" on the updates report.
- Removed the "Ignored" part whenever a row is yellow, except for 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".

Revision 1.83.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 03:17:19 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.13: +2 -2 lines
Diff to previous 1.83.2.13 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Fixed minor t() problem and added paranoid escaping of hard-coded URLs.

Revision 1.83.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 03:09:51 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.12: +12 -7 lines
Diff to previous 1.83.2.12 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
- Now that the URL is admin/logs/updates/check, renamed the menu
  callback to update_status_manual_status() to match.
- Fixed t() bug in form_set_error() during email validation.
- Removed unnecessary comment.
- Move global variable to the top of update_status_refresh().
- If you can't fetch any data, avoid E_ALL notice in update_status_refresh().
- Added watchdog() error message when you can't fetch any data.

Revision 1.83.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 01:04:01 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.11: +2 -3 lines
Diff to previous 1.83.2.11 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
drupal_mail() already has the right default for $from.

Revision 1.83.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 00:43:03 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.10: +42 -42 lines
Diff to previous 1.83.2.10 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Renamed the '$avail' variable to '$available' for clarity.

Revision 1.83.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 00:28:37 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.9: +3 -21 lines
Diff to previous 1.83.2.9 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
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 tab.

Revision 1.83.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 00:25:28 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.8: +22 -22 lines
Diff to previous 1.83.2.8 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
- Renamed 'Error threshold' to 'Notification threshold', improved the
  description for it on the settings tab, and renamed the variable.
- Moved the email notification setting to the top of the settings tab.

Revision 1.83.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 22:54:58 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.7: +3 -3 lines
Diff to previous 1.83.2.7 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Minor text improvements.

Revision 1.83.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 22:51:52 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.6: +3 -3 lines
Diff to previous 1.83.2.6 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Menu callback for manually checking is now at 'admin/logs/updates/check'.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 22:51:50 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.85: +3 -3 lines
Diff to previous 1.85
#155483 by dww: Backporting improvements from update.module in D6 core:
Menu callback for manually checking is now at 'admin/logs/updates/check'.

Revision 1.83.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 22:47:34 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.5: +142 -52 lines
Diff to previous 1.83.2.5 , to branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
- Reorganized a bunch of the code in hook_requirements() to be more clear.
- Cleaned up how we handle text to more easily share code with
  hook_requirements(), hook_cron(), etc.
- The module now nags site administrators on admin/* if the site is
  missing a security update.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 22:47:28 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.84: +142 -52 lines
Diff to previous 1.84
#155483 by dww: Backporting improvements from update.module in D6 core:
- Reorganized a bunch of the code in hook_requirements() to be more clear.
- Cleaned up how we handle text to more easily share code with
  hook_requirements(), hook_cron(), etc.
- The module now nags site administrators on admin/* if the site is
  missing a security update.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 22:46:18 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.83: +10 -10 lines
Diff to previous 1.83
Sycning code in HEAD with the latest from DRUPAL-5--2 branch.

Revision 1.83.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 01:26:17 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.4: +6 -5 lines
Diff to previous 1.83.2.4 , to branch point 1.83
Fixing 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 for contrib.  Now, if the cache is empty, we *just* generate
the warning line for core and nothing for contrib. [Backport]

Revision 1.83.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 23:03:41 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.3: +1 -2 lines
Diff to previous 1.83.2.3 , to branch point 1.83
#155428: Removed the human-readable menu path from the notification
email since it was considered a burden to translate. *sigh*

Revision 1.83.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 11:12:56 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.2: +3 -3 lines
Diff to previous 1.83.2.2 , to branch point 1.83
#155281: Use flexible path for serving/fetching release history.

Revision 1.83.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 06:47:54 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83.2.1: +2 -2 lines
Diff to previous 1.83.2.1 , to branch point 1.83
Fixing bug caused by variable name typo: $base_util vs. $base_url. :(

Revision 1.83.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 04:02:53 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.83: +2 -2 lines
Diff to previous 1.83
Fixing minor bug: the status report text was missing a space.

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 23:33:04 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-RC
Branch point for: DRUPAL-5--2
Changes since 1.82: +5 -1 lines
Diff to previous 1.82
Fix bug in hook_version_alter() invocation for cvs_deploy integration.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 22:44:27 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.81: +19 -4 lines
Diff to previous 1.81
#124715: You can't call form_set_error() N times on the same form
element, so I fixed up the validate callback to check everything and
set 1 giant error for any invalid addresses it finds. Also, this
version more effectively ignores whitespace and blank lines.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 21:52:58 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.80: +16 -7 lines
Diff to previous 1.80
#154689: Restoring classes on the table (and making them consistent
across all rows), but made them more specific to avoid name conflicts.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 21:42:40 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.79: +83 -8 lines
Diff to previous 1.79
#124715: Add setting for email notifications when updates are available.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 04:06:20 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
Fixing minor glitch in when to display the 'Development version'

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 03:33:38 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.77: +17 -17 lines
Diff to previous 1.77
#153757: Renaming the setting (and related variables) to "Error threshold".

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 03:29:47 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.76: +3 -3 lines
Diff to previous 1.76
#149079: A few CSS tweaks and fixes for recommended version:
- Renamed the CSS class to "version-recommended-strong" to indicate
  it's the strongly recommended version among many (the old name,
  "version-recommended-not-latest" isn't good since "Latest" isn't the
  only possible thing we're distinguishing against).
- Fixed classes so that if we're recommending a security release, it
  gets the subtle "zebra" stripe, too.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 02:40:05 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.75: +85 -50 lines
Diff to previous 1.75
#154868: Fix bugs and inconsistencies with security update warnings.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 09:12:34 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-BETA2
Changes since 1.74: +2 -2 lines
Diff to previous 1.74
UI wording tweak suggested by UnConeD: s/Included modules/Includes/

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 08:30:57 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.73: +8 -3 lines
Diff to previous 1.73
#149079: We weren't highlighting Recommended when displaying dev releases.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 08:24:05 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.72: +7 -10 lines
Diff to previous 1.72
#154689: Settings page looks bad in marvin theme due to CSS class conflict

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 07:38:37 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.71: +26 -26 lines
Diff to previous 1.71
#146564: Major performance gain for fetching available update data:
directly fetch the .xml files instead of going through the Druapl menu
callback inside project_release.module (assuming we can still gather
usage stats via apache logs, etc, instead of internal Drupal logging).

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 03:16:18 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.70: +9 -11 lines
Diff to previous 1.70
Minor clean-up: just define the '#options' arrays inline when defining
the settings form, instead of using separate array variables for this.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 03:09:23 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.69: +63 -10 lines
Diff to previous 1.69
#153741: Add client-side support for collecting usage stats.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 25 23:08:58 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.68: +7 -10 lines
Diff to previous 1.68
#153757: Minor code refactoring: use strings instead of PHP constants
for internally representing the different warning threshold values.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 25 23:03:16 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.67: +19 -3 lines
Diff to previous 1.67
#154049: Adding a setting to control how frequently to check for updates.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 25 19:53:24 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.66: +5 -5 lines
Diff to previous 1.66
#154540 by Sutharsan: Minor wording fixes for the UI and help texts.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 04:39:21 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.65: +10 -4 lines
Diff to previous 1.65
#153757: Yet more help-text tweaks.  Thanks, webchick!

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 03:31:05 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.64: +11 -11 lines
Diff to previous 1.64
#153757: Renaming the setting to "Warning threshold" and tweaking wording.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 01:54:11 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.63: +60 -22 lines
Diff to previous 1.63
#153798: Fix dev snapshot timestamp logic, and flag security updates.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 00:21:49 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.62: +39 -3 lines
Diff to previous 1.62
#153757: Add a setting to only warn when there are security updates.

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 00:08:33 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.61: +84 -53 lines
Diff to previous 1.61
#153502: Make update_status E_ALL (in particular E_NOTICE) compliant.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 04:59:10 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60
#153756: Fixing math bug when comparing the timestamps of dev snapshots.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 08:47:47 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59
We shouldn't clear the update_status cache when an admin saves the
system_themes page, since in 5.x, we don't deal with theme updates.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 07:24:13 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
fixing minor code style problem (thanks, coder.module)

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 23:43:20 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-BETA
Changes since 1.57: +28 -11 lines
Diff to previous 1.57
#149921: Fixing a critical problem from a combination of earlier
changes: Since we started clearing the available updates cache when
saving the modules page, but update_status_get_available() was always
re-fetching the data if it wasn't there, we were *always* refetching
data and hitting d.o whenever anyone saved their modules page. :( Now,
we only conditionally refresh the cache, and more gracefully handle
various parts of the UI when there's no cached data.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 20:50:43 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
#151656: Even after #152387 landed, there are still some edge cases
where cvs_deploy can't resolve a "HEAD" version to something more
human readable that includes "dev". Therefore, we'll have a tiny break
from the otherwise clean "no CVS code in update_status" rule that if a
version string still shows up as "HEAD", we consider it a dev release.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 20:44:54 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.55: +108 -57 lines
Diff to previous 1.55
#152387: Major refactoring of update_status to make it possible to
share/reuse parts of the code in cvs_deploy. In particular, ripped
apart the formerly monolithic update_status_get_projects() and moved
code that's only needed by update_status_calculate_project_data() into
a separate method, update_status_process_project_info(). Also, the
code for figuring out what project a given module belongs to is now in
its own method, update_status_get_project().

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 04:55:21 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.54: +18 -10 lines
Diff to previous 1.54
#149079 by merlinofchaos and dww: UI and code improvements for
highlighting "Recommended" when "Latest" or "Also available" are present.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 02:00:52 2007 UTC (2 years, 5 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.53: +16 -17 lines
Diff to previous 1.53
#149918: dww fixed a bug in the lgic that caused it to recommend the latest version if it was a beta and you were running the actual recommended version.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 01:51:40 2007 UTC (2 years, 5 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.52: +9 -2 lines
Diff to previous 1.52
#149079: Highlight the 'recommended' version if either the newest security version or the latest version are listed and are different.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 01:40:57 2007 UTC (2 years, 5 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51
Set all select boxes on settings page to an even width.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 01:26:27 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
#149918: Fixing a bug from my major code reorganization: the settings
page lost the version strings again since $project['version'] is now
called $project['recommended'].

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 01:22:06 2007 UTC (2 years, 5 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.49: +16 -2 lines
Diff to previous 1.49
#151734: display admin note for projects that are ignored due to settings.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 00:53:17 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.48: +15 -7 lines
Diff to previous 1.48
#125742 by dww and merlinofchaos: UI fixes when flagging security releases.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 23:44:41 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.47: +141 -61 lines
Diff to previous 1.47
#149918: Add support for "Also available" entries in the status report.
This includes a major re-write of update_status_calculate_project_data()
and some related variable names for better clarity, and fixes some
lingering bugs with flagging updates for security releases.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 09:17:05 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.46: +1 -2 lines
Diff to previous 1.46
removing a dead variable

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 09:11:18 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.45: +10 -10 lines
Diff to previous 1.45
Fixing code style.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 08:09:19 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.44: +34 -34 lines
Diff to previous 1.44
Renaming _update_status_get_info() to update_status_get_available()
and related variable names and form elements for clarity.  "info" is
vague, especially given all the code that's dealing with .info files.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 08:05:13 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.43: +7 -7 lines
Diff to previous 1.43
Use isset() instead of array_key_exists() for smaller, faster, easier
to read code.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 09:51:17 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.42: +4 -5 lines
Diff to previous 1.42
simplifying some code and using isset() instead of array_key_exists().

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 00:11:56 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
In the move to put all CVS-specific code in the cvs_deploy.module
(#150316) we lost the logic to notice that core dev releases are
really dev releases.  So, instead of checking for '-dev', just check
for 'dev', since it's impossible to imagine a version string that
contains 'dev' which isn't a dev release. ;)

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 23:53:30 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40
String fixes to the help text at admin/build/modules:
- The page is called "Available updates", so we should be consistent.
- Slightly improved the wording of the surrounding text.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 23:43:10 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39
renaming the 'UPDATE_STATUS_MAJOR_VERSION' constant to
'UPDATE_STATUS_CORE_VERSION' to be more consistent with our existing
version string terminology ("core-major.minor-extra") and to pave the
way for better support for functionality specific to the major version
such as #149918, #125742 and #149079.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 23:57:52 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.38: +15 -83 lines
Diff to previous 1.38
#150316: move all CVS-specific code out of update_status.module into
cvs_deploy.module (a separate module that will stay in contrib once
update_status moves into core for D6).

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 8 07:21:59 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.37: +29 -1 lines
Diff to previous 1.37
#149921: Clear update_status cache when you enable/disable modules or themes.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 22:37:48 2007 UTC (2 years, 6 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36
Fix update status settings to ignore versions.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 18:49:37 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.35: +60 -31 lines
Diff to previous 1.35
#146027: better way to detect CVS installations

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 23:29:32 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.34: +27 -12 lines
Diff to previous 1.34
#146352: sanitize CVS $Name$ versions into human-readable strings.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 23:28:43 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33
minor UI string edits.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 23:25:13 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
i find "60*60*24" easier to read and understand than "86400" for hook_cron().

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 22:03:32 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.31: +23 -12 lines
Diff to previous 1.31
#145095: core modules not always considered core (especially if you
checkout from CVS, not a tarball).

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 00:07:45 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.30: +5 -1 lines
Diff to previous 1.30
#143689: Icons not shown on available updates report page for sites
where Drupal is not installed in the web root.  So, include them
directly in the code (so we can use theme('image')) instead of .css.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 18 21:35:05 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.29: +25 -9 lines
Diff to previous 1.29
#144694: store release info in {cache}, not {variables}.  this has nice
side effect that the module still works even if cron.php isn't running.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 17 09:41:47 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.28: +9 -3 lines
Diff to previous 1.28
Minor cleanup of comments for the constants at the top of the file.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 07:50:13 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27
#143696 by hass: invalid HTML (missing a closing tr and div).

Revision 1.4.2.4 - (view) (download) (as text) (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.4.2.3: +228 -30 lines
Diff to previous 1.4.2.3 , to branch point 1.4 , to next main 1.91
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.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 17:40:28 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.26: +6 -6 lines
Diff to previous 1.26
theme_update_status_version() had a 4th argument for the version
string to use, but that's just a field in the array passed in as the
1st argument.  Removing the argument and fixing the call sites.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 17:33:25 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.25: +10 -7 lines
Diff to previous 1.25
#125742: When a module has security updates, add a separate row for
each security release to the table, so that:
a) if the recommended version isn't a security update, the user still
can see the release notes where the security hole was fixed, and
b) to help drive home the point there's a security update, even if
it's the same version as the recommended one.
We're not 100% happy with the visual stuff yet, but this is at least
an improvement in functionality, and we can tweak the UI later.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 16:22:54 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
#125742: fixing visual display when marking modules that need a
security update.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 05:36:55 2007 UTC (2 years, 6 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.23: +18 -5 lines
Diff to previous 1.23
Some minor fixes; still having issues with the project module edge case

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 05:09:40 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
#143472: Project name not displayed on settings page.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 12 08:15:46 2007 UTC (2 years, 6 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.21: +203 -145 lines
Diff to previous 1.21
Better handling of recommended vs latest version, plus smart handling of dev versions.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 12 02:09:41 2007 UTC (2 years, 6 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.20: +48 -45 lines
Diff to previous 1.20
New look, same great taste

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 23:55:41 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
#136172: release history .xml files are now live on drupal.org, so I'm
moving the default URL back to updates.d.o, not scratch.d.o.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 06:47:49 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.18: +47 -32 lines
Diff to previous 1.18
Fixing some code-style issues to get this closer to core-worthy.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 06:10:23 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.17: +1 -5 lines
Diff to previous 1.17
#123100: The 5.x-2.* version operates on uncompressed .xml files, so
there's no need to check for or care about gzinflate() or zlib now.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 03:27:18 2007 UTC (2 years, 6 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.16: +168 -24 lines
Diff to previous 1.16
Initial update status check using new project.module XML method. Currently only checks scratch.drupal.org -- this is only for dev purposes.

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 20:42:56 2007 UTC (2 years, 6 months ago) by dww
Branch: DRUPAL-5
Changes since 1.4.2.2: +1 -1 lines
Diff to previous 1.4.2.2 , to branch point 1.4
#141507 by dww: wrong destination in "run cron" link causing "page not
found" errors after manually invoking cron from admin/logs/updates.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 20:42:33 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
#141507 by dww: wrong destination in "run cron" link causing "page not
found" errors after manually invoking cron from admin/logs/updates.

Revision 1.15 - (view) (download) (as text) (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
Changes since 1.14: +35 -30 lines
Diff to previous 1.14
Fixed broken notify on administer and status pages

Revision 1.14 - (view) (download) (as text) (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.13: +3 -3 lines
Diff to previous 1.13
Updated readme; preparing changelog for new release; minor wording changes.

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

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

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 01:38:24 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Test to see if this works instead

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 01:36:52 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9
Test to see if this works

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

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 01:25:05 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.7: +84 -14 lines
Diff to previous 1.7
#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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 00:29:08 2007 UTC (2 years, 7 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.6: +4 -0 lines
Diff to previous 1.6
#123100: Provide a graceful error message and exit if gzinflate cannot be found.

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 18:54:55 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-5
Changes since 1.4.2.1: +2 -0 lines
Diff to previous 1.4.2.1 , to branch point 1.4
#124757 by ChrisKennedy: remove duplicate check for if core is updated.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 18:54:52 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5
#124757 by ChrisKennedy: remove duplicate check for if core is updated.

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 20:09:01 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-5
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
#127665 (suggested by bertboerland): changing domain name for status
checks to updates.drupal.org (which is now a DNS cname for d.o, but we
could move it in the future if we needed to scale the XML-RPC server
code off the primary web front-end infrastructure).

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 20:08:38 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
#127665 (suggested by bertboerland): changing domain name for status
checks to updates.drupal.org (which is now a DNS cname for d.o, but we
could move it in the future if we needed to scale the XML-RPC server
code off the primary web front-end infrastructure).

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 21:44:19 2007 UTC (2 years, 9 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.3: +9 -7 lines
Diff to previous 1.3
More minor adjustments

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 21:35:12 2007 UTC (2 years, 9 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.2: +21 -6 lines
Diff to previous 1.2
More bug fixes; slight rearranging; allow force update

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 21:12:34 2007 UTC (2 years, 9 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.1: +8 -5 lines
Diff to previous 1.1
Fixing a few bugs from IRC; adding a README.txt

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 20:42:17 2007 UTC (2 years, 9 months ago) by merlinofchaos
Branch: MAIN
Update status checker for drupal.org -- initial commit -- this time to the right directory

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