Tagging the 1.4a2 release.
[jquery.git] / test /
2009-12-19 jeresigMove the test results list above the test HTML to avoid...
2009-12-19 jeresigTemporarily disabling test for bug #4299.
2009-12-18 jeresigFixed the spacing from the last commit.
2009-12-18 jeresigDisabled the passthrough .attr(method_name) functionali...
2009-12-18 Robert KaticMade isPlainObject() supporting null, undefined, and...
2009-12-18 jeresigRenamed the 'fx' module to 'effects'. Should've been...
2009-12-17 Dave MethvinAdd new html5 input types to list of serializable types...
2009-12-17 Ben AlmanFurther modified jQuery 1.4 .param() method to serializ...
2009-12-17 Karl Swedbergadded a couple missing semicolons and fixed a typo...
2009-12-17 jeresigFollow-up to 100ed686426b8b404b094b8c8086aefce715f91a...
2009-12-17 jeresigReworked some more of the selector tests as well to...
2009-12-17 jeresigAdded some more tests around the name tests to catch...
2009-12-16 jeresigMake sure that some height/width is set for the nothidd...
2009-12-14 Batiste BielerEnforce that hasClass and removeClass work even with...
2009-12-11 John ResigMake sure that dynamically-created elements don't have...
2009-12-10 John ResigRemoved .attr(removeClass) and .attr(each) tests as...
2009-12-10 John ResigMoved some methods around inbetween core.js and travers...
2009-12-10 John ResigMake sure that the correct args are passed in to the...
2009-12-10 John ResigMake sure that calling .width(num) or .height(num)...
2009-12-10 John ResigRewrote .merge() (faster and less obtuse now). Fixed...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 Yehuda KatzAdd function values to addClass, removeClass, toggleCla...
2009-12-10 John ResigMade sure that css('width') and height returned string...
2009-12-10 John ResigSwitched jQuery() to represent jQuery([]) instead of...
2009-12-09 John ResigFixed problems with removing live events. Fixes #4894.
2009-12-09 John ResigMade .clone(true) also copy over element data. Fixes...
2009-12-09 John ResigAdded support for .data(Object), overwriting the existi...
2009-12-09 Yehuda KatzLanding in jQuery.contains, jQuery.fn.contains, and...
2009-12-09 David PetersenHandle changing form attributes correctly when there...
2009-12-08 John ResigMake sure that events are cloned for wrap, fixes #2977.
2009-12-07 John ResigCheck Sizzle or jQuery.
2009-12-07 John ResigOnly run the visibility selectors if the filter exists.
2009-12-07 James PadolseyAdded support for per-property easing
2009-12-07 John ResigAdded in support for injecting area elements into map...
2009-12-07 John ResigAdded in support for $.ajax jsonpCallback (allowing...
2009-12-06 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-06 John ResigSplit the queue code out from data.js into a dedicated...
2009-12-06 John ResigRenamed isObjectLiteral to isPlainObject (makes more...
2009-12-06 Dave MethvinFix for #4011, crash when two text nodes are appended...
2009-12-06 jeresigMake sure that animated show resets the display correct...
2009-12-05 jeresigMake sure that the previous element is removed from...
2009-12-05 jeresigMade sure that css() in IE handles negative non-px...
2009-12-05 John ResigMake sure that width or height don't animate to a negat...
2009-12-05 Yehuda KatzAdded a test for bug 1095 for animations (animations...
2009-12-04 Ben AlmanLanding Ben Alman's patch to add nextUntil, prevUntil...
2009-12-04 jeresigAdded in the .delay() method for delaying the execution...
2009-12-04 Justin MeyerAdding in support for bubbling submit and change events...
2009-12-03 jeresigTweaked a CSS test to handle differences in font-size...
2009-12-03 jeresigRemoved broken hidden/visible test.
2009-12-03 jeresigRe-arranged many of the selector tests, breaking them...
2009-12-03 jeresigJust restore window.JSON in the getJSON test, don't...
2009-12-03 jeresigAdded in the new .closest(Array) method, will be used...
2009-12-02 jeresigRemoved debug statements from manipulation tests, was...
2009-12-02 jeresigAdded some isObjectLiteral tests.
2009-12-01 Yehuda KatzAdding a test that a new option can be selected with...
2009-12-01 Yehuda KatzFix css("opacity") to not clobber other filters in...
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...
next