2011-01-24 |
Anton M | Fix Makefile to use plain sed. Remove unicode trickery |
blob | commitdiff |
2011-01-19 |
Dan Heberden | Revert uglify.js to original and handle build changes... |
blob | commitdiff | diff to current |
2011-01-18 |
Colin Snover | Clarify cygwin instructions slightly and swap the order... |
blob | commitdiff | diff to current |
2011-01-18 |
Colin Snover | Update Makefile to use either nodejs or node, whichever... |
blob | commitdiff | diff to current |
2011-01-18 |
Colin Snover | Replace build system with a faster new one that uses... |
blob | commitdiff | diff to current |
2011-01-06 |
jaubourg | Renamed src/transports to src/ajax (in case we need... |
blob | commitdiff | diff to current |
2010-12-31 |
jaubourg | Removed re-usability from jXHR object (no more open... |
blob | commitdiff | diff to current |
2010-12-30 |
Jonas Pfenniger | Update Rakefile to remove module wrappers (feature... |
blob | commitdiff | diff to current |
2010-12-30 |
Colin Snover | Clean trailing whitespace from all files. |
blob | commitdiff | diff to current |
2010-12-25 |
jaubourg | Removed re-usability from jXHR object (no more open... |
blob | commitdiff | diff to current |
2010-12-10 |
jaubourg | Replaced spaces with a tab in Makefile. |
blob | commitdiff | diff to current |
2010-12-09 |
jaubourg | Rewrite of the Ajax module by Julian Aubourg. Some... |
blob | commitdiff | diff to current |
2010-10-23 |
John Resig | Allow for versions with spaces in them, in the Makefile. |
blob | commitdiff | diff to current |
2010-10-14 |
John Resig | Updating the copy of Google Closure Compiler. |
blob | commitdiff | diff to current |
2010-10-11 |
jeresig | Fix broken min file header generation. |
blob | commitdiff | diff to current |
2010-09-22 |
Carl Fürstenberg | Makefile: cleanup |
blob | commitdiff | diff to current |
2010-09-09 |
jeresig | Trim out the module wrappers during the build process... |
blob | commitdiff | diff to current |
2010-07-21 |
Richard D. Worth | Minor fix to Makefile so that 'make clean' doesn't... |
blob | commitdiff | diff to current |
2010-07-21 |
Richard D. Worth | Simplified getting the commit date using git log -... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | Remove the need for the return in sizzle-jquery and... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | Added in integrated JSLint checking against the jQuery... |
blob | commitdiff | diff to current |
2010-02-10 |
Iraê Carvalho | Ignore potential error codes from Github in doing a... |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Add a new build mode to the Makefile that doesn't try... |
blob | commitdiff | diff to current |
2010-01-13 |
jeresig | Fixed typo in logic, also disabled function setters... |
blob | commitdiff | diff to current |
2010-01-12 |
jeresig | Accidentally removed the init from the Makefile selecto... |
blob | commitdiff | diff to current |
2010-01-12 |
jeresig | Make sure that Opera fires events after an aborted... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Allow the Makefile to be more resiliant to broken build... |
blob | commitdiff | diff to current |
2009-12-19 |
jeresig | Switched from using YUI Compressor to Google Compiler... |
blob | commitdiff | diff to current |
2009-12-18 |
jeresig | Renamed the 'fx' module to 'effects'. Should've been... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | support.js needs to come before event.js (also placed... |
blob | commitdiff | diff to current |
2009-12-06 |
John Resig | Split the queue code out from data.js into a dedicated... |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Shortened the build messages in the Makefile and added... |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Don't try to run the clone code if the directory alread... |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Switched from using Git Submodules to just doing a... |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Don't do the update after the pull - forces the submodu... |
blob | commitdiff | diff to current |
2009-11-11 |
John Resig | Make sure that the submodules are pulling from the... |
blob | commitdiff | diff to current |
2009-11-10 |
John Resig | Force the submodules to keep up to date. |
blob | commitdiff | diff to current |
2009-10-26 |
John Resig | Pull in the Sizzle library dynamically using a submodul... |
blob | commitdiff | diff to current |
2009-10-23 |
Jon Evans | fix sed statement used to extract the date |
blob | commitdiff | diff to current |
2009-10-23 |
John Resig | Removed the revision info and fixed the date pull to... |
blob | commitdiff | diff to current |
2009-10-23 |
John Resig | Removing the old speed perf directory (the current... |
blob | commitdiff | diff to current |
2009-10-23 |
John Resig | Removed the 'lite' build option (no longer used) and... |
blob | commitdiff | diff to current |
2009-10-23 |
John Resig | Cleaned out the build directory - a lot of old files... |
blob | commitdiff | diff to current |
2009-10-23 |
John Resig | Added the submodule init/update to the Makefile for... |
blob | commitdiff | diff to current |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate... |
blob | commitdiff | diff to current |
2009-03-22 |
Brandon Aaron | decoupling styles retrieval from the attr method |
blob | commitdiff | diff to current |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Updated the JAR Makefile command to support UTF-8. |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Disable building the lite and packed versions of jQuery... |
blob | commitdiff | diff to current |
2009-01-14 |
Jörn Zaefferer | core: removed outdated docs target from makefile |
blob | commitdiff | diff to current |
2009-01-11 |
John Resig | Fixed boxModel support - is now computed with feature... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Accidentally left in an extra echo statement in the... |
blob | commitdiff | diff to current |
2009-01-04 |
John Resig | Moved the copyright to the intro file, added a ! so... |
blob | commitdiff | diff to current |
2009-01-04 |
John Resig | Moved from the old JSMin to using YUIMin for compressin... |
blob | commitdiff | diff to current |
2008-12-30 |
Ariel Flesler | jquery data: Closes #3539. Exposed jQuery.queue. Moved... |
blob | commitdiff | diff to current |
2008-12-21 |
John Resig | Added the new jQuery.support object and removed all... |
blob | commitdiff | diff to current |
2008-04-29 |
Brandon Aaron | Merged dimensions with core |
blob | commitdiff | diff to current |
2008-01-28 |
John Resig | Fixed make speed. |
blob | commitdiff | diff to current |
2007-12-20 |
John Resig | Fixed lite version of jQuery. |
blob | commitdiff | diff to current |
2007-12-14 |
Brandon Aaron | Don't remove test directory on clean |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Reintroduced .offset() as a default include, added... |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Disabled the automatic inclusion of offset.js |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Removed the test suite generation code. |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Added the new .offset() method, directly imported from... |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Reorganzing the jQuery source (first phase). |
blob | commitdiff | diff to current |
2007-07-29 |
John Resig | Integrated the custom fx test suite into the main test... |
blob | commitdiff | diff to current |
2007-07-08 |
John Resig | Automated test running using Rhino (no browser required... |
blob | commitdiff | diff to current |
2007-06-30 |
John Resig | Added support for min and speed to the 'all' build. |
blob | commitdiff | diff to current |
2007-06-30 |
John Resig | Added the Speed Test Suite. Can be made by doing 'make... |
blob | commitdiff | diff to current |
2007-03-15 |
John Resig | Added an initial version of the new animation test... |
blob | commitdiff | diff to current |
2007-02-15 |
John Resig | Fixed a problem with the Makefile, fx wasn't being... |
blob | commitdiff | diff to current |
2007-02-15 |
John Resig | Added support for making a minified version of jQuery. |
blob | commitdiff | diff to current |
2006-12-31 |
John Resig | Moved the bulk of the selector code out into a separate... |
blob | commitdiff | diff to current |
2006-11-22 |
Jörn Zaefferer | Tried to fix make build, PLEASE TEST |
blob | commitdiff | diff to current |
2006-11-07 |
Yehuda Katz | Added metadata (fully documented) |
blob | commitdiff | diff to current |
2006-10-26 |
Yehuda Katz | Added comments to various plugins and added make and... |
blob | commitdiff | diff to current |
2006-10-10 |
John Resig | Now have accurate version information built into jquery... |
blob | commitdiff | diff to current |
2006-10-03 |
John Resig | Added .filter("expr",ifCallback,elseCallback) (works... |
blob | commitdiff | diff to current |
2006-09-16 |
John Resig | Added .htaccess file for docs directory. |
blob | commitdiff | diff to current |
2006-09-16 |
Jörn Zaefferer | Fixed typo, thanks Patrick |
blob | commitdiff | diff to current |
2006-09-16 |
Jörn Zaefferer | Refactored test suite: tests subdir not needed anymore |
blob | commitdiff | diff to current |
2006-09-16 |
Jörn Zaefferer | Refactored test suite: All tests are now compiled into... |
blob | commitdiff | diff to current |
2006-09-15 |
Jörn Zaefferer | Fixed bug #147, required some (ugly) modifications... |
blob | commitdiff | diff to current |
2006-08-14 |
John Resig | Changed the -n flag of cp to -f, not equivalent, but... |
blob | commitdiff | diff to current |
2006-08-14 |
John Resig | Massive overhauls to the test suite - it is now generat... |
blob | commitdiff | diff to current |
2006-08-13 |
John Resig | Moved the test directory. |
blob | commitdiff | diff to current |
2006-08-13 |
John Resig | More fixes to the build system. |
blob | commitdiff | diff to current |
2006-08-13 |
John Resig | Made a bunch of changes to the build system. |
blob | commitdiff | diff to current |
2006-08-13 |
John Resig | Moved docs stuff to build, to be created when the docs... |
blob | commitdiff | diff to current |
2006-08-13 |
John Resig | Added the new Makefile. |
blob | commitdiff | diff to current |
|