Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed src/transports to src/ajax (in case we need prefilters in the future ↵ | jaubourg | 2011-01-06 | 1 | -3/+3 |
| | | | | and to avoid a separate prefilters directory). | ||||
* | Removed re-usability from jXHR object (no more open, send & ↵ | jaubourg | 2010-12-31 | 1 | -1/+0 |
| | | | | onreadystatechange support). Streamlined the implementation and put it back into ajax.js (removed xhr.js in the process). Went back to a more simple & direct approach to options handling (keeping much room to further minification-related optimizations). Code is cleaner, smaller & faster. Removed & edited unit tests accordingly. All build files have had xhr.js removed. | ||||
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -1/+1 |
| | |||||
* | Added the regexp to remove module closures to the ant build file to be on ↵ | jaubourg | 2010-12-11 | 1 | -0/+1 |
| | | | | par with the Makefile. | ||||
* | Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with ↵ | jaubourg | 2010-12-10 | 1 | -0/+4 |
| | | | | Makefile). | ||||
* | Forgot to update the Rakefile and build.xml files from the previous commit. ↵ | John Resig | 2010-10-14 | 1 | -1/+1 |
| | | | | Thanks to @jitter for the catch. | ||||
* | Fixed ant build to be more consistent with Makefile. Now has all same ↵ | Richard D. Worth | 2010-07-21 | 1 | -16/+34 |
| | | | | | | | | | | targets (see README.md) and * generates an identical jquery.js to that of make * generates a min file * runs jslint. * cleans more thoroughly * can be passed a PREFIX property | ||||
* | Whitespace (spaces to tabs) | Richard D. Worth | 2010-07-21 | 1 | -49/+49 |
| | |||||
* | Simplified getting the commit date using git log --pretty. Fixed missing ↵ | Richard D. Worth | 2010-07-21 | 1 | -0/+3 |
| | | | | date in ant build. | ||||
* | 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. | ||||
* | Switched from using YUI Compressor to Google Compiler. Minified and Gzipped ↵ | jeresig | 2009-12-18 | 1 | -5/+16 |
| | | | | 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 |
| | |||||
* | Further cleanups on ant build | jzaefferer | 2009-12-08 | 1 | -39/+26 |
| | |||||
* | Fixed ant build by cloning or pulling qunit and sizzle submodules, similar ↵ | unknown | 2009-12-08 | 1 | -1/+32 |
| | | | | to the make build | ||||
* | Further cleanup on ant build: Revision is gone | unknown | 2009-12-08 | 1 | -1/+0 |
| | |||||
* | Further cleanup on ant build | unknown | 2009-12-08 | 1 | -2/+1 |
| | |||||
* | Further cleanup on ant build | unknown | 2009-12-08 | 1 | -4/+0 |
| | |||||
* | Cleaning up build.xml in prepartion to get it running again | unknown | 2009-12-08 | 1 | -28/+0 |
| | |||||
* | 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). | ||||
* | Removing some of the SVN-specific stuff from the Ant build file (should ↵ | John Resig | 2009-11-07 | 1 | -16/+0 |
| | | | | probably be updated to use the new Git functionality. | ||||
* | 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 | ||||
* | core: ant build - add Date and Revision to to header (just like make build) | Jörn Zaefferer | 2009-01-18 | 1 | -0/+17 |
| | |||||
* | core: replaced version.js build script in ant build; wasn't used in make ↵ | Jörn Zaefferer | 2009-01-18 | 1 | -4/+2 |
| | | | | anymore anyway | ||||
* | core: Ant target to generate openAjaxMetadata; uses ↵ | Jörn Zaefferer | 2009-01-14 | 1 | -0/+9 |
| | | | | http://www.exfer.net/jquery/createjQueryXMLDocs.py to get the data from the wiki, and transforms it using xslt (see build/style.xsl) | ||||
* | Forgot to change the build.xml file as well. | John Resig | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | Changed build.xml to use YUICompressor, fixes #3779. | John Resig | 2009-01-04 | 1 | -5/+13 |
| | |||||
* | build: Closes #3760. Adding the data module to the build file. Thanks Cloudream. | Ariel Flesler | 2008-12-30 | 1 | -0/+1 |
| | |||||
* | 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 | -0/+1 |
| | |||||
* | added version to all builds; changed current version to 1.2.2-pre - to be ↵ | Jörn Zaefferer | 2007-12-19 | 1 | -115/+17 |
| | | | | updated after each release so its clear that a build is from which milestone; build.xml cleanup (removing uselss lite, docs, test and _with_plguins targets); deleted useless docs build files (replaced by wiki and wiki xml exporter and api browsers) | ||||
* | clean ant task shouldn't delete the new test folder | Brandon Aaron | 2007-09-13 | 1 | -10/+10 |
| | |||||
* | Reintroduced .offset() as a default include, added original author credits. | John Resig | 2007-09-08 | 1 | -0/+1 |
| | |||||
* | Disabled the automatic inclusion of offset.js | John Resig | 2007-09-08 | 1 | -1/+0 |
| | |||||
* | Added the new .offset() method, directly imported from Dimensions (heavily ↵ | John Resig | 2007-09-08 | 1 | -1/+2 |
| | | | | | | | | worked over by both Brandon and John). Original source: http://brandonaaron.net/jquery/issues/dimensions/new_offset/jquery.offset.js | ||||
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 1 | -5/+7 |
| | |||||
* | Integrated the custom fx test suite into the main test suite. All tests are ↵ | John Resig | 2007-07-29 | 1 | -2/+0 |
| | | | | now run automatically. Removed the old suite, as it was no longer needed. | ||||
* | Added runtest ant task (doesn't display results yet); | Jörn Zaefferer | 2007-07-17 | 1 | -1/+9 |
| | | | | added href-attribute to DOMElement, fixed XMLHttpRequest to actually allow sync requests, fixed new Thread(new Runnable({run...})) to use new Thread({run:...}) | ||||
* | Added an initial version of the new animation test suite. (You should never ↵ | John Resig | 2007-03-15 | 1 | -0/+2 |
| | | | | see red on the suite page - an error message will be generated wherever possible.) | ||||
* | Removed tabs extra stuff from build file | Klaus Hartl | 2007-01-25 | 1 | -188/+172 |
| | |||||
* | Moved the bulk of the selector code out into a separate file, changed the ↵ | John Resig | 2006-12-31 | 1 | -62/+63 |
| | | | | build files to represent this. | ||||
* | Tried to fix make build, PLEASE TEST | Jörn Zaefferer | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 1 | -11/+7 |
| | |||||
* | Added accordion to PLUGINS_ALL | Jörn Zaefferer | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | Fixed typo | Jörn Zaefferer | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | Added tooltip for plugins build | Jörn Zaefferer | 2006-11-07 | 1 | -1/+1 |
| | |||||
* | Added comments and some docs to ant build | Jörn Zaefferer | 2006-11-07 | 1 | -148/+169 |
| | |||||
* | Fixed Ant task "jquery_with_plugins" and ill-formed XML | Klaus Hartl | 2006-11-01 | 1 | -4/+5 |
| |