Force the submodules to keep up to date.
[jquery.git] / test /
2009-11-09 rkaticAdded a method to myKlass.
2009-11-07 John ResigMade sure that animate callbacks get executed even...
2009-11-07 John ResigMake .add() take an optional context and - if a context...
2009-11-07 John ResigjQuery.ajax modified the passed-in object only to help...
2009-11-07 John ResigA typechange for test/qunit.
2009-10-23 John ResigPull in QUnit using a submodule. In order to build...
2009-09-29 John ResigUpdated the jQuery suite to use the updated QUnit CSS...
2009-09-29 John ResigUpdated the jQuery test suite to use the new QUnit...
2009-09-29 John ResigMoved the jQuery-specific test suite CSS into a separat...
2009-09-29 John ResigAdapted the jQuery test suite to handle the toolbar...
2009-09-29 John ResigUpdated the jQuery suite to use the new 'qunit-' prefix...
2009-09-29 John ResigFixed the q() method to use same instead of isSet.
2009-09-29 John ResigSwitched from using QUnit's isObj/isSet to the more...
2009-09-29 John ResigMoved some jQuery-specific test methods into the core...
2009-09-29 John ResigMoved the init test script off into a separate file.
2009-09-25 John ResigAdding in .unwrap() support, thanks to Ben Alman! Fixes...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-17 Yehuda KatzGetting $.param working well; Patch by ben_alman
2009-09-16 Yehuda KatzProbably not the optimal solution, but tests pass.
2009-09-16 Ariel Fleslerjquery event: closes #5250. bind(), unbind() and one...
2009-09-15 Brandon Aarondata should not add expando unless actually adding...
2009-09-15 Brandon Aaronoffset is now a setter
2009-09-15 Jörn Zaeffererremove globals in tests for compability with ?noglobals...
2009-09-15 Ariel Fleslerjquery attributes: closes #5234. attr() supports jQuery...
2009-09-15 Ariel Fleslertestrunner: focus & blur events could fail if the windo...
2009-09-15 Ariel Fleslerjquery ajax: addition for #2452. Wasn't working correct...
2009-09-15 Ariel Fleslerjquery ajax: closes #4994. Adding 'context' setting...
2009-09-15 Ariel Fleslerjquery fx: closes #2542. show/hide(0, fn) wasn't callin...
2009-09-14 Ariel Fleslertestrunner: resetting the scroll position after focusin...
2009-09-14 Ariel Fleslerjquery data: closes #5224. Exposing the expando.
2009-09-14 John ResigAdded support for .before(), .after(), and .replaceWith...
2009-09-14 Ariel Fleslerjquery event: fixes #4989. blur and focus events now...
2009-09-14 Brandon Aaronremove and detach unit tests were not cleaning up,...
2009-09-14 Ariel Fleslerjquery core: Fixed #5202. Fixing selector generation...
2009-09-09 Ariel Fleslerjquery core: Closes #5189. Added a generic function...
2009-09-09 John ResigAdded support for .eq(-N), .first(), and .last(). Fixes...
2009-09-08 John ResigRemoved jQuery.className.(has|remove|add) in favor...
2009-09-07 John ResigBroke the logic for .clean() wrap out into a separate...
2009-09-07 John ResigSplit out the fragment-building code from domManip...
2009-09-02 Yehuda KatzAdds nested param serialization; Closes #4201 (by merbjedi)
2009-08-27 John ResigFixed a bug with the isXMLDoc test - also made sure...
2009-08-27 John ResigTweaked the isXMLDoc iframe test case to test the docum...
2009-08-26 John ResigTemporarily disabled some tests for Opera 10 - a variet...
2009-07-28 John ResigAdded support for .closest(filter, DOMElement). Fixes...
2009-07-28 John ResigBacking out commit #6507 - causes too many problems.
2009-07-27 John ResigAdded an improvement to quickExpr and some more tests...
2009-07-27 John ResigAdded an extra documentElement check to isXMLDoc for...
2009-07-25 John ResigImplemented support for .context limited .closest(...
2009-07-25 John ResigFix for animating hyphenated CSS properties. Fixes...
2009-07-24 Brandon Aaronadd scrollTop/Left tests and fix for IE
2009-07-21 John ResigCompletely disable the flaky fx queue test.
2009-07-21 John ResigExaggerate the times for the localtimeout ajax test.
2009-07-21 John ResigRetool the fx test again, making it more apparent which...
2009-07-21 John ResigMade a tweak to the fx queue test (was randomly failing...
2009-07-21 Yehuda KatzAdds detach()
2009-07-19 John ResigRewrote .offsetParent() to work against the full jQuery...
2009-07-17 Brandon Aaronremoving ambiguous offset tests for now... results...
2009-07-17 Brandon Aaronintegrated offset tests into main test suite. offset...
2009-07-17 Yehuda KatzAdd test for jQuery(jQueryObj) cloning and simplify...
2009-07-16 Ariel Fleslerjquery core: Simplifying isEmptyObject() and adding...
2009-07-16 Yehuda KatzRefactor queueing system to allow auto-dequeuing to...
2009-07-16 Yehuda KatzImplemented .data() to get the entire data object....
2009-07-16 Yehuda KatzAdd a test for index()
2009-07-16 Yehuda KatzUnify .not and .filter (resolves #4200).
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies custom objec...
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies objects...
2009-07-16 Yehuda KatzClear some dangling whitespace
2009-07-16 Yehuda KatzAdd support for .get(-Number) Closes #4188
2009-07-16 Yehuda KatzMake toArray an alias for .get(). Closes #3999
2009-07-14 John ResigWe only support wrapping the first element around an...
2009-07-14 John ResigFixed wrapping of elements that hold text nodes. Thanks...
2009-07-14 John ResigFixed spelling mistake in Ajax tests.
2009-07-14 John ResigFixed the handling of .status == 304 in Opera (it alway...
2009-07-13 Yehuda KatzclearQueue and next should now work with default fx...
2009-07-13 Yehuda KatzUses the more stable font-size as a sentinel
2009-07-13 Yehuda KatzTest Tweak to normalize the CSS results across browsers
2009-07-13 Yehuda KatzUpdates css() tests to use hex rather than color names
2009-07-12 Yehuda KatzAdd tests for replaceAll(fn) and wrap(fn) -- mark wrapA...
2009-07-12 Yehuda KatzSupport for .foo(Function) and testing. TODO: More...
2009-07-12 Yehuda KatzAdded test for css(String, Function) and css(Object...
2009-07-12 Yehuda KatzAdd clearQueue for clearing non-fx queues
2009-07-12 Yehuda KatzAdded a next() shortcut for queues
2009-07-11 John ResigFixes regression in .attr(), patch by David Flanagan...
2009-06-20 Ariel Fleslerjquery core: Closes #2827. jQuery.each iterates over...
2009-06-17 Brandon Aaronfix for #3533, triggering an event with a colon in...
2009-06-15 John ResigMinor tab-spacing tweak.
2009-06-15 John ResigAdding support for etags in $.ajax() - and simplified...
2009-05-20 John ResigReverting accidental test suite corruption from the...
2009-05-20 John ResigRemoved some cases of strict errors.
2009-05-20 John ResigSwitched to using new Function instead of eval for...
2009-05-16 Brandon Aaronerror case for an ajax test
2009-05-16 Brandon Aaronprevent fx test html from showing in IE
2009-05-16 Brandon Aaronunit tests for setting cellspacing, rowspan, and colspan
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-05-07 Brandon Aaronanother unit test for index method
2009-05-07 Brandon Aaron.bind() now accepts an optional thisObject as the last...
2009-05-06 Brandon Aaronfix for #4234. hover can take one function to use for...
2009-05-04 Brandon Aaronunit tests for using jQuery events on non-dom elements...
2009-05-04 Brandon Aaronfix :hidden selector that was accidentally reverted...
2009-05-03 Ariel Fleslertestrunner: Updating an orphaned test
next