/[drupal]/drupal/modules/update/update.module
ViewVC logotype

Log of /drupal/modules/update/update.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.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 19:52:47 2009 UTC (4 weeks, 3 days ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.52: +11 -4 lines
Diff to previous 1.52
- Patch #602490 by dww: fixed help text and action links to find the update manager pages.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 11:41:05 2009 UTC (4 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.51: +4 -6 lines
Diff to previous 1.51
- Patch #605918 by dww, JacobSingh: port update manager to use the new Archiver class, not directly Archive_Tar, and fixed usability problem with unwanted link showing up.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:24:19 2009 UTC (4 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.50: +6 -6 lines
Diff to previous 1.50
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 21:19:31 2009 UTC (5 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.49: +110 -9 lines
Diff to previous 1.49
#538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D

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

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 8 15:40:33 2009 UTC (6 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.47: +4 -1 lines
Diff to previous 1.47
- Patch #456088 by dww, JohnAlbin | Dave Reid, Gábor Hojtsy, pwolanin, tic2000, meba: sub-themes not notified of security updates for base themes.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:32:54 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
- Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 29 14:08:36 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.45: +9 -4 lines
Diff to previous 1.45
- Patch #297207 by Gábor Hojtsy: move the update settings.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:22 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.44: +4 -1 lines
Diff to previous 1.44
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:46 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.43: +1 -4 lines
Diff to previous 1.43
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:02:04 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.42: +4 -1 lines
Diff to previous 1.42
*** empty log message ***

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:23 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 23:51:19 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40
#545952 by yoroy and Gábor Hojtsy: move modules to config/modules.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 31 11:20:43 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
- Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> Themes section to the top level Appearance item as outlined in the D7UX IA.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 19:32:19 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.38: +9 -1 lines
Diff to previous 1.38
- Patch #199774 by dww, ugerhard, brianV, John Morahan: make it more 'natural' to enable security notification e-mails.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 18:51:35 2009 UTC (4 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.37: +4 -4 lines
Diff to previous 1.37
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.

Revision 1.17.2.5 - (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, DRUPAL-6-14
Changes since 1.17.2.4: +12 -1 lines
Diff to previous 1.17.2.4 , to branch point 1.17 , to next main 1.53
#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.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 05:00:11 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.36: +14 -14 lines
Diff to previous 1.36
- Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.

Revision 1.36 - (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.35: +12 -1 lines
Diff to previous 1.35
#243253 by dww: Put a check in update.module to see if server was reachable.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:34:02 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.34: +10 -10 lines
Diff to previous 1.34
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.34 - (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.33: +2 -2 lines
Diff to previous 1.33
- Patch #471070 by stella: millions of code style fixes.

Revision 1.17.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 18:27:58 2009 UTC (6 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-12
Changes since 1.17.2.3: +2 -2 lines
Diff to previous 1.17.2.3 , to branch point 1.17
#448268 by dww: Make sure that submitting the themes admin form clears out the update status cache, just like the modules admin form does.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 18:21:42 2009 UTC (6 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
#448268 by dww: Fix typo preventing update status cache from being cleared on theme admin page.

Revision 1.17.2.3 - (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
Changes since 1.17.2.2: +125 -25 lines
Diff to previous 1.17.2.2 , to branch point 1.17
#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.32 - (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.31: +134 -28 lines
Diff to previous 1.31
#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.17.2.2 - (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.17.2.1: +2 -2 lines
Diff to previous 1.17.2.1 , to branch point 1.17
#431148 by pwolanin, dww: Make it easier to visually distinguish security updates on Updates report

Revision 1.31 - (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.30: +2 -2 lines
Diff to previous 1.30
#431148 by pwolanin: Make it easier to visually distinguish between security updates and regular updates.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 03:11:54 2009 UTC (10 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-6
Changes since 1.29: +16 -6 lines
Diff to previous 1.29
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 16:38:06 2009 UTC (10 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.28: +3 -1 lines
Diff to previous 1.28
#350381 by tstoeckler and swentel: Add a note about running update.php to the modules page that's easier to find than the one buried under the module updates page.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 1 21:59:05 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
- Patch #352728 by j.somers: fixed broken link.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 20:27:30 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.26: +1 -2 lines
Diff to previous 1.26
- Patch #297225 by keith.smith: massaged the text on the modules page a bit.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 19:07:58 2008 UTC (14 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
#267724 follow-up by Gábor Hojtsy and dww: Wrap logic in parentheses for better clarification.

Revision 1.17.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 10:19:02 2008 UTC (14 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.17: +4 -2 lines
Diff to previous 1.17
#267724 by cpugeniusmv, dww, maartenvg: Update module was not checking for new data when the cache was cleared, until the set time was elapsed. Now checks on cron after the cache was cleared.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 20:22:25 2008 UTC (14 months ago) by webchick
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 02:31:57 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.23: +4 -2 lines
Diff to previous 1.23
#267724 by cpugeniusmv: Fix cron logic in update.module.

Revision 1.23 - (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.22: +3 -3 lines
Diff to previous 1.22
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME.  Improved developer experience.

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

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 12:30:19 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.20: +4 -10 lines
Diff to previous 1.20
- Patch #297207 by kscheirer and TapocoL: move update notification settings to more visible place.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 16:25:19 2008 UTC (16 months ago) by dries
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
- Patch #245329 by christefano and dmitrig01: code comment love.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:53 2008 UTC (18 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.18: +1 -5 lines
Diff to previous 1.18
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
  et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:43 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.17: +13 -13 lines
Diff to previous 1.17
- 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.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 10:14:42 2008 UTC (21 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4
Branch point for: DRUPAL-6
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
#207863 by mikey_p, Pancho: use module_load_include() as intended

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

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 07:56:07 2008 UTC (22 months ago) by goba
Branch: MAIN
Changes since 1.14: +9 -8 lines
Diff to previous 1.14
#212813 by dww: link project status information to the admin/reports/updates page (usability)

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 12:03:21 2008 UTC (22 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.13: +30 -3 lines
Diff to previous 1.13
#209242 by dww: local .info file changes (ie. updated code) was not taken properly into account in update module

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 12:49:30 2008 UTC (22 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.12: +6 -5 lines
Diff to previous 1.12
#210141 follow up by dww: cleaning up some code comments

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 15 08:29:25 2008 UTC (22 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.11: +11 -1 lines
Diff to previous 1.11
- Patch #210141 by dww (with some modifications by me): implement hook_flush_caches().

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 15 07:55:18 2008 UTC (22 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- Patch #210140 by dww: fixed code comment: 'default_major' is now deprecated in favor of 'supported_majors'.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 14:14:54 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2
Changes since 1.9: +138 -58 lines
Diff to previous 1.9
#197186 by dww, testing by catch, webernet, greggles: (critical security functionality) update.module did not inform users when their current release became revoked/not supported

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 10:02:46 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#207931 by ScoutBaker: some links in update.module were pointing to 'logs' instead of 'reports'

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 10:35:43 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 18:08:49 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 10:54:28 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#200856 by Pancho: warning level requirement problems deserve a warning message not just a status message in update module

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 16:43:59 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
#196775 by dww: constant name typo caused Drupal to not inform people properly when a stale version of Drupal core was running

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 24 20:35:37 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
#175876 by hazexp, webernet, keith.smith: unify module/theme/translation download links and include more pointers to these locations

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 6 09:00:31 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.2: +8 -1 lines
Diff to previous 1.2
#178581 by lot of contributors: opt-in for update module on install and update to avoid any privacy concerns

Revision 1.2 - (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
Changes since 1.1: +15 -15 lines
Diff to previous 1.1
#165140 by dww: rename logs to reports (usability improvement)

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
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2
- 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