]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2013-02-28 Dave MethvinUpdate docs about custom builds, including unSizzled...
2013-02-28 Dave MethvinAdd warnings and ignore the built Sizzle file.
2013-02-28 Richard GibsonFix #13434: native-API selector module
2013-02-27 jaubourgProperly resets firingLength when emptying the list...
2013-02-27 Richard GibsonNo ticket: Squeeze data
2013-02-27 Nguyen Phuc LamRef #13283, move .andSelf() to deprecated.js. Close...
2013-02-27 Richard GibsonFix #13494: Fallback defineProperties to jQuery.extend...
2013-02-26 Scott GonzálezWhitespace.
2013-02-26 Dave MethvinFix #13471. $().on(".xyz"...) should avoid later crash.
2013-02-26 Timo TijhofOptimisation: Use String instead of window.String....
2013-02-25 Richard GibsonNo ticket: move jQuery.expando to core
2013-02-25 Richard GibsonNo ticket: reduce support.js
2013-02-25 Richard GibsonFix #13505: Yet another detached add patch
2013-02-24 Richard GibsonNo ticket: Restore support for Android<4.0
2013-02-23 Richard GibsonFix #13499: selector with leading ID matching only...
2013-02-23 Richard GibsonNo ticket: Revise unit tests in anticipation of Sizzle...
2013-02-22 Richard GibsonNo ticket: Reduce size in anticipation of Sizzle-free...
2013-02-21 Pascal BorreliFixes typos in core.js and css.js. Closes gh-1175
2013-02-21 Karl SieburgUpdated readme to have more info. Closes gh-1177
2013-02-21 Rick WaldronAdds module to jshintrc
2013-02-21 isaacsSupport node-like module loaders. Closes gh-1103
2013-02-18 Richard GibsonNo ticket: Update Sizzle
2013-02-13 Rick WaldronRefactor: Data.prototype.access. Thanks to @RubyLouvre...
2013-02-14 Richard GibsonFix #13265 #13332: traversing methods with text nodes...
2013-02-11 Rick WaldronOptimized Data rewrite
2013-02-08 Mark RaddatzFix #13401: replaceWith(""). Close gh-1163.
2013-02-08 Richard GibsonFix 363299ac failures: protect Safari 5.1 from CSP
2013-02-07 Richard GibsonFix 363299ac failures
2013-02-07 Richard GibsonRef #13316: Sync all documents on full vs. minified...
2013-02-04 OlegFix #13310. Get the right display value for disconnecte...
2013-02-04 Dave MethvinFix version; we are not at 2.0.0 yet!
2013-02-04 Richard GibsonRef fd43865c: restore correct logic
2013-02-03 Rick WaldronMatch the codebase standard, .split(" ") => .match...
2013-02-03 Rick WaldronStandardize on a.indexOf(b) === -1, per @gibson042...
2013-02-03 Rick WaldronAvoid potential for breakage if test suite is run in...
2013-02-03 Rick WaldronReduce hasData per @gibson042 review notes.
2013-02-03 Rick WaldronReduce Data.prototype.add by using the returned length...
2013-02-03 Rick Waldron2.0: Rewrite data.js (Incl. event, manipulation, tests)
2013-02-03 Rick WaldronAdds test for jQuery.extend deep copy with array, follo...
2013-02-03 Richard GibsonUpgrade QUnit: Welcome to the present!
2013-02-01 Timmy WillisonUpdate Sizzle: detached node sorting in Webkit. Fixes...
2013-02-01 Dave MethvinFix #13335. Remove "use strict".
2013-01-31 Corey FrangAdding @andrewplummer to AUTHORS.txt
2013-01-31 Andrew Plummerevent: Stricter type checking in trigger - Fixes #13360...
2013-01-31 Timmy WillisonMagic fixing for previous commit
2013-01-31 Timmy WillisonRevert change to visible/hidden selectors until 1.10...
2013-01-31 Timmy WillisonMinor updates. All parameters of an internal function...
2013-01-30 Dave MethvinFix #13349. No need to sort simple .find() cases.
2013-01-29 Dave MethvinFix comment about Safari shortfalls.
2013-01-29 Dave MethvinRevert "Fix #13291, no longer need the functionish...
2013-01-27 Dave MethvinUpdate author list.
2013-01-27 adamcoulombeFix #13150, .has() w/o args checks for any callbacks...
2013-01-27 Richard GibsonFix #13315 for IE9: compare typeof xmlNode.method to... 1144/head
2013-01-27 Dave MethvinFix #12656. Make event shorthands excludable.
2013-01-27 Dave MethvinFix #12846. Restore overflow when animation is stopped.
2013-01-27 Dave MethvinChoose a lovely set of matching grunt dependencies.
2013-01-27 Dave MethvinFix #13291, no longer need the functionish-regex guard.
2013-01-26 Dave MethvinFix build until next grunt rc, disable compare_size.
2013-01-26 Dave MethvinFix #13316. Use minified version in unit testing.
2013-01-25 Richard GibsonFix #13274: Wrap sourceMap directive in multiline comme...
2013-01-25 Richard GibsonFix #13282: QtWebKit (e.g., phantomjs) can only apply...
2013-01-25 Richard GibsonFix #13281: update Sizzle
2013-01-24 byrootDon't try and convert data for 204 No Content responses...
2013-01-23 Timmy WillisonIgnore file inputs when serializing forms. File input...
2013-01-21 Timmy WillisonFix failing tests, add support for empty spans in Opera...
2013-01-21 Timmy WillisonTreat an element as hidden if either offsetWidth or...
2013-01-21 jaubourgRemoves unnecessary call to `.off()` as noted by @dcherman.
2013-01-21 jaubourgFixes #13276. Unit test is enough since the 2.x XHR...
2013-01-20 Oleg2.0: Reduce offset module. Close gh-1139.
2013-01-20 OlegFix #13232, fix jQuery.buildFragment for tables, close...
2013-01-20 OlegConsistently clean up after .ready() handler, close...
2013-01-20 jaubourgFurther script transport cleanup, close gh-1123.
2013-01-20 jaubourgReduced script transport
2013-01-20 Ryunosuke SATOFix requirements and dependencies in README, close...
2013-01-20 Ryunosuke SATOFix broken link in CONTRIBUTING.md, close gh-1132.
2013-01-18 Timmy WillisonUpdate Sizzle: fixes native slice usage
2013-01-17 Richard GibsonFix jQuery #13251: use slice instead of substring
2013-01-16 Richard GibsonRef cc324abf: use acceptData to determine when it is...
2013-01-16 danilsomsikovFix #8335: Avoid memory leak by never setting data...
2013-01-16 Richard GibsonFix #13233: re-allow .replaceWith of text nodes. Close...
2013-01-16 Richard GibsonNo ticket: improve replaceWith testing
2013-01-16 Richard GibsonFix #13182: update Sizzle
2013-01-16 Mike SherovFix #13183: Wrong animation initial value calc. Ref...
2013-01-15 Dave MethvinUpdating the source version to 2.0.0pre
2013-01-15 Dave MethvinTagging the 2.0.0b1 release. 2.0.0b1
2013-01-15 Dave MethvinLet version 1.9 claim jquery.js and jquery-latest.js...
2013-01-15 Dave MethvinSimplify release notes generator script.
2013-01-14 Richard Gibsonde486684 with moar guard for IE6
2013-01-14 OlegAdd a comment
2013-01-14 OlegFixes #13200 - innerHTML in buildFragment need end...
2013-01-14 Richard GibsonFix #13203: delegated events with selector matching...
2013-01-14 Richard GibsonFix f860e0bd Firefox failures
2013-01-14 Richard GibsonFix #13180: don't delegate into SVG <use>
2013-01-14 Richard GibsonNo ticket: compress event.js
2013-01-11 Dave MethvinLeave out the web site, you know where to find us.
2013-01-11 Dave MethvinUpdate copyrights used in file headers.
2013-01-11 Richard GibsonUpdate Sizzle
2013-01-11 adam j. sontagRevert grunt, grunt-contrib-jshint, and grunt-contrib...
2013-01-10 Richard GibsonUpdate Sizzle
2013-01-10 Dave MethvinFix #12886. Fix map file reference in .min.js file.
next