core: set version.txt to 1.2.7-pre
[jquery.git] / test /
2008-06-17 Ariel Fleslertest runner: closes #3048. The text from the tests...
2008-06-17 Ariel Fleslertest runner: 2 tests for [5728].
2008-06-05 Scott Gonzálezajax tests: Replaced $ with jQuery.
2008-05-29 Ariel Fleslertest runner: adding 2 tests for .val( Number ).
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-28 Ariel Fleslertest runner: adding a new test page called 'polluted...
2008-05-28 Ariel Fleslertest runner: Adding type="text/javascript" to a script...
2008-05-27 Ariel Fleslertest runner: a test for load() with a hash of data...
2008-05-24 Ariel Fleslertest runner: A test was failing on Opera 9.50. Not...
2008-05-24 Ariel Fleslertest runner: adding more tests for attr(). Related...
2008-05-15 Brandon AaronUpdating unit tests for offset
2008-05-15 Brandon AaronAdded some unit tests for position method. Fixed issue...
2008-05-14 Ariel Fleslertest runner: improved the shown message of 4 isFunction...
2008-05-13 Brandon AaronUpdating outerWidth unit test to use absolute position
2008-05-12 Ariel Fleslertest runner: improved a test and added a missing semicolon
2008-05-12 Ariel Fleslertest runner: when errors are thrown in a test, the...
2008-05-08 Jörn Zaeffererjquery core: reverted qunit introduction until build...
2008-05-08 Jörn Zaeffererjquery testsuite: switch to qunit
2008-05-08 Ariel Fleslertest runner: added 2 tests for [5500]
2008-05-08 Ariel Fleslertest runner: extra tests for $.fn.add enabled by [5503...
2008-05-08 Ariel Fleslertest runner: extra test case, [5501]
2008-05-08 Ariel Fleslertest runner: making 2 tests more flexible because they...
2008-05-07 Scott Gonzálezajax test: Removed test for extending with null.
2008-05-07 Ariel Fleslertest runner: extra test for makeArray, related to ...
2008-05-06 Jörn Zaeffererjquery ajax: support for dynamic data arguments, see...
2008-05-06 Jörn Zaeffererjquery testrunner: reset $.ajaxSettings after each...
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2008-05-06 Ariel Fleslertest runner: adding some tests that were missing for...
2008-05-05 Jörn Zaeffererjquery testrunner: reset global events after each run...
2008-05-03 Scott Gonzálezcore: Fixed #2605: .data() now accepts null as a value.
2008-05-03 Scott Gonzálezcore: Fixed #2605: .data() now accepts null as a value.
2008-05-02 Scott Gonzálezcore: Fixed #2600: jQuery.extend no longer skips over...
2008-04-29 Ariel Fleslertest runner: adding a test case for $.fn._toggle with...
2008-04-29 Ariel Fleslertest runner: voided the failing tests for jQuery.map...
2008-04-29 Ariel Fleslertest runner: added another test for makeArray.
2008-04-29 Brandon AaronMerged dimensions with core
2008-04-28 Jörn Zaeffererjquery core: tests for #2616
2008-04-25 Ariel Fleslerjquery core: fixed makeArray to recognize the window...
2008-04-24 Ariel Flesler- Adding the enhancements to the test runner, to accept...
2008-04-24 Jörn Zaeffererjquery core: Patch from #2619 applied, making makeArray...
2008-04-24 Jörn Zaefferertestrunner: refactored url-test-filter, still regex...
2008-04-22 Ariel Flesler- adding the tests for the changes to $.makeArray,...
2008-04-22 Jörn Zaeffererjquery testrunner: accept regexp to select tests, eg...
2008-04-22 Jörn Zaeffererjquery.ajax: improvement for #2688, added test
2008-04-22 Jörn Zaeffererjquery.event: Patch for #2708
2008-04-21 Brandon AaronTrigger onclick handlers of links
2008-02-03 John ResigYou can now overwrite values returned from .data()...
2008-02-03 John ResigTweaked the .data() event triggering - it now triggers...
2008-02-03 John ResigAdded support for .unbind(".test") to unbind all namesp...
2008-02-03 John ResigAdded $().data(), $().removeData(), and .bind("click...
2008-01-23 David SerdukeFix #2184 by using the jQuery.clean() function instead...
2008-01-17 David SerdukeFixed #2174 by removing the s.dataType == "json" check...
2008-01-14 John ResigDiscontinued the test for $(form.elements).
2008-01-14 John ResigExcluded a couple Ajax tests from running locally.
2008-01-14 John ResigAdded support for breaking in an object loop (Bug ...
2008-01-14 Brandon AaronAdding browser UA tests
2008-01-14 Jörn Zaeffererfix for #2114; refactored tests for bind() to highlight...
2008-01-04 Jörn ZaeffererTest for #2114
2007-12-20 David SerdukeFixed a couple problems found in the test suite. First...
2007-12-20 David SerdukeRemoved a unit test that tested to see if queued object...
2007-12-20 John ResigFixed #2027 - make sure that cloned elements (within...
2007-12-20 David SerdukeFixed a problem in the unit tests for IE where an optim...
2007-12-19 Jörn Zaeffereradded version to all builds; changed current version...
2007-12-18 David SerdukeFixed #2076 where .val() could return an array instead...
2007-12-18 Brandon Aaronwidth and height methods are now working properly
2007-12-17 David SerdukeFixed #2070 by adding a test for !nodeType to isArrayLi...
2007-12-17 Jörn Zaefferertest for #2070
2007-12-17 Jörn ZaeffererTest for #2069
2007-12-17 David SerdukeFixed #2062 by adding a check to see if the selector...
2007-12-17 David SerdukeFixed #2037 where Opera would mis-state the value of...
2007-12-17 John ResigAdded a fix for bug #2020 - if you want to do data...
2007-12-16 Brandon AaronAdding data and removeData tests
2007-12-15 Brandon Aaronnew special events api, ready is now a first class...
2007-12-14 David SerdukeFixed #2046 by forcing the dataType to 'html' in the...
2007-12-14 John ResigAdded a test case for $("<option>test</option>")[0...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-12-12 David SerdukeFixed #1750 by adding a url that starts with "//" and...
2007-12-12 Brandon AaronAdded more unit tests for offset. Fixed an offset issue...
2007-12-12 David SerdukeFixed a bug in clone where it wouldn't work on an XML...
2007-12-11 David SerdukeFix #1987 by only doing remote <script> type ajax with...
2007-12-10 David SerdukeFixed #1959 by postponing ALL script evaluations till...
2007-12-08 Brandon Aaronshow is now element aware (#960)
2007-12-08 Brandon AaronFix for #1486. Prevent IE from throwing an error when...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-06 David SerdukeAdded ajax error messages in the unit test suite becaus...
2007-12-06 Jörn ZaeffererFix for #2002
2007-12-05 David SerdukeSafari sometimes stops in the test suite on the ajax...
2007-12-05 David SerdukeFixed #1419 where IE failed with .text() on an XML...
2007-12-05 David SerdukeFixed #1264. If you read the bug there were many propo...
2007-12-04 Brandon AaronAdded another relative offset test
2007-12-04 Brandon AaronAdded visual marker to absolute fixture for offset...
2007-12-04 Brandon AaronBeginnings of the offset test suite
2007-12-04 David SerdukeFixed #1763 by checking to see if .createElement()...
2007-12-04 David SerdukeFixed #1438 where a filter could be set in IE but not...
2007-12-04 Jörn Zaeffererfixed jsdoc for equals
2007-12-04 David SerdukeFixed #1999 by replacing the 'no-cache' parameter if...
2007-12-04 David SerdukeThere was a disabled test in the ajax test suite which...
2007-12-03 David SerdukeFixed [1993] although it actually wasn't a bug in the...
2007-11-30 David SerdukeAdded enchancement for #1994 by adding two parameters...
2007-11-30 David SerdukeFixed a problem with changeset [3841] where a function...
next