Commit graph

65 commits

Author SHA1 Message Date
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