jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue functio...
[jquery.git] / test / unit / core.js
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-12-25 Ariel Fleslerjquery core: Closes #1681. jQuery.fn.toggleClass can...
2008-12-25 Ariel Fleslerjquery core: Closes #3255. The div used in jQuery.clean...
2008-12-25 Ariel Fleslerjquery core: Closes #3641. jQuery.merge stopped looping...
2008-12-22 John ResigAdded support for the new .closest() method (very usefu...
2008-12-20 John ResigLanding the new Sizzle selector engine. There'll need...
2008-12-19 John ResigFixed line-ending issue.
2008-12-19 John ResigTweaked mis-numbered makeArray test.
2008-12-19 John ResigSwitched to using DOM Fragments in domManip.
2008-12-19 John ResigAdded selector path logging (creates a trail that plugi...
2008-12-16 Ariel Fleslertestrunner: re adding the test for a function within...
2008-10-18 Ariel Fleslertestrunner: fixing tests that were broken due to recent...
2008-08-12 Ariel Fleslerjquery core: closes #3248, #3079, #3026, #3176, #3202...
2008-07-23 Ariel Fleslerjquery core: closes #2652. val() supports option elemen...
2008-07-23 Ariel Fleslerjquery core: closes #2968. Simplified isFunction, dropp...
2008-07-01 Ariel Fleslertest runner: optimizing a test for speed.
2008-07-01 Ariel Fleslertest runner: recloses #3102. Adding one test for $...
2008-06-17 Ariel Fleslertest runner: 2 tests for [5728].
2008-05-29 Ariel Fleslertest runner: adding 2 tests for .val( Number ).
2008-05-28 Ariel Fleslertest runner: the changes are:
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-14 Ariel Fleslertest runner: improved the shown message of 4 isFunction...
2008-05-12 Ariel Fleslertest runner: improved a test and added a missing semicolon
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: making 2 tests more flexible because they...
2008-05-07 Ariel Fleslertest runner: extra test for makeArray, related to ...
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-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: voided the failing tests for jQuery.map...
2008-04-29 Ariel Fleslertest runner: added another test for makeArray.
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 Jörn Zaeffererjquery core: Patch from #2619 applied, making makeArray...
2008-04-22 Ariel Flesler- adding the tests for the changes to $.makeArray,...
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 $().data(), $().removeData(), and .bind("click...
2008-01-23 David SerdukeFix #2184 by using the jQuery.clean() function instead...
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-04 Jörn ZaeffererTest for #2114
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 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-16 Brandon AaronAdding data and removeData tests
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 a bug in clone where it wouldn't work on an XML...
2007-12-10 David SerdukeFixed #1959 by postponing ALL script evaluations till...
2007-12-08 Brandon Aaronshow is now element aware (#960)
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-06 Jörn ZaeffererFix for #2002
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 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-11-30 David SerdukeFixed a problem with changeset [3841] where a function...
2007-11-28 David SerdukeBack out one of the changes from the previous commit...
2007-11-28 David SerdukeFixed #1908 by testing to make sure it isn't null befor...
2007-11-28 David SerdukeFixed #1070 by converting all setAttribute() values...
2007-11-28 David SerdukeFixed #1714 by adding a default empty string if the...
2007-11-28 David SerdukeFixed #1599 as Brandon suggested to ignore negative...
2007-11-19 Brandon AaronFix for #1944. Added nodeName and tagName to jQuery...
2007-11-18 David SerdukeSlightly altered a test that was causing IE7 in some...
2007-11-17 David SerdukeFixed #1074 where .html() was incorrectly changing...
2007-11-17 David SerdukeFix #1907 where the never-ending loop prevention used...
2007-11-16 David SerdukeFixed #1095 bug where radio buttons became unchecked...
2007-10-20 John ResigAdded a fix for .noConflict(true) not reverting properl...
2007-10-17 John ResigFix for bug #1546 where a deep copy was attempted of...
2007-10-17 John ResigAdded a fix for bug #1698, in which injected scripts...
2007-10-12 Brandon AaronFixed .val(String) for select elements (#1760) [Thanks...
2007-10-01 John ResigA fix for bug #1443, where globalEval occurred asynchro...
2007-09-23 John ResigDisabled the Ajax tests from running locally.
2007-09-15 John ResigAdded .eq(Number) back in - I'm convinced that it's...
2007-09-15 John ResigFixed bug #1594, #1565, #1598 - all of which were conce...
2007-09-08 John ResigFinished up some of the reorganization.