| Commit message (Expand) | Author | Age | Files | Lines |
* | Close GH-829: no ticket: smaller jQuery.ready. | Richard Gibson | 2012-06-21 | 1 | -41/+38 |
* | Restore rhtmlString to its original form. 1.9 will come with starts-with html... | timmywil | 2012-06-21 | 2 | -7/+6 |
* | Revert "Adjust jQuery('html') detection to only match when html starts with '... | timmywil | 2012-06-21 | 2 | -3/+6 |
* | Actually omit files that are specified. Fixes #11943 | Rick Waldron | 2012-06-20 | 1 | -1/+5 |
* | Update Sizzle: fixes test fails in selector module in IE9/Opera | timmywil | 2012-06-20 | 1 | -0/+0 |
* | Update Sizzle: minor fix for matchesSelector usage in FF<12 | timmywil | 2012-06-20 | 1 | -0/+0 |
* | Update Sizzle: performance testing and changes for optimization. Adds back ma... | timmywil | 2012-06-20 | 1 | -0/+0 |
* | Adjust jQuery('html') detection to only match when html starts with '<' (coun... | timmywil | 2012-06-20 | 2 | -6/+3 |
* | Adds post-install grunt hook | Jacob Thornton | 2012-06-19 | 1 | -1/+5 |
* | When detecting html in init, ignore html characters within quotes, brackets, ... | timmywil | 2012-06-19 | 2 | -2/+8 |
* | Update Sizzle: fixes a bug dealing with backslashes in selectors. Fixes #10270. | timmywil | 2012-06-19 | 1 | -0/+0 |
* | Fixes test fails in traversing and event | timmywil | 2012-06-19 | 1 | -0/+0 |
* | Update Sizzle: adds selector divisions for element-rooted QSA in the Dupont s... | timmywil | 2012-06-19 | 1 | -0/+0 |
* | Update Sizzle | timmywil | 2012-06-19 | 1 | -0/+0 |
* | Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ... | timmywil | 2012-06-18 | 4 | -114/+22 |
* | Detect IE collapsing body margin directly rather than inferring it. | Dave Methvin | 2012-06-18 | 1 | -7/+6 |
* | Update Sizzle | timmywil | 2012-06-18 | 1 | -0/+0 |
* | Fixes typo in comment | Rick Waldron | 2012-06-18 | 1 | -1/+1 |
* | Browser sniffing is *bad*, folks, even in unit tests. | Dave Methvin | 2012-06-18 | 1 | -3/+3 |
* | Fix comment block indents | Rick Waldron | 2012-06-18 | 1 | -4/+4 |
* | Update document.defaultView.getComputedStyle. Fixes #10373 | Rick Waldron | 2012-06-18 | 2 | -6/+13 |
* | Grunt: Include commit in header if passed as ENV arg, mostly for Jenkins | Jörn Zaefferer | 2012-06-18 | 1 | -2/+6 |
* | Update Sizzle: rewrite attributes handling to be simpler and more widespread ... | timmywil | 2012-06-17 | 2 | -1/+0 |
* | Ensure that IE stays in Big Boy mode. | Dave Methvin | 2012-06-16 | 1 | -0/+1 |
* | Fix #11231, (append|prepend|before|after) w/ array of jQuery objects. | Sindre Sorhus | 2012-06-15 | 2 | -4/+29 |
* | Fix #11566, allow appending to DocumentFragment, closes gh-814. | Vladimir Zhuravlev | 2012-06-15 | 2 | -37/+71 |
* | Fix #9505, percentage position values in Webkit, closes gh-825. | Mike Sherov | 2012-06-15 | 4 | -17/+46 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 9 | -69/+64 |
* | Fix #11905, correct package.json license URLs, closes gh-826. | Daniel Herman | 2012-06-15 | 1 | -2/+2 |
* | Update Sizzle: Removes an unnecessary link in the test suite | timmywil | 2012-06-15 | 1 | -0/+0 |
* | Update Sizzle. Fixes #11109. | timmywil | 2012-06-15 | 1 | -0/+0 |
* | Update version in package.json to reflect current version and make -git build... | Jörn Zaefferer | 2012-06-15 | 1 | -1/+1 |
* | Use QUnit's URL configs to simplify custom configuration. Closes gh-827 | Scott González | 2012-06-15 | 1 | -28/+16 |
* | Add necessary test html from Sizzle tests; Add an easy way to turn off QSA in... | timmywil | 2012-06-15 | 2 | -16/+32 |
* | Grunt: Update testswarm task to use new module filter, reduces duplication wh... | Jörn Zaefferer | 2012-06-14 | 1 | -1/+1 |
* | Update QUnit to v1.8.0 | Jörn Zaefferer | 2012-06-14 | 1 | -0/+0 |
* | Fix args translation example in gruntfile comments | Rick Waldron | 2012-06-12 | 1 | -1/+1 |
* | Simplify the terminal command args syntax for custom builds. Update README | Rick Waldron | 2012-06-12 | 2 | -12/+81 |
* | Fix typo in README | kborchers | 2012-06-12 | 1 | -1/+1 |
* | Adds ajax to the list of optional modules. | Julian Aubourg | 2012-06-12 | 1 | -1/+8 |
* | Tweak test for #11743 in an attempt to placate Jenkins. | Dave Methvin | 2012-06-11 | 2 | -1/+2 |
* | Run the `dist` task *after* minifying so we copy the new one. | Dave Methvin | 2012-06-11 | 1 | -1/+1 |
* | Check animation is close instead of exact, closes gh-823. | Mike Sherov | 2012-06-11 | 1 | -1/+2 |
* | Test: Remove unused file "include_js.php", closes gh-820. | Timo Tijhof | 2012-06-11 | 1 | -106/+0 |
* | Fix regression for "-200px" in animations; closes gh-822. | Mike Sherov | 2012-06-11 | 2 | -5/+10 |
* | Fix #11328. I've never metaKey I liked on IE 6/7/8. | Dave Methvin | 2012-06-11 | 1 | -4/+2 |
* | Fix #10589. Remove deprecated $.fn.data("events") special case. | Dave Methvin | 2012-06-11 | 1 | -11/+4 |
* | Test: Set testswarm.runMax from config file | Timo Tijhof | 2012-06-11 | 1 | -1/+1 |
* | Here is hoping everything works with the full build and the build without aja... | jaubourg | 2012-06-11 | 1 | -2/+2 |
* | Fix #8109, percent animations; fix #11854, wrong this, close gh-808 | Jeffery To | 2012-06-11 | 2 | -6/+42 |