summaryrefslogtreecommitdiff
path: root/misc/batch.js
Commit message (Collapse)AuthorAge
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵Dries Buytaert2009-08-31
| | | | .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
* #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.
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* #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
|
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.Dries Buytaert2007-07-01
|
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-05-04
generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off.