| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prevent total unit test meltdown ... and now over to @jaubourg! | Dave Methvin | 2012-06-11 | 1 | -1/+1 |
* | Shrink support.js, closes gh-818 | Richard Gibson | 2012-06-11 | 1 | -49/+40 |
* | We don't have IE9 supports grid yet, completely didn't see this while refacto... | jaubourg | 2012-06-11 | 1 | -6/+8 |
* | Update QUnit so IE will pass unit tests. | Dave Methvin | 2012-06-11 | 1 | -0/+0 |
* | Modularize ajax (and sub-modules). | jaubourg | 2012-06-11 | 1 | -4/+4 |
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 7 | -84/+67 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 9 | -86/+149 |
* | Fix IE6 failures from forgotten shrinkWrapBlocks, closes gh-815 | Mike Sherov | 2012-06-10 | 1 | -5/+7 |
* | Grunt: Update testswarm task to use more config properties. Already deployed ... | Jörn Zaefferer | 2012-06-07 | 1 | -5/+6 |