]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2012-04-16 Rick Waldron... More indent correction 738/head
2012-04-16 Rick Waldron... Fixes mangled indents.
2012-04-15 Yehuda KatzUpdate sizzle rev
2012-04-15 Yehuda KatzFix some stragglers
2012-04-15 Yehuda KatzRemove Ajax requirement for simple XML tests
2012-04-11 Rick WaldronAmends #10324. Remove object markup fixture; create...
2012-04-11 Dave MethvinFollowup on #10324. Eliminate duplicate name attribute.
2012-04-11 Rick WaldronFix #11500. Allow triggered, simulated change events.
2012-04-11 Rick WaldronFix #10324. IE9 fumbles the innerHTML on object elements.
2012-04-10 Arne de BreeFix 11547. XML and IE DOM can't be force-lowercase...
2012-04-10 Mike SherovFix 11004. getWH() box-sizing:border-box includes paddi...
2012-04-06 Mike SherovFix #10413, #10679. Fix box-sizing:border-box and add...
2012-04-06 Mike SherovFix #10996, simplify offset code by forsaking ancient...
2012-04-06 Mike SherovSpeed up .css() by eliminating the middleman.
2012-04-06 Richard GibsonFix #11543: .has should work on detached elements.
2012-04-05 OlegFixes #11338, .replaceWith should work on detached...
2012-04-05 cmcnultyFix 11528. Exclude link/html5 tags from innerHTML path...
2012-04-05 tsinhaFix #8653, .param() undefined/null values become empty...
2012-04-05 Sindre SorhusFollowup to #11469; add test case and clarify code.
2012-04-05 Sindre SorhusRemove moot second argument from `slice.call()`
2012-04-05 Richard GibsonFix #11325: smaller/stronger domManip/buildFragment...
2012-04-05 J BruniUpdating year to 2012.
2012-04-05 OskariUse multiply rather than divide for speed.
2012-04-05 Robert KaticFix #11439. Remove use of undefined jQuery.support...
2012-04-05 Andy MonatFix #11435. Remove obsolete test code.
2012-04-05 OlegFix #8545. Plug event handling memory leak in oldIE.
2012-04-03 jaubourgMerge branch '1.8/#11011/Callbacks' into 1.8pre
2012-04-03 jaubourgMerge branch '1.8/#11010/Deferred' into 1.8pre
2012-04-02 jaubourgFor much improved consistency, jqXHR.abort() sets a...
2012-04-01 jaubourg$.ajax now always returns an object implementing the...
2012-04-01 jaubourgMakes Deferred implementation truly Promise/A compliant...
2012-04-01 jaubourgAllows traditional options object for $.Callbacks flags...
2012-03-30 timmywilUpdate Sizzle and add test for sizzle getText fix....
2012-03-23 Rick Waldron... Ensure innerHTML of src/dest clone nodes is correctly... 713/head
2012-03-23 Rick Waldron... Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc34...
2012-03-21 Dave MethvinUpdating the source version to 1.7.3pre
2012-03-21 Dave MethvinTagging the 1.7.2 release.
2012-03-21 louisremiFix #11469. Exclude margins from the negative property...
2012-03-09 Dave MethvinUpdate release notes version.
2012-03-09 Dave MethvinUpdating the source version to 1.7.2pre
2012-03-09 Dave MethvinTagging the 1.7.2rc1 release. 1.7.2rc1
2012-03-07 Dave MethvinRevert "No more php/js logic duplication..." on a hunch.
2012-03-07 jaubourgMakes sure start is always called with default context...
2012-03-07 jaubourgPrevents firefox from hanging on the test (could it...
2012-03-07 jaubourgMakes parseXML act like parseJSON when given an empty...
2012-03-07 jaubourgFixes #4624... 3 years later, people!
2012-03-07 jaubourgFixes #11264 or rather seriously limits the risk of...
2012-03-07 jaubourgFixes #11426: getting the responseText of an xhr should...
2012-03-07 jaubourgNot testing his code properly makes Julian a silly...
2012-03-07 jaubourgNo more php/js logic duplication. Ensures modules are...
2012-03-07 Dave MethvinFix #11049. Let bubbling submit be cancellable in oldIE.
2012-03-06 Rick Waldron... Guard against exceptions when clearing safeChildNodes.
2012-03-06 Dave MethvinAdd more delay to the "halfway" tests for non-focused...
2012-03-05 timmywilDo not set boolean attributes to empty string on remova...
2012-03-03 Dave MethvinFix frequent Firefox failures -- force longer timeouts.
2012-03-03 Mike SherovFollowup for #7986 to fix a botched merge.
2012-03-02 Sindre SorhusFix #11217. WebKit clone() loses check if name follows...
2012-03-02 Mathias BynensFix #11316. Find valHooks first by element type, then...
2012-03-02 Rick Waldron... Fix #11323. Consistently use rscriptType in jQuery...
2012-03-02 Rick WaldronFix #11356. Avoid hoarding elements in DocumentFragments.
2012-03-02 Mike SherovFix #3838, $(document).height() incorrect in IE6
2012-03-02 Mike SherovFixes #10828, .attr("coords") returns undefined in IE7
2012-03-02 Dave MethvinFix #11415: Stop non-negative prop undershoot on animation.
2012-02-24 Mike SherovFix #7986. $.support.boxModel shan't be fooled by page...
2012-02-24 Vladislav ZarakovskyFix #11337. Properly calculate $.support.reliableMargin...
2012-02-24 Dave MethvinFirefox stalls without longer delays.
2012-02-24 Richard GibsonFix #11359: preserve contents for cloned scripts
2012-02-24 Mike Sherovfixes #10693, generalizes the "test something in an...
2012-02-24 Richard GibsonFix #11370: .siblings() shouldn't throw exception on...
2012-02-17 Mike Sherovfixes #10901, PHP required for unit tests, but still...
2012-02-14 Richard GibsonFix #10967: jQuery.fn.promise returns provided object
2012-02-14 Dave MethvinMerge pull request #679 from rwldrn/fix-ws
2012-02-10 Rick Waldron... Fix whitespace mismatch introduced in bf7a4df22a 679/head
2012-02-10 Scott GonzálezEasing: Only use the state to calculate the value....
2012-02-10 Arne de BreeFix #11291. Always clone XML docs with a genuine .clone...
2012-02-10 Sindre SorhusFix #11309. Recognize hexadecimal in data attributes.
2012-02-01 Dave MethvinUpdating the source version to 1.7.2pre
2012-02-01 Dave MethvinTagging the 1.7.2b1 release. 1.7.2b1
2012-01-31 timmywilUpdate README.md
2012-01-31 Dave MethvinMerge pull request #663 from presbrey/patch-1
2012-01-31 Rick WaldronFix #11257. Correct path to source files.
2012-01-31 jaubourgFixes #10952 by introducing a real fired flag in the...
2012-01-31 jaubourgAdds unit test to exhibit #10952
2012-01-28 Mike Sherovtoo many undefs.
2012-01-28 Dave MethvinFix #10878. Clear oldIE special change/submit flags...
2012-01-28 Dave MethvinFix #11076. If .clone() won't delegate, we must remediate.
2012-01-22 presbreyfix prefilter comment typo 663/head
2012-01-20 Rick WaldronAdds test to support Sizzle getText patch for document...
2012-01-20 timmywilUpdate qunit and sizzle
2012-01-20 timmywilAdd unit tests for animation toggling from hide positio...
2012-01-20 timmywilWhen stopping a show, save showing end state instead...
2012-01-20 Mike SherovAdd undef:true to JSHint now that it understands hoisting
2012-01-20 Dave MethvinFix #8165: Ignore events bubbling through disabled...
2012-01-18 Mike Sherovfixes #11048: make sure support tests don't modify...
2012-01-13 Rick WaldronFix #11130: Don't neglect the data arg when event-map...
2012-01-13 Rick WaldronFix #10978: Let jQuery.param() accept non-native constr...
2012-01-13 Richard GibsonFix #10931: Make unit tests work without web access.
2012-01-13 OlegFix #10006: Allow .show() to work on detached elements.
2012-01-12 Rick WaldronAdds 'bdi' and 'data' to shim list and test runner...
2012-01-12 cmc3cnFix #11119: The curCSS function needs only 2 arguments
next