Commit Graph

30 Commits (de7635bf833e8df844fa728d0c93b9ff5b0daa81)

Author SHA1 Message Date
Angie Byron b4c737a2a5 #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
Angie Byron 8d6c43ecda #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. 2009-01-18 16:38:06 +00:00
Dries Buytaert 9440e26269 - Patch #352728 by j.somers: fixed broken link. 2009-01-01 21:59:05 +00:00
Dries Buytaert bfc650573c - Patch #297225 by keith.smith: massaged the text on the modules page a bit. 2008-11-13 20:27:30 +00:00
Angie Byron 06d0d8c2a4 #267724 follow-up by Gábor Hojtsy and dww: Wrap logic in parentheses for better clarification. 2008-09-23 19:07:58 +00:00
Angie Byron a3bb66e4e8 #259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths. 2008-09-20 20:22:25 +00:00
Angie Byron 7952a651ce #267724 by cpugeniusmv: Fix cron logic in update.module. 2008-09-19 02:31:57 +00:00
Dries Buytaert 7f29b14277 - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience. 2008-09-17 07:11:59 +00:00
Dries Buytaert e5b0e5f76c - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency. 2008-09-06 08:36:22 +00:00
Dries Buytaert f0b1d9f8d3 - Patch #297207 by kscheirer and TapocoL: move update notification settings to more visible place. 2008-08-22 12:30:19 +00:00
Dries Buytaert ccf1af94fa - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
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
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 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 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 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 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 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
Dries Buytaert 6ec2ff7e15 - Patch #94154 by dww, Earl et al: update notifications for Drupal!
Woot, woot! :)
2007-07-11 15:15:40 +00:00