Commit graph

25 commits

Author SHA1 Message Date
John Resig 80a149b828 Integrated the custom fx test suite into the main test suite. All tests are now run automatically. Removed the old suite, as it was no longer needed. 2007-07-29 19:07:21 +00:00
John Resig 89a9a747b6 Automated test running using Rhino (no browser required!). Still very buggy, but off to a good start. 2007-07-08 05:00:24 +00:00
John Resig 21d59e8de6 Added support for min and speed to the 'all' build. 2007-06-30 00:22:36 +00:00
John Resig 73ab36b8f8 Added the Speed Test Suite. Can be made by doing 'make speed'. 2007-06-30 00:21:30 +00:00
John Resig 297a450e05 Added an initial version of the new animation test suite. (You should never see red on the suite page - an error message will be generated wherever possible.) 2007-03-15 17:09:29 +00:00
John Resig 5c9fadbc5d Fixed a problem with the Makefile, fx wasn't being included in the build. 2007-02-15 18:01:00 +00:00
John Resig 4434b5ae65 Added support for making a minified version of jQuery. 2007-02-15 15:19:07 +00:00
John Resig c3d8cb0c09 Moved the bulk of the selector code out into a separate file, changed the build files to represent this. 2006-12-31 05:22:06 +00:00
Jörn Zaefferer a2ab7ef088 Tried to fix make build, PLEASE TEST 2006-11-22 09:58:57 +00:00
Yehuda Katz 78ed830b9b Added metadata (fully documented) 2006-11-07 03:34:47 +00:00
Yehuda Katz 3980dc9295 Added comments to various plugins and added make and ant options to make docs with plugins 2006-10-26 23:11:34 +00:00
John Resig 766c3765bd Now have accurate version information built into jquery.js - will build it into the docs and test suite next. 2006-10-10 00:23:18 +00:00
John Resig 9203775234 Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, add, etc.).
Fixed bug in Makefile.
Fixed bug in expression parsing.
Removed need for Q in expression parsing.
2006-10-03 07:47:45 +00:00
John Resig 2d56dbc13d Added .htaccess file for docs directory. 2006-09-16 23:22:29 +00:00
Jörn Zaefferer 87284a8ee7 Fixed typo, thanks Patrick 2006-09-16 16:15:46 +00:00
Jörn Zaefferer 6ebf2f979c Refactored test suite: tests subdir not needed anymore 2006-09-16 12:23:28 +00:00
Jörn Zaefferer f6ecc6a95c Refactored test suite: All tests are now compiled into one file, runs much 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 2006-09-16 12:19:56 +00:00
Jörn Zaefferer 770a92a594 Fixed bug #147, required some (ugly) modifications: changed function 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") { ... } 2006-09-15 14:51:55 +00:00
John Resig 269ff25860 Changed the -n flag of cp to -f, not equivalent, but it gets the job done. 2006-08-14 03:54:44 +00:00
John Resig 7448c61ee2 Massive overhauls to the test suite - it is now generated dynamically, along with the documentation. 2006-08-14 01:46:05 +00:00
John Resig e943090a72 Moved the test directory. 2006-08-13 20:01:26 +00:00
John Resig 9bdfc671fc More fixes to the build system. 2006-08-13 19:08:39 +00:00
John Resig fc5ab8d655 Made a bunch of changes to the build system. 2006-08-13 18:58:58 +00:00
John Resig 51dd3736eb Moved docs stuff to build, to be created when the docs are actually built. 2006-08-13 18:38:51 +00:00
John Resig f01c002f26 Added the new Makefile. 2006-08-13 15:26:26 +00:00