]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2012-07-30 Timmy WillisonQuote reserved keyword 'throws' to satisfy yui compress...
2012-07-27 Timmy WillisonFix a regression where has with multiple contexts was...
2012-07-27 Timmy WillisonSizzle: fix a small bug with combinator cache. Fixes...
2012-07-27 Timmy WillisonSizzle: adjust pseudos regex. Fixes #12153.
2012-07-27 Dave MethvinUpdating the source version to 1.8pre
2012-07-27 Dave MethvinTagging the 1.8rc1 release. 1.8rc1
2012-07-26 Dave MethvinPer @gibson042, don't need .documentElement since Sizzl...
2012-07-26 Corey FrangAdding a check for double progress call in effects...
2012-07-26 Daniel ChatfieldFix #12127, fer real. IE9/10 check state on clone....
2012-07-26 Dave MethvinPull in unit tests from gh-877, thanks @orkel!
2012-07-26 Dave MethvinUnbreak isHidden args, they're needed by the .filter...
2012-07-26 Dave MethvinGive .stop() queue animations more leeway for Stutterin...
2012-07-26 Dave MethvinFix #12148. Let .toggle() call the public .hide() for...
2012-07-25 OlegMoves isHidden to src/css.js and re-introduces its...
2012-07-25 Corey FrangOops, didn't mean to revert sizzle last time
2012-07-25 Corey FrangThis should repair the unit
2012-07-25 Corey FrangTrying to repair a unit
2012-07-25 Timmy WillisonRemove unnecessary else
2012-07-25 Timmy WillisonFail silently if closest is somehow called on a documen...
2012-07-25 Dave MethvinRemove IE8 testswarm hacks for offset.
2012-07-25 Timmy WillisonSizzle: fixes issue with :empty pseudo and comment...
2012-07-25 Dave MethvinRevert "Fix #12127. IE9/10 checks fall off the box...
2012-07-25 Dave MethvinLoosen the ajax statusText check so Safari AND Chrome...
2012-07-25 Timmy WillisonUpdate Sizzle: minor consolidation
2012-07-25 Timmy WillisonUpdate Sizzle: attribute values regex tweak
2012-07-25 Dave MethvinFix #7579. Don't convert to number if it changes the...
2012-07-25 Mike SherovFollowup #12018, fix a test fail converting to pixels...
2012-07-25 Daniel ChatfieldFix #12127. IE9/10 checks fall off the box on clone...
2012-07-25 Dave MethvinInitial commit of AUTHORS.txt file.
2012-07-25 Dave MethvinAdd grunt-git-authors task.
2012-07-24 Elijah ManorFix #12132. IE10 dislikes detached object elements...
2012-07-23 Timmy WillisonUpdate Sizzle
2012-07-23 Timmy WillisonSizzle: fixes test fails in IE6/7
2012-07-23 Timmy WillisonSizzle: fix issue with adjusting the context on relativ...
2012-07-23 Timmy WillisonUpdate Sizzle
2012-07-23 Richard GibsonSupport event delegation with relative selectors. Fixes...
2012-07-23 Timmy WillisonUpdate Sizzle: Minor edits and fixes #10762.
2012-07-23 Richard GibsonClean up regexen; use common regex for numbers. Close...
2012-07-23 Corey FrangFix #9217. oldIE error when changing detached elements...
2012-07-23 Mike SherovFix #12088, Safari 5 and more percentages in getCompute...
2012-07-23 Richard GibsonReally support subproject tests in testswarm, closes...
2012-07-20 Corey FrangFix the logic to set overflow:hidden on width & height...
2012-07-20 Dave MethvinLet subproject tests use their own test fixture. Closes...
2012-07-18 Dave MethvinUpdate Sizzle to fix #12082, #12087.
2012-07-13 Corey FrangPush serialize module to swarm /cc @jaubourg
2012-07-13 jaubourgExtracts the serialization code from the ajax module...
2012-07-12 Dave MethvinRevert "Fix #11397. Shush Firefox warning by re-breakin...
2012-07-12 Dave MethvinFix #11397. Shush Firefox warning by re-breaking #6932...
2012-07-12 Dave MethvinImage location is relative to css file, not html file.
2012-07-12 Dave MethvinUpdate to QUnit 1.9.0
2012-07-12 Richard GibsonFollowup on #10791: "[class~=foo]" is better. Closes...
2012-07-12 Dave MethvinUpdate Sizzle to fix oldIE erroneous getAttribute invok...
2012-07-12 Dave MethvinFix #11547. toLowerCase not work good on XML attributes.
2012-07-11 Dave MethvinUpdate Sizzle; Closes #12054, #12057.
2012-07-11 Richard GibsonWontfix #10791: please use "[class=foo]" with SVG elements
2012-07-11 Corey Franggrunt custom saves minified version automattically...
2012-07-11 Chris FaulknerFixes a variety of typographical problems. Closes gh-853
2012-07-11 Mathias BynensREADME: Adds missing commands to setup instructions...
2012-07-11 Mathias BynensREADME: Add to the full list of optional modules....
2012-07-11 Dave MethvinRemove a few stray spaces in unit tests.
2012-07-10 Dave MethvinUpdating the source version to 1.8pre
2012-07-10 Dave MethvinTagging the 1.8b2 release. 1.8b2
2012-07-10 Dave MethvinYou can't hurry tests, no, you just have to wait.
2012-07-10 Timmy WillisonAdjust jshint options to pass with closure 'sub' changes
2012-07-10 Timmy WillisonSizzle: necessary changes for Advanced Closure compiler...
2012-07-10 Uri GiladFix #10517. before() and after() on disconnected node...
2012-07-10 Timmy WillisonSizzle: fix failing test in IE: malformed HTML
2012-07-10 Timmy WillisonUpdate Sizzle: fixes an issue with an escape character...
2012-07-10 Uri GiladFix #11962. Standardize getter return values for empty...
2012-07-10 Richard GibsonFix #11971 unit test in browsers lacking backgroundPosi...
2012-07-10 Timmy WillisonUpdate Sizzle: compress/edge case pull from gibson...
2012-07-10 Mike SherovFollow the style guide, lose 72 bytes! Closes gh-840.
2012-07-09 Timmy WillisonUpdate Sizzle: fixes author of a previous commit
2012-07-09 Rick WaldronFixes indentation in grunt.js
2012-07-09 Rick WaldronUpdate grunt:selector task to handle new Sizzle EXPOSE...
2012-07-09 Timmy WillisonUpdate Sizzle: added EXPOSE comment
2012-07-09 Timmy WillisonSizzle added standalone AMD support
2012-07-07 David BenjaminFix #11249. Inline styles anger Content Security Policy.
2012-07-07 Timmy WillisonSizzle: adds a test for a previously problematic selector
2012-07-07 Timmy WillisonUpdate Sizzle: adds createPseudo method on Sizzle.selec...
2012-07-06 Timmy WillisonUpdate Sizzle: fixes UI tests
2012-07-06 Timmy WillisonSizzle: minor change
2012-07-06 Timmy WillisonUpdate Sizzle: improved dir caching
2012-07-06 Mike SherovFix #12018, readyState "interactive" in oldIE lies...
2012-07-06 Nowres RafidFix #8482, offsetParent should not return null. Closes...
2012-07-06 OlegOptimization of array operations, closes gh-844.
2012-07-06 Richard GibsonDRY out removeData/cleanData, closes gh-838.
2012-07-06 Mike SherovStop using reserved words as argument names, closes...
2012-07-06 Richard GibsonFix #11971: force numeric animation start to be numeric...
2012-07-05 Dave MethvinRemove more attrFn vestiges from events.
2012-07-05 Dave MethvinFix #12026. Let props in $(html, props) be any jQuery...
2012-07-05 timmywilSizzle: removes qunit and adds .gitignore
2012-07-05 timmywilUpdate Sizzle: adjusted POS handling; attribute names...
2012-07-05 Chad KillingsworthMake unit tests friendly to Closure Compiler. Closes...
2012-07-05 timmywilUpdate Sizzle: pseudo-classes should be case-insensitive
2012-07-04 timmywilSizzle docs and README updates
2012-07-04 Richard GibsonUpdate Sizzle: better compression
2012-07-04 Dave MethvinUpdate copyright to jQuery Foundation.
2012-07-04 Dave MethvinEver notice that static and problematic rhyme?
2012-07-04 Dave MethvinAvoid running problematic static offset tests in IE8...
next