Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jquery/jquery

jQuery JavaScript Library
https://github.com/jquery/jquery

Run the `dist` task *after* minifying so we copy the new one.

6a7f2492d0c15c007f539d400f2e83884d42fe82 authored over 12 years ago
Check animation is close instead of exact, closes gh-823.

934a2a703feff091e635cc9da5afb0f30d65d49e authored over 12 years ago
Test: Remove unused file "include_js.php", closes gh-820.

849303701a889a7efa4c7f239f80092ec17528e9 authored over 12 years ago
Fix regression for "-200px" in animations; closes gh-822.

Also removes fake IIFEs ffrom effects.

87e709cfcbac345520d937963730b5cfee47d33d authored over 12 years ago
Fix #11328. I've never metaKey I liked on IE 6/7/8.

The `event.metaKey` property is undefined there so we ensure it's set to `false` for lack of a b...

f8c02c886efdf3e42819a960da28738e20bb7a48 authored over 12 years ago
Fix #10589. Remove deprecated $.fn.data("events") special case.

No unit tests were harmed in the removal of this hack.

9e0c056171d1a5cac407f8fedbf926be91eaba1a authored over 12 years ago
Test: Set testswarm.runMax from config file

6af0bcc6262062aa99102a7a9bbde36779f1388f authored over 12 years ago
Here is hoping everything works with the full build and the build without ajax... looking at you @dmethvin ;)

cac5b08f7215159ccd8ee328b02a7e2355aeb5bb authored over 12 years ago
Fix #8109, percent animations; fix #11854, wrong this, close gh-808

801768386b9fd44f1282834449b4cd1ae1e8d593 authored over 12 years ago
Prevent total unit test meltdown ... and now over to @jaubourg!

142ff73450c02254a0fd866a0688c4720f8d2bdf authored over 12 years ago
Shrink support.js, closes gh-818

1ac15582f2a9d45af5a28a9de88d579c8d97bc23 authored over 12 years ago
We don't have IE9 supports grid yet, completely didn't see this while refactoring.

eb7a7af46ae38723f02b394ede4f0d74ad615262 authored over 12 years ago
Update QUnit so IE will pass unit tests.

Normally we'd want to stay with an official release, but we need 1604af735af117fff3ee7589c611c04...

60e7adb3f453765c7784790db0f9a275ece9b681 authored over 12 years ago
Modularize ajax (and sub-modules).

Tests are guaranteed to run with ajax removed, not with just ajax/jsonp, ajax/script or ajax/xhr ...

a47b304f814458fb1f53e1fda82e7ccb7c07189d authored over 12 years ago
Some work to modularize ajax later on.

ac48a19b92e60f08e5b00a46b5551a503c292fd5 authored over 12 years ago
Fix #11857. Modularize css.js, add dependency management. Closes gh-816.

See the pull request for more info on the dependency management details.

5f35b3d9f90d07ee084d59702a54051ee51fb0d3 authored over 12 years ago
Fix IE6 failures from forgotten shrinkWrapBlocks, closes gh-815

1bb1432fe995881821f433c5b7bf86c61f3b3f50 authored over 12 years ago
Grunt: Update testswarm task to use more config properties. Already deployed on Jenkins server

0344a390b7673e2f014dc120a4cc5d3492731369 authored over 12 years ago
Make exclusion list less confusing to read

a86ed30f0aa9e656a7b64dda18debb386c27518e authored over 12 years ago
Make readme code examples consistent; Update to use GH syntax fences

3b2d2b022c7268136070efd8ff2201f738f8cc80 authored over 12 years ago
Remove bold style from command examples

84da1699490c08ee3de636956a446b7f9194f76b authored over 12 years ago
Make custom dist example less OSX specific

9fb3c01c37e24f72eb11d89c6a407f1e8cc55eff authored over 12 years ago
Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #11865

c68ab270fa8269d8b1f3360fc8ed290ba6f0e9a8 authored over 12 years ago
Don't swap to measure dimensions unless the element is display:none. #807 Fixes #11293

