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

Tests: Remove QUnit start hook

7149726485ff41afcfd2d12cb3041fe268cc909d authored over 10 years ago by Oleg Gaidarenko <[email protected]>
Tests: Remove uselss "keys" helper

e0b606d2bdd6cddeace765a50f727a33201e621d authored over 10 years ago by Oleg Gaidarenko <[email protected]>
Tests: Simplify globals cleanup

a7c9facc357b4d2d98844cda4c26bb2e560c0cc8 authored over 10 years ago by Oleg Gaidarenko <[email protected]>
Tests: More improvments for testrunner

Conform to style guide and simplify it

8e5d1caf7ad8f02d727bdd5ef9dfed9ff463c8ea authored over 10 years ago by Oleg Gaidarenko <[email protected]>
Tests: Remove Sizzle intergration tests

Fixes #14818

92cff8b1a38fc45f1a6f6ddb92d089b739e7f5f5 authored over 10 years ago by Oleg Gaidarenko <[email protected]>
Build: set default testswarm timeout to 15 minutes

We're not testing on IE6-7 anymore.

a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c authored over 10 years ago by Michał Gołębiowski <[email protected]>
Build: use browserSets from config file; allow to override

7869891a97eae93699cc239274e73e53daedf781 authored over 10 years ago by Michał Gołębiowski <[email protected]>
Build: change .gitattributes; use system line ends for non-JS files

99d735ab4662f45c3b65ea1200fa0d3e2b671111 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Support: Add Android support tests results

4f490e55adaf4c2b141f41c846e04a36eb0626ef authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Build: Update release script for new jquery-release API

Closes gh-1544

5265cdac3d84b7bb4f8013ef10adaa5a9968fb1c authored almost 11 years ago by Scott González <[email protected]>
Selector: Use Element.matches in selector-native if available

Spec:
http://dom.spec.whatwg.org/#dom-element-matches

Support in Chromium:
https://code.google....

2c2c93c7cbfafdb06a27dafee88fc67b265c8e32 authored almost 11 years ago by Philip Jägenstedt <[email protected]>
Event: Fix isDefaultPrevented for bubbled events in Android 2.3

Fixes #14897
Closes gh-1545

ad032d3c7df04827989a4187117614c29bf3a4ad authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Effects: Don't overwrite display:none when .hide()ing hidden elements

Fixes #14848
Closes gh-1548

890d441aa5d319e49951ba6f0ec719cd4cb96759 authored almost 11 years ago by Richard Gibson <[email protected]>
CSS: jQuery#hide should always save display value

Fixes #14750
Closes gh-1509

5a8f76933288396b915800a18240aa17d3414201 authored almost 11 years ago by Oleg Gaidarenko <[email protected]>
Manipulation: Change support test to be WWA-friendly

Setting the innerHTML property in an unsafe manner raises issues in
Windows Web Applications. St...

85af4e6412e49c2e6a872feef00718a46c2fa2ce authored almost 11 years ago by Jonathan Sampson <[email protected]>
Attributes: Trim whitespace from option text when returned as a value

