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

Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png)

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

379a1370164ff6b0fc57e3b10e1867ae867e2850 authored almost 13 years ago
Updating the source version to 1.7.3pre

c68f4fe548fee5c8bb7cdc7ca2a2315d0433b6f8 authored almost 13 years ago
Tagging the 1.7.2 release.

754bda21cbc5c9044daf7f968fb9b4ffae39e334 authored almost 13 years ago
Fix #11469. Exclude margins from the negative property check.

07c8a9b2448f42ee940e7fc1351344eb372f7463 authored almost 13 years ago
Update release notes version.

f40c862d1ea6f818dc1600165fa271f3c398eef3 authored almost 13 years ago
Updating the source version to 1.7.2pre

d39f73583d904f0cc8fa3798989b04393b707237 authored almost 13 years ago
Tagging the 1.7.2rc1 release.

968e750673e9d1e16dfd4963e4fc934be488bdb0 authored almost 13 years ago
Revert "No more php/js logic duplication..." on a hunch.

TestSwarm hasn't been happy since this commit, and everyone deserves to be happy.

This reverts ...

8d94ed91e47f68f742b6c282c8de40eb5fa8e140 authored almost 13 years ago
Makes sure start is always called with default context and no arguments. Should stop FF from acting up. Hopefully, this ugly patch can be removed in the future.

ae138ac6d199163f48b31685d63d22832fc41ad2 authored almost 13 years ago
Prevents firefox from hanging on the test (could it be that firefox passes the delay to start?).

c5712a24bd6372761e4a8934bac5ac7d98a42191 authored almost 13 years ago
Makes parseXML act like parseJSON when given an empty or non-string input: now returns null rather than throwing an exception. Incidently fixes #10527. Unit tests added.

d30859eb6bd5af9aafa9db003e17835ff594d019 authored almost 13 years ago
Fixes #4624... 3 years later, people!

bd56456b1e886c7b03211212ac3c0a6a310b5cde authored almost 13 years ago
Fixes #11264 or rather seriously limits the risk of global ajaxSettings screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added.

d3fad51cad1f71bd20beba81b51552295721a5a5 authored almost 13 years ago
Fixes #11426: getting the responseText of an xhr should be tried/caught because of IE's inability to give access to binary data. Unit test added.

484cea1b5651d215a24d3a6827663a4e16a6a253 authored almost 13 years ago
Not testing his code properly makes Julian a silly coder.

014b2a57007c4fd2bc85397f83fe36eec88aa975 authored almost 13 years ago
No more php/js logic duplication. Ensures modules are still loaded separately when using "file:" protocol (makes debugging much easier, /kiss @rwaldron). Ensures test iframes will use the same jquery as specified in the main document. Known issue: chrome will cringe at cross-frame access using file: protocol, apparently chrome sees this as cross-domain... go figure.

318d47b730769f538dbc24800b9ad67ff8e73ea9 authored almost 13 years ago
Fix #11049. Let bubbling submit be cancellable in oldIE.

92a92be10f2c6eecc93e0def9001a2ef2852fde1 authored almost 13 years ago
Guard against exceptions when clearing safeChildNodes.

Supplements #11356 and fixes unit test failures in FF 3.6.

619f0d908a4227d4fd49971d7f9a5290eaffd72d authored almost 13 years ago
Add more delay to the "halfway" tests for non-focused cases.

When the browser window isn't visible, setTimeouts have 1-second granularity.

e529d91ccd00a75fcfa45a6aebaf8ecf0a9bac4b authored almost 13 years ago
Do not set boolean attributes to empty string on removal. Fixes #10870. +0 bytes compressed

d3320462df1253196e61b2daadc3cdfe1b4c3771 authored almost 13 years ago
Fix frequent Firefox failures -- force longer timeouts.

8013163a36be2e954344ad689e95a5773d61f1e9 authored almost 13 years ago
Followup for #7986 to fix a botched merge.

Okay, Jenkins, you were right this time.

935df49d77c9719b12e28b07e1c26bcf8a5ab6a7 authored almost 13 years ago
Fix #11217. WebKit clone() loses check if name follows checked attribute.

Please folks, hold your questions. We don't explain em, we just fix em.

92cd9990971a097b6639607b0d1172e9fe6d0dca authored almost 13 years ago
Fix #11316. Find valHooks first by element type, then by nodeName.

Reverses the previous search order.

