Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added test for bug #190 | Jörn Zaefferer | 2006-09-16 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #194, added regression tests | Jörn Zaefferer | 2006-09-16 | 1 | -1/+1 | |
| | ||||||
* | Refactored test suite: All tests are now compiled into one file, runs much ↵ | Jörn Zaefferer | 2006-09-16 | 3 | -134/+104 | |
| | | | | 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 | |||||
* | Added test to verify bug #160, had to modify fixture (index.html) | Jörn Zaefferer | 2006-09-09 | 1 | -3/+3 | |
| | ||||||
* | Added more test for attr, one for filter; Added test to check IE issue ↵ | Jörn Zaefferer | 2006-09-08 | 1 | -0/+2 | |
| | | | | $('input').attr('name', 'something'), modified fixture to test this | |||||
* | Fixed missing brackets (d'oh) | Jörn Zaefferer | 2006-09-05 | 1 | -1/+2 | |
| | ||||||
* | Refactored the testsuite code with the hope in mind to make the test suite ↵ | Jörn Zaefferer | 2006-09-05 | 1 | -112/+96 | |
| | | | | run faster | |||||
* | Modified example for css(String) as proposed in the list (concerning ↵ | Jörn Zaefferer | 2006-09-05 | 1 | -12/+9 | |
| | | | | camlCase for dashed properties like font-weight); Modified test to cache test fixture instead of reloading it, should make the test suite run faster | |||||
* | Testcase now logs exceptions if a console is avaiable, makes it easier to ↵ | Jörn Zaefferer | 2006-09-05 | 1 | -0/+2 | |
| | | | | find bugs; Added test for all base events | |||||
* | Made a bunch of fixes to the docs, per Sam's request. Also, did some ↵ | John Resig | 2006-09-05 | 2 | -3/+5 | |
| | | | | re-organization of the order of the function names. | |||||
* | quick fix for JSMin build | Franck Marcia | 2006-09-04 | 1 | -3/+3 | |
| | ||||||
* | Improved test suite to reset fixture after each test, added selects to test ↵ | Jörn Zaefferer | 2006-09-04 | 3 | -59/+120 | |
| | | | | ':selected'; Added docs for index(obj); Modified is(expr) to return false for an invalid expression, changed docs, too; Added lots of testcases; Changed filename of testfiles: adding leading zeros | |||||
* | new build using JSMin | Franck Marcia | 2006-09-02 | 2 | -0/+321 | |
| | ||||||
* | Added style sheet for the category documentation. | John Resig | 2006-09-01 | 2 | -0/+55 | |
| | ||||||
* | Lots of documentation overhaul - much more documented, cat output works ↵ | John Resig | 2006-09-01 | 5 | -14/+21 | |
| | | | | better now. | |||||
* | Fixed two bugs with jQuery: One with height computation, one with ↵ | John Resig | 2006-09-01 | 1 | -2/+9 | |
| | | | | .find(expr,fn) not working properly. Also, fixed a bunch of styling with the docs. Finally, added documentation for the $() function. | |||||
* | Quick bug fix, formatted pack better. | John Resig | 2006-08-26 | 1 | -1/+316 | |
| | ||||||
* | Fixed some bugs with the test suite and fixed a bug with setting attributes. | John Resig | 2006-08-25 | 2 | -10/+10 | |
| | ||||||
* | Fixed some bugs, improved the quality of some of the variables. | John Resig | 2006-08-24 | 1 | -1/+1 | |
| | ||||||
* | Updated the documentation parser to work with categories. Additionally, I ↵ | John Resig | 2006-08-22 | 4 | -13/+50 | |
| | | | | updated the copyright notice in the jQuery header and removed some extraneous whitespace from jQuery Lite. | |||||
* | Fixed some formatting errors with the output of lite. | John Resig | 2006-08-14 | 1 | -2/+2 | |
| | ||||||
* | Added the new pack script. | John Resig | 2006-08-14 | 1 | -0/+5 | |
| | ||||||
* | Added additional changes to the test suite. | John Resig | 2006-08-14 | 8 | -455/+38 | |
| | ||||||
* | Massive overhauls to the test suite - it is now generated dynamically, along ↵ | John Resig | 2006-08-14 | 7 | -99/+257 | |
| | | | | with the documentation. | |||||
* | Removed the lib directory, will be generated automatically. | John Resig | 2006-08-13 | 9 | -3455/+0 | |
| | ||||||
* | Moved the test directory. | John Resig | 2006-08-13 | 17 | -0/+3931 | |
| | ||||||
* | More fixes to the build system. | John Resig | 2006-08-13 | 1 | -0/+0 | |
| | ||||||
* | Made a bunch of changes to the build system. | John Resig | 2006-08-13 | 4 | -2/+8 | |
| | ||||||
* | Moved docs stuff to build, to be created when the docs are actually built. | John Resig | 2006-08-13 | 7 | -4/+404 | |
| | ||||||
* | Moved some more files around. | John Resig | 2006-08-13 | 2 | -8/+88 | |
| | ||||||
* | Moved some more of the build files around. | John Resig | 2006-08-13 | 3 | -0/+242 | |
| | ||||||
* | Added the inital build directory. | John Resig | 2006-08-13 | 5 | -0/+119 | |