core: removed outdated docs target from makefile
[jquery.git] / test /
2009-01-13 John ResigMerged Sizzle changes back into jQuery.
2009-01-12 John ResigOnly try to wrap the element if it's not disconnected...
2009-01-12 John ResigFixed an issue with parentNode being accessed in attr...
2009-01-12 John ResigHad to remove the global variable tricks (especially...
2009-01-11 John ResigPrevented non-script <script> blocks from executing...
2009-01-10 John Resig.closest() with positional selectors wasn't worked...
2009-01-10 John ResigLanded a fix for when a DOM element gets accidentally...
2009-01-10 John ResigFixed an issue with script nodes being removed incorrec...
2009-01-10 Ariel Fleslertestrunner: Putting back the global variables used...
2009-01-09 Ariel Fleslertestrunner: Removing every global variable leaked withi...
2009-01-09 John ResigDidn't get specific enough with the proxy guid, fixes...
2009-01-09 John ResigMade it so that you can bind a single function to multi...
2009-01-08 Ariel Fleslertestrunner: refactored unbind's tests. Including one...
2009-01-08 John ResigSelector state wasn't being passed along on a cloned...
2009-01-07 Scott GonzálezFixed tabindex normalization so that elements that...
2009-01-05 John ResigDisabled an extra event binding.
2009-01-05 John ResigTimeout test appears to be flaky - disabling, for now.
2009-01-05 John ResigThe timeout test was waiting for 10 seconds - unnecessa...
2009-01-05 John ResigSimplified the XML clone test.
2009-01-05 John ResigSimplified the XML selector test (save the result).
2009-01-05 John ResigFixed an issue with how broken selector tests were...
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2009-01-05 John ResigForgot to merge in some of the new tests from Sizzle.
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
next