aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-061-3/+3
* Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-311-1/+0
* Update Rakefile to remove module wrappers (feature parity with make and ant)....Jonas Pfenniger2010-12-301-1/+1
* Clean trailing whitespace from all files.Colin Snover2010-12-301-1/+1
* Replaced spaces with a tab in Makefile.jaubourg2010-12-101-5/+5
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-091-1/+5
* Allow for versions with spaces in them, in the Makefile.John Resig2010-10-231-1/+1
* Updating the copy of Google Closure Compiler.John Resig2010-10-141-1/+1
* Fix broken min file header generation.jeresig2010-10-101-2/+4
* Makefile: cleanupCarl Fürstenberg2010-09-221-20/+45
* Trim out the module wrappers during the build process. Follow-up to #7011.jeresig2010-09-091-0/+2
* Minor fix to Makefile so that 'make clean' doesn't fail when run immediately ...Richard D. Worth2010-07-211-1/+1
* Simplified getting the commit date using git log --pretty. Fixed missing date...Richard D. Worth2010-07-211-1/+1
* Remove the need for the return in sizzle-jquery and just remove the attempt t...jeresig2010-03-011-1/+1
* Added in integrated JSLint checking against the jQuery source. Just run 'make...jeresig2010-03-011-3/+8
* Ignore potential error codes from Github in doing a clone. Fixes #6049.Iraê Carvalho2010-02-101-2/+2
* Add a new build mode to the Makefile that doesn't try to pull from external s...jeresig2010-01-281-0/+1
* Fixed typo in logic, also disabled function setters in this case to allow th...jeresig2010-01-121-1/+1
* Accidentally removed the init from the Makefile selector build.jeresig2010-01-121-1/+1
* Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787.jeresig2010-01-121-1/+1
* Allow the Makefile to be more resiliant to broken builds and handle redirecti...jeresig2009-12-311-4/+4
* Switched from using YUI Compressor to Google Compiler. Minified and Gzipped f...jeresig2009-12-181-2/+3
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-181-1/+1
* support.js needs to come before event.js (also placed in a temporary setTimeo...John Resig2009-12-071-1/+1
* Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-061-0/+1
* Shortened the build messages in the Makefile and added test/qunit and src/siz...jeresig2009-11-301-7/+3
* Don't try to run the clone code if the directory already exists.jeresig2009-11-301-4/+4
* Switched from using Git Submodules to just doing a straight clone of the QUni...jeresig2009-11-301-2/+2
* Don't do the update after the pull - forces the submodules up to date.jeresig2009-11-301-1/+0
* Make sure that the submodules are pulling from the right location.John Resig2009-11-111-2/+2
* Force the submodules to keep up to date.John Resig2009-11-101-0/+3
* Pull in the Sizzle library dynamically using a submodule and make it part of ...John Resig2009-10-261-10/+15
* fix sed statement used to extract the dateJon Evans2009-10-231-1/+1
* Removed the revision info and fixed the date pull to work against git log ins...John Resig2009-10-231-3/+1
* Removing the old speed perf directory (the current one is in the main 'speed'...John Resig2009-10-221-20/+1
* Removed the 'lite' build option (no longer used) and updated the README.John Resig2009-10-221-15/+0
* Cleaned out the build directory - a lot of old files that weren't being used ...John Resig2009-10-221-50/+1
* Added the submodule init/update to the Makefile for 'make test' and updated t...John Resig2009-10-221-0/+2
* Broke the logic for .clean() wrap out into a separate, static, data structure...John Resig2009-09-071-2/+2
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-0/+1
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+3
* Updated the JAR Makefile command to support UTF-8.John Resig2009-02-171-1/+1
* Disable building the lite and packed versions of jQuery by default (no longer...John Resig2009-02-171-1/+1
* core: removed outdated docs target from makefileJörn Zaefferer2009-01-141-22/+0
* Fixed boxModel support - is now computed with feature detection, rather than ...John Resig2009-01-111-1/+1
* Accidentally left in an extra echo statement in the Makefile.John Resig2009-01-051-1/+0
* Moved the copyright to the intro file, added a ! so that it passes through YU...John Resig2009-01-041-1/+8
* Moved from the old JSMin to using YUIMin for compressing the jQuery source. A...John Resig2009-01-041-1/+2
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-301-0/+1
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-211-0/+1