]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2012-12-26 Rick Waldron2.0: Reduce isPlainObject
2012-12-26 Rick Waldron2.0: Remove isArray shim
2012-12-26 Rick Waldron2.0: Remove now shim
2012-12-26 Rick Waldron2.0: Remove inArray shim
2012-12-26 Rick Waldron2.0: Remove JSON.parse shim
2012-12-26 Rick Waldron2.0: Remove trim shim
2012-12-26 Rick Waldron2.0: Removes attachEvent paths for jQuery.ready()
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...
2012-12-10 Rick WaldronRefactor defaultDisplay's node creation and display...
2012-12-09 Dave MethvinRef #13019 and gh-1062. Use parentNode check instead...
2012-12-09 Dave MethvinFix #13019. Disconnected nodes with .replaceWith are...
2012-12-08 Richard GibsonFix #12904: Firefox defaultDisplay with body/iframe...
2012-12-07 jaubourgDeferred: .resolve(), .reject() and .notify() now set...
2012-12-07 Dave MethvinFix #13013. Move jQuery.buildFragment() to compat plugin.
2012-12-06 Richard GibsonDon't test what ain't there no more
2012-12-06 Timo TijhofMake compatible with jshint, lint test/data. Close...
2012-12-06 Richard Gibsononce more with feeling
2012-12-06 Richard Gibsondon't test SVG on IE6
2012-12-06 Richard GibsonFix #10832 (this time with tests): jQuery.contains...
2012-12-05 jaubourgRevert "Organizes the php scripts used for testing...
2012-12-05 jaubourgRevert "Fixes spacing"
2012-12-05 jaubourgRevert "228ab3d followup 1: fix test failures. Close...
2012-12-05 Richard Gibson228ab3d followup 1: fix test failures. Close gh-1056.
2012-12-05 Dave MethvinRadical idea: Calculate `expect()` value before fn...
2012-12-05 Rod VaggFixes #12449. make replaceWith() clone elements where...
2012-12-05 Paul RamosFix #11989. Remove fragment cache, moving to jquery...
2012-12-05 Paul RamosFix #12756. Restyle manipulation unit tests. Close...
2012-12-04 jaubourgFixes spacing
2012-12-04 jaubourgOrganizes the php scripts used for testing better,...
2012-12-04 Richard GibsonFix #12856: keep PSEUDO regex non-greedy
2012-12-03 Richard GibsonMore improvements per @jaubourg
2012-12-03 Richard GibsonImprovements per @jaubourg
2012-12-03 Richard GibsonNo ticket: improve global variable/ajax request tracking
2012-12-02 Dave MethvinDon't really want to expect any global events here.
2012-12-02 Dave MethvinFollowup to #12989 fix, improve unit test resiliency.
2012-12-02 Dave MethvinFix #12989. Remove ajax "global" event behavior.
next