Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Removed the test suite generation code. | John Resig | 2007-09-08 | 1 | -14/+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 | ||||
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -11/+11 |
| | |||||
* | 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. | ||||
* | Automated test running using Rhino (no browser required!). Still very buggy, ↵ | John Resig | 2007-07-08 | 1 | -0/+7 |
| | | | | but off to a good start. | ||||
* | Added support for min and speed to the 'all' build. | John Resig | 2007-06-30 | 1 | -1/+1 |
| | |||||
* | Added the Speed Test Suite. Can be made by doing 'make speed'. | John Resig | 2007-06-30 | 1 | -0/+19 |
| | |||||
* | 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.) | ||||
* | Fixed a problem with the Makefile, fx wasn't being included in the build. | John Resig | 2007-02-15 | 1 | -3/+2 |
| | |||||
* | Added support for making a minified version of jQuery. | John Resig | 2007-02-15 | 1 | -1/+14 |
| | |||||
* | Moved the bulk of the selector code out into a separate file, changed the ↵ | John Resig | 2006-12-31 | 1 | -0/+1 |
| | | | | build files to represent this. | ||||
* | Tried to fix make build, PLEASE TEST | Jörn Zaefferer | 2006-11-22 | 1 | -5/+7 |
| | |||||
* | Added metadata (fully documented) | Yehuda Katz | 2006-11-07 | 1 | -0/+2 |
| | |||||
* | Added comments to various plugins and added make and ant options to make ↵ | Yehuda Katz | 2006-10-26 | 1 | -3/+30 |
| | | | | docs with plugins | ||||
* | Now have accurate version information built into jquery.js - will build it ↵ | John Resig | 2006-10-10 | 1 | -1/+4 |
| | | | | into the docs and test suite next. | ||||
* | Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, ↵ | John Resig | 2006-10-03 | 1 | -1/+1 |
| | | | | | | | | | add, etc.). Fixed bug in Makefile. Fixed bug in expression parsing. Removed need for Q in expression parsing. | ||||
* | Added .htaccess file for docs directory. | John Resig | 2006-09-16 | 1 | -0/+3 |
| | |||||
* | Fixed typo, thanks Patrick | Jörn Zaefferer | 2006-09-16 | 1 | -2/+2 |
| | |||||
* | Refactored test suite: tests subdir not needed anymore | Jörn Zaefferer | 2006-09-16 | 1 | -1/+0 |
| | |||||
* | Refactored test suite: All tests are now compiled into one file, runs much ↵ | Jörn Zaefferer | 2006-09-16 | 1 | -0/+1 |
| | | | | faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup | ||||
* | Fixed bug #147, required some (ugly) modifications: changed function ↵ | Jörn Zaefferer | 2006-09-15 | 1 | -1/+3 |
| | | | | jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... } | ||||
* | Changed the -n flag of cp to -f, not equivalent, but it gets the job done. | John Resig | 2006-08-14 | 1 | -3/+3 |
| | |||||
* | Massive overhauls to the test suite - it is now generated dynamically, along ↵ | John Resig | 2006-08-14 | 1 | -12/+22 |
| | | | | with the documentation. | ||||
* | Moved the test directory. | John Resig | 2006-08-13 | 1 | -7/+28 |
| | |||||
* | More fixes to the build system. | John Resig | 2006-08-13 | 1 | -3/+3 |
| | |||||
* | Made a bunch of changes to the build system. | John Resig | 2006-08-13 | 1 | -21/+42 |
| | |||||
* | Moved docs stuff to build, to be created when the docs are actually built. | John Resig | 2006-08-13 | 1 | -12/+29 |
| | |||||
* | Added the new Makefile. | John Resig | 2006-08-13 | 1 | -0/+36 |