Accidentally left in an extra echo statement in the Makefile.
[jquery.git] / test /
2009-01-05 John ResigSynced with the Sizzle repository.
2009-01-03 John ResigLanded a proper fix for #3255 - which involves doing...
2009-01-02 John ResigFixed an issue that was introduced by [5743] (which...
2009-01-02 Ariel Fleslerjquery event: closes #3772. The extra function on ...
2009-01-02 John ResigDisabled testing of em-defined borders, need to look...
2009-01-02 John ResigThe exact escaping of the text() test isn't important...
2008-12-31 John ResigFixed an issue with .not("#foo, bar") not working corre...
2008-12-31 Ariel Fleslerjquery event:
2008-12-30 John ResigMade sure that return false works in .live() along...
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-12-29 Ariel Fleslerjquery event: jQuery.Event can be instantiated without...
2008-12-25 Ariel Fleslerjquery event: Closes #3662. Adds a jQuery.Event class...
2008-12-25 Ariel Fleslerjquery fx: Closes #3219. jQuery.fn.toggle can accept...
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 a new liveQuery/event delegation hybrid method...
2008-12-22 John ResigMade sure that the correct event.taget is being used...
2008-12-22 John ResigAdded support for bubbling triggered events.
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-19 John ResigAdded support for multiple-namespaced events (in bind...
2008-12-16 Ariel Fleslertestrunner: re adding the test for a function within...
2008-11-10 Brandon Aaronnew offset method, faster and no more browser detection
2008-10-24 Jörn Zaefferercore: tests cleanup for compability with qunit updates...
2008-10-21 Ariel Fleslertest runner: Commented 2 tests that jam the suite.
2008-10-18 Ariel Fleslertestrunner: fixing tests that were broken due to recent...
2008-08-21 John ResigA test was using the old / child selector syntax -...
2008-08-12 Ariel Fleslerjquery core: closes #3248, #3079, #3026, #3176, #3202...
2008-08-08 Jörn Zaefferercore/test: replaced local qunit copy with qunit via...
2008-08-08 Jörn Zaefferercore: deleted useless test/fix.html
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-22 Ariel Fleslertest runner: adding scriptaculous 1.7.0 for the pollute...
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: 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...
next