Commit Graph

31 Commits (40eeac9ebbb5a02ae9bebcd3191359734ed60176)

Author SHA1 Message Date
Dries Buytaert 8c08ea2561 - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression. 2010-04-30 08:07:55 +00:00
Dries Buytaert 0b61ecfe3a - Patch #782056 by aspilicious: removing every tab + trailing white space in core. 2010-04-28 20:25:22 +00:00
Dries Buytaert e0871ec49b - Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation. 2010-03-31 19:34:56 +00:00
Dries Buytaert c327b4d407 - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX triggered by non-submit element fails if any elements are validated. 2010-03-26 18:58:12 +00:00
Dries Buytaert bcfe4b4498 - Patch #656782 by effulgentsia: critical bug: ajax_process_form() results in settings being returned for elements that aren't re-rendered as part of the AJAX request. 2010-03-26 10:52:38 +00:00
Dries Buytaert 5e32593f3d - Patch #716602 by effulgentsia: refactor ajax_render() and clean up 'ajax' element type. 2010-03-13 06:55:50 +00:00
Dries Buytaert 0fa98a7a35 - Patch #610068 by katbailey, rfay: improved phpDoc. 2010-01-27 11:19:11 +00:00
Dries Buytaert af3f94b37e - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. 2010-01-25 10:38:35 +00:00
Angie Byron 319fc2895c #595972 by katbailey, sun, TwoD, quicksketch, merlinofchaos, and dmitrig01: Allow AJAX settings command to extend Drupal.settings. 2010-01-12 06:31:22 +00:00
Angie Byron 0e3fda75df #645822 by sun: Fixed #ajax is not extensible (and partially buggy). 2010-01-08 07:27:32 +00:00
Dries Buytaert 4ad5885f2d - Patch #670250 by boombatower: more documentation clean-ups. 2009-12-31 13:43:36 +00:00
Dries Buytaert 949ccddb91 - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups. 2009-12-30 08:16:55 +00:00
Angie Byron 7f7df40227 #623310 by rfay: Fixed AJAX 'changed' command asterisk argument. 2009-11-22 02:48:37 +00:00
Dries Buytaert 4788bf25fa - Patch #583730 by sun: fixed form caching. 2009-11-18 18:51:11 +00:00
Angie Byron 59b7e23b56 #367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for 'Add more' links. 2009-11-04 04:56:54 +00:00
Angie Byron 2484439643 #595654 by sun: Fixed AJAX command 'settings' (with tests). 2009-10-18 05:14:39 +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 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
Angie Byron e061e0964d #544418 follow-up by rfay: Minor documentation fixes. 2009-10-05 02:16:32 +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 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 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 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
Angie Byron 0259ee968f #367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files. 2009-08-27 04:40:12 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron 6df0d7edb6 #552520 by merlinofchaos: Fixed AJAX wrappers on poll/upload modules. 2009-08-21 00:35:31 +00:00
Dries Buytaert 38abc06534 - Patch #544418 by sun: small follow-up on new AJAX framework. 2009-08-18 11:26:04 +00:00
Angie Byron 92d536493c #544418 follow-up: It's really helpful when I commit ALL of a patch. 2009-08-17 07:29:32 +00:00