summaryrefslogtreecommitdiff
path: root/misc/ahah.js
Commit message (Collapse)AuthorAge
* #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.
* - Patch #396466 by quicksketch: support custom success callbacks in ahah.js.Dries Buytaert2009-07-16
|
* - Patch #507108 by quicksketch: allow AHAH to reset Drupal.settings after ↵Dries Buytaert2009-07-14
| | | | loading response data.
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵Angie Byron2009-04-26
| | | | JavaScript.
* - Patch #439038 by JeremyFrench: fixed typo in CSS file.Dries Buytaert2009-04-20
|
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* #350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and ↵Angie Byron2009-03-08
| | | | jQuery Forms 2.21.
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH ↵Dries Buytaert2008-02-12
| | | | triggered by text input enter key press breaks autocomplete.
* #201141 by yched: instead of 'HTTP error 200' messages when a PHP error ↵Gábor Hojtsy2008-01-04
| | | | occurs, actually display the PHP error message
* #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵Gábor Hojtsy2007-11-19
| | | | submissions
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize ↵Gábor Hojtsy2007-10-10
| | | | progress display configuration to allow module developers to choose from the throbber and progress bar
* #157752 by quicksketch: extend AHAH functionality to most types of form ↵Gábor Hojtsy2007-10-05
| | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page.
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* - Patch #154398 by quicksketch et al: add dynamic AHAH submission properties ↵Dries Buytaert2007-07-04
to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).