c80bc227280e9708dc9c3613ece9397f55f382ed authored over 12 years ago
Remove unnecessary haunted house guards.

Signed-off-by: Rick Waldron <[email protected]>

79af1b457baf6e66fff831e7328e06f823445910 authored over 12 years ago
Fixes two typos

d487b06d93a576e66b81a0620207f083712268d1 authored over 12 years ago
Less letterSpacing .animate() fail in IE. Fixes #8627

b9b87d53c681a8337cdbdbe81f8f4e577e5ec277 authored over 12 years ago
Conditionally run height/width in iframeTest

5d25f78291c11ca26ce70281ee4ac81d1e3d8dd4 authored over 12 years ago
Rough draft of version=min test capabilities reintroduced.

Signed-off-by: Rick Waldron <[email protected]>

53a5810bfc7251b9fcb7d0f9fb56853fdceb0273 authored over 12 years ago
Ensure both height and width port functions exist before attempting to run dimensions tests.

Signed-off-by: Rick Waldron <[email protected]>

f5d2bc4db14bba1621a2e1a4baf171acfc9add1a authored over 12 years ago
Fixe dimensions tests. No core code changes. Supplements #11856

4dcd7dd324fe7362842ce805b05f88929655fc79 authored over 12 years ago
Fix busted tests that relied on width in 2nd param to jQuery(), dimensions stays modular. (core, attributes, offset)

Signed-off-by: Rick Waldron <[email protected]>

e680f36ca096090a6e699ce0eece5b3635a46f47 authored over 12 years ago
Make dimensions modular, adds optional build flag. Fixes #11856

3225d6149655f68939111ffc76a1dffeb329afe9 authored over 12 years ago
Allow users to store custom dist destinations in dist/.destination.json

Signed-off-by: Rick Waldron <[email protected]>

8265fa08376343d04c7c8c4796ebd4dcc7e3d2e0 authored over 12 years ago
Don't create "*" dir when "grunt dist" is run without explicit destination dir. (thanks @timmywil)

Signed-off-by: Rick Waldron <[email protected]>

e0cdeac87b6063b5e5f27f852c6284de6db1e0ca authored over 12 years ago
Adds "grunt submodules" docs to readme, removes old make command docs

Signed-off-by: Rick Waldron <[email protected]>

ef31b678d370570d4cef0128e3fb7da3ae6d0a3e authored over 12 years ago
Create special "grunt watch" task called "dev"

"dev" is a short task list that's optimized for grunt watch's high run rate frequency

Signed-of...

655350be5d50c44729ffd5ab723345f078cd3649 authored over 12 years ago
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.

37ffb29d37129293523bf1deacf3609a28b0ceec authored over 12 years ago
Make readme instructions bold and hopefully easier to spot

81c7b83d645d2f151e9e40f9f98cc4b70e81a62a authored over 12 years ago
Take out the papers and the trash (from build/)

36623de76c6569088d441cbfbca37c0586f19354 authored over 12 years ago
Strips IIFEs from modules; Always require built jQuery for tests.

7c23b77af2477417205fda9bde5208a81e57e40e authored over 12 years ago
Space => tab indent correction

9a3046c3752b80da7526dce34968b8422f3d92f8 authored over 12 years ago
No need to dasherize and use getPropertyValue, closes gh-805.

All invocations of curCSS are already camelcased. See the PR for discussion.

888635f8c17e857ff98a931451ee54aecddabbca authored over 12 years ago
Removes temp var, shaves 2 bytes from gzipped size

1442bf944949cabf1b6674a657bfdd642a16da33 authored over 12 years ago
Fix #11724, $(document).height() in Firefox 12. Closes gh-802.

This reopens #3838 for IE6 which is a regression on a fix in 1.7.2, but we'd rather break a real...

ba70f8aeb60038ae73b188e432c471f3b115a790 authored over 12 years ago
Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.

742872984e000ff8e13b9a23e74852d1b549f161 authored over 12 years ago
Fix #11787: Remove jQuery.curCSS, closes gh-801.

