Commit graph

29 commits

Author SHA1 Message Date
John Resig 6728e3cf74 Finished up some of the reorganization. 2007-09-08 12:46:01 +00:00
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
Jörn Zaefferer eb5529eac0 Added runtest ant task (doesn't display results yet);
added href-attribute to DOMElement, fixed XMLHttpRequest to actually allow sync requests, fixed new Thread(new Runnable({run...})) to use new Thread({run:...})
2007-07-17 07:54:14 +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
Klaus Hartl 216477bc57 Removed tabs extra stuff from build file 2007-01-25 14:06:43 +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
Jörn Zaefferer 7cc550727c Testsuite 2.0 2006-11-18 13:37:01 +00:00
Jörn Zaefferer d8fb555970 Added accordion to PLUGINS_ALL 2006-11-09 21:25:07 +00:00
Jörn Zaefferer c0e0119c3d Fixed typo 2006-11-09 08:22:17 +00:00
Jörn Zaefferer d91ee794ba Added tooltip for plugins build 2006-11-07 10:30:47 +00:00
Jörn Zaefferer 2aa96154b7 Added comments and some docs to ant build 2006-11-07 10:01:45 +00:00
Klaus Hartl 939e92bea6 Fixed Ant task "jquery_with_plugins" and ill-formed XML 2006-11-01 10:23:22 +00:00
Yehuda Katz 7ec65c2683 Updated ant so the default task doesn't require plugins 2006-10-28 17:16:23 +00:00
Jörn Zaefferer 4b3b2c1f42 Refactored with_plugins target to reuse jquery target, avoiding duplication 2006-10-27 12:32:14 +00:00
Klaus Hartl c6860d55d4 make task pack_tabs independent of jquery by creating dist directory itself 2006-10-27 09:25:46 +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
Klaus Hartl 215aab2793 Added task to build packed tabs plugin 2006-10-20 15:07:40 +00:00
Jörn Zaefferer 4c12d0b70e Don't include any plugins (or other files by accident) as default 2006-09-23 13:18:13 +00:00
Jörn Zaefferer f71726142b Improved jquery target to allow inclusion of plugins directly (specify via the PLUGINS property), making a merge build easier; min/pack work, lite/docs/test ignores content of plugins files 2006-09-23 13:11:19 +00:00
Jörn Zaefferer c79f069138 Added targets to allow building jquery with plugins; Creating the raw source files with plugins added works, packed/docs/tests not yet 2006-09-23 08:21:17 +00:00
Jörn Zaefferer b0c3711d3e Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug #164 2006-09-19 09:49:22 +00:00
Jörn Zaefferer 826bb93cc3 Refactored test suite once more, as proposed by John 2006-09-17 11:41:44 +00:00
John Resig 2d56dbc13d Added .htaccess file for docs directory. 2006-09-16 23:22:29 +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
Franck Marcia 7f17d8f528 new build using JSMin 2006-09-02 11:47:54 +00:00
John Resig b9e216ca75 Added in a new Ant build script. 2006-08-16 21:14:03 +00:00