2803a5e6f2704691fdd8ce4d34fe961d0192a0fb authored almost 13 years ago
Fix #11323. Consistently use rscriptType in jQuery.clean()

f0732c1e4138342c96e35ff51d5cd681b6cfdb94 authored almost 13 years ago
Fix #11356. Avoid hoarding elements in DocumentFragments.

1ff284d2cd67f2f4e7cd8b9577191ba80d521763 authored almost 13 years ago
Fix #3838, $(document).height() incorrect in IE6

May still be broken in Netscape Navigator 4.

5cae50e66e34c277412c01ccb1c24bd6a85d2d8a authored almost 13 years ago
Fixes #10828, .attr("coords") returns undefined in IE7

da02e190b5fa57d56a6561ac64209c36c64c4ecd authored almost 13 years ago
Fix #11415: Stop non-negative prop undershoot on animation.

This doesn't fix *all* of them (see the ticket for a supposedly complete list) but these were al...

56426261f0ee97d6d2f903d08b137a6f5f2c0916 authored almost 13 years ago
Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.

a52391aa1dcf3f28306e274e1b2d7f0affc4e725 authored almost 13 years ago
Fix #11337. Properly calculate $.support.reliableMarginRight.

1c35f3816a3b1be0855dcea8ab212af506e91f83 authored almost 13 years ago
Firefox stalls without longer delays.

Not really happy with this, but perhaps Jenkins will be.

52816619a9fb6c5d329541c75407cd05a4750f1c authored almost 13 years ago
Fix #11359: preserve contents for cloned scripts

dec2804c783003c13d356ed3fec664c3ac4b05ee authored almost 13 years ago
fixes #10693, generalizes the "test something in an iframe" code when a callback isn't needed

f36568324d1b68101cc6e8933b94db3bc8591fad authored almost 13 years ago
Fix #11370: .siblings() shouldn't throw exception on a detached element

a619cb3063c104aa5ec808e13d2c84af565eacc6 authored almost 13 years ago
fixes #10901, PHP required for unit tests, but still allow the tests to run

7226cf2800315e90b671db63f2b5f51150ad7e8e authored almost 13 years ago
Fix #10967: jQuery.fn.promise returns provided object

6c2b64dfa5e1d6f90c74f0f1719e9f11f52de7a4 authored about 13 years ago
Merge pull request #679 from rwldrn/fix-ws

Fix whitespace mismatch introduced in bf7a4df22a

a8dd45547cb32a6c5505e139ece70b71cfc97ee8 authored about 13 years ago
Fix whitespace mismatch introduced in bf7a4df22a

8db3fb13a536f69b8eb6c39962fac5af534376cc authored about 13 years ago
Easing: Only use the state to calculate the value. Fixes #11284 - Simplify easings to only rely on the state.

8618487c536f7128222e3d0fefca933cc3e94298 authored about 13 years ago
Fix #11291. Always clone XML docs with a genuine .cloneNode().

bf7a4df22abcea10cf8f97eb31b5fa989fb4daf5 authored about 13 years ago
Fix #11309. Recognize hexadecimal in data attributes.

96bb57d4ef49a0ab8f753108cc016fa215e237f4 authored about 13 years ago
Updating the source version to 1.7.2pre

974e4afbe2b69cdb7e90bf0e7058b6330003f21f authored about 13 years ago
Tagging the 1.7.2b1 release.

7a463c08139ce195883da6e8e847957de04b2bb9 authored about 13 years ago
Update README.md

8ce91e980682e899ac73d963ed72b4ac717289ca authored about 13 years ago
Merge pull request #663 from presbrey/patch-1

Fix prefilter comment typo.

8e4859f0c11503e65c39b4a849bf4e4dee300bba authored about 13 years ago
Fix #11257. Correct path to source files.

0944be058e0995d6da066587366fd9ab655764d2 authored about 13 years ago
Fixes #10952 by introducing a real fired flag in the Callbacks closure.

jQuery Size - compared to last make
250235 (+69) jquery.js
94225 (+7) jquery.min.js
...

eefead3d9629d68407600831a23c58a25163489e authored about 13 years ago
Adds unit test to exhibit #10952

6eba066573db377a0e565ac010346b6c9e718a04 authored about 13 years ago
too many undefs.

3f88249b44d30b079f0f7b4b0b85b936d86cd300 authored about 13 years ago
Fix #10878. Clear oldIE special change/submit flags on a clone.