2d37b6ccb8a5fb9eb47a43221ec10faa693e63c5 authored over 12 years ago
Adjust the return type for the tabindex attribute tests to be a string. Recomment a tabindex test since FF12's QSA includes video elements that don't have a tabindex attribute.

Related:
https://bugzilla.mozilla.org/show_bug.cgi?id=618737

1122c8ce32e685648bf364eb4bb84bb706d7e3b4 authored over 12 years ago
Uncomment an old test for when the tabindex attrhook was deprecated

f633c7f165dc63b0df49159bdea2f3d62c876fe2 authored over 12 years ago
Remove the tabindex attrHook. Fixes #8473

3e2a77c5e882b5fc88bf5469ea00067833a2a059 authored over 12 years ago
Update Sizzle: Fixes fail in ajax module and Safari 5.0

f313384be3a311fc0f3437a29b710aa1a50f131c authored over 12 years ago
Update Sizzle: fixes fail in traversing tests

2c57d4cf27fd146d9147971710492a3b7a70d256 authored over 12 years ago
Update Sizzle: regex cleanup

66f60ba81883f98bcb087523a209c48470437d89 authored over 12 years ago
Update Sizzle: save 5 bytes

b4b2e8705879db0a3339a142fddfbb362a08084e authored over 12 years ago
Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939.

de1d3fa38f65f235fd60cb213c41eb4b32b84c95 authored over 12 years ago
Update Sizzle: only one assertion is needed for getElementsByClassName

9c69891d2d621b49f15888cee5309adabeb26c18 authored over 12 years ago
Update Sizzle

75277c52dcc7aba1682885ac200d568a1c0869c8 authored over 12 years ago
Update README: IDs are without hashes in t()

162ffe729547c889030df7e62207dc34e313c977 authored over 12 years ago
Update README to stylize docs on jQuery's test suite methods

5660b6df505c31dc1b75f08ea886f072a214ccec authored over 12 years ago
Add quick-start documentation for testing with QUnit and using jQuery's helper methods.

a8d9d05388465b16880be43629af008ff19b7725 authored over 12 years ago
jQuery#addBack supports an optional selector that can be used to filter the prior set before adding it back. Fixes #9800

02dd7c570bf4dbbdfc168f4352d04c667447be5d authored over 12 years ago
Fix #11767. Modularize build and unit tests for exluding effects.

Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The...

7f2cc46955b35dc3d5a0526d0cb038d4a50b936b authored over 12 years ago
Adds back dist/.sizecache.json; maintain build/.sizecache.json until build dir is removed

82d4c72fb15edd91869afa01a5bca3af678852fb authored over 12 years ago
Add .sizecache.json to the gitignore

9efad09d68db59ccbaa3626bbefe31b2b65fbcfb authored over 12 years ago
Update Sizzle: Case insensitive text filter. Fixes #8943

e9e12219796deeff75f70f4be375609ae6eb3283 authored over 12 years ago
Revert QUnit to a stable release (v1.6.0)

12a01ee543b9152d3f85753da924841cccf24ac8 authored over 12 years ago
Update Sizzle: Add test for [selected] attribute selections. Addresses a small issue in IE8's boolean attribute selections with QSA.

6f7bdf8977e2eb9e6f528218ea5c99653a224c35 authored over 12 years ago
Followup gh-796. Eliminate try-catch in oldIE, closes gh-799.

631f0933b061dc3d22ab3cd1974c5f6d02083f81 authored over 12 years ago
Update Sizzle: Fixes a fail in traversing and one in ajax.

fb21faa1bc6fb3f8676aa97cd052f3de5248b4f4 authored over 12 years ago
Move length tests to jQuery's selector tests as it relates to jQuery.merge.

66cf58e79fcd80284b905e17b4765b7b0ce367f8 authored over 12 years ago
Update Sizzle: independent XML testing

22d2fe367925d4ab4978dcca4866cbdd9c638547 authored over 12 years ago
Minor test suite adjustments

3ee332b2382b858bb603f227f15a4212c01d9d69 authored over 12 years ago
Update QUnit

519b225a5b65b6503abf7497a324480aa45e4db2 authored over 12 years ago
Update Sizzle and add tests from the Sizzle suite that require jQuery for the selection to jquery/test/unit/selector.js

