]> source.dussan.org Git - jquery.git/shortlog
jquery.git
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...
2012-10-01 Mike SherovFix #12537, element.css('filter') returns undefined...
2012-10-01 Richard GibsonFix #12357: be more kind to non-browser environments...
2012-10-01 Mike SherovFix #10943, tabindex not set properly on clone in IE7...
2012-09-25 Callum MacraeFixes to contributing.md. Closes gh-931
2012-09-21 Dave MethvinUpdating the source version to 1.8.3pre
2012-09-21 Dave MethvinTagging the 1.8.2 release.
2012-09-21 Dave MethvinUpdate release notes script to 1.8.2 and add debug...
2012-09-20 Timmy WillisonSizzle: removes nth-child cache
2012-09-20 Timmy WillisonSizzle: account for external document contexts (such...
2012-09-20 Timmy WillisonUpdate Sizzle: fix a failing test in traversing. Move...
2012-09-19 Timmy WillisonSizzle: fixes failing test in css
2012-09-19 Timmy WillisonUpdate Sizzle: fix position caching with child selector...
2012-09-19 Timmy WillisonFixes failing tests in selector/traversing
2012-09-19 Timmy WillisonUpdate Sizzle: Fixes #12303, #12474, #12523, #12526...
2012-09-18 Richard GibsonFix #12229, size/consistency improvements. Close gh...
2012-09-18 Dave MethvinFix #12423. Ensure we can .apply() before we try.
2012-09-17 Rick WaldronCONTRIBUTING.md: more contents links
2012-09-17 Rick WaldronCONTRIBUTING.md: adds top header
2012-09-17 Rick WaldronCONTRIBUTING.md: fixes fragment url, #jquery-core-style...
2012-09-17 Rick WaldronSecond draft of CONTRIBUTING.md
2012-09-17 Rick WaldronInitial draft of CONTRIBUTING.md
2012-09-15 Dave RiddleMinor typo with Homebrew link. Close gh-929.
2012-09-15 Richard GibsonFix #12447: Ensure starting-point calc takes finite...
2012-09-14 Dave MethvinFix #12536. Start at .offset() 0,0 if no getBoundingCli...
2012-09-13 Dave MethvinFix #12534. Don't die on browsers lacking getBoundingCl...
2012-09-13 jaubourgdeferred.promise(obj) should work with non-objects...
2012-09-11 Dave MethvinChrome fails in ajax.js tests because TestSwarm/Ngnix...
2012-09-11 Timmy WillisonSizzle: fix selector in Chrome 21. Fixes #12492.
2012-09-11 Timmy WillisonSizzle: tagged versions are now in the repo; update...
2012-09-10 Markus StaabFix #12554. Sanitize data from POST. Close gh-908.
2012-09-10 Dave MethvinRemove superfluous `@` in compressed header. Close...
2012-09-10 Dave MethvinFix #12436, make delegated events fast again. Close...
2012-09-10 Dave MethvinRemove useless guard for `a`. Close gh-918.
2012-09-10 Sindre SorhusUpdate .editorconfig with new properties. Close gh...
2012-09-08 Timmy WillisonSizzle: adjustment for speed totals display
2012-09-08 Timmy WillisonUpdate Sizzle: adds custom performance suite for testin...
2012-09-06 Dave MethvinShim/shiv the datalist element for crabby Uncle oldIE.
2012-09-05 Timmy WillisonUpdate Sizzle: authors.txt update and fix failing tests...
2012-09-05 Dave MethvinUpdate to QUnit 1.10.0
2012-08-30 Dave MethvinUpdating the source version to 1.8.2pre
2012-08-30 Dave MethvinTagging the 1.8.1 release.
2012-08-30 Dave MethvinUpdate release script and notes builder.
2012-08-30 Dave MethvinFix #12370. Explicitly coerce bool/undef to integer.
2012-08-29 Timmy WillisonSizzle: POS selectors make more extensive use of tokeni...
2012-08-29 Mike SherovFix #12243, $("col").width() should return the column...
2012-08-29 Timmy WillisonSizzle: tweak for root selector shortcut. Fixes #12419.
2012-08-29 Timmy WillisonUpdate Sizzle: minor edits
2012-08-29 Timmy WillisonSizzle: support negative numbers in `:eq`. Fixes #12241.
2012-08-29 Timmy WillisonSizzle: adjust caching to avoid IE errors on xml descen...
2012-08-28 Timmy WillisonSizzle: use tokenization to complex check pseudo argume...
2012-08-28 Dave MethvinFix #12347 and #12384. Use a fresh div in jQuery.clean...
2012-08-28 Timmy WillisonReverting Sizzle is bad, Dave.
2012-08-28 Dave MethvinUpdate placeholder references to tickets.
2012-08-28 Dave MethvinFix #12383. All selectors should be delegateTarget...
2012-08-28 Mike SherovFix #12313, .height()/.width() just use CSS if no offse...
2012-08-28 Dave MethvinUpdate authors.
2012-08-27 Timmy WillisonUpdate Sizzle: size reduction, -85 bytes
2012-08-27 Timmy WillisonSizzle: provide backwards-compatibility for creating...
2012-08-27 Timmy WillisonSizzle: make html from assertions xhtml compliant....
2012-08-27 Timmy WillisonSizzle: fix compilation of the same selector with diffe...
2012-08-24 Timmy WillisonUpdate Sizzle: passing null to $.contains should not...
2012-08-24 Timmy WillisonUpdate Sizzle: Use tokenization rather than regex for...
2012-08-24 Timmy WillisonDo not watch the dist files to make infinite change...
2012-08-24 Dave MethvinRevert "Fix #11586. Ajax DELETE ain't got no body,...
2012-08-24 Dave MethvinRevert "Fix #12120. Always stack .before/.after, and...
2012-08-24 Dave MethvinFix #12120. Always stack .before/.after, and fix discon...
2012-08-24 Dave MethvinFix #10863. Allow newlines in JSON data- attributes.
2012-08-24 Dave MethvinFix #11586. Ajax DELETE ain't got no body, so data...
2012-08-24 Mike SherovScorch the earth and retreat on readyState interactive...
2012-08-23 Elijah ManorFix #12266. IE9/10 says document[0] is document.frames...
2012-08-23 Dave MethvinNeuter the partialLoadReady test until it's ngnix-ready
2012-08-22 Mike PennisiCorrect documentation of custom grunt task. Closes...
2012-08-21 Richard GibsonFix #12350: jQuery.trim should remove BOM
next