aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Integrated the custom fx test suite into the main test suite. All tests are ↵John Resig2007-07-291-2/+0
| | | | now run automatically. Removed the old suite, as it was no longer needed.
* Added runtest ant task (doesn't display results yet);Jörn Zaefferer2007-07-171-1/+9
| | | | added href-attribute to DOMElement, fixed XMLHttpRequest to actually allow sync requests, fixed new Thread(new Runnable({run...})) to use new Thread({run:...})
* Added an initial version of the new animation test suite. (You should never ↵John Resig2007-03-151-0/+2
| | | | see red on the suite page - an error message will be generated wherever possible.)
* Removed tabs extra stuff from build fileKlaus Hartl2007-01-251-188/+172
|
* Moved the bulk of the selector code out into a separate file, changed the ↵John Resig2006-12-311-62/+63
| | | | build files to represent this.
* Tried to fix make build, PLEASE TESTJörn Zaefferer2006-11-221-1/+1
|
* Testsuite 2.0Jörn Zaefferer2006-11-181-11/+7
|
* Added accordion to PLUGINS_ALLJörn Zaefferer2006-11-091-1/+1
|
* Fixed typoJörn Zaefferer2006-11-091-1/+1
|
* Added tooltip for plugins buildJörn Zaefferer2006-11-071-1/+1
|
* Added comments and some docs to ant buildJörn Zaefferer2006-11-071-148/+169
|
* Fixed Ant task "jquery_with_plugins" and ill-formed XMLKlaus Hartl2006-11-011-4/+5
|
* Updated ant so the default task doesn't require pluginsYehuda Katz2006-10-281-1/+0
|
* Refactored with_plugins target to reuse jquery target, avoiding duplicationJörn Zaefferer2006-10-271-40/+10
|
* make task pack_tabs independent of jquery by creating dist directory itselfKlaus Hartl2006-10-271-0/+1
|
* Added comments to various plugins and added make and ant options to make ↵Yehuda Katz2006-10-261-2/+59
| | | | docs with plugins
* Added task to build packed tabs pluginKlaus Hartl2006-10-201-7/+20
|
* Don't include any plugins (or other files by accident) as defaultJörn Zaefferer2006-09-231-1/+1
|
* Improved jquery target to allow inclusion of plugins directly (specify via ↵Jörn Zaefferer2006-09-231-26/+9
| | | | the PLUGINS property), making a merge build easier; min/pack work, lite/docs/test ignores content of plugins files
* Added targets to allow building jquery with plugins; Creating the raw source ↵Jörn Zaefferer2006-09-231-5/+44
| | | | files with plugins added works, packed/docs/tests not yet
* Refactored test suite to allow async tests (use stop() before starting an ↵Jörn Zaefferer2006-09-191-2/+4
| | | | async request, use start() when finished), added test for bug #164
* Refactored test suite once more, as proposed by JohnJörn Zaefferer2006-09-171-8/+2
|
* Added .htaccess file for docs directory.John Resig2006-09-161-0/+1
|
* Refactored test suite: tests subdir not needed anymoreJörn Zaefferer2006-09-161-1/+0
|
* Refactored test suite: All tests are now compiled into one file, runs much ↵Jörn Zaefferer2006-09-161-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 Zaefferer2006-09-151-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 JSMinFranck Marcia2006-09-021-1/+12
|
* Added in a new Ant build script.John Resig2006-08-161-0/+100