]> source.dussan.org Git - jquery.git/shortlog
jquery.git
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...
2012-07-03 timmywilUpdate Sizzle: small regex fix
2012-07-03 timmywilUpdate Sizzle: removes makeArray and uses native push...
2012-07-03 timmywilSizzle: maxCacheLength -> cacheLength
2012-07-03 timmywilSizzle: detects a buggy getElementsByName. Fixes #10799.
2012-07-03 timmywilUpdate Sizzle: Caching system respects DOM changes...
2012-07-03 timmywilUpdate Sizzle: exposed compile function for external...
2012-07-03 timmywilUpdate Sizzle: fixes a small bug in class matching
2012-07-03 timmywilUpdate Sizzle: adds caching to combinators
2012-07-03 timmywilSizzle: space combinator update
2012-07-03 timmywilUpdate sizzle: fixes fail in traversing with :has selector
2012-07-03 timmywilSizzle: fix multiple nested pseudos. Fixes #7010.
2012-07-03 timmywilUse value rather than nodeValue in attributes (it's...
2012-07-02 timmywilSizzle: add cross-browser w3c whitespace rules; pseudo...
2012-07-02 timmywilSizzle: minor adjustments and a small fix in the child...
2012-07-02 timmywilUPDATE SIZZLE: completed rewrite for better things!
2012-07-02 timmywilAdd back ID shortcut. It's about 3 times faster than...
2012-06-30 Rick WaldronUse ~ to hold grunt at 0.3.9
2012-06-30 Rick WaldronFix typo in grunt lint:tests
2012-06-30 Dave MethvinMove jQuery.sub to deprecated.js, because it is.
2012-06-28 timmywilUpdate Sizzle: Size optimizations from gibson
2012-06-28 timmywilUpdate Sizzle: typo
2012-06-27 Dave MethvinFix #11382. #11764. Only prevent click events on disabl...
2012-06-27 Dave MethvinFix #11315. Selector for .on() is relative to delegateT...
2012-06-27 timmywilUpdate Sizzle: reduced size. Add Sizzle's utilities...
2012-06-26 Rick WaldronAs it turns out, we won't need the 'main' entry in...
2012-06-26 Dave MethvinFix #11969. Never a null moment when checking siblings.
2012-06-26 timmywilUpdate copyright years for jQuery and Sizzle
2012-06-26 timmywilAllow document to be passed to Sizzle.contains. Fixes...
2012-06-26 Richard GibsonClear elements to avoid leaking memory. Close gh-837...
2012-06-26 Rick WaldronFixes broken grunt watch task. Part 2
2012-06-26 Rick WaldronFixes broken grunt watch task.
2012-06-26 Dave MethvinFix #10895. Reduce IE poll interval to save CPU time.
2012-06-25 timmywilUpdate Sizzle: Removes directory caching in dirCheck...
2012-06-25 Rick WaldronAdds .jshintrc files for: grunt (default set), src...
2012-06-25 Corey FrangCompletes #11799: Maybe .progress() was cooler than...
2012-06-25 Rick WaldronAdds src/deprecated.js, test/unit/deprecated.js; -depre...
2012-06-24 timmywilAdd grunt with lint to Sizzle
2012-06-23 Rick WaldronMake @VERSION replace regex global. Fixes #11960
2012-06-23 Rick WaldronMake removeClass smart enough to remove duplicates...
2012-06-22 Dave MethvinAdd a semicolon in unit test; this pull predated lint...
2012-06-22 Corey FrangFix #11797. Use Deferred for better animation callbacks...
2012-06-22 Timo TijhofFix #11925, Pass eventHandle to special.teardown. Close...
2012-06-22 Dave MethvinUpdating the source version to 1.8pre.
2012-06-22 Dave MethvinTagging the 1.8b1 release. 1.8b1
2012-06-22 Dave MethvinFix #11757. IE 6/7 can't clean up circular DOM-JS refs.
2012-06-21 Rick WaldronRemoves scripts:postinstall from package.json, see...
2012-06-21 timmywilDo jQuery.trim in less bytes (-5).
2012-06-21 timmywilAdd parseHTML for explicitly parsing strings into html...
2012-06-21 Rick WaldronUnit tests are linted and passing.
2012-06-21 Richard GibsonClose GH-829: no ticket: smaller jQuery.ready.
2012-06-21 timmywilRestore rhtmlString to its original form. 1.9 will...
2012-06-21 timmywilRevert "Adjust jQuery('html') detection to only match...
2012-06-21 Rick WaldronActually omit files that are specified. Fixes #11943
2012-06-20 timmywilUpdate Sizzle: fixes test fails in selector module...
2012-06-20 timmywilUpdate Sizzle: minor fix for matchesSelector usage...
2012-06-20 timmywilUpdate Sizzle: performance testing and changes for...
2012-06-20 timmywilAdjust jQuery('html') detection to only match when...
2012-06-19 Jacob ThorntonAdds post-install grunt hook
2012-06-19 timmywilWhen detecting html in init, ignore html characters...
2012-06-19 timmywilUpdate Sizzle: fixes a bug dealing with backslashes...
2012-06-19 timmywilFixes test fails in traversing and event
2012-06-19 timmywilUpdate Sizzle: adds selector divisions for element...
2012-06-19 timmywilUpdate Sizzle
2012-06-19 timmywilMove quickIs to Sizzle; Remove duplicate id matching...
2012-06-18 Dave MethvinDetect IE collapsing body margin directly rather than...
2012-06-18 timmywilUpdate Sizzle
2012-06-18 Rick WaldronFixes typo in comment
2012-06-18 Dave MethvinBrowser sniffing is *bad*, folks, even in unit tests.
2012-06-18 Rick WaldronFix comment block indents
2012-06-18 Rick WaldronUpdate document.defaultView.getComputedStyle. Fixes...
2012-06-18 Jörn ZaeffererGrunt: Include commit in header if passed as ENV arg...
2012-06-17 timmywilUpdate Sizzle: rewrite attributes handling to be simple...
2012-06-16 Dave MethvinEnsure that IE stays in Big Boy mode.
2012-06-16 Sindre SorhusFix #11231, (append|prepend|before|after) w/ array...
2012-06-16 Vladimir ZhuravlevFix #11566, allow appending to DocumentFragment, closes...
2012-06-16 Mike SherovFix #9505, percentage position values in Webkit, closes...
2012-06-16 Richard GibsonInterim take on cross-module variables, closes gh-817.
2012-06-16 Daniel HermanFix #11905, correct package.json license URLs, closes...
2012-06-15 timmywilUpdate Sizzle: Removes an unnecessary link in the test...
2012-06-15 timmywilUpdate Sizzle. Fixes #11109.
2012-06-15 Jörn ZaeffererUpdate version in package.json to reflect current versi...
2012-06-15 Scott GonzálezUse QUnit's URL configs to simplify custom configuratio...
2012-06-15 timmywilAdd necessary test html from Sizzle tests; Add an easy...
2012-06-13 Jörn ZaeffererGrunt: Update testswarm task to use new module filter...
2012-06-13 Jörn ZaeffererUpdate QUnit to v1.8.0
2012-06-12 Rick WaldronFix args translation example in gruntfile comments
2012-06-12 Rick WaldronSimplify the terminal command args syntax for custom...
2012-06-12 kborchersFix typo in README
2012-06-12 Julian AubourgAdds ajax to the list of optional modules.
2012-06-12 Dave MethvinTweak test for #11743 in an attempt to placate Jenkins.
2012-06-12 Dave MethvinRun the `dist` task *after* minifying so we copy the...
2012-06-12 Mike SherovCheck animation is close instead of exact, closes gh...
2012-06-12 Timo TijhofTest: Remove unused file "include_js.php", closes gh...
2012-06-12 Mike SherovFix regression for "-200px" in animations; closes gh...
2012-06-11 Dave MethvinFix #11328. I've never metaKey I liked on IE 6/7/8.
next