| Commit message (Expand) | Author | Age | Files | Lines |
* | testrunner: re adding the test for a function within isFunction. | Ariel Flesler | 2008-12-16 | 1 | -3/+1 |
* | new offset method, faster and no more browser detection | Brandon Aaron | 2008-11-10 | 2 | -2/+35 |
* | core: tests cleanup for compability with qunit updates: stop() now actually a... | Jörn Zaefferer | 2008-10-24 | 2 | -5/+5 |
* | test runner: Commented 2 tests that jam the suite. | Ariel Flesler | 2008-10-21 | 1 | -1/+2 |
* | testrunner: fixing tests that were broken due to recent updates to qunit. | Ariel Flesler | 2008-10-18 | 1 | -15/+14 |
* | A test was using the old / child selector syntax - updating to the new style. | John Resig | 2008-08-21 | 1 | -1/+1 |
* | jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArra... | Ariel Flesler | 2008-08-12 | 1 | -3/+6 |
* | core/test: replaced local qunit copy with qunit via svn:externals; inlined st... | Jörn Zaefferer | 2008-08-08 | 5 | -461/+18 |
* | core: deleted useless test/fix.html | Jörn Zaefferer | 2008-08-08 | 1 | -48/+0 |
* | jquery core: closes #2652. val() supports option elements, also simplified th... | Ariel Flesler | 2008-07-23 | 3 | -4/+17 |
* | jquery core: closes #2968. Simplified isFunction, dropping support for DOM me... | Ariel Flesler | 2008-07-23 | 1 | -3/+5 |
* | test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fail... | Ariel Flesler | 2008-07-22 | 7 | -0/+3893 |
* | test runner: optimizing a test for speed. | Ariel Flesler | 2008-07-01 | 1 | -6/+9 |
* | test runner: recloses #3102. Adding one test for $().eq("1") | Ariel Flesler | 2008-07-01 | 1 | -1/+3 |
* | test runner: closes #3048. The text from the tests, is html-escaped. | Ariel Flesler | 2008-06-17 | 1 | -1/+1 |
* | test runner: 2 tests for [5728]. | Ariel Flesler | 2008-06-17 | 1 | -1/+5 |
* | ajax tests: Replaced $ with jQuery. | Scott González | 2008-06-05 | 4 | -4/+4 |
* | test runner: adding 2 tests for .val( Number ). | Ariel Flesler | 2008-05-29 | 1 | -5/+11 |
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 11 | -837/+863 |
* | test runner: adding a new test page called 'polluted'. Where one can choose t... | Ariel Flesler | 2008-05-28 | 13 | -2/+10016 |
* | test runner: Adding type="text/javascript" to a script tag (trivial). | Ariel Flesler | 2008-05-28 | 1 | -1/+2 |
* | test runner: a test for load() with a hash of data, and another for load() wi... | Ariel Flesler | 2008-05-27 | 2 | -0/+36 |
* | test runner: A test was failing on Opera 9.50. Not a bug, just made the test ... | Ariel Flesler | 2008-05-24 | 1 | -1/+1 |
* | test runner: adding more tests for attr(). Related to [5574] and [5683]. | Ariel Flesler | 2008-05-24 | 1 | -107/+128 |
* | Updating unit tests for offset | Brandon Aaron | 2008-05-15 | 4 | -2/+5 |
* | Added some unit tests for position method. Fixed issue with position in IE. | Brandon Aaron | 2008-05-15 | 6 | -0/+62 |
* | test runner: improved the shown message of 4 isFunction tests. | Ariel Flesler | 2008-05-14 | 1 | -4/+4 |
* | Updating outerWidth unit test to use absolute position | Brandon Aaron | 2008-05-13 | 1 | -1/+2 |
* | test runner: improved a test and added a missing semicolon | Ariel Flesler | 2008-05-12 | 1 | -6/+8 |
* | test runner: when errors are thrown in a test, the message is successfully sh... | Ariel Flesler | 2008-05-12 | 1 | -1/+1 |
* | jquery core: reverted qunit introduction until build scripts are updated | Jörn Zaefferer | 2008-05-08 | 4 | -4/+449 |
* | jquery testsuite: switch to qunit | Jörn Zaefferer | 2008-05-08 | 4 | -449/+4 |
* | test runner: added 2 tests for [5500] | Ariel Flesler | 2008-05-08 | 1 | -4/+11 |
* | test runner: extra tests for $.fn.add enabled by [5503] and a small fix for a... | Ariel Flesler | 2008-05-08 | 1 | -2/+11 |
* | test runner: extra test case, [5501] | Ariel Flesler | 2008-05-08 | 1 | -3/+7 |
* | test runner: making 2 tests more flexible because they yield a slightly diffe... | Ariel Flesler | 2008-05-08 | 1 | -2/+2 |
* | ajax test: Removed test for extending with null. | Scott González | 2008-05-07 | 1 | -6/+2 |
* | test runner: extra test for makeArray, related to [5481] | Ariel Flesler | 2008-05-07 | 1 | -3/+5 |
* | jquery ajax: support for dynamic data arguments, see #2806; added test/data/e... | Jörn Zaefferer | 2008-05-06 | 2 | -0/+17 |
* | jquery testrunner: reset $.ajaxSettings after each run to prevent sideeffects... | Jörn Zaefferer | 2008-05-06 | 1 | -0/+2 |
* | test runner: translated all the ok() with '==' to equals(), as it gives more ... | Ariel Flesler | 2008-05-06 | 5 | -234/+234 |
* | test runner: adding some tests that were missing for the $ constructor. | Ariel Flesler | 2008-05-06 | 1 | -1/+10 |
* | jquery testrunner: reset global events after each run, speeds up a test run f... | Jörn Zaefferer | 2008-05-05 | 1 | -0/+1 |
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -3/+8 |
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -1/+5 |
* | core: Fixed #2600: jQuery.extend no longer skips over null properties. | Scott González | 2008-05-02 | 1 | -2/+12 |
* | test runner: adding a test case for $.fn._toggle with more than 2 functions. | Ariel Flesler | 2008-04-29 | 1 | -2/+32 |
* | test runner: voided the failing tests for jQuery.map, that belong to an unapp... | Ariel Flesler | 2008-04-29 | 1 | -1/+3 |
* | test runner: added another test for makeArray. | Ariel Flesler | 2008-04-29 | 1 | -1/+3 |
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 2 | -0/+86 |