c746f79cc024df41d9300f3b910a8a55b3c91c3e authored about 13 years ago
Fix #11076. If .clone() won't delegate, we must remediate.

Since `jQuery.event.add` can accept a handleObj there's no need to reiterate them as args, but w...

633ca9c1610c49dbb780e565f4f1202e1fe20fae authored about 13 years ago
fix prefilter comment typo

1326510324380aaab162331b2d271a986a634c48 authored about 13 years ago
Adds test to support Sizzle getText patch for document fragments. Fixes #10864.

499658970b2c9add7a7d175dffc8e263c3b7b50d authored about 13 years ago
Update qunit and sizzle

d700f458d7cb38bbd6b8c1a74f3c8af9d63947f7 authored about 13 years ago
Add unit tests for animation toggling from hide position. Supplements #10848.

4eef88cf6d7a72b33f1796e7405d559a2e0f506c authored about 13 years ago
When stopping a show, save showing end state instead of start state to fix animation toggling issue. Fixes #10848.

e8673ae1aafe16a8a7f855958f545c710bf8133e authored about 13 years ago
Add undef:true to JSHint now that it understands hoisting

also add smarttabs:true and fix some smarttabs spacing issues

135bb4ff812d9f97b961670ad9c4ed9d14f333bb authored about 13 years ago
Fix #8165: Ignore events bubbling through disabled elements.

Although #6911 fixed the case where event.target was disabled, it missed the case where the targ...

8d9025ca50603e5404c6b50f7fa6c87046ee24c1 authored about 13 years ago
fixes #11048: make sure support tests don't modify the layout of the body

2982abbb13454bd4bdf0299f1183fb0d8c02f02d authored about 13 years ago
Fix #11130: Don't neglect the data arg when event-map is passed.

c0da49ff37484764bd0f33fe40d1a5f83d0f39e8 authored about 13 years ago
Fix #10978: Let jQuery.param() accept non-native constructed objects.

d8289964788b6d5a31c2f89746c78079fb8a9869 authored about 13 years ago
Fix #10931: Make unit tests work without web access.

Applies https://github.com/gibson042/jquery/tree/10931 to
dd900460ac6f77be71ceb878bc2cd1465397...

6c8dd7e7d3a00133591d4f9c05c207900234e11e authored about 13 years ago
Fix #10006: Allow .show() to work on detached elements.

cc5e8e3866e5dac7eacda5927679573c8da79492 authored about 13 years ago
Adds 'bdi' and 'data' to shim list and test runner. Fixes #11055

d07116a9525f039d7a2a2e080f468d8ddbc283a7 authored about 13 years ago
Fix #11119: The curCSS function needs only 2 arguments

491d7e219b595f8f4be1087ec73c256e1849711e authored about 13 years ago
Fix #11145: Harden dispatch against a form-aliased "disabled" property

77de76b942bf6bde5cf17ddad15b03049c92e6be authored about 13 years ago
Improves handling of EOL whitespace error reporting

b6a2dfbeb9ff77aa7776fd3439ad431b1100c51b authored about 13 years ago
Fix #10902. DRY up the ways to include src files in tests.

dd900460ac6f77be71ceb878bc2cd1465397dc60 authored about 13 years ago
Reformat jshint errors to be readable; make post-compile.js write directly to jquery.min.js; update required Node version

f724bc6c921378b82d9d6fa17329b6451fbb7a51 authored about 13 years ago
Fix #11021. There should be no mangling of the "hover" namespace.

4534db196bf9475c79f74d6b62ebc866c27d06d9 authored about 13 years ago
Fix #10961. XRegExp's shimmed .exec() can't handle undefined.

There's no reason to call quickParse if selector is falsy, so it's a minor performance optimizat...

5798eab1240734e5d04a85acd628d007f4c93765 authored about 13 years ago
Fix #10984. Use origType when unbinding via the event object.

c584ce4f562536a282c6ccfd78d5d12080850517 authored about 13 years ago
Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. Fixes #10970.

2a63b980eda1cf4ec1c2f27749821785c78c65b6 authored about 13 years ago
When the width/height computed unit is not pixels, return that instead. Fixes #10782.

- Reordered some of css.js in preparation for jshint undef.

9bea2167c434d5b97643f53da16b04927dc02a7d authored about 13 years ago
Merge pull request #633 from rwldrn/contribute

Fix Contribution Guides list of links, hopefully easier to notice and read 0_o

