Commit Graph

41 Commits (fae9063c681b11cc48347a11b4dc0f06baffb4ce)

Author SHA1 Message Date
Dries Buytaert 2e18cb8924 - 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.
2008-05-06 12:18:54 +00:00
Dries Buytaert 56d2664a90 - 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. 2008-04-14 17:48:46 +00:00
Dries Buytaert 763298455f - Patch #238564 by scor: missing t() functions in the operations parameter of watchdog(). 2008-03-31 18:24:46 +00:00
Dries Buytaert b05db1f176 - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
Dries Buytaert c8a2413b4c - Patch #217771 by dww: prevent wrapping of dates. 2008-02-06 20:01:41 +00:00
Dries Buytaert b8a1eab1fb - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. 2008-02-06 19:38:28 +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
Gábor Hojtsy 0dfdbac88f #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 2007-10-03 13:35:15 +00:00
Dries Buytaert d2d93b4bd3 - Patch #173486 by scor: fixed code style issues. 2007-10-02 16:19:23 +00:00
Gábor Hojtsy f84f3a4a68 #165638 by dww: better presentation of manual check link in update module 2007-09-10 18:11:22 +00:00
Gábor Hojtsy 0a6cf705b8 #168352 by webernet: fix small typo in update.module 2007-08-18 11:30:59 +00:00
Dries Buytaert 541c9673b4 - Patch #165685 by dww: improve strings for messages when fetching updates. 2007-08-11 07:05:11 +00:00
Gábor Hojtsy f23c24c8a3 #164935 by Ralf Stamm: standardize CVS Id tags in files:
- always include CVS Id tags in all files
 - add a new line after the CVS Id, if more code or phpdoc follows in the same code block
 - fix bogus Id tags previously added
2007-08-07 08:39:36 +00:00
Dries Buytaert 6ec2ff7e15 - Patch #94154 by dww, Earl et al: update notifications for Drupal!
Woot, woot! :)
2007-07-11 15:15:40 +00:00