Commit Graph

77 Commits (2f6d62343551c3aae79061157520355f7971854f)

Author SHA1 Message Date
Dries Buytaert 28b2f098be - 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. 2009-06-08 05:00:12 +00:00
Dries Buytaert 1f9077ee92 - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
Angie Byron d532753cab #243253 by dww: Put a check in update.module to see if server was reachable. 2009-06-06 06:26:13 +00:00
Angie Byron 3780e8a6c2 #481508 by JamesAn: Update update module to use drupal_static(). 2009-06-05 01:10:12 +00:00
Angie Byron c86883271a #445748 by dww and Dave Reid: Add a hook_update_projects_alter() for modules that wish to do modify data in update status module. 2009-06-05 01:04:11 +00:00
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Angie Byron 3ac59eee96 #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files. 2009-05-13 19:42:18 +00:00
Angie Byron 9c0f25fee6 #448268 by dww: Fix typo preventing update status cache from being cleared on theme admin page. 2009-05-13 18:21:42 +00:00
Angie Byron cac7e7c42e #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. 2009-04-29 18:39:50 +00:00
Angie Byron a703b3ee8a #431148 by pwolanin: Make it easier to visually distinguish between security updates and regular updates. 2009-04-29 03:57:21 +00:00
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