Commit Graph

3384 Commits (e9ef3ac2f25bcb4565af90a2bcae2db7ff764034)

Author SHA1 Message Date
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
Angie Byron d854417e0c #565480 follow-up by plach: Clean-ups and documentation. 2009-10-16 15:47:46 +00:00
Dries Buytaert f0a8150b11 - Patch #604618 by axyjo, sun: archiver code clean-up. 2009-10-16 13:18:32 +00:00
Angie Byron 9dda515bbc #412730 folllow-up by Crell: Move missing theme key notification to watchdog so that Drupal doesn't totally bomb out when theme function isn't found. (also fixes CLI installs) 2009-10-16 08:27:41 +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 6061fa9781 #565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies. 2009-10-16 02:04:44 +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 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 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
Dries Buytaert f67e438b41 - Patch #373606 by jhodgdon, aj045: improved file_save_upload() documentation. 2009-10-13 15:46:03 +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 2eb7c94ed5 #602518 by dww and JacobSingh: Fixed PHPDoc for includes/filetransfer/filetransfer.inc. 2009-10-12 20:11:04 +00:00
Angie Byron 33b09cc5eb #589754 by rfay and Crell: Fixed non-recoverable install if invalid database specified in settings.php. 2009-10-12 02:00:04 +00:00
Dries Buytaert b959d8fbeb - Patch #599706 by tobiasb: tiny documentation fix. 2009-10-11 19:39:30 +00:00
Dries Buytaert 9d6182d8d0 - Patch #597556 by Berdir: return status to indicate executed query in MergeQuery::execute(). 2009-10-11 13:43:37 +00:00
Angie Byron 1d72b6ec9f #599706 by sun: Allow altering local tasks/actions. 2009-10-11 06:05:53 +00:00
Angie Byron 64a1a0d67e #600554 by sun: Fixed drupal_parse_url() to work with clean URLs disabled (with tests). 2009-10-11 02:14:43 +00:00
Dries Buytaert f1fcfb9fc5 - Patch #600790 by Alan D: fixed wrong ISO 3166-1 code. 2009-10-10 18:21:45 +00:00
Angie Byron 970b096f42 #360023 by stella, sun, greggles: Added 'Publish comment' action + doxygen fixes. 2009-10-10 17:29:17 +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 f8b5634113 - Patch #600780 by asimmonds: fixed typo in documentation. 2009-10-10 12:12:15 +00:00
Angie Byron 0ca8f9b2d7 #573292 by eMPee584: Allow enable file_unmanaged_delete() to handle stream wrapper URIs. 2009-10-09 18:38:52 +00:00
Angie Byron 1b9cde9d85 #282191 by plach, nedjo, catch, et al: TF #1: Allow different interface language for the same path. 2009-10-09 16:33:14 +00:00
Angie Byron fc7366dc8d #322344 follow-up by sun: Fix notice. 2009-10-09 08:12:07 +00:00
Angie Byron 010a342e61 #464862 follow-up by JohnAlbin: Final bike-shedding of drupal_css_class() patch. We hope. :) 2009-10-09 08:08:56 +00:00
Angie Byron 8649db189d #473082 by sun, Amitaibu, dropcube, and Pasqualle: Added a custom menu API. 2009-10-09 08:02:25 +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
Dries Buytaert f5b02199c7 - Patch #596664 by c960657 | Crell: document “char”, “date” and “time” database field types. 2009-10-08 02:44:54 +00:00
Angie Byron b4de609c6d #595758 by jhodgdon: Fixed documentation for db_query_range(). 2009-10-06 00:03:12 +00:00
Angie Byron 1e23b91bc8 #472820 by rfay, Rob Loach, and catch: Fixed improper whitespace removal/invalid CSS from drupal_load_stylesheet_content() (with tests). 2009-10-05 02:48:39 +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
Angie Byron e061e0964d #544418 follow-up by rfay: Minor documentation fixes. 2009-10-05 02:16:32 +00:00
Angie Byron dd571ffe34 #464862 follow-up by kkaefer: Rename drupal_css_class() to drupal_html_class_X(), for better accuracy. 2009-10-05 01:18:26 +00:00
Dries Buytaert 0e161b661e - Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, lilou: improvements to batch API. 2009-10-03 20:17:46 +00:00
Dries Buytaert 919d94be6e - Patch #592008 by moshe weitzman | chx: don't initialize theme system before modules are included. 2009-10-03 19:27:44 +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 08eab84127 - Patch #556438 by rfay, effulgentsia, sun | quicksketch, Rob Loach, Dries, sun.core, Damien Tournoud: Fixed AJAX/AHAH 'callback' support only works for 'submit' and 'button' elements - Should work for all triggering elements. 2009-10-02 14:55:40 +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 07ef8dda42 - Patch #574862 by jhodgdon | moshe weitzman: menu_set_active_trail() doc lacks details. 2009-10-01 19:07:12 +00:00
Dries Buytaert 087a54a673 - Patch #578520 by sun, c960657 | mfb, Dries, catch, mattyoung: Changed Make in url() only accept an array. 2009-10-01 19:04:26 +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
Angie Byron 0085972f1e #557542 follow-up by catch: Fixed module_implements() caching for authenticated users. 2009-09-29 18:08:28 +00:00
Dries Buytaert 8f1ec56d35 - Patch #584370 by JoshuaRogers, JacobSingh | mattyoung: fixed bug with CSS file inclusion in the CSS optimization code. 2009-09-29 17:52:46 +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 67f2c101c1 - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal. 2009-09-28 22:22:54 +00:00
Dries Buytaert a8b3369b95 - Patch #557542 by CorniI, catch, fago, Crell, sun | pwolanin, chx, webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability. 2009-09-27 11:08:45 +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 f15438cc9a - Patch #521838 by jrchamp: (temporary) fix for drupal_get_schema_versions(). 2009-09-25 14:54:49 +00:00
Dries Buytaert fdeb890b5f - Patch #521838 by catch, jrchamp, CorniI, sun | Damien Tournoud, drewish, chx, moshe weitzman, yched, Dries: drupal_get_schema_versions() took 30% of page execution time on /admin. 2009-09-23 15:04:34 +00:00
Dries Buytaert 77d9ff0706 - Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: standardized the return of status messages in AJAX callbacks. 2009-09-21 08:54:57 +00:00
Dries Buytaert d92389ae11 - Patch #583008 by Damien Tournoud: DRUPAL_BOOTSTRAP_ACCESS doesn't exist anymore, but is still an explicit bootstrap step. 2009-09-21 08:07:07 +00:00
Dries Buytaert ef33d44f66 - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability. 2009-09-21 07:56:09 +00:00
Dries Buytaert ee8aa910b9 Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-). 2009-09-21 06:44:14 +00:00
Dries Buytaert 0741d8e323 - Patch #550742 by douggreen | Zarabadoo: remove Search box from theme system, default to block system instead. 2009-09-21 06:36:54 +00:00
Angie Byron a7527fecad #564394 follow-up by Damien Tournoud: Remove crappy old pgsql-only db_add/change_column() functions from database layer. 2009-09-21 01:15:15 +00:00
Dries Buytaert 339085eb13 - Patch #306611 by jbomb, sun | Damien Tournoud: fixed fatal error when trying to invoke non-existing action callbacks. 2009-09-20 07:47:44 +00:00
Dries Buytaert 7cf7f99878 - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions. 2009-09-20 07:32:19 +00:00
Dries Buytaert fd1c63b5c0 - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks. 2009-09-19 11:07:37 +00:00
Dries Buytaert db81ff5205 - Patch #581286 by David Strauss | moshe weitzman: fixed detection of CLI environments properly. 2009-09-19 10:38:47 +00:00
Dries Buytaert 2bc3de6a4f - Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, Arancaytar: Added Make menu_tree_output() return renderable output. 2009-09-18 10:54:20 +00:00
Angie Byron df02fa3ca4 #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Angie Byron e18feedfdb #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee... 2009-09-18 00:04:24 +00:00
Angie Byron c9cac770be #457450 by agentrickard: Added hooks to track changes to menu links. 2009-09-17 04:07:40 +00:00
Angie Byron f5d1094bbb #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to drupal_http_request() when a URL fails to parse, instead of failing silently. 2009-09-16 15:28:00 +00:00
Dries Buytaert 9dd2ce283e - Patch #565792 by pwolanin, salvis: follow-up on theme_username refactoring. 2009-09-15 20:03:18 +00:00
Angie Byron 6c0f8eba1c #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,
and alexanderpas: page.tpl.php has now been split into html.tpl.php
(for <html>, <head>, and <body>) and page.tpl.php (for page content).
This now provides consistency for granular theming of renderable output in all
template files.
2009-09-15 17:10:39 +00:00
Dries Buytaert ccb0977bee - Patch #572942 by cwgordon7: proper comment wrapping. 2009-09-14 07:43:11 +00:00
Dries Buytaert e1ad90ba40 - Patch #575360 by dropcube: added API function to check if a cache bin is empty. 2009-09-13 17:49:51 +00:00
Dries Buytaert b5cee8fe49 - Patch #576096 by CorniI: use the new cache API. 2009-09-13 15:09:45 +00:00
Dries Buytaert 5e590b9e4e - Patch #520734 by Everett Zufelt, webernet | Dries, mgifford: theme_feed_icon() could use more meaningful alt text. 2009-09-11 15:17:00 +00:00
Dries Buytaert 4d95e3d22a - Patch #495968 by Moshe Weitzman, catch: follow-up patch to fix bug with language-specific caching and to improve the performance of the caching code. 2009-09-11 15:12:29 +00:00
Angie Byron 960f84b4b4 #569656 by c960657: Use DRUPAL_ROOT in menu_execute_active_handler(). 2009-09-11 15:05:42 +00:00
Dries Buytaert 28a9529524 - Patch #526674 by Everett Zufelt, mgifford: made breadcrumbs more accessible for visually impaired people. 2009-09-11 14:14:16 +00:00
Dries Buytaert 92113cc409 - Patch #513940 by Everett Zufelt: improved accessibility of the installer. 2009-09-11 13:56:56 +00:00
Dries Buytaert 2729f1c2f0 - Patch #569362 by scor, effulgentsia, catch: add attributes and title_attributes() variables for tpl files so that RDFa and Microformats can be implemented. 2009-09-11 06:48:03 +00:00
Angie Byron d8f91382e8 #539022 by dropcube: Use current theme during Batch API processes. 2009-09-11 04:09:26 +00:00
Angie Byron d4a597fd4b #561104 by Crell: Added support for random ordering in dynamic select queries. 2009-09-11 02:47:11 +00:00
Angie Byron 38502757b9 #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in menu_tree_data(). 2009-09-11 01:28:34 +00:00
Angie Byron 0d8adb439d #306316 follow-up by catch: Revert coupling of node_types_rebuild() and menu_rebuild(). 2009-09-10 22:10:10 +00:00
Dries Buytaert 029c48c68d - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. 2009-09-10 06:38:20 +00:00
Dries Buytaert d481f1cd36 - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'. 2009-09-10 06:31:39 +00:00
Dries Buytaert 6d6915400e - Patch #565792 by pwolanin, effulgentsia, scor, fago, dahacouk: refactor theme_username() so that RDF patch can be accepted. 2009-09-09 21:44:01 +00:00
Dries Buytaert d440fc540f - Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called. 2009-09-09 21:33:00 +00:00
Dries Buytaert 95e95bfbf2 - Patch #394268 by Crell, sun, yched: changed DIE update_sql() DIE!. 2009-09-07 15:43:55 +00:00
Dries Buytaert f73040e18b - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in database API. 2009-09-07 15:28:53 +00:00
Dries Buytaert a539b0e00d - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
Dries Buytaert aab953e437 - Rollback #567148 because it breaks on some versions of MySQL. 2009-09-05 13:35:54 +00:00
Dries Buytaert 6586b76465 - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter. 2009-09-05 13:05:31 +00:00