Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for versions with spaces in them, in the Makefile. | John Resig | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | Updating the copy of Google Closure Compiler. | John Resig | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | Fix broken min file header generation. | jeresig | 2010-10-10 | 1 | -2/+4 |
| | |||||
* | Makefile: cleanup | Carl Fürstenberg | 2010-09-22 | 1 | -20/+45 |
| | | | | | | | | * updating init to either pull or clone, not do both * make sure it building only when it needs to * make some variables overridable * use variables when they should be used instead of direct text * add V verbosity variable | ||||
* | Trim out the module wrappers during the build process. Follow-up to #7011. | jeresig | 2010-09-09 | 1 | -0/+2 |
| | |||||
* | Minor fix to Makefile so that 'make clean' doesn't fail when run immediately ↵ | Richard D. Worth | 2010-07-21 | 1 | -1/+1 |
| | | | | after 'make clean' | ||||
* | Simplified getting the commit date using git log --pretty. Fixed missing ↵ | Richard D. Worth | 2010-07-21 | 1 | -1/+1 |
| | | | | date in ant build. | ||||
* | Remove the need for the return in sizzle-jquery and just remove the attempt ↵ | jeresig | 2010-03-01 | 1 | -1/+1 |
| | | | | to expose Sizzle completely. jQuery is 100% passing JSLint ('make lint') now. | ||||
* | Added in integrated JSLint checking against the jQuery source. Just run ↵ | jeresig | 2010-03-01 | 1 | -3/+8 |
| | | | | 'make lint' to see the result. | ||||
* | Ignore potential error codes from Github in doing a clone. Fixes #6049. | Iraê Carvalho | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | Add a new build mode to the Makefile that doesn't try to pull from external ↵ | jeresig | 2010-01-28 | 1 | -0/+1 |
| | | | | sources (assumes that they're already built and not changing frequently). | ||||
* | Fixed typo in logic, also disabled function setters in this case to allow ↵ | jeresig | 2010-01-12 | 1 | -1/+1 |
| | | | | the functions to passthrough and bind. | ||||
* | Accidentally removed the init from the Makefile selector build. | jeresig | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787. | jeresig | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Allow the Makefile to be more resiliant to broken builds and handle ↵ | jeresig | 2009-12-31 | 1 | -4/+4 |
| | | | | redirecting the output better in more shells. Thanks to 'candlerb' on jquery-dev for the suggestion. | ||||
* | Switched from using YUI Compressor to Google Compiler. Minified and Gzipped ↵ | jeresig | 2009-12-18 | 1 | -2/+3 |
| | | | | 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. | jeresig | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | support.js needs to come before event.js (also placed in a temporary ↵ | John Resig | 2009-12-07 | 1 | -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 Resig | 2009-12-06 | 1 | -0/+1 |
| | | | | split tests accordingly). | ||||
* | Shortened the build messages in the Makefile and added test/qunit and ↵ | jeresig | 2009-11-30 | 1 | -7/+3 |
| | | | | src/sizzle to the cleanup. | ||||
* | Don't try to run the clone code if the directory already exists. | jeresig | 2009-11-30 | 1 | -4/+4 |
| | |||||
* | Switched from using Git Submodules to just doing a straight clone of the ↵ | jeresig | 2009-11-30 | 1 | -2/+2 |
| | | | | QUnit and Sizzle directories. Works much better for what we want. | ||||
* | Don't do the update after the pull - forces the submodules up to date. | jeresig | 2009-11-30 | 1 | -1/+0 |
| | |||||
* | Make sure that the submodules are pulling from the right location. | John Resig | 2009-11-11 | 1 | -2/+2 |
| | |||||
* | Force the submodules to keep up to date. | John Resig | 2009-11-10 | 1 | -0/+3 |
| | |||||
* | Pull in the Sizzle library dynamically using a submodule and make it part of ↵ | John Resig | 2009-10-26 | 1 | -10/+15 |
| | | | | the jQuery build process. | ||||
* | fix sed statement used to extract the date | Jon Evans | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Removed the revision info and fixed the date pull to work against git log ↵ | John Resig | 2009-10-23 | 1 | -3/+1 |
| | | | | instead of SVN. | ||||
* | Removing the old speed perf directory (the current one is in the main ↵ | John Resig | 2009-10-22 | 1 | -20/+1 |
| | | | | 'speed' directory). | ||||
* | Removed the 'lite' build option (no longer used) and updated the README. | John Resig | 2009-10-22 | 1 | -15/+0 |
| | |||||
* | Cleaned out the build directory - a lot of old files that weren't being used ↵ | John Resig | 2009-10-22 | 1 | -50/+1 |
| | | | | anymore. | ||||
* | Added the submodule init/update to the Makefile for 'make test' and updated ↵ | John Resig | 2009-10-22 | 1 | -0/+2 |
| | | | | the README to be more current. | ||||
* | Broke the logic for .clean() wrap out into a separate, static, data ↵ | John Resig | 2009-09-07 | 1 | -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 method | Brandon Aaron | 2009-03-22 | 1 | -0/+1 |
| | |||||
* | breaking jquery out into smaller modules. added attributes.js, ↵ | Brandon Aaron | 2009-03-18 | 1 | -0/+3 |
| | | | | manipulation.js, and traversing.js | ||||
* | Updated the JAR Makefile command to support UTF-8. | John Resig | 2009-02-17 | 1 | -1/+1 |
| | |||||
* | Disable building the lite and packed versions of jQuery by default (no ↵ | John Resig | 2009-02-17 | 1 | -1/+1 |
| | | | | longer needed). | ||||
* | core: removed outdated docs target from makefile | Jörn Zaefferer | 2009-01-14 | 1 | -22/+0 |
| | |||||
* | Fixed boxModel support - is now computed with feature detection, rather than ↵ | John Resig | 2009-01-11 | 1 | -1/+1 |
| | | | | sniffing. | ||||
* | Accidentally left in an extra echo statement in the Makefile. | John Resig | 2009-01-05 | 1 | -1/+0 |
| | |||||
* | Moved the copyright to the intro file, added a ! so that it passes through ↵ | John Resig | 2009-01-04 | 1 | -1/+8 |
| | | | | YUIMin untouched, and changed the Date and Revision so that they're now generated automatically based upon all of jQuery rather than just the core file. | ||||
* | Moved from the old JSMin to using YUIMin for compressing the jQuery source. ↵ | John Resig | 2009-01-04 | 1 | -1/+2 |
| | | | | Additionally landed some improvements from #3770 which dramatically reduce the filesize. The final minifed + gzipped size of jQuery went from 19817 bytes to 18063 bytes. | ||||
* | jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and ↵ | Ariel Flesler | 2008-12-30 | 1 | -0/+1 |
| | | | | queue functions to their own module. Made the dequeue function more generic(designed to be used on functions). Closes #3748. Reverted a previous modification. | ||||
* | Added the new jQuery.support object and removed all uses of jQuery.browser ↵ | John Resig | 2008-12-21 | 1 | -0/+1 |
| | | | | from within jQuery itself (while simultaneously deprecating the use of jQuery.browser). | ||||
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 1 | -1/+2 |
| | |||||
* | Fixed make speed. | John Resig | 2008-01-28 | 1 | -1/+1 |
| | |||||
* | Fixed lite version of jQuery. | John Resig | 2007-12-20 | 1 | -2/+1 |
| | |||||
* | Don't remove test directory on clean | Brandon Aaron | 2007-12-14 | 1 | -3/+0 |
| | |||||
* | Reintroduced .offset() as a default include, added original author credits. | John Resig | 2007-09-08 | 1 | -1/+2 |
| | |||||
* | Disabled the automatic inclusion of offset.js | John Resig | 2007-09-08 | 1 | -2/+1 |
| |