summaryrefslogtreecommitdiff
path: root/misc/ajax.js
Commit message (Collapse)AuthorAge
* Drupal 7.39David Rothstein2015-08-19
|
* Issue #1071818 by JeremyFrench, nod_, Cottser, gielfeldt, xjm, anthbel, ↵David Rothstein2014-11-03
| | | | reglogge, NROTC_Webmaster, kristofferwiklund, lliss, sun | sepgil: Fixed Lazy-loading CSS fails in IE.
* Drupal 7.29David Rothstein2014-07-16
|
* Issue #2245331 by bendikrb: Use of reserved word in ajax.js breaks IE8.David Rothstein2014-05-06
|
* Drupal 7.27David Rothstein2014-04-16
|
* Issue #1901476 by caiosba | mstef: Fixed Uncaught TypeError: Cannot read ↵David Rothstein2013-03-30
| | | | property 'command' of undefined in ajax.js.
* - Patch #1387098 by LSU_JBob, nburles: bug in ajax.js when minified.Dries2012-01-24
|
* 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
|
* #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
* #995122 by threewestwinds, rfay: Allow textareas and textfields to accept ↵Angie Byron2010-12-21
| | | | spaces in ajax.
* - Patch #951262 by sun: move #ajax default settings from PHP into JS.Dries Buytaert2010-12-17
|
* #557284 by rfay, timos: Fixed AHAH/AJAX bindings do not work on checkbox or ↵Angie Byron2010-12-04
| | | | radio in IE6/7/8
* #818660 by yched, sun: Provide an AJAX command to invoke simple jQuery methods.Angie Byron2010-11-29
|
* #939568 by merlinofchaos, sun: Enable finer control for ajax-using modules ↵Angie Byron2010-11-20
| | | | of the trigger response in the ajax object.
* #969346 by merlinofchaos, sun: Fixed CTools AJAX regression: AJAX calls made ↵Angie Byron2010-11-20
| | | | with things that are not forms cannot use the throbber.
* - Patch #565808 by cha0s, thegreat, Dave Reid, Alexander N, andrewlevine, ↵Dries Buytaert2010-11-12
| | | | carlos8f: nojs/ajax replacement.
* - Patch #647228 by sun: links are needlessly unable to fully participate in ↵Dries Buytaert2010-10-25
| | | | D7 AJAX framework features.
* #607240 by brianV: Fixed allow AJAX behaviours to be triggered with spacebar.Angie Byron2010-10-23
|
* - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to ↵Dries Buytaert2010-10-21
| | | | fully participate in D7 AJAX framework features.
* - Patch #939860 by rfay, yched: on 2nd ajax call, behaviors are called with ↵Dries Buytaert2010-10-13
| | | | empty settings.
* #932848 by merlinofchaos: Fix ajax setClick command once and for all. :PAngie Byron2010-10-06
|
* #922796 by merlinofchaos: Fixed ajax.js ajax options are not dynamic.Angie Byron2010-10-06
|
* - Patch #736066 by effulgentsia, casey, yched, peterpoe: ajax.js insert ↵Dries Buytaert2010-10-06
| | | | command wraps content in a div.
* - 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 #850612 by Meriial, merlinofchaos, adrian: setting class ↵Dries Buytaert2010-09-22
| | | | 'use-ajax-submit' for form submission causes js error(s).
* - 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.