summaryrefslogtreecommitdiff
path: root/misc/ajax.js
Commit message (Collapse)AuthorAge
* - Patch #825318 by effulgentsia, katbailey: Drupal.attachBehaviors() is ↵Dries Buytaert2010-06-25
| | | | called an extra time, unnecessarily and for document context, when there is no form.
* - Patch #800186 by dereine: use parseJSON instead of parseJson.Dries Buytaert2010-05-16
|
* - 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 #384992 by effulgentsia, sun: drupal_html_id() does not work ↵Dries Buytaert2010-04-07
| | | | correctly in AJAX context with multiple forms on page.
* - Patch #715528 by sun: optimize restripe() AJAX command.Dries Buytaert2010-04-01
|
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX ↵Dries Buytaert2010-03-26
| | | | triggered by non-submit element fails if any elements are validated.
* - Patch #673884 by casey, mfer: optimize Drupal.parseJSON.Dries Buytaert2010-03-10
|
* - Patch #565808 by cha0s, Dave Reid, Alexander N: fixed nojs/ajax replacement.Dries Buytaert2010-03-06
|
* - Patch #565808 by Dave Reid: fixed nojs/ajax replacement.Dries Buytaert2010-02-03
|
* #595972 by katbailey, sun, TwoD, quicksketch, merlinofchaos, and dmitrig01: ↵Angie Byron2010-01-12
| | | | Allow AJAX settings command to extend Drupal.settings.
* #673450 by casey and Jody Lynn: Cleanup JavaScript file syntax.Angie Byron2010-01-04
|
* #623320 by rfay: Implement AJAX 'css' command in misc/ajax.js (with tests).Angie Byron2009-12-12
|
* #615282 by carlos8f, katbailey, c960657, and rfay: Fixed Enter key is ↵Angie Byron2009-11-26
| | | | ignored on pages with #ajax fields.
* #615504 by rfay and katbailey: Fixed Ajax framework's use-ajax class on links.Angie Byron2009-11-04
|
* #561726 by effulgentsia, TwoD, and sun: Make ajax.js and tabledrag.js ↵Angie Byron2009-11-03
| | | | implement Drupal.detachBehaviors().
* - 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 #559368 by CalebD: trailing commas in JavaScript cause syntax errors ↵Dries Buytaert2009-09-09
| | | | in IE.
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-08-17
AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.