Commit Graph

57 Commits (6.x)

Author SHA1 Message Date
Gábor Hojtsy c8377ddf2d Issue #1006938 by dww, westwesterson: avoid PHP warnings in the PHP 4 XML parser caused by the relatively new XML data pieces produced at updates.drupal.org 2011-11-23 11:08:09 +01:00
The Great Git Migration d719dc198a Stripping CVS keywords 2011-02-25 02:06:00 +00:00
Gábor Hojtsy 302883db91 #669714 by dww: remove superfluous menu_rebuild() from update_uninstall() 2010-05-19 15:03:58 +00:00
Gábor Hojtsy c02e94783f #732096 by Dave Reid, sun: fix PHP 4 incompatibility problem in update module 2010-03-05 09:10:49 +00:00
Gábor Hojtsy 98776e9438 #669554 by dww: reduce memory use of update module by only saving attributes update module needs from .info files 2010-03-01 09:40:45 +00:00
Gábor Hojtsy f5c182691c #644482 by hass (backport of #452936): use TRUNCATE to do full cache clearing, which results in a dramatic speed increase 2009-12-16 17:30:00 +00:00
Gábor Hojtsy 7aa7a74898 #456088 by JohnAlbin, dww: propagate (security) update information to subthemes from base themes 2009-11-06 07:26:21 +00:00
Gábor Hojtsy 3e865d5b90 #319033 by Ralf, Dave Reid, dww: modules could bubble up in the update status listing if having submodules which are earlier in alphabetical ordering 2009-10-06 12:10:43 +00:00
Gábor Hojtsy f77b582fb1 #499828 by Darren Oh, Dave Reid, dww: Wrong release dates were recorded on multi-module projects if deployed from CVS 2009-09-28 13:22:02 +00:00
Gábor Hojtsy c04613c9ad #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 2009-07-21 08:59:12 +00:00
Gábor Hojtsy 3e687f68ed #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. 2009-06-09 11:08:32 +00:00
Gábor Hojtsy 2c50c76bdc #445748 by Dave Reid, dww: Fix module support for disabled module update status checking and do not track usage in that case. 2009-06-07 17:22:02 +00:00
Gábor Hojtsy a8fb68ffc0 #448268 by dww: Make sure that submitting the themes admin form clears out the update status cache, just like the modules admin form does. 2009-05-13 18:27:58 +00:00
Gábor Hojtsy a8f2b31b4d #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. 2009-04-29 18:43:11 +00:00
Gábor Hojtsy 125ec2f0c1 #431148 by pwolanin, dww: Make it easier to visually distinguish security updates on Updates report 2009-04-29 17:17:21 +00:00
Gábor Hojtsy 13bbecba8b #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 2009-01-14 21:36:16 +00:00
Gábor Hojtsy afaee50eaf #332123 by webchick, lilou, andypost: backport of removal of t() around schema desciptions 2009-01-06 15:46:38 +00:00
Gábor Hojtsy c003a83ab0 #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. 2008-09-23 10:19:02 +00:00
Dries Buytaert 0f42961c62 - Patch #295152 by dww, Damien Tournoud, et al: fixed version comparison. 2008-08-28 08:14:56 +00:00
Dries Buytaert e87ac904a7 - Patch #290918 by pwolanin: don't unset project info during processing. 2008-08-12 05:10:12 +00:00
Gábor Hojtsy 154580e09c #238564 by scor: two missing t() calls in update.module 2008-04-09 18:36:58 +00:00
Gábor Hojtsy 8ca98b89c4 #217771 by dww: avoid confusing wrapping of release dates in update status module (minor) 2008-02-05 09:59:21 +00:00
Gábor Hojtsy 9bb28aa859 #216750 by dww: Security releases from higher branches were not ignored in all cases (critical) 2008-02-03 19:34:02 +00:00
Gábor Hojtsy 2886944685 #216632 by webernet, dww: more accessible update information screen 2008-02-03 18:40:29 +00:00
Gábor Hojtsy e3cbacc31e #215992 by dww: provide information for upgrades from Drupal 5 with update status module 2008-02-03 18:38:14 +00:00
Gábor Hojtsy ef1235cc0a #207863 by mikey_p, Pancho: use module_load_include() as intended 2008-01-30 10:14:42 +00:00
Gábor Hojtsy e130f20871 #200028 by agentrickard, dww: cache more project module data, so there is less burden on Drupal when generating admin pages (performance) 2008-01-27 17:50:10 +00:00
Gábor Hojtsy 7a0111afb1 #212921 by fgm: remove unused reference on update_process_info_list() parameter list, which causes strict warnings in PHP 5 2008-01-25 12:34:48 +00:00
Gábor Hojtsy c07ba2a8ff #212813 by dww: link project status information to the admin/reports/updates page (usability) 2008-01-22 07:56:07 +00:00
Gábor Hojtsy 3cfcfdac92 #211403 by dww: Removed fallback code for determining the project based on the directory. 2008-01-22 07:45:18 +00:00
Gábor Hojtsy 8c8d7336ea #209242 by dww: local .info file changes (ie. updated code) was not taken properly into account in update module 2008-01-17 12:03:21 +00:00
Gábor Hojtsy d8d6810f83 #210141 follow up by dww: cleaning up some code comments 2008-01-16 12:49:30 +00:00
Dries Buytaert 63a15b383c - Patch #210141 by dww (with some modifications by me): implement hook_flush_caches(). 2008-01-15 08:29:25 +00:00
Dries Buytaert 5a54bbe702 - Patch #210140 by dww: fixed code comment: 'default_major' is now deprecated in favor of 'supported_majors'. 2008-01-15 07:55:18 +00:00
Gábor Hojtsy 550b9255a8 #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 2008-01-10 14:14:54 +00:00
Gábor Hojtsy 0a26c901ef #207931 by ScoutBaker: some links in update.module were pointing to 'logs' instead of 'reports' 2008-01-09 10:02:46 +00:00
Gábor Hojtsy b78a990270 #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
Gábor Hojtsy 1ba22e1543 #205134 by damz: fix not translatable use of t() in update module 2008-01-01 18:03:12 +00:00
Gábor Hojtsy e6a4b82e6e #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. 2007-12-20 08:57:55 +00:00
Gábor Hojtsy 3645f03233 #162788 by dww: allow contrib update_status to provide information on disabled modules and themes too 2007-12-20 08:42:05 +00:00
Gábor Hojtsy b6532a4fdb #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
Gábor Hojtsy b2dd7765a6 #200856 by Pancho: warning level requirement problems deserve a warning message not just a status message in update module 2007-12-14 10:54:28 +00:00
Gábor Hojtsy d83289f857 #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions 2007-12-06 09:58:34 +00:00
Gábor Hojtsy 8f2be548b3 #196775 by dww: constant name typo caused Drupal to not inform people properly when a stale version of Drupal core was running 2007-12-02 16:43:59 +00:00
Gábor Hojtsy c9fc63a388 #195730 by yhager: update module version numbers should always be LTR 2007-11-27 16:22:22 +00:00
Gábor Hojtsy c975b69d1c #175876 by hazexp, webernet, keith.smith: unify module/theme/translation download links and include more pointers to these locations 2007-11-24 20:35:37 +00:00
Gábor Hojtsy 5f09149caa #178581 by lot of contributors: opt-in for update module on install and update to avoid any privacy concerns 2007-11-06 09:00:31 +00:00
Gábor Hojtsy 7c31bcdeac #165140 by dww: rename logs to reports (usability improvement) 2007-10-20 21:57:50 +00:00
Gábor Hojtsy 8cf6fefe54 #164983 by multiple contributors: document the core database schemas 2007-10-10 11:39:35 +00:00
Dries Buytaert 39706e3c51 - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes. 2007-10-05 14:43:26 +00:00