Sun, 25 Jan 2009 20:35:06 -0500 | Dan | AJAX core library: possible breaking change, readystatechange functions are now called with the XHR instance as the first parameter, to allow requests to run in parallel. This means much better stability but may break some applets (compatibility hack is included) | file | diff | annotate |
Sun, 11 Jan 2009 21:37:39 -0500 | Dan | JS core: whiteOutReportSuccess now has a sister whiteOutReportFailure(); both abstracted to function whiteOutDestroyWithImage(whitey, image_url) | file | diff | annotate |
Sun, 21 Dec 2008 16:41:03 -0500 | Dan | load_component() now accepts an array, and most JS components are loaded all in one request now. Totally modular baby. And failsafe too. | file | diff | annotate |
Sat, 15 Nov 2008 18:22:13 -0500 | Dan | Moved getElementsByClassName to functions.js (dependency issues) | file | diff | annotate |