]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2012-10-21 Dave MethvinRemove deprecated $.uuid and dunseled $.deletedIds.
2012-10-21 Marcel GreterFix #12107. Let .proxy() curry args without overwriting...
2012-10-21 Oleg GaidarenkoAlternate fix for #11426; check responseText. Close...
2012-10-21 Rick WaldronDon't expose jQuery.deletedIds. Close gh-889.
2012-10-20 Sai WongFix #12048. Set attributes for XML fragments. Close...
2012-10-20 Jonathan SampsonFix attribute names in aliased form property test....
2012-10-20 Merrifield... Fixes #12518, removes an offsetWidth on focus/blur...
2012-10-20 Mike Sherovadding awesome new contributors to AUTHORS.txt
2012-10-20 Sai WongFix #12610, remove unneeded window.event. Close gh...
2012-10-20 Richard GibsonFix #4262: faster .eq(), closes gh-1000.
2012-10-20 Dave MethvinCombine parseJSON tests and fix style.
2012-10-19 Dave MethvinFollowup for #12751, only test on browsers with JSON...
2012-10-19 Allen J Schmidt JrFix #12739. Keep namespace when triggering with an...
2012-10-19 Julian AubourgMerge pull request #998 from jquery/strict
2012-10-19 jaubourg@mikesherov says `strict` is redundant when `node`... 998/head
2012-10-18 jaubourgadds strict rule to jshint options (except for test...
2012-10-17 James HustonFix #12751. Ensure parseJson throws in the same situati...
2012-10-17 Richard Gibsonno ticket: fix jQuery suite failure on Android
2012-10-17 Merrifield... Fixes #12569. Improve Feature Detect For oldIE bubbling...
2012-10-17 Mike Sherovfix failing offset tests
2012-10-17 Rick WaldronUpdate grunt-compare-size to 0.2.0
2012-10-17 Merrifield... Fixes #12749, correctly detect position() for position...
2012-10-17 Roland EcklFixes #12752: Added OS-switch for grunt task "custom...
2012-10-17 Mike Sherovno ticket: remove and enforce unused vars in jshint
2012-10-17 Rick WaldronDon't be so picky about path separators
2012-10-17 Timmy WillisonUpdate Sizzle: fixes failing tests in traversing (FF...
2012-10-16 Erick Ruiz... Style nit in test/unit/callbacks.js. Closes gh-992
2012-10-16 Tom FuertesUpdate README.md - grunt *update_*submodules
2012-10-16 Sai WongRefactored before/after/replaceWith to not pushStack...
2012-10-16 Timmy WillisonUpdate package.json for update submodules
2012-10-16 Erick Ruiz... Enforce style in test/unit/callbacks.js. https://github...
2012-10-16 Timmy WillisonSizzzzzzllllleeeee
2012-10-16 jaubourgUses an additive approach to generating anti-cache...
2012-10-16 Timmy WillisonUpdate Sizzle: <3 reverts
2012-10-16 Dave MethvinMerge branch 'master' of github.com:jquery/jquery
2012-10-16 Daniel GalvezFix #11280. IE6-8 need name attribute to parse param...
2012-10-16 Rick WaldronFixes busted indents. Sorry folks
2012-10-16 Richard Gibsonupdate sizzle for test failures
2012-10-16 Rick WaldronReplace unknown, mysterious html arg to replaceWith...
2012-10-16 Greg LavalleeFixes #12736. Move hover event hack to deprecated.js...
2012-10-16 Rick WaldronConvert all jQuery.removeData(foo, bar, true) calls...
2012-10-16 Timmy WillisonSizzle was accidentally reverted
2012-10-16 Mike PetrovichFixes #11635, Explicit overflow:auto is overridden...
2012-10-16 Erick Ruiz... Enforce style guide in test/unit/attributes.js. Closes...
2012-10-16 IshCode cleanup in grunt.js. Closes gh-984
2012-10-16 Timmy WillisonUpdate Sizzle: allows disconnected sorting. Change...
2012-10-16 Ben TruymanHandle a falsy URL in the settings object for jQuery...
2012-10-16 Mike SherovClean up jshintrc configs. Close gh-983.
2012-10-16 carldanleyCreate private methods for processing data/removeData...
2012-10-16 IshRemove unused child_process init and assignment from...
2012-10-16 MORGANReturn correct index for no-arg index() calls. Fixes...
2012-10-16 Mike Sherovenforce double quotes via JSHint. Closes gh-975
2012-10-16 jaubourgput "use strict" where it belongs so that this works...
2012-10-16 jaubourgfixes problematic JSONP test (gotta learn to count)
2012-10-16 Dave MethvinRemove use strict from grunt
2012-10-16 Akintayo AkinwunmiMoved attrFN to deprecated. Close gh-977.
2012-10-16 jaubourgMerge branch 'master' of github.com:jquery/jquery
2012-10-16 jaubourgbetter, more maintainable version of the prefilters...
2012-10-16 jaubourgcomments out some problematic JSONP test until we figur...
2012-10-16 Erick Ruiz... Fixing style for deferred.js unit tests. Close gh-973.
2012-10-16 jaubourglatest jshint requires "use strict"; declaration when...
2012-10-16 Mike Sherovfix effects tests failure
2012-10-15 Rick WaldronLatest JSHint gets cranky with the _ vars in catch...
2012-10-15 Rick WaldronFix style nit: indent inside if statement
2012-10-15 David BonnerDeprecate fn toggle Closes gh-970 https://github.com...
2012-10-15 Rick WaldronBreakout JSONP domain-related tests
2012-10-15 Timmy WillisonMove deprecated.js to the bottom of the build to ensure...
2012-10-15 Timmy WillisonUpdate Sizzle: focus test was failing if browser window...
2012-10-15 Rick WaldronDon't try to be dynamic, just get the damn job done...
2012-10-15 Rick WaldronSplit failing cross domain tests into two separate...
2012-10-15 Erick RuizFixing style for test unit ajax.js. https://github...
2012-10-15 Rick WaldronAdds missing expect() call in test/unit/support.js...
2012-10-15 Rick WaldronAdds missing expect() call, fixes failing IE tests
2012-10-15 James HustonEnforce expects in ajax.js (https://github.com/jquery...
2012-10-15 Rick WaldronRemove duplicate expect. Add QUnit.config.requireExpect...
2012-10-15 James HustonEnforce expects in manipulation.js (https://github...
2012-10-15 James HustonEnforce expects in events.js (https://github.com/jquery...
2012-10-15 James HustonEnforce expects in events.js (https://github.com/jquery...
2012-10-15 James HustonEnforce expects in effects.js (https://github.com/jquer...
2012-10-15 James HustonEnforce expects in css.js (https://github.com/jquery...
2012-10-15 Ben TruymanFormat @DATE to ISO 8601 format. Fixes #12725, Closes...
2012-10-15 jaubourgFixes update submodule task for windows (uses an npm...
2012-10-15 Timmy WillisonSizzle: Fix :focus selector with elements that have...
2012-10-15 Mike SherovRemove the Makefile and replace the submodule update...
2012-10-14 Timmy WillisonUpdate Sizzle: Fixes #12606, #12671, #12672.
2012-10-11 Dave MethvinUse the correct escape for BOM; add build code to detec...
2012-10-11 Dave MethvinUse Uglify's ascii_only to avoid converting UTF-8 escapes.
2012-10-10 Dave MethvinFix #12690. Avoid use of UTF-8 chars in final files.
2012-10-10 Dave MethvinSkip jQuery.sub() test since IE6 can't handle it.
2012-10-10 Dave MethvinBreak big-html check into its own test for IE6.
2012-10-10 Timo TijhofTest: Clean up and fix misc issues
2012-10-06 jaubourgDo not iterate over functions. Fixes #12665. Unit tests...
2012-10-06 Richard Gibsonfix failure from bad markup leaving an element behind...
2012-10-05 Dave MethvinUpdate AUTHORS.txt based on CLA responses.
2012-10-04 Rick Waldronbody default display is always block. @mikesherov was...
2012-10-04 Timmy WillisonSizzle: throw an invalid selector exception for trailin...
2012-10-04 Richard GibsonFix #12583: Don't ignore disabled property of select...
2012-10-04 Richard GibsonFix #12637: restore 1.8.1 ajax crossDomain logic. Close...
2012-10-01 Dave MethvinRevert "Chrome fails in ajax.js tests because TestSwarm...
2012-10-01 Dave MethvinSince .getAttribute() returns strings, we should check...
next