/[drupal]/drupal/modules/update/update.fetch.inc
ViewVC logotype

Log of /drupal/modules/update/update.fetch.inc

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.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 08:02:49 2009 UTC (6 weeks, 3 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.24: +19 -13 lines
Diff to previous 1.24
#597390 by Dave Reid and dww: Fixed PHP notices on non-existant projects when parsing update XML.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 02:14:05 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.23: +239 -81 lines
Diff to previous 1.23
- Patch #597484 by dww: use the Queue API to fetch available update data.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 5 01:24:37 2009 UTC (7 weeks, 4 days ago) by webchick
Branch: MAIN
Changes since 1.22: +10 -2 lines
Diff to previous 1.22
#391264 by mfb and dww: Added exception handling to Update module XML parsing.

Revision 1.7.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 08:59:12 2009 UTC (4 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-14
Changes since 1.7.2.6: +3 -3 lines
Diff to previous 1.7.2.6 , to branch point 1.7 , to next main 1.25
#310139 by fonant, c960657, pwolanin: drupal_urlencode() and Drupal.encodeURIComponent was used to encode query strings and other components it should not have been used for

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 19:21:55 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8, DRUPAL-7-0-UNSTABLE-9
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().

Revision 1.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 11:08:32 2009 UTC (5 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-13
Changes since 1.7.2.5: +44 -12 lines
Diff to previous 1.7.2.5 , to branch point 1.7
#243253 by Benjamin Melançon, dww: Update status should not attempt to request update data until a limit is reached. Fixed Drupal instances when drupal.org is down and gets less load on Drupal.org if data is not found.

Revision 1.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 7 17:22:02 2009 UTC (5 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.7.2.4: +5 -2 lines
Diff to previous 1.7.2.4 , to branch point 1.7
#445748 by Dave Reid, dww: Fix module support for disabled module update status checking and do not track usage in that case.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 06:26:13 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.20: +45 -12 lines
Diff to previous 1.20
#243253 by dww: Put a check in update.module to see if server was reachable.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 01:04:11 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.19: +5 -2 lines
Diff to previous 1.19
#445748 by dww and Dave Reid: Add a hook_update_projects_alter() for modules that wish to do modify data in update status module.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:35 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
- Patch #471070 by stella: millions of code style fixes.

Revision 1.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 18:43:11 2009 UTC (6 months, 4 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-11, DRUPAL-6-12
Changes since 1.7.2.3: +15 -8 lines
Diff to previous 1.7.2.3 , to branch point 1.7
#220592 by dww and pwolanin: Always use the database for caching in update module, so that drupal.org project data persists. Improves both local and drupal.org site performance.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 18:39:50 2009 UTC (6 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.17: +14 -7 lines
Diff to previous 1.17
#220592 by dww and pwolanin: Update module now always uses the database for caching so that drupal.org project data persists and site performance (in both directions) is not horrifically mangled.

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 17:17:21 2009 UTC (6 months, 4 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.7.2.2: +3 -2 lines
Diff to previous 1.7.2.2 , to branch point 1.7
#431148 by pwolanin, dww: Make it easier to visually distinguish security updates on Updates report

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 03:57:21 2009 UTC (6 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
#431148 by pwolanin: Make it easier to visually distinguish between security updates and regular updates.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:01:37 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 21:36:16 2009 UTC (10 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-9
Changes since 1.7.2.1: +1 -2 lines
Diff to previous 1.7.2.1 , to branch point 1.7
#245990 follow up by Damien Tournoud, David_Rothstein, pwolanin: Move back to an internal URL check for HTTP request checking and make the request checking less intrusive on what requests can be accomplished

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 21:13:42 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.14: +1 -2 lines
Diff to previous 1.14
- Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:19 2008 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 19:23:59 2008 UTC (13 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.12: +33 -90 lines
Diff to previous 1.12
- Patch #324443 by dww: update XML parsing of project information to take advantage of PHP5 XML parser.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 20:22:25 2008 UTC (14 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:11:59 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME.  Improved developer experience.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 08:36:22 2008 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion.  Removed drupal_referrer() for consistency.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:43 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 18:36:58 2008 UTC (19 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
#238564 by scor: two missing t() calls in update.module

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 18:24:46 2008 UTC (19 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
- Patch #238564 by scor: missing t() functions in the operations parameter of watchdog().

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 10:14:42 2008 UTC (21 months, 4 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1
Branch point for: DRUPAL-6
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#207863 by mikey_p, Pancho: use module_load_include() as intended

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 17:50:10 2008 UTC (22 months ago) by goba
Branch: MAIN
Changes since 1.5: +8 -1 lines
Diff to previous 1.5
#200028 by agentrickard, dww: cache more project module data, so there is less burden on Drupal when generating admin pages (performance)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 20 08:57:55 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
#196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 20 21:57:50 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
#165140 by dww: rename logs to reports (usability improvement)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 3 13:35:15 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.2: +2 -4 lines
Diff to previous 1.2
#178892 by webchick: use drupal_get_private_key() instead of directly retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 11 07:05:11 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
- Patch #165685 by dww: improve strings for messages when fetching updates.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 11 15:15:40 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
- Patch #94154 by dww, Earl et al: update notifications for Drupal!
  Woot, woot! :)

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