Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: ant build - add Date and Revision to to header (just like make build) | Jörn Zaefferer | 2009-01-18 | 1 | -0/+17 |
| | |||||
* | core: replaced version.js build script in ant build; wasn't used in make ↵ | Jörn Zaefferer | 2009-01-18 | 1 | -4/+2 |
| | | | | anymore anyway | ||||
* | core: Ant target to generate openAjaxMetadata; uses ↵ | Jörn Zaefferer | 2009-01-14 | 1 | -0/+9 |
| | | | | http://www.exfer.net/jquery/createjQueryXMLDocs.py to get the data from the wiki, and transforms it using xslt (see build/style.xsl) | ||||
* | Forgot to change the build.xml file as well. | John Resig | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | Changed build.xml to use YUICompressor, fixes #3779. | John Resig | 2009-01-04 | 1 | -5/+13 |
| | |||||
* | build: Closes #3760. Adding the data module to the build file. Thanks Cloudream. | Ariel Flesler | 2008-12-30 | 1 | -0/+1 |
| | |||||
* | Added the new jQuery.support object and removed all uses of jQuery.browser ↵ | John Resig | 2008-12-21 | 1 | -0/+1 |
| | | | | from within jQuery itself (while simultaneously deprecating the use of jQuery.browser). | ||||
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 1 | -0/+1 |
| | |||||
* | added version to all builds; changed current version to 1.2.2-pre - to be ↵ | Jörn Zaefferer | 2007-12-19 | 1 | -115/+17 |
| | | | | updated after each release so its clear that a build is from which milestone; build.xml cleanup (removing uselss lite, docs, test and _with_plguins targets); deleted useless docs build files (replaced by wiki and wiki xml exporter and api browsers) | ||||
* | clean ant task shouldn't delete the new test folder | Brandon Aaron | 2007-09-13 | 1 | -10/+10 |
| | |||||
* | Reintroduced .offset() as a default include, added original author credits. | John Resig | 2007-09-08 | 1 | -0/+1 |
| | |||||
* | Disabled the automatic inclusion of offset.js | John Resig | 2007-09-08 | 1 | -1/+0 |
| | |||||
* | Added the new .offset() method, directly imported from Dimensions (heavily ↵ | John Resig | 2007-09-08 | 1 | -1/+2 |
| | | | | | | | | worked over by both Brandon and John). Original source: http://brandonaaron.net/jquery/issues/dimensions/new_offset/jquery.offset.js | ||||
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 1 | -5/+7 |
| | |||||
* | Integrated the custom fx test suite into the main test suite. All tests are ↵ | John Resig | 2007-07-29 | 1 | -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 Zaefferer | 2007-07-17 | 1 | -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 Resig | 2007-03-15 | 1 | -0/+2 |
| | | | | see red on the suite page - an error message will be generated wherever possible.) | ||||
* | Removed tabs extra stuff from build file | Klaus Hartl | 2007-01-25 | 1 | -188/+172 |
| | |||||
* | Moved the bulk of the selector code out into a separate file, changed the ↵ | John Resig | 2006-12-31 | 1 | -62/+63 |
| | | | | build files to represent this. | ||||
* | Tried to fix make build, PLEASE TEST | Jörn Zaefferer | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 1 | -11/+7 |
| | |||||
* | Added accordion to PLUGINS_ALL | Jörn Zaefferer | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | Fixed typo | Jörn Zaefferer | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | Added tooltip for plugins build | Jörn Zaefferer | 2006-11-07 | 1 | -1/+1 |
| | |||||
* | Added comments and some docs to ant build | Jörn Zaefferer | 2006-11-07 | 1 | -148/+169 |
| | |||||
* | Fixed Ant task "jquery_with_plugins" and ill-formed XML | Klaus Hartl | 2006-11-01 | 1 | -4/+5 |
| | |||||
* | Updated ant so the default task doesn't require plugins | Yehuda Katz | 2006-10-28 | 1 | -1/+0 |
| | |||||
* | Refactored with_plugins target to reuse jquery target, avoiding duplication | Jörn Zaefferer | 2006-10-27 | 1 | -40/+10 |
| | |||||
* | make task pack_tabs independent of jquery by creating dist directory itself | Klaus Hartl | 2006-10-27 | 1 | -0/+1 |
| | |||||
* | Added comments to various plugins and added make and ant options to make ↵ | Yehuda Katz | 2006-10-26 | 1 | -2/+59 |
| | | | | docs with plugins | ||||
* | Added task to build packed tabs plugin | Klaus Hartl | 2006-10-20 | 1 | -7/+20 |
| | |||||
* | Don't include any plugins (or other files by accident) as default | Jörn Zaefferer | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | Improved jquery target to allow inclusion of plugins directly (specify via ↵ | Jörn Zaefferer | 2006-09-23 | 1 | -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 Zaefferer | 2006-09-23 | 1 | -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 Zaefferer | 2006-09-19 | 1 | -2/+4 |
| | | | | async request, use start() when finished), added test for bug #164 | ||||
* | 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 |