Commit Graph

1446 Commits (81bba297e67e18e6277dc76eb584a680808471a7)

Author SHA1 Message Date
Dries Buytaert 045074d4c5 - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system. 2009-10-16 19:20:34 +00:00
Dries Buytaert 60c5878351 - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation. 2009-10-16 19:06:25 +00:00
Dries Buytaert f0a8150b11 - Patch #604618 by axyjo, sun: archiver code clean-up. 2009-10-16 13:18:32 +00:00
Angie Byron 1c7bca0b6f #605442 by catch: Add a generic hook_entity_load(). 2009-10-16 03:47:14 +00:00
Dries Buytaert 13d3072f41 - Patch #356074 by chx, Damien Tournoud: provide a sequences API. 2009-10-16 03:01:55 +00:00
Angie Byron 6abcc47e25 #538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D 2009-10-15 21:19:31 +00:00
Dries Buytaert 2fb451c872 - Patch #604618 by Crell, JacobSingh: create a common interface for Archive operations so we can handle .zip, .tar.gz. 2009-10-15 17:55:55 +00:00
Dries Buytaert 977d635bb1 - Patch #332333 by dmitrig01, alexw: add a real API to path.module. 2009-10-15 17:53:34 +00:00
Angie Byron e1642603ea #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url(). 2009-10-15 16:18:46 +00:00
Dries Buytaert f42bca3bd4 - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big. 2009-10-15 14:07:30 +00:00
Dries Buytaert 35e21e54e1 - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when a theme key is not found. 2009-10-15 12:27:34 +00:00
Dries Buytaert c5c46c739c - Patch #594650 by sun, c960657: provide central ()['values'] clearance. 2009-10-15 11:47:25 +00:00
Dries Buytaert 3cb2a5eff4 - Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query string destination. 2009-10-14 20:42:47 +00:00
Dries Buytaert 30fa81a763 - Patch #602306 by David Strauss, Damien Tournoud: Fixed bug in the default queue implementation. 2009-10-14 10:59:15 +00:00
Dries Buytaert a019a9ebb0 - Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and make custom theme settings a true form_alter(). 2009-10-14 10:56:35 +00:00
Dries Buytaert 3314d41771 - Patch #581118 by Gábor Hojtsy: blocks admin user interface should not do theme switching. 2009-10-14 02:13:15 +00:00
Dries Buytaert 04d0ef5c8c - Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats. 2009-10-13 21:34:15 +00:00
Dries Buytaert 24c259cdd8 - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too. 2009-10-13 21:16:44 +00:00
Dries Buytaert fbfa7a4150 - Patch #593522 by sun: a better and faster drupal_alter(). 2009-10-13 16:38:43 +00:00
Angie Byron 89580246ee #559294 by David_Rothstein: Allow install profiles to alter or override the task list. 2009-10-13 07:09:26 +00:00
Angie Byron 1d09ec33bd #602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal errors. 2009-10-13 05:37:46 +00:00
Angie Byron 89d04ea78a #561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it. 2009-10-13 05:26:57 +00:00
Angie Byron 6cd77937db #602570 by dww: Fix code style in _system_filetransfer_backend_form_common(). 2009-10-12 20:12:28 +00:00
Dries Buytaert 76882b6fc6 - Patch #602306 by chx: simplify the default queue implementation. 2009-10-12 15:40:04 +00:00
Angie Byron 1d72b6ec9f #599706 by sun: Allow altering local tasks/actions. 2009-10-11 06:05:53 +00:00
Angie Byron b3265dbe17 #557292 by peximo, plach, catch, and yched: Convert node title to Field API. 2009-10-11 03:07:21 +00:00
Angie Byron d16bead147 #118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm. 2009-10-10 16:48:39 +00:00
Dries Buytaert db53d99659 - Patch #391340 by dww: documentation clean-up and correction. 2009-10-10 13:32:01 +00:00
Angie Byron 7df3f37295 #67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a permission to update.php. 2009-10-09 07:48:07 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Angie Byron fa498602e4 #343898 by dww and JohnAlbin: Respect hidden property in themes to allow for theme testing. 2009-10-06 01:38:55 +00:00
Angie Byron 400fa96fc6 #224756 by christefano and lambic: Make phpinfo() link more obvious. 2009-10-05 04:34:04 +00:00
Angie Byron 93eb8b3413 #60552 by JohnAlbin: Added Add region.tpl.php for all regions in themes. 2009-10-05 02:43:01 +00:00
Dries Buytaert b544777095 - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: added drupal_css_class() to clean class names and rename form_clean_id(). 2009-10-03 19:16:04 +00:00
Dries Buytaert f2b51238b4 - Patch #554088 by mr.baileys, sun | eaton: Changed Move user_mail_tokens() and emails to token system. 2009-10-02 14:49:10 +00:00
Dries Buytaert 04fd066be2 - Patch #484868 by sime, sun | Dries: split parser from drupal_parse_info_file(). 2009-10-02 00:50:45 +00:00
Dries Buytaert 2ac0eb58a3 - Patch #583598 by jhodgdon | moshe weitzman: fixed documentation problem with hook_elements(). 2009-10-01 13:16:17 +00:00
Dries Buytaert 1983aed44b - Patch #590014 by sun, mr.baileys | Dries: fixed undefined language when language is specified in . 2009-09-30 18:37:30 +00:00
Dries Buytaert 7178f6b173 - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). 2009-09-30 18:36:02 +00:00
Dries Buytaert a8f8a26f6d - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, pwolanin: allow modules to specify per-page custom themes in hook_menu(). 2009-09-30 13:09:30 +00:00
Dries Buytaert 15343a993c - Patch #591758 by catch: system_region_list() should use list_themes() instead of a direct db_query(). 2009-09-30 12:35:27 +00:00
Angie Byron 34bc33baef #375931 by Dave Reid: Fix SimpleTests when cvs_deploy module is enabled. 2009-09-29 17:00:03 +00:00
Dries Buytaert 598e739208 - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up! 2009-09-29 15:31:17 +00:00
Dries Buytaert cef1089389 - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). 2009-09-29 15:13:57 +00:00
Dries Buytaert 65bb91c989 - Patch #215080 by andypost, drifter, Dave Reid | robertDouglass, catch, jaydub: drop unnecessary index. 2009-09-28 15:38:27 +00:00
Dries Buytaert 9e63842460 - Patch #578676 by sun: clean ups for cron queue. 2009-09-25 23:48:24 +00:00
Dries Buytaert 762be09fa9 - Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for cron. 2009-09-25 15:20:12 +00:00
Dries Buytaert 5679074858 - Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: tabs on admin pages are not accessible from overviews and menus. 2009-09-22 15:26:46 +00:00
Dries Buytaert a4b833b6de - Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE! 2009-09-22 07:50:16 +00:00
Dries Buytaert aca54cc198 Patch #331893 by mgifford, nigel, Xano, Everett Zufelt | Cliff, Bojhan, mcrittenden, webchick, Josh Waihi, alpritt, heather: improved the password checker. 2009-09-21 08:52:41 +00:00