Clearing event handlers on unload is no longer necessary in any version of IE. This...
[jquery.git] / build.xml
2010-12-11 jaubourgAdded the regexp to remove module closures to the ant...
2010-12-10 jaubourgAdded xhr.js and transports/*.js to Rakefile and build...
2010-10-14 John ResigForgot to update the Rakefile and build.xml files from...
2010-07-21 Richard D. WorthFixed ant build to be more consistent with Makefile...
2010-07-21 Richard D. WorthWhitespace (spaces to tabs)
2010-07-21 Richard D. WorthSimplified getting the commit date using git log -...
2010-01-13 jeresigFixed typo in logic, also disabled function setters...
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-08 jzaeffererFurther cleanups on ant build
2009-12-08 unknownFixed ant build by cloning or pulling qunit and sizzle...
2009-12-08 unknownFurther cleanup on ant build: Revision is gone
2009-12-08 unknownFurther cleanup on ant build
2009-12-08 unknownFurther cleanup on ant build
2009-12-08 unknownCleaning up build.xml in prepartion to get it running...
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-07 John ResigRemoving some of the SVN-specific stuff from the Ant...
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-01-18 Jörn Zaefferercore: ant build - add Date and Revision to to header...
2009-01-18 Jörn Zaefferercore: replaced version.js build script in ant build...
2009-01-14 Jörn Zaefferercore: Ant target to generate openAjaxMetadata; uses...
2009-01-11 John ResigForgot to change the build.xml file as well.
2009-01-04 John ResigChanged build.xml to use YUICompressor, fixes #3779.
2008-12-30 Ariel Fleslerbuild: Closes #3760. Adding the data module to the...
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
2008-04-29 Brandon AaronMerged dimensions with core
2007-12-19 Jörn Zaeffereradded version to all builds; changed current version...
2007-09-13 Brandon Aaronclean ant task shouldn't delete the new test folder
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 ResigAdded the new .offset() method, directly imported from...
2007-09-08 John ResigFinished up some of the reorganization.
2007-07-29 John ResigIntegrated the custom fx test suite into the main test...
2007-07-17 Jörn ZaeffererAdded runtest ant task (doesn't display results yet);
2007-03-15 John ResigAdded an initial version of the new animation test...
2007-01-25 Klaus HartlRemoved tabs extra stuff from build file
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-18 Jörn ZaeffererTestsuite 2.0
2006-11-09 Jörn ZaeffererAdded accordion to PLUGINS_ALL
2006-11-09 Jörn ZaeffererFixed typo
2006-11-07 Jörn ZaeffererAdded tooltip for plugins build
2006-11-07 Jörn ZaeffererAdded comments and some docs to ant build
2006-11-01 Klaus HartlFixed Ant task "jquery_with_plugins" and ill-formed XML
2006-10-28 Yehuda KatzUpdated ant so the default task doesn't require plugins
2006-10-27 Jörn ZaeffererRefactored with_plugins target to reuse jquery target...
2006-10-27 Klaus Hartlmake task pack_tabs independent of jquery by creating...
2006-10-26 Yehuda KatzAdded comments to various plugins and added make and...
2006-10-20 Klaus HartlAdded task to build packed tabs plugin
2006-09-23 Jörn ZaeffererDon't include any plugins (or other files by accident...
2006-09-23 Jörn ZaeffererImproved jquery target to allow inclusion of plugins...
2006-09-23 Jörn ZaeffererAdded targets to allow building jquery with plugins...
2006-09-19 Jörn ZaeffererRefactored test suite to allow async tests (use stop...
2006-09-17 Jörn ZaeffererRefactored test suite once more, as proposed by John
2006-09-16 John ResigAdded .htaccess file for docs directory.
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-09-02 Franck Marcianew build using JSMin
2006-08-16 John ResigAdded in a new Ant build script.