Fixes #14858
Ref #14686
Closes gh-1531
(cherry picked from commit 9ec429cf6270e455aba4eba85f4db8...

541e7349b6533eb533c15d17e3e9e432e4a719ea authored almost 11 years ago by John Hoven <[email protected]>
CSS: window.getDefaultComputedStyle may return null

Fixes #14736
Closes gh-1501
(cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666)

e547a2775fc79e4b2eb807da9d30719afc570458 authored almost 11 years ago by Rodrigo Rosenfeld Rosas <[email protected]>
Core: Fix comments for .get() method

Closes gh-1547

ca0086b55a158d8a4347f94254878d6dc5dd90ed authored almost 11 years ago by Benjy Cui <[email protected]>
Tests: Remove obsolete speed directory

Closes gh-1551

9ad6e7e93e62a27e6ef803fbf46623bca732750f authored almost 11 years ago by Dave Methvin <[email protected]>
Build: Add commitplease for commit msg checking

Closes gh-1523

d3c1ce9c243e04f80e2093e20ffe16bbade93985 authored almost 11 years ago by Jörn Zaefferer <[email protected]>
Package: Sort devDependencies

3ffd95bdb13ade8a40a7dd975e6aca401b7a3d11 authored almost 11 years ago by Jörn Zaefferer <[email protected]>
Core: Change the sleep time in dont_return.php from 100s to 30s

Half a minute is more than enough for the test to finish even in the slowest
browsers and in cas...

a10aa3aac5223c250327d00c500ceb9c7a18b7f9 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Event: Simplify the logic behind blacklisting Android 2.3 on one test

55c196e8377221f1b417eda5cda74a56c5cae96a authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Event: Don't test stopImmediatePropagation in Android 2.3

Android 2.3 doesn't support stopImmediatePropagation; jQuery fallbacks
to stopPropagation in suc...

14e0a632a04e114dbf6cc044e74c3260c7f28a7f authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Core: Change the sleep time in dont_return.php to a sane value

PHP sleep function accepts time in seconds, not milliseconds; the previous
value was starving th...

b5074944b0b27f50ffe2ca9f96348b8d0cd5c82c authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Build: Change the timeout for the weekly job from 4h to 1h

c1e9bb9e61a79a1d0c4300cc31eac7ff61107085 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Core: Blacklist the ready test on async-loaded jQuery in iOS7

Fixes #14882

551578eb3676f67cccd8a91a582c2225bc970cac authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Event: Unit test for #14741 fix

Fixes #14741
Closes gh-1503

472f70a9df75c289393d6618c36257a04f9cb902 authored almost 11 years ago by Dave Methvin <[email protected]>
Event: Treat Pointer events like mouse events, #14741

Ref #14741
Ref gh-1503

e06f428f6ed99e0fafb2e21c456eafc570e3e5ba authored almost 11 years ago by louisremi <[email protected]>
Readme: Fix subsection titles and grammar, thanks @robgraeber

Fixes gh-1540

44247b1cf2f4e76e8153f8cbac69dcfd5b2eacd4 authored almost 11 years ago by Dave Methvin <[email protected]>
Build: Refactor testswarm Grunt task options

Add a possibility to specify the project name. Infer browserSets & timeout
out of it instead of ...

aa951a3184fc02551bfcb8381cdac28298432419 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
CSS: Add flex-grow and flex-shrink to cssNumber

Fixes #14888
Closes gh-1536

c29e9c4db18738f7bfeb6b4a8019121a9079beb6 authored almost 11 years ago by Roman Rei_ <[email protected]>
Readme: updating QUnit information

updates QUnit reference site and method naming.

Closes gh-1493

594687abdcd8427df1face9466ebff7f04b36fc6 authored almost 11 years ago by Leonardo Balter <[email protected]>
AMD: Note on AMD best practices

Fixes #14687
Closes gh-1478

2585ee58809c22a3c97f87b1b4aa68dbd41f386c authored almost 11 years ago by S. Andrew Sheppard <[email protected]>
Core: Bump timeouts to stabilize doc ready test

The "document ready when jQuery loaded asynchronously" test fails all the time
in iOS7 and somet...

854d242db457e3191e3ca1f2a366f6c981a12fbc authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Event: Call underlying stopImmediatePropagation when present

Fixes #13997

6a89db86ed817f6a7498076e2a06b90f9fce0831 authored almost 11 years ago by Dave Methvin <[email protected]>
Support: Make the support matrix for iOS 6 match iOS 7 as well

26ce21786252981563e49e91a85b3e0bfa16c3e3 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Build: Fix testswarm task, use API correctly

22c515c6717efe46685b43215208aa4e5648fbc8 authored almost 11 years ago by Jörn Zaefferer <[email protected]>
Build: Allow to specify timeout in the testswarm task

a81dbc4ed82bc38b1ac5f6a8242e044232ea1594 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Build: Make it possible to change browserSets in the testswarm task

14872941f9de78e7436e58ac1f03a4b2d5aa34e8 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Css: Fix tests

It's not easy to find a CSS property that is implemented even in
ancient browsers and that retur...

0c12cb3910c446960a274fb0eab11b8830bed71f authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397

The workaround to be able to change !important styles broke the browser
keeping the old CSS valu...

2c180ef938201f1213b5c43c8212856d0282e1f0 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Ajax, Effects: Disable Chrome 31 workarounds

b19d4d3450c385b7074035b17f3ba8d0b86cf0b0 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Manipulation: don't use Object.keys for consistency

Fixes #14659

a96d5bed58f2b30f97d6dd2f5691cd890f62b75f authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Build: Fix AMD option for custom builds

Fixes #14859

984f77a930aa322bcc277762303370d7a2a4667a authored almost 11 years ago by Timmy Willison <[email protected]>
Core: Do not run window.onready when ready

Fixes #14802

2df1aad6a1c9376c2a477eba26ee992113ed1c23 authored almost 11 years ago by Dave Methvin <[email protected]>
CSS: Return values should be numbers

Fixes #14792

f4b37d89820535d6c7503925aa8872645681a865 authored almost 11 years ago by Dave Methvin <[email protected]>
Event: Allow triggerHandler(beforeunload)

Fixes #14791

06adf7c95d93507908181995a9ea15fe2729595a authored almost 11 years ago by Dave Methvin <[email protected]>
Ajax: .load() should trim its selector

Fixes #14773

3a68c114e3a30af86dc261c9d62ce2ae4144d420 authored almost 11 years ago by Dave Methvin <[email protected]>
Core: Arrays like [42] should fail .isNumeric()

Fixes #14179

10efa1f5b44046aab6bcc8423322a41923faa290 authored almost 11 years ago by Dave Methvin <[email protected]>
Core: Remove native String#trim usage to save size

Fixes #14794

279913c71b63da721fa2f118cdce150effbf773e authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Bower: stop ignoring yourself, bower

Ref #14798
Ref gh-1516
Ref gh-1338

a35996141e3c1de92e89ed77eac1799124e747d3 authored almost 11 years ago by Timmy Willison <[email protected]>
Bower: add main property, move Sizzle to devDependencies, add license property

Fixes #14798
Close gh-1516
Ref gh-1338

027d470b574e15c94cda28f5e2c7a0ed54c11fa6 authored almost 11 years ago by Timmy Willison <[email protected]>
Support: Reduce size

Ref a7ea12a9a7c696a14455bfe4bfebf984dd329832

954966e08d26bf29700711dc4d7b56198350e862 authored almost 11 years ago by Richard Gibson <[email protected]>
Support: Skip style-based tests when element.style is undefined

Fixes #14785
Ref #13754
Ref badcd1b6f301e6253405f17759c1270549a34e12

a7ea12a9a7c696a14455bfe4bfebf984dd329832 authored almost 11 years ago by Richard Gibson <[email protected]>
Effects: Don't check fill-opacity in Android 2.3, it's not supported

70ac4485f30633074696fa28ca29b0325459f228 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Event: Blacklist the onbeforeunload test in Android 2.3

Similarly to iOS, Android 2.3 has the onbeforeunload property on window
but doesn't support the ...

6d2ab64df7bdda087e79deaa53db969fa6f2cd92 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Css: Don't check fill-opacity in Android 2.3, it's not supported

de75b3cc626829c3478a8a6d59dddc948d348b41 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Core: Fix trim in Android<4.1

eda283d0e4d59074ae98af0fdc2951e6c109d5fd authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Tests: remove all the empty line whitespace

d792e40fbc2b46346bc518483ac31772c55ebb12 authored almost 11 years ago by Rick Waldron <[email protected]>
Support: Document box-sizing was unprefixed in Firefox 29

79f59c2144c1ce293454dca21d01819bdd9f52d9 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Docs: Change raises to throws in README test assertions

0fcb0f6826c682c038508caf6d3fb1021d58266f authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Build: Upgrade QUnit to 1.14.0

95b21c6ec2790d0d051cdfe95d73148d7c385d68 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Selector: update Sizzle

a74ad04bc9c4c7203303b2547e94f1cc53c2a460 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Attrs: Simplify an option hook

Since getter was removed in fdd78fad19ea3390cd96971cd29430e36378d137
there is no longer a need t...

cab18353a62d39699310bf8c982e897c391411a1 authored almost 11 years ago by Oleg <[email protected]>
Build: Switch to explicit dependencies versions in bower.json

cd4e25e991898bf07ce82fe4ab3d60c32b4a5fc9 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Core: Remove special case try/catch in isPlainObject

Fixes #14746

3dccf62c81b5fbecc3a0431a8927ed1d30806fc6 authored almost 11 years ago by Rick Waldron <[email protected]>
Ajax: Protect against exceptions thrown synchronously by xhr.send

When xhr.send throws an exception synchronously, the onerror handler may have
been called alread...

01c360f96390ff16edfe65ef3b34e167087ef645 authored almost 11 years ago by jaubourg <[email protected]>
Build: Specify browserSets for TestSwarm directly

53e31f478e1d88d056aa52f6575d200fe3dcf047 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Support: Add iOS6 support tests results

b2eb7ec0f0ee6f8a67680f024e778b960b05e722 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Tests: Blacklist beforeunload test in iOS

iOS has the window.onbeforeunload field but doesn't support the beforeunload
handler making it i...

988d99ad278c2c9dc16c68f86bddc4df99dcd928 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Build: Remove obsolete UglifyJS workaround

d41fc68d9b89d39f8c71ae9f810b72798ff3e9ac authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Build: Upgrade npm devDependencies

d63243d085c797e53a965620c439277284eada59 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Updating the master version to 2.1.1pre.

4655c3de5f0348da25452ea64d80613bf919284e authored almost 11 years ago by Timmy Willison <[email protected]>
Release: Instantiate a zip archiver, run archivers async

de7702ac59889177b0dd622d3b5503004abf0258 authored almost 11 years ago by Timmy Willison <[email protected]>
Manipulation: Use textarea for missing IE defaultValue check

IE11 fixed the checkbox defaultValue issue but not textarea. Rather than
creating a new detect n...

a20494228d51c57c454ff9f10a4ba8bbdda0e49c authored almost 11 years ago by Dave Methvin <[email protected]>
Tests: fix Safari userAgent detection

3f3f458974fe0bdccfe9042c9503fd2d03e2f6ff authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Support: Add expected support results for Safari 7 & IE11

37d036a84cfcd39e3ca7723540c6a6791d58fc69 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Tests: Blacklist one effects test in Chrome 31

Chrome 31 reports incorrect offsetWidth on a table cell with fixed width.
This is fixed in Chrom...

c11becbb692f7707443eb2582543dfe96e8319e6 authored almost 11 years ago by Michał Gołębiowski <[email protected]>
Traversing: Check all pairwise element combinations for .find( els )

Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48
Fixes #14701

391c21b15d769fac1c37631b28c0226f57a59796 authored almost 11 years ago by Richard Gibson <[email protected]>
Tests: Fix code style issues

a2250b0f4c157745b8cd8ac1247c6084882c500f authored almost 11 years ago by Oleg <[email protected]>
Tests: Add assertion for the jQuery#val method

659ac9c155a9ecee03e635dde1661be7081322f3 authored almost 11 years ago by Oleg <[email protected]>
Attrs: Remove outdated valHook for option element

This hook was relevant for BlackBerry 4.7 which is no longer supported.

But this code path now ...

fdd78fad19ea3390cd96971cd29430e36378d137 authored almost 11 years ago by Oleg <[email protected]>
Tests: Remove one of the checks for memory leak

This check is redundant since jQuery.fragments object does not exist anymore

38c122a73a843a0d117d4f962cc94fda6f553086 authored almost 11 years ago by Oleg <[email protected]>
Sizzle: update committed dependencies

710d236ad1cf5824ec10a2278a425f78fac7e0de authored almost 11 years ago by Timmy Willison <[email protected]>
Selector: Update Sizzle

Fixes #14657

9ac88dea494b0b79d1e1d1d26f8d9f5eb670cf62 authored almost 11 years ago by Richard Gibson <[email protected]>
Authors: Update AUTHORS.txt and .mailmap

478cf3783b5d3fa142c532871b434a8210cee9ad authored almost 11 years ago by Dave Methvin <[email protected]>
Release: Publish to npm

Closes gh-1479

20ea8071b44c23e7915300eacc9ed958fbe4eaf5 authored almost 11 years ago by Jörn Zaefferer <[email protected]>
Tests: Remove html5 shiv

6bff3bf7d72383c1458004d4aae454b61caa400f authored about 11 years ago by Dave Methvin <[email protected]>
Intro: Pass window to intro if available, for browserify

Closes gh-1476

6de1d973a436282af7dfe3072924016c3cdc1984 authored about 11 years ago by Forbes Lindesay <[email protected]>
Build: Happy New Year! Thanks @marlonlandaverde

3118f58c465286d538404669d09026b882b2149e authored about 11 years ago by Dave Methvin <[email protected]>
Effects: First step() call should match :animated selector

Fixes #14623
Closes gh-1473

085814474e4a854d533b5ccbaef24c090081e0c4 authored about 11 years ago by Dave Methvin <[email protected]>
Docs: Link to the browser support page in CONTRIBUTING.md

Instead of duplicating the supported browsers matrix, just link to
the browser support page on j...

5801c3a29a3c9a0d43f36c1d844f7cc7c24b3376 authored about 11 years ago by Michał Gołębiowski <[email protected]>
README: Add jQuery environment notes

4d19306c7fe3e36dc5deba65b64a339baf2750e5 authored about 11 years ago by Timmy Willison <[email protected]>
Update grunt-bowercopy to 0.5.0

7d758aca355522f814aaa91e8199942b1f0d2e6c authored about 11 years ago by Timmy Willison <[email protected]>
Doc: Update links and simplify build instructions

e1a4329d78a5bae18d19fb94c1c3714ad45258ef authored about 11 years ago by Oleg <[email protected]>
traversing: Optimise .add by not using makeArray

Closes gh-1430

b39ee05b69336d5a6230287ab8bd48c48e5b206f authored about 11 years ago by Timo Tijhof <[email protected]>
Tests: Avoid use of QUnit.reset() in tests by splitting them

Fix #14040
Close gh-1457

537e9ced6164074c32df429bb1fa4c30361aa711 authored about 11 years ago by cjqed <[email protected]>
Release script: _tracMilestone -> tracMilestone

23db99440497fccbe9db8853a530d3d30d9320e4 authored about 11 years ago by Timmy Willison <[email protected]>
exports/global: Do not attach global variables for most CommonJS environments

For CommonJS environments where the global already has a document, it is expected
that if a glob...

e0fad093b63d2d197a9c59ccce8896d75a83c95e authored about 11 years ago by Timmy Willison <[email protected]>