Commit Graph

66 Commits (de7635bf833e8df844fa728d0c93b9ff5b0daa81)

Author SHA1 Message Date
Angie Byron 3b30509599 #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
Dries Buytaert 5d658d0848 - Patch #380064 by c960657: make file_scan_directory() use save property names as file_load(). 2009-02-22 17:55:30 +00:00
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 534287b1bc - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
Dries Buytaert bdbd0dffe5 - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
Dries Buytaert 9440e26269 - Patch #352728 by j.somers: fixed broken link. 2009-01-01 21:59:05 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Dries Buytaert 0c63d9e24f - Patch #349504 by keith.smith: clean up sentence spacing in code comments. 2008-12-20 18:24:41 +00:00
Angie Byron 66df602593 #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core. 2008-11-25 02:37:33 +00:00
Dries Buytaert 15671f471b - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
Dries Buytaert 4595edbfc8 - Patch #334238 by justinrandell: fixed update_get_project_name. 2008-11-15 07:43:06 +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
Dries Buytaert b71cc6f837 - Patch #324443 by dww: update XML parsing of project information to take advantage of PHP5 XML parser. 2008-10-24 19:23:59 +00:00
Angie Byron 7e02f2f782 #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. 2008-10-11 02:33:14 +00:00
Angie Byron 464be0b8bd #318892 by justinrandell and chx: Add .install files to the list of files added to .info files. 2008-10-09 22:51:41 +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 372acd0cd4 - Patch #295152 by dww, Damien Tournoud, et al: fixed version comparison. 2008-08-28 08:12:29 +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 22da5c6978 - Patch #290918 by pwolanin: don't unset project info during processing. 2008-08-11 07:07:11 +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
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