Fixes a bug that prevented headers from being set in an ajaxSend callback. Unit test...
[jquery.git] / Makefile
2011-01-26 Anton MFix Makefile to use plain sed agin. Remove unicode...
2011-01-26 jeresigMake sure that init is run before jquery is built ...
2011-01-24 jeresigRevert "Fix Makefile to use plain sed. Remove unicode...
2011-01-24 Anton MFix Makefile to use plain sed. Remove unicode trickery
2011-01-19 Dan HeberdenRevert uglify.js to original and handle build changes...
2011-01-18 Colin SnoverClarify cygwin instructions slightly and swap the order...
2011-01-18 Colin SnoverUpdate Makefile to use either nodejs or node, whichever...
2011-01-18 Colin SnoverReplace build system with a faster new one that uses...
2011-01-06 jaubourgRenamed src/transports to src/ajax (in case we need...
2010-12-31 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-30 Jonas PfennigerUpdate Rakefile to remove module wrappers (feature...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-25 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-10 jaubourgReplaced spaces with a tab in Makefile.
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-10-23 John ResigAllow for versions with spaces in them, in the Makefile.
2010-10-14 John ResigUpdating the copy of Google Closure Compiler.
2010-10-11 jeresigFix broken min file header generation.
2010-09-22 Carl FürstenbergMakefile: cleanup
2010-09-09 jeresigTrim out the module wrappers during the build process...
2010-07-21 Richard D. WorthMinor fix to Makefile so that 'make clean' doesn't...
2010-07-21 Richard D. WorthSimplified getting the commit date using git log -...
2010-03-02 jeresigRemove the need for the return in sizzle-jquery and...
2010-03-02 jeresigAdded in integrated JSLint checking against the jQuery...
2010-02-10 Iraê CarvalhoIgnore potential error codes from Github in doing a...
2010-01-28 jeresigAdd a new build mode to the Makefile that doesn't try...
2010-01-13 jeresigFixed typo in logic, also disabled function setters...
2010-01-12 jeresigAccidentally removed the init from the Makefile selecto...
2010-01-12 jeresigMake sure that Opera fires events after an aborted...
2009-12-31 jeresigAllow the Makefile to be more resiliant to broken build...
2009-12-19 jeresigSwitched from using YUI Compressor to Google Compiler...
2009-12-18 jeresigRenamed the 'fx' module to 'effects'. Should've been...
2009-12-07 John Resigsupport.js needs to come before event.js (also placed...
2009-12-06 John ResigSplit the queue code out from data.js into a dedicated...
2009-11-30 jeresigShortened the build messages in the Makefile and added...
2009-11-30 jeresigDon't try to run the clone code if the directory alread...
2009-11-30 jeresigSwitched from using Git Submodules to just doing a...
2009-11-30 jeresigDon't do the update after the pull - forces the submodu...
2009-11-11 John ResigMake sure that the submodules are pulling from the...
2009-11-10 John ResigForce the submodules to keep up to date.
2009-10-26 John ResigPull in the Sizzle library dynamically using a submodul...
2009-10-23 Jon Evansfix sed statement used to extract the date
2009-10-23 John ResigRemoved the revision info and fixed the date pull to...
2009-10-23 John ResigRemoving the old speed perf directory (the current...
2009-10-23 John ResigRemoved the 'lite' build option (no longer used) and...
2009-10-23 John ResigCleaned out the build directory - a lot of old files...
2009-10-23 John ResigAdded the submodule init/update to the Makefile for...
2009-09-07 John ResigBroke the logic for .clean() wrap out into a separate...
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-02-17 John ResigUpdated the JAR Makefile command to support UTF-8.
2009-02-17 John ResigDisable building the lite and packed versions of jQuery...
2009-01-14 Jörn Zaefferercore: removed outdated docs target from makefile
2009-01-11 John ResigFixed boxModel support - is now computed with feature...
2009-01-05 John ResigAccidentally left in an extra echo statement in the...
2009-01-04 John ResigMoved the copyright to the intro file, added a ! so...
2009-01-04 John ResigMoved from the old JSMin to using YUIMin for compressin...
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
2008-04-29 Brandon AaronMerged dimensions with core
2008-01-28 John ResigFixed make speed.
2007-12-20 John ResigFixed lite version of jQuery.
2007-12-14 Brandon AaronDon't remove test directory on clean
2007-09-08 John ResigReintroduced .offset() as a default include, added...
2007-09-08 John ResigDisabled the automatic inclusion of offset.js
2007-09-08 John ResigRemoved the test suite generation code.
2007-09-08 John ResigAdded the new .offset() method, directly imported from...
2007-09-08 John ResigReorganzing the jQuery source (first phase).
2007-07-29 John ResigIntegrated the custom fx test suite into the main test...
2007-07-08 John ResigAutomated test running using Rhino (no browser required...
2007-06-30 John ResigAdded support for min and speed to the 'all' build.
2007-06-30 John ResigAdded the Speed Test Suite. Can be made by doing 'make...
2007-03-15 John ResigAdded an initial version of the new animation test...
2007-02-15 John ResigFixed a problem with the Makefile, fx wasn't being...
2007-02-15 John ResigAdded support for making a minified version of jQuery.
2006-12-31 John ResigMoved the bulk of the selector code out into a separate...
2006-11-22 Jörn ZaeffererTried to fix make build, PLEASE TEST
2006-11-07 Yehuda KatzAdded metadata (fully documented)
2006-10-26 Yehuda KatzAdded comments to various plugins and added make and...
2006-10-10 John ResigNow have accurate version information built into jquery...
2006-10-03 John ResigAdded .filter("expr",ifCallback,elseCallback) (works...
2006-09-16 John ResigAdded .htaccess file for docs directory.
2006-09-16 Jörn ZaeffererFixed typo, thanks Patrick
2006-09-16 Jörn ZaeffererRefactored test suite: tests subdir not needed anymore
2006-09-16 Jörn ZaeffererRefactored test suite: All tests are now compiled into...
2006-09-15 Jörn ZaeffererFixed bug #147, required some (ugly) modifications...
2006-08-14 John ResigChanged the -n flag of cp to -f, not equivalent, but...
2006-08-14 John ResigMassive overhauls to the test suite - it is now generat...
2006-08-13 John ResigMoved the test directory.
2006-08-13 John ResigMore fixes to the build system.
2006-08-13 John ResigMade a bunch of changes to the build system.
2006-08-13 John ResigMoved docs stuff to build, to be created when the docs...
2006-08-13 John ResigAdded the new Makefile.