Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactored test suite once more, as proposed by John | Jörn Zaefferer | 2006-09-17 | 1 | -8/+2 | |
| | ||||||
* | Added .htaccess file for docs directory. | John Resig | 2006-09-16 | 1 | -0/+1 | |
| | ||||||
* | Refactored test suite: tests subdir not needed anymore | Jörn Zaefferer | 2006-09-16 | 1 | -1/+0 | |
| | ||||||
* | Refactored test suite: All tests are now compiled into one file, runs much ↵ | Jörn Zaefferer | 2006-09-16 | 1 | -1/+2 | |
| | | | | faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup | |||||
* | Fixed bug #147, required some (ugly) modifications: changed function ↵ | Jörn Zaefferer | 2006-09-15 | 1 | -2/+4 | |
| | | | | jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... } | |||||
* | new build using JSMin | Franck Marcia | 2006-09-02 | 1 | -1/+12 | |
| | ||||||
* | Added in a new Ant build script. | John Resig | 2006-08-16 | 1 | -0/+100 | |