a4fc2edaab8c92bfebf90a10bd3f23dc7e03f993 authored over 12 years ago
Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796.

d0763a37c683feb3f3148a6dad877402421ab61d authored over 12 years ago
Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.

bc7231e3230b8f2c59b3370e7cae6b8a30d53c1e authored over 12 years ago
Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793.

d5e5ce5bd006ae94e9d85949b4f7141642cebf81 authored over 12 years ago
Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.

04c06e6858caca13fd9cca71ce80a1fd431f2c41 authored over 12 years ago
Optimizations to animation queue/promise logic, closes gh-776.

4621a0131b98461e41082aa0aaf73f9c6f4ca9ce authored over 12 years ago
Fix #11755. Avoid :hidden selector for animations. Closes gh-774.

ae20e732f02c7e3bdd76324979b1a816c567ec22 authored over 12 years ago
Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789.

4757881759931bfddf32c26de6831f888b8cd20a authored over 12 years ago
Update version to 1.8pre

b5a84a48f4317a188aa78051d4f0cf12db9d7873 authored over 12 years ago
Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.

checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5.

551f8510d516753a803f8d231138f82544dcb45a authored over 12 years ago
Fix #10877. Make outerWidth/Height a setter. Closes gh-783.

e0151e5827d7091f311c82d9f951aaaa2688ba8c authored over 12 years ago
Followup #11649, clean up events in unit test.

978acb9caf9ad5e645e1e5188a0120f05822cc81 authored over 12 years ago
Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.

e93f2a89e277d3fffbc15b4ef82ebc3ac6a840f5 authored over 12 years ago
Fix #7157. Animation callbacks shouldn't see an element as :animated.

Unless of course, there are other animations to be done! Closes gh-775.

6bf3f20d4e0f69ab14702152880a0574623490e2 authored over 12 years ago
Fix indentation in /speed and /test dirs, closes gh-780.

f1dcaad09736c194f9148e5bf5fb08498a483a7a authored over 12 years ago
Fix #11777. Add EditorConfig support, closes gh-715.

c4df0c91bed4358ddca4b493afc06c69e5b501f0 authored over 12 years ago
Update to QUnit 1.6.0

8cfdb5c800cdaa19606ca2dbf694285482557552 authored over 12 years ago
Inline the boxModel test, and correct unit test. Closes gh-781.

0a2f93e6df6078072e0b574c368dea9bf1682476 authored over 12 years ago
Grunt: Increase TestSwarm timeout to 30 minutes

d12e9b289e65f839da13986f9451e23274f784f1 authored over 12 years ago
When IE6 & IE7 serve from the cache in async mode, resolves the request asynchronously. Fixes #11778.

d55a764e6e3a5980fb9633df1303418bcb512327 authored over 12 years ago
Merge branch 'master' of github.com:jquery/jquery

9efe4d03df7ce417792152660a0bed36b261676e authored over 12 years ago
Makes sure child element doesn't prevent setting height to 0. Fixes failure in unit test in IE6.

63aaff590cccfcad2a73d328245e8ecb9ed6e6db authored over 12 years ago
Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.

This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests wit...

c4e22ad8b5edd52ac78ec44bf7df8a7f37403623 authored over 12 years ago
Rename .andSelf to .addBack, deprecate .andSelf #9800

f76518e3931f7f2522a38bf37a7df24a620858fc authored over 12 years ago
Fix #6724, though the Mobile Safari wound remains. Closes gh-764.

ca48d490407b198e022b0d0294a7493602155f74 authored over 12 years ago
Fixes #10285 (for real this time).

7778c7722239bf5b286e4d8f2740af9abe800c09 authored over 12 years ago
Preserves context objects when multiple Deferreds are passed to $.when(). Context is an array containing the original contexts in order. When non-observable value is given, associated context is undefined. In case only a single non-observable value is given, context is the global object (thanks so much Function.prototype.apply!). Fixes #11749.

f93a2f569d31c4d1fc86ff3ae9605309ac491d68 authored over 12 years ago