aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Renamed src/transports to src/ajax (in case we need prefilters in the future ↵jaubourg2011-01-061-3/+3
| | | | and to avoid a separate prefilters directory).
* Removed re-usability from jXHR object (no more open, send & ↵jaubourg2010-12-311-1/+0
| | | | onreadystatechange support). Streamlined the implementation and put it back into ajax.js (removed xhr.js in the process). Went back to a more simple & direct approach to options handling (keeping much room to further minification-related optimizations). Code is cleaner, smaller & faster. Removed & edited unit tests accordingly. All build files have had xhr.js removed.
* Clean trailing whitespace from all files.Colin Snover2010-12-301-1/+1
|
* Added the regexp to remove module closures to the ant build file to be on ↵jaubourg2010-12-111-0/+1
| | | | par with the Makefile.
* Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with ↵jaubourg2010-12-101-0/+4
| | | | Makefile).
* Forgot to update the Rakefile and build.xml files from the previous commit. ↵John Resig2010-10-141-1/+1
| | | | Thanks to @jitter for the catch.
* Fixed ant build to be more consistent with Makefile. Now has all same ↵Richard D. Worth2010-07-211-16/+34
| | | | | | | | | | targets (see README.md) and * generates an identical jquery.js to that of make * generates a min file * runs jslint. * cleans more thoroughly * can be passed a PREFIX property
* Whitespace (spaces to tabs)Richard D. Worth2010-07-211-49/+49
|
* Simplified getting the commit date using git log --pretty. Fixed missing ↵Richard D. Worth2010-07-211-0/+3
| | | | date in ant build.
* Fixed typo in logic, also disabled function setters in this case to allow ↵jeresig2010-01-121-1/+1
| | | | the functions to passthrough and bind.
* Switched from using YUI Compressor to Google Compiler. Minified and Gzipped ↵jeresig2009-12-181-5/+16
| | | | filesize reduced to 22,839 bytes from 26,169 bytes (13% decrease in filesize). Sizzle copyright was merged into the main header (since it's removed automatically). Still passes all unit tests.
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-181-1/+1
|
* Further cleanups on ant buildjzaefferer2009-12-081-39/+26
|
* Fixed ant build by cloning or pulling qunit and sizzle submodules, similar ↵unknown2009-12-081-1/+32
| | | | to the make build
* Further cleanup on ant build: Revision is goneunknown2009-12-081-1/+0
|
* Further cleanup on ant buildunknown2009-12-081-2/+1
|
* Further cleanup on ant buildunknown2009-12-081-4/+0
|
* Cleaning up build.xml in prepartion to get it running againunknown2009-12-081-28/+0
|
* support.js needs to come before event.js (also placed in a temporary ↵John Resig2009-12-071-1/+1
| | | | setTimeout to delay the introduction of the ready in support - will remove when ready is moved to core.js, likely later today).
* Split the queue code out from data.js into a dedicated queue.js file (also ↵John Resig2009-12-061-0/+1
| | | | split tests accordingly).
* Removing some of the SVN-specific stuff from the Ant build file (should ↵John Resig2009-11-071-16/+0
| | | | probably be updated to use the new Git functionality.
* Broke the logic for .clean() wrap out into a separate, static, data ↵John Resig2009-09-071-2/+2
| | | | structure. Also improved the performance of .html() looking for the case where .innerHTML can be used without problems. Also tweaked some cases where cleanData() was used, no need to use jQuery selectors in these cases.
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-0/+1
|
* breaking jquery out into smaller modules. added attributes.js, ↵Brandon Aaron2009-03-181-0/+3
| | | | manipulation.js, and traversing.js
* core: ant build - add Date and Revision to to header (just like make build)Jörn Zaefferer2009-01-181-0/+17
|
* core: replaced version.js build script in ant build; wasn't used in make ↵Jörn Zaefferer2009-01-181-4/+2
| | | | anymore anyway
* core: Ant target to generate openAjaxMetadata; uses ↵Jörn Zaefferer2009-01-141-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 Resig2009-01-111-1/+1
|
* Changed build.xml to use YUICompressor, fixes #3779.John Resig2009-01-041-5/+13
|
* build: Closes #3760. Adding the data module to the build file. Thanks Cloudream.Ariel Flesler2008-12-301-0/+1
|
* Added the new jQuery.support object and removed all uses of jQuery.browser ↵John Resig2008-12-211-0/+1
| | | | from within jQuery itself (while simultaneously deprecating the use of jQuery.browser).
* Merged dimensions with coreBrandon Aaron2008-04-291-0/+1
|
* added version to all builds; changed current version to 1.2.2-pre - to be ↵Jörn Zaefferer2007-12-191-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 folderBrandon Aaron2007-09-131-10/+10
|
* Reintroduced .offset() as a default include, added original author credits.John Resig2007-09-081-0/+1
|
* Disabled the automatic inclusion of offset.jsJohn Resig2007-09-081-1/+0
|
* Added the new .offset() method, directly imported from Dimensions (heavily ↵John Resig2007-09-081-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 Resig2007-09-081-5/+7
|
* 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
|