Shortened the build messages in the Makefile and added test/qunit and src/sizzle...
[jquery.git] / test /
2009-11-30 jeresigSwitched from using Git Submodules to just doing a...
2009-11-30 jeresigBringing Sizzle and QUnit up to date.
2009-11-30 jeresigUse .add() to merge two test groups together for .unwrap().
2009-11-30 jeresigChanged the style attribute test to handle hex colors...
2009-11-30 jeresigFixed a problem with animations with a duration of...
2009-11-30 jeresigSimplified a selector in the .live() tests.
2009-11-30 jeresigTweaked the live test to be a bit simpler.
2009-11-30 jeresigFixed wrap test that was looking for comment values...
2009-11-30 Yehuda KatzFixes $.trim for   closes #4980
2009-11-25 Mark GibsonFixing endlines.
2009-11-25 Robert KaticCorrected RegExp to match event namespaces. Fixes ...
2009-11-25 Robert KaticGeneric jQuery.merge and safer jQuery.makeArray(nodeList).
2009-11-17 John ResigAdded support for .text() on text nodes. Fixes #5525.
2009-11-17 John ResigRe-wrote context Ajax test to use an element instead...
2009-11-17 John ResigRe-adding the QUnit submodule file.
2009-11-15 John ResigHide the .settings file in the gitignore.
2009-11-13 Scott GonzalezAdded test for passing null to .show()
2009-11-13 Robert KaticCorrected some minor errors made by me (rkatic) in...
2009-11-12 Robert KaticForgotten to update the number of jQuery.extend related...
2009-11-12 Robert KaticMade jQuery.extend(true, ...) to extend recursively...
2009-11-12 Robert KaticMade isObjectLiteral to work correctly with custom...
2009-11-11 John ResigFixed the case where HTML that contained entities was...
2009-11-11 John ResigLanding tweak from 'haruka' that fixes non-pixel fontSi...
2009-11-11 John ResigMade jQuery('<div/>') and jQuery('<div></div>') use...
2009-11-11 Damian JanowskiAdd QUnit as a submodule.
2009-11-11 Damian JanowskiRemove symlink to John Resig's filesystem.
2009-11-11 Mr SpeakerMaking sure that you can bind multiple toggles to a...
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...
next