]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2011-08-05 Rick WaldronSupports interoperable removal of hyphenated/camelCase... 455/head
2011-08-05 Rick WaldronAdds failing tests for #9413
2011-08-04 timmywilAdd test page for crashing IE8 when the testElement...
2011-08-04 timmywilAdd back the background: none setting to avoid any...
2011-08-04 timmywilRemove unnecessary regex
2011-08-04 timmywilNow using getAttributeNode in all attribute cases in...
2011-08-04 timmywilMake the tabIndex hook first a propHook and add it...
2011-08-04 Dave MethvinMerge pull request #367 from gnarf37/index-optimize
2011-08-04 Dave MethvinMerge pull request #416 from gnarf37/ticket_6652
2011-08-04 Dave MethvinMerge pull request #412 from rwldrn/9587
2011-08-04 Dave MethvinMerge pull request #432 from rwldrn/9794
2011-08-04 Dave MethvinMerge pull request #431 from DenisKnauf/master
2011-08-04 Dave MethvinMerge pull request #434 from Bubbi/bug_7071
2011-08-04 Dave MethvinMerge pull request #451 from scottjehl/master
2011-08-04 Dave MethvinMerge pull request #419 from rwldrn/9630
2011-08-04 Dave MethvinMerge pull request #417 from rwldrn/9385
2011-08-04 Dave MethvinMerge pull request #443 from rwldrn/minimal-license
2011-08-04 Dave MethvinMerge pull request #444 from rwldrn/9634
2011-08-04 Dave MethvinMerge pull request #447 from rwldrn/9914
2011-08-04 Dave MethvinMerge pull request #448 from rwldrn/9912
2011-08-04 Dave MethvinMerge pull request #449 from rwldrn/9913
2011-08-03 Rick WaldronLanding pull request 453. Typo correction strictEquals...
2011-08-02 scottjehlMake sure body is defined before attempting to use... 451/head
2011-07-26 Rick WaldronRemoves duplicate test block. Fixes #9913 449/head
2011-07-26 Rick WaldronRenames duplicate named test block. Fixes #9912 448/head
2011-07-26 Rick WaldronRemoves empty, duplicate named test block. Fixes #9914 447/head
2011-07-25 Rick WaldronDo plain property check first, fallback to camelCase... 432/head
2011-07-25 Rick WaldronNon-breaking-space should achieve the same effect as... 444/head
2011-07-25 Rick WaldronRemoves date from minimal license 443/head
2011-07-23 Rick WaldronMine and munge date from full source license header
2011-07-23 Rick WaldronBuilds minimal license header block for jquery.min.js
2011-07-23 jaubourgFixes #9255: xml parsing error in $.parseXML is now...
2011-07-23 jaubourgFixes #9854: propagates native statusText onto jqXHR...
2011-07-23 jaubourgMakes sure that status -1 (used when an internal error...
2011-07-23 jaubourgFixes #9887: ajax now supports circular references...
2011-07-15 Steen NielsenMake sure that Internet Explorer 6-8 won't give a ... 434/head
2011-07-14 Corey FrangUnit test for #6652 416/head
2011-07-14 Corey FrangTrying .removeAttribute instead of the regexp to remove...
2011-07-12 KrinkleLanding pull request 433. Fix testswarm test cases...
2011-07-11 Rick WaldronCorrect non-null|undefined evaluation of data property...
2011-07-09 timmywilCheck the attribute node value for false for HTML5...
2011-07-07 Denis Knaufinput type=datetime-local support for ajax. 431/head
2011-07-01 jaubourgFixes #9632. Adds res:// protocol to the list of local...
2011-07-01 jaubourgFixes #9682. Removes data from the options for request...
2011-06-30 jaubourgFixes #9446. Context is properly propagated using pipe...
2011-06-30 jaubourgReplaces typo (status instead of state) as observed...
2011-06-30 John ResigUpdating the source version to 1.6.3pre 104/head
2011-06-30 John ResigTagging the 1.6.2 release.
2011-06-28 timmywilSet timerId to true instead of a number so that interva...
2011-06-23 rwldrnUpdated version numbers; Fixes #9385 417/head
2011-06-22 rwldrnFilter hasClass by nodeType 1; Fixes #9630 419/head
2011-06-21 rwldrnAssert that .contents().hasClass() works as expected...
2011-06-20 gnarfCSS: Remove filter from style when setting opacity...
2011-06-20 rwldrnBegrudgingly adds chrome detection to jQuery.browser...
2011-06-19 timmywilAllow similarly named classes (regression from 9499...
2011-06-17 Mike SherovLanding pull request 413. Move border/padding checks...
2011-06-15 rwldrnjQuery.clone() check that destination child nodes are... 412/head
2011-06-15 gnarfQuick improvement to the performace of .index() with... 367/head
2011-06-14 John ResigRe-updating QUnit, oops.
2011-06-14 John ResigUpdating version in release notes script.
2011-06-14 John ResigUpdating the source version to 1.6.2pre
2011-06-14 John ResigTagging the 1.6.2rc1 release. 1.6.2rc1
2011-06-14 Schalk NeethlingLanding pull request 378. Comment typo in core.js.
2011-06-14 rwldrnLanding pull request 409. Adds fillOpacity to internal...
2011-06-14 Greg HazelLanding pull request 410. Moves jQuery attachment comme...
2011-06-14 rwldrnLanding pull request 397. withinElement rewrite in...
2011-06-13 timmywilAttribute hooks do not need to be attached in XML docs...
2011-06-08 timmywilRevert "Add catch block to try/finally in deferred...
2011-06-08 timmywilCheck classes passed for duplicates. Fixes #9499.
2011-06-08 timmywilAdd catch block to try/finally in deferred. Fixes ...
2011-06-07 timmywilRemove fellback in width/height cssHook
2011-06-07 rwldrnLanding pull request 401. Nulling all elements created...
2011-06-07 timmywilOptimize width/height retrieval (moved logic to getWH...
2011-06-07 Mike SherovAdd margin after checking width. Add tests. Fixes ...
2011-06-07 rwldrnLanding pull request 403. Check for both camelized...
2011-06-07 rwldrnLanding pull request 404. Removes unused hasOwn var...
2011-06-07 timmywilUpdate QUnit.
2011-05-26 timmywilMove the value attrHook to the main attrHooks object...
2011-05-26 timmywilAdd test for appending an xml element to another. Suppl...
2011-05-25 timmywilMove window/document test to dimensions for consistency
2011-05-25 timmywilReturn null for outer/inner width/height calls on windo...
2011-05-25 timmywilelem.getElementsByTagName calls the function in IE6...
2011-05-25 Scott HughesLanding pull request 389. Null elements in clone to...
2011-05-25 rwldrnLanding pull request 383. Relocating jQuery.camelCase...
2011-05-25 timmywildetachEvent is unnecessary since we're nulling div...
2011-05-25 timmywilNull created elements in support to avoid leaks in...
2011-05-25 timmywilAttach background data to divs as well
2011-05-25 timmywilRemove unnecessary background setting in support now...
2011-05-20 Mathias BynensLanding pull request 352. Slightly improved defaultDisp... 385/head
2011-05-20 rwldrnLanding pull request 382. Adds support for number value...
2011-05-18 timmywilUnnecessary var removed.
2011-05-18 timmywilHandle unset value attributes consistently depending...
2011-05-18 timmywilMake the value hook less obtrusive for elements which...
2011-05-18 timmywilSwitched title attribute to getAttributeNode for IE6...
2011-05-16 Rick WaldronLanding pull request 377. Check custom data != null...
2011-05-16 timmywilUse getAttributeNode for ^on attributes in IE6/7 to...
2011-05-14 timmywilRetrieve the class attribute on a form in IE6/7. Fixes...
2011-05-13 timmywilRemoving unnecessary argument type check for boolean...
2011-05-13 timmywilMake sure setting boolean attributes to the same name...
2011-05-13 timmywilUse prop to retrieve boolean properties (so the selecte...
next