605e4bb1e67975855cb212ce68941419fcf88cec authored about 13 years ago
Fix Contribution Guides list of links, hopefully easier to notice and read 0_o

b290b1fde003695dcfb3939be4db81084bb2750c authored about 13 years ago
Pull in sizzle updates for JSHint

ae28cfa12c8ccd359639271bb9b912d6ff2b72bf authored about 13 years ago
Fix #10753. Inline evalScript as it's only used in one place

07866a04ddcac0b912cd0a7e382fea8667b32d0e authored about 13 years ago
Two eq is not enough; three eq is more than we want for now.

We also don't need the lint alias.

e452ebd76dc0ee0e85c176bf4105e0afa77f9a34 authored about 13 years ago
Fix #10692. JSLint is dead! Long live JSHint!

Still needs this sizzle PR: https://github.com/jquery/sizzle/pull/82

98386cfd775fdfa7837ccbec173b04f1e6d57896 authored about 13 years ago
Fix #10858: CSS regexps recognize non-integer and explicit positive numbers.

d6500cc8ded8d3d02e19a3ab831b6b9cf43e82ae authored about 13 years ago
Fix #8498. Add cssHooks[prop].expand for use by animate().

8f5f1b2e6c0f7b8b6d66bfc06c7b169a9443c2b8 authored about 13 years ago
Fix #10639. Make percent-specified margins return px values in WebKit.

7f6a991313380b74d5fb18782fb6b99fd6c4a22d authored about 13 years ago
Precompute the parts array; clean up a JSLint complaint.

Followup to 6c2a501de40a5f6b3ad382e2d309e5a10fce04d0 for bug #5571.

2c75a993be712ceb5da4eee9810f562b90fd7e23 authored about 13 years ago
Fix #10796. Allow IE<9 to retrieve uncomputed styles.

6aa4095ed62e3e37dae4c39c00fb627a3b282307 authored about 13 years ago
Remove unnec .call( this... from one: function() {}. Fixes #10819

64df670a81e70fdece1049129523bb2ad1bc2858 authored about 13 years ago
Fix #10754. Have jQuery.swap() return the value of its callback.

2c1d2b1a4dc74c6487d9f5dd0ecafd34358163a1 authored about 13 years ago
Refine the jQuery.isWindow check.

0fcfac7568823a4eec4e5dd7b9bf527a8ec04f5c authored about 13 years ago
Fix #10466. jQuery.param() should treat object-wrapped primitives as primitives.

166b9d252a025009413eee1584dc364996dcb1c2 authored about 13 years ago
Fix #5571. Setters should treat `undefined` as a no-op and be chainable.

6c2a501de40a5f6b3ad382e2d309e5a10fce04d0 authored about 13 years ago
Updating the source version to 1.7.2pre

d511613d748a92af04a3f07943f34f9baadc4153 authored about 13 years ago
Tagging the 1.7.1 release.

255460e4836e86b86f48dd5b7d2a2cbf3f996de2 authored about 13 years ago
Revert "Landing pull request 581. Updates original patch by Orkel. Fixes #10006."

This reverts commit 299bc655c90cc89652417675f976ae1bfefc4d8b.

3586ea28a8303a8de9f7f94da9fe9c4272b3d8ec authored about 13 years ago
Ensure all elements are removed from 10006 test block

ca08d93b72d63d5c6d719f818f8f1ca401dc3cfe authored about 13 years ago
Update release notes version.

dff11c039215d0c4b1b27d631e9c7aaf30eb792e authored about 13 years ago
Landing pull request 581. Updates original patch by Orkel. Fixes #10006.

More Details:
- https://github.com/jquery/jquery/pull/581
- http://bugs.jquery.com/ticket/10006

299bc655c90cc89652417675f976ae1bfefc4d8b authored about 13 years ago
Landing pull request 611. Adds Contributing to jQuery Guidelines section to readme. Fixes #10611.

More Details:
- https://github.com/jquery/jquery/pull/611
- http://bugs.jquery.com/ticket/10611

65d3dc695540719d0a72ad0c790532aceea39c04 authored about 13 years ago
Fix #10844. Harden quickIs() against form-aliasing of the id property.

8cb065addc13a8042523b6db4bfd1d80a33c9a46 authored about 13 years ago
Remove rdigit now that it is no longer necessary

1eb1ad616069ab103ceecf48c48514f51dd5d5ac authored about 13 years ago