]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2012-12-23 OlegSave 43 bytes
2012-12-23 OlegUse common loop iteration idiom
2012-12-23 OlegRemove fix for #9587
2012-12-23 OlegUse correct comments
2012-12-23 OlegSimplify check for empty set in jQuery#domManip
2012-12-23 OlegUse tabs instead of spaces
2012-12-23 OlegCode style changes
2012-12-23 OlegSave one byte
2012-12-23 OlegTake care of comments
2012-12-23 OlegAdd additional test
2012-12-23 OlegRemove needless expression
2012-12-23 OlegRevert changes in support module
2012-12-23 OlegUse GET method in jQuery#domManip
2012-12-23 OlegAdd additional test
2012-12-23 OlegRemove couple of spaces
2012-12-23 OlegMore simplifications fore jQuery#html
2012-12-23 OlegSpeed up iteration in jQuery#domManip if it called...
2012-12-23 OlegSimplify execution of script element if it processed...
2012-12-23 OlegUse jQuery.merge only if it really necessary
2012-12-23 OlegSimplify jQuery.expando
2012-12-23 OlegSimplify wrapMap
2012-12-23 OlegMove all helpers to the end of the module
2012-12-23 OlegRemove fixDefaultChecked helper
2012-12-23 OlegSimplify getAll helper
2012-12-23 OlegSimplify fixCloneNodeIssues helper
2012-12-23 OlegRemove memory fix
2012-12-23 OlegChange "isFunc" variable to "isFunction"
2012-12-23 OlegCode style changes
2012-12-23 OlegSimplify jQuery#wrap
2012-12-23 OlegCode style changes
2012-12-23 OlegRemove unused variables
2012-12-23 OlegRemove removal of container children through removeChil...
2012-12-23 OlegRemove tbody check
2012-12-23 OlegRemove leading white space check
2012-12-23 OlegRemove createSafeFragment helper
2012-12-23 Dave MethvinFollowup to gh-1089. Avoid duplicate typeof check.
2012-12-23 Sebi BurkhardFix #13075. Optimize $.type by preferring `typeof`...
2012-12-23 Sebi BurkhardFix #13076. Speed up $() with strings, part of gh-1089.
2012-12-23 Dave MethvinPut .min.js file at the end so compare_size will work.
2012-12-22 Dave MethvinKnow when to hold em, know when to fold em.
2012-12-22 Dave MethvinPut the map in the dist directory.
2012-12-22 Dave MethvinPost-process map file so it has the right path.
2012-12-21 Richard GibsonUpdate Sizzle
2012-12-21 Richard GibsonFix 00bbbe20 test failures
2012-12-21 OlegDo not perform support check for old Opera. Close gh...
2012-12-21 OlegFix #12569. Improve feature detect for event bubbling...
2012-12-21 Richard GibsonFix #13070: better unescaping logic in Sizzle
2012-12-21 OlegFix #13094. Pass index to .before(fn) fn as documented...
2012-12-20 Mike SherovBetter dependency versions for grunt packages, thanks...
2012-12-20 Mike SherovMake sure Jenkins can grunt jQuery right from npm install
2012-12-20 Mike SherovAdd comment about where to locate grunt TODO's
2012-12-19 Mike SherovUpdate to Grunt 0.4, and Uglify2 with Source Maps! 1092/head
2012-12-19 Dave MethvinDo not assume new versions are back compatible.
2012-12-18 Dave MethvinRemove .live() tests now in Migrate plugin.
2012-12-18 Dave MethvinFix #13078. Remove .live() and .die(). Great rejoicing.
2012-12-18 Timmy WillisonSizzle: :lang updates for handling backslashes, xml...
2012-12-17 Timmy WillisonSizzle: QA for :lang from gibson
2012-12-17 Timmy WillisonSizzle: add support for :lang selector
2012-12-17 Dave MethvinUpdating the source version to 1.9.0pre
2012-12-17 Dave MethvinTagging the 1.9.0b1 release. 1.9.0b1
2012-12-16 Dave MethvinUse the right repo.
2012-12-16 Dave MethvinUpdate the build script so it runs on Windows.
2012-12-16 Dave MethvinUpdate version in release notes builder.
2012-12-16 Richard GibsonFix #13064: better test fixture cleanup. Close gh-1075.
2012-12-16 Richard Gibsonlet .attr(checked|selected, true) update the property
2012-12-16 Richard GibsonResolve a763ae72 test failures
2012-12-16 Richard GibsonFix #11115: Normalize boolean attributes/properties...
2012-12-15 Timmy WillisonSizzle: size optimization
2012-12-15 Timmy WillisonSizzle: initialize with default document on load to...
2012-12-15 Timmy WillisonSizzle: assume window.document in Sizzle.matches; massi...
2012-12-15 Timmy WillisonUpdate Sizzle
2012-12-15 Timmy WillisonUpdate Sizzle: avoid calling setDocument when possible
2012-12-15 Richard GibsonUpdate Sizzle
2012-12-15 Timmy WillisonUpdate Sizzle: IE6-8 traversing test fix
2012-12-15 Timmy WillisonSizzle: fix test failures related to Sizzle.contains
2012-12-14 Timmy WillisonSizzle: :target and :root selector support. adds Sizzle...
2012-12-14 Richard GibsonFix #12600: don't use value property in place of value...
2012-12-13 Timmy WillisonAdjust html parsing in event tests to use jQuery.parseH...
2012-12-13 timmywilAdjust jQuery('html') detection to only match when...
2012-12-13 Richard Gibsoncompress -16 min+gzip
2012-12-13 OlegRef #8908, gh-886. Avoid clone identity crisis in IE9...
2012-12-13 Richard GibsonFix #13044: execute all QUnit modules in TestSwarm...
2012-12-13 Scott GonzálezCSS: Save some bytes. Close gh-1071.
2012-12-13 OlegFix #9646. Cloned nodes shouldn't affect original in...
2012-12-13 Dave MethvinFix #11230. .appendTo and pals should always stack.
2012-12-12 Dave MethvinMissed a var declaration in aad235b3251494afe71fd5bb603...
2012-12-12 Paul RamosFix #4087. insertAfter, insertBefore, etc do not work...
2012-12-12 Dave MethvinFix #13011. Let 'type' attribute be set if the browser...
2012-12-12 Richard Gibsoncopy defaultSelected in cloneFixAttributes
2012-12-12 Bennett SorboFix #12990. Don't add 'px' to column-count. Close gh...
2012-12-12 OlegFix #12956. Improve cloneFixAttributes for IE9/10 case...
2012-12-11 Richard GibsonFix IE failures from 55313d32
2012-12-11 Mike SherovFixes #11938: Adding array getter method to jQuery...
2012-12-11 Mike SherovPass style declarations around for performance improvem...
2012-12-11 Richard GibsonUpdate Sizzle
2012-12-11 Timo TijhofTest: Update index.html to new QUnit format. Close...
2012-12-11 OlegFix #10417. setTimeout w/o 2nd arg is jQuery.later...
2012-12-11 Timo TijhofTest: Remove fixtures from QUnit.done hook. Close gh...
2012-12-11 Rick WaldronBe specific about Firefox nodes-as-nodelist. Never...
2012-12-10 Rick WaldronFixes #13021. Normalization of core utility array like...
next