summaryrefslogtreecommitdiff
path: root/includes/ajax.inc
Commit message (Collapse)AuthorAge
* Issue #634616 follow-up by sun: Documentation and bug fix for 'prevent' AJAX ↵webchick2011-07-21
| | | | property.
* Issue #634616 by effulgentsia, rfay, sun: Fixed Various problems due to AJAX ↵webchick2011-06-29
| | | | binding to mousedown instead of click.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* #1018714 by effulgentsia: Fixed Image Upload Widget Not Working in IE8Angie Byron2011-01-27
|
* - Patch #1036246 by Jody Lynn: typo in ajax.inc comment.Dries Buytaert2011-01-24
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #995854 by rfay, effulgentsia, sun, merlinofchaos, Damien Tournoud, ↵Angie Byron2010-12-23
| | | | manimejia: Fixed #ajax doesn't work at all if a file element (or enctype => 'multipart/form-data') is included in the form
* - Patch #951262 by sun: move #ajax default settings from PHP into JS.Dries Buytaert2010-12-17
|
* - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be ↵Dries Buytaert2010-11-30
| | | | registered as a library.
* #818660 by yched, sun: Provide an AJAX command to invoke simple jQuery methods.Angie Byron2010-11-29
|
* - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to ↵Dries Buytaert2010-10-21
| | | | fully participate in D7 AJAX framework features.
* #561858 follow-up by effulgentsia: Avoid clobbering JS settings.Angie Byron2010-10-06
|
* - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: ↵Dries Buytaert2010-10-05
| | | | optimize JS/CSS aggregation for front-end performance and DX.
* - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, ↵Dries Buytaert2010-10-04
| | | | katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
* - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules ↵Dries Buytaert2010-09-27
| | | | for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #756762 by effulgentsia, fago, sun, rfay, pwolanin: AJAX should ↵Dries Buytaert2010-09-13
| | | | follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵Dries Buytaert2010-04-30
| | | | #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression.
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* - Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, ↵Dries Buytaert2010-03-31
| | | | Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation.
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX ↵Dries Buytaert2010-03-26
| | | | triggered by non-submit element fails if any elements are validated.
* - Patch #656782 by effulgentsia: critical bug: ajax_process_form() results ↵Dries Buytaert2010-03-26
| | | | in settings being returned for elements that aren't re-rendered as part of the AJAX request.
* - Patch #716602 by effulgentsia: refactor ajax_render() and clean up 'ajax' ↵Dries Buytaert2010-03-13
| | | | element type.
* - Patch #610068 by katbailey, rfay: improved phpDoc.Dries Buytaert2010-01-27
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #595972 by katbailey, sun, TwoD, quicksketch, merlinofchaos, and dmitrig01: ↵Angie Byron2010-01-12
| | | | Allow AJAX settings command to extend Drupal.settings.
* #645822 by sun: Fixed #ajax is not extensible (and partially buggy).Angie Byron2010-01-08
|
* - Patch #670250 by boombatower: more documentation clean-ups.Dries Buytaert2009-12-31
|
* - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.Dries Buytaert2009-12-30
|
* #623310 by rfay: Fixed AJAX 'changed' command asterisk argument.Angie Byron2009-11-22
|
* - Patch #583730 by sun: fixed form caching.Dries Buytaert2009-11-18
|
* #367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for ↵Angie Byron2009-11-04
| | | | 'Add more' links.
* #595654 by sun: Fixed AJAX command 'settings' (with tests).Angie Byron2009-10-18
|
* - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵Dries Buytaert2009-10-15
| | | | 'callback' callbacks. Oh my, this is the beginning of something big.
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵Dries Buytaert2009-10-13
| | | | happen for AJAX requests too.
* #544418 follow-up by rfay: Minor documentation fixes.Angie Byron2009-10-05
|
* - Patch #556438 by rfay, effulgentsia, sun | quicksketch, Rob Loach, Dries, ↵Dries Buytaert2009-10-02
| | | | sun.core, Damien Tournoud: Fixed AJAX/AHAH 'callback' support only works for 'submit' and 'button' elements - Should work for all triggering elements.
* - Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: ↵Dries Buytaert2009-09-21
| | | | standardized the return of status messages in AJAX callbacks.
* - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵Dries Buytaert2009-09-21
| | | | drupal_json() for consistency and readability.
* Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵Dries Buytaert2009-09-21
| | | | handling. I can actually understand it now. ;-).
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* #367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add ↵Angie Byron2009-08-27
| | | | more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | 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.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #552520 by merlinofchaos: Fixed AJAX wrappers on poll/upload modules.Angie Byron2009-08-21
|
* - Patch #544418 by sun: small follow-up on new AJAX framework.Dries Buytaert2009-08-18
|
* #544418 follow-up: It's really helpful when I commit ALL of a patch.Angie Byron2009-08-17