]>
source.dussan.org Git - jquery.git/log
Dave Methvin [Mon, 21 Apr 2014 20:58:37 +0000 (16:58 -0400)]
1.11.1-rc2
Richard Gibson [Fri, 18 Apr 2014 21:17:51 +0000 (17:17 -0400)]
Selector: Update Sizzle to 1.10.19
Fixes #14901
Fixes #14793
(cherry picked from commit
90b43de21296cf59af7dd37c49c1a9a4f8483f68 )
Michał Gołębiowski [Fri, 18 Apr 2014 00:07:17 +0000 (02:07 +0200)]
Css: Use only positive integers as values for widows/orphans
According to http://www.w3.org/TR/CSS2/page.html#propdef-orphans, widows
and orphans can take only positive integer values. Together with a Chrome 34
regression this caused the test to fail.
(cherry-picked from
def4841cfaf68e2ec156c554f8efa4aa64203f36 )
Fixes #15016
Closes gh-1563
Christian Kosmowski [Mon, 14 Apr 2014 14:00:42 +0000 (16:00 +0200)]
Dimensions: Reverse a check to avoid potential reflows
Fixes #14979
Closes gh-1560
(cherry picked from commit
1ca84214cc89d9e5f8af12b18b34426fc91b1b08 )
Conflicts:
AUTHORS.txt
Scott González [Thu, 17 Apr 2014 19:11:24 +0000 (15:11 -0400)]
Build: Update version from pre to -pre
Ref jquery/jquery-release#61
Closes gh-1562
Michał Gołębiowski [Tue, 15 Apr 2014 14:38:23 +0000 (16:38 +0200)]
Build: Remove Sizzle from run names passed to the testswarm task
(cherry-picked from
d0131da70ed0144c36af3494e2f843f62d740b1a )
Oleg Gaidarenko [Tue, 15 Apr 2014 14:08:18 +0000 (18:08 +0400)]
Build: Update jscsrc
* Update "grunt-jscs-checker" package
* Use ".jscsrc" file instead of old ".jscs.json"
* Use jquery preset instead of explicitly defining all the jscs rules
(Cherry-picked from
b7283d738ec4c2d9d87cb16c32a3209cab567ed1 commit)
Oleg Gaidarenko [Sat, 5 Apr 2014 14:16:09 +0000 (18:16 +0400)]
Tests: Comply the style guide
Oleg Gaidarenko [Fri, 4 Apr 2014 18:31:38 +0000 (22:31 +0400)]
Tests: Fix failing ajax tests in oldIE
Oleg Gaidarenko [Wed, 26 Feb 2014 23:33:15 +0000 (03:33 +0400)]
Tests: Remove unused variables
Oleg Gaidarenko [Wed, 26 Feb 2014 23:32:02 +0000 (03:32 +0400)]
Tests: Copy some Sizzle combinators tests
Oleg Gaidarenko [Wed, 26 Feb 2014 23:23:10 +0000 (03:23 +0400)]
Tests: Add more tests for Sizzle attributes
Oleg Gaidarenko [Wed, 26 Feb 2014 23:13:26 +0000 (03:13 +0400)]
Tests: Add test for selectors with commas
Oleg Gaidarenko [Wed, 26 Feb 2014 23:01:48 +0000 (03:01 +0400)]
Tests: Copy Sizzle.uniqueSort tests
Oleg Gaidarenko [Wed, 26 Feb 2014 23:01:07 +0000 (03:01 +0400)]
Tests: Copy Sizzle.contains tests
Oleg Gaidarenko [Mon, 24 Feb 2014 18:05:16 +0000 (22:05 +0400)]
Tests: Move some of the Sizzle tests to selector
Oleg Gaidarenko [Tue, 18 Feb 2014 17:50:42 +0000 (21:50 +0400)]
Tests: Improve jsonp tests
Since global variable for callback always would be equal to undefined value
it better to check for boolean instead
Oleg Gaidarenko [Tue, 18 Feb 2014 17:46:00 +0000 (21:46 +0400)]
Tests: Correct logic of a broken assertion
Oleg Gaidarenko [Tue, 18 Feb 2014 16:34:49 +0000 (20:34 +0400)]
Build: Add lint task
Oleg Gaidarenko [Tue, 18 Feb 2014 16:32:17 +0000 (20:32 +0400)]
Build: Use jscs to check test helpers
Also fix issues found by jscs
Conflicts:
test/data/testrunner.js
Oleg Gaidarenko [Tue, 18 Feb 2014 15:49:24 +0000 (19:49 +0400)]
Tests: Remove Sizzle intergration tests
Fixes #14818
Conflicts:
test/data/testrunner.js
Oleg Gaidarenko [Mon, 27 Jan 2014 19:26:27 +0000 (23:26 +0400)]
Tests: Simplify "testTimeout" option
Oleg Gaidarenko [Mon, 27 Jan 2014 19:32:46 +0000 (23:32 +0400)]
Tests: Remove QUnit start hook
Conflicts:
test/data/testrunner.js
Michał Gołębiowski [Tue, 15 Apr 2014 09:47:52 +0000 (11:47 +0200)]
Build: set default testswarm timeout to 15 minutes
We're not testing on IE6-7 anymore.
(cherry-picked from
a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c )
Michał Gołębiowski [Tue, 15 Apr 2014 09:34:02 +0000 (11:34 +0200)]
Build: use browserSets from config file; allow to override
(cherry-picked from
7869891a97eae93699cc239274e73e53daedf781 )
Jörn Zaefferer [Tue, 1 Apr 2014 14:37:57 +0000 (16:37 +0200)]
Build: Set npmTags and use exec properly
Michał Gołębiowski [Fri, 4 Apr 2014 09:38:15 +0000 (11:38 +0200)]
Build: change .gitattributes; use system line ends for non-JS files
(cherry-picked from
99d735ab4662f45c3b65ea1200fa0d3e2b671111 )
Michał Gołębiowski [Mon, 31 Mar 2014 21:07:24 +0000 (23:07 +0200)]
Support: Add Android support tests results
Richard Gibson [Mon, 24 Mar 2014 16:36:15 +0000 (12:36 -0400)]
Effects: Fix inline element animations
Ref
80cf965e02e71dc1b11bf8c1b3d216b9ab4e99ac
Ref #14848
Scott González [Tue, 18 Mar 2014 15:48:21 +0000 (11:48 -0400)]
Build: Update release script for new jquery-release API
Closes gh-1544
(cherry picked from commit
5265cdac3d84b7bb4f8013ef10adaa5a9968fb1c )
Michał Gołębiowski [Sun, 26 Jan 2014 01:55:57 +0000 (02:55 +0100)]
Css: change boxSizingReliable in IE<9.
Change boxSizingReliable test value to false in all IE versions.
Modify support comments to argument getComputedStyle guards
with oldIE support and not node.js which is not supported in 1.x.
Closes gh-1498
Michał Gołębiowski [Tue, 18 Mar 2014 22:02:49 +0000 (23:02 +0100)]
Event: Remove redundant fallback to getPreventDefault()
Android 2.3 is happy with returnValue already used for oldIE;
the getPreventDefault() fallback is not needed.
Closes gh-1546
Richard Gibson [Thu, 20 Mar 2014 07:39:36 +0000 (03:39 -0400)]
Effects: Don't overwrite display:none when .hide()ing hidden elements
Fixes #14848
Closes gh-1548
(cherry picked from commit
890d441aa5d319e49951ba6f0ec719cd4cb96759 )
Conflicts:
src/effects.js
Oleg Gaidarenko [Wed, 5 Feb 2014 05:54:15 +0000 (09:54 +0400)]
CSS: jQuery#hide should always save display value
Fixes #14750
Closes gh-1509
(cherry picked from commit
5a8f76933288396b915800a18240aa17d3414201 )
Conflicts:
src/css.js
John Hoven [Thu, 6 Mar 2014 19:56:09 +0000 (13:56 -0600)]
Attributes: Trim whitespace from option text when returned as a value
Fixes #14858
Ref #14686
Closes gh-1531
Rodrigo Rosenfeld Rosas [Tue, 28 Jan 2014 17:19:25 +0000 (15:19 -0200)]
CSS: window.getDefaultComputedStyle may return null
Fixes #14736
Closes gh-1501
(cherry picked from commit
51910ba8a5aff4cd1a811f1fdb76a6c62a09a666 )
Benjy Cui [Tue, 18 Mar 2014 09:15:58 +0000 (17:15 +0800)]
Core: Fix comments for .get() method
Closes gh-1547
(cherry picked from commit
ca0086b55a158d8a4347f94254878d6dc5dd90ed )
Dave Methvin [Thu, 20 Mar 2014 13:00:22 +0000 (09:00 -0400)]
Tests: Remove obsolete speed directory
Closes gh-1551
(cherry picked from commit
9ad6e7e93e62a27e6ef803fbf46623bca732750f )
Conflicts:
speed/event.html
speed/slice.vs.concat.html
Jörn Zaefferer [Fri, 21 Feb 2014 11:53:36 +0000 (12:53 +0100)]
Build: Add commitplease for commit msg checking
Closes gh-1523
(cherry picked from commit
176a2913260b4ec890118137ccc9a290064a59be )
Conflicts:
package.json
Michał Gołębiowski [Wed, 19 Mar 2014 01:29:04 +0000 (02:29 +0100)]
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 case of starving the PHP FPM process pool, one has to wait
for only half a minute to try again.
(cherry-picked from
a10aa3aac5223c250327d00c500ceb9c7a18b7f9 )
Michał Gołębiowski [Tue, 18 Mar 2014 20:00:42 +0000 (21:00 +0100)]
Event: Don't test stopImmediatePropagation in Android 2.3
Android 2.3 doesn't support stopImmediatePropagation; jQuery fallbacks
to stopPropagation in such a case.
Michał Gołębiowski [Tue, 18 Mar 2014 15:50:04 +0000 (16:50 +0100)]
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 the PHP FPM process pool.
(cherry-picked from
b5074944b0b27f50ffe2ca9f96348b8d0cd5c82c )
Michał Gołębiowski [Tue, 18 Mar 2014 10:55:06 +0000 (11:55 +0100)]
Build: Change the timeout for the weekly job from 4h to 1h
(cherry-picked from
c1e9bb9e61a79a1d0c4300cc31eac7ff61107085 )
Michał Gołębiowski [Mon, 17 Mar 2014 17:13:00 +0000 (18:13 +0100)]
Core: Blacklist the ready test on async-loaded jQuery in iOS7
(cherry-picked from
551578eb3676f67cccd8a91a582c2225bc970cac )
Fixes #14882
Dave Methvin [Sun, 16 Mar 2014 14:46:57 +0000 (10:46 -0400)]
Event: Unit test for #14741 fix
Fixes #14741
Closes gh-1503
(cherry picked from commit
472f70a9df75c289393d6618c36257a04f9cb902 )
louisremi [Thu, 30 Jan 2014 15:07:06 +0000 (16:07 +0100)]
Event: Treat Pointer events like mouse events, #14741
Ref #14741
Ref gh-1503
(cherry picked from commit
e06f428f6ed99e0fafb2e21c456eafc570e3e5ba )
Dave Methvin [Thu, 13 Mar 2014 18:16:52 +0000 (11:16 -0700)]
Readme: Fix subsection titles and grammar, thanks @robgraeber
Fixes gh-1540
(cherry picked from commit
44247b1cf2f4e76e8153f8cbac69dcfd5b2eacd4 )
Michał Gołębiowski [Sun, 16 Mar 2014 03:09:12 +0000 (04:09 +0100)]
Build: Refactor testswarm Grunt task options
Add a possibility to specify the project name. Infer browserSets & timeout
out of it instead of defining it in the Jenkins configuration.
(cherry-picked from
aa951a3184fc02551bfcb8381cdac28298432419 )
Roman Rei_ [Mon, 10 Mar 2014 18:30:22 +0000 (19:30 +0100)]
CSS: Add flex-grow and flex-shrink to cssNumber
Fixes #14888
Closes gh-1536
(cherry picked from commit
c29e9c4db18738f7bfeb6b4a8019121a9079beb6 )
Leonardo Balter [Wed, 22 Jan 2014 03:47:54 +0000 (01:47 -0200)]
Readme: updating QUnit information
updates QUnit reference site and method naming.
Closes gh-1493
(cherry picked from commit
594687abdcd8427df1face9466ebff7f04b36fc6 )
S. Andrew Sheppard [Thu, 9 Jan 2014 21:27:18 +0000 (15:27 -0600)]
AMD: Note on AMD best practices
Fixes #14687
Closes gh-1478
(cherry picked from commit
19220c0f29fa60d80a2beb76f048ffc8b972ba35 )
Conflicts:
AUTHORS.txt
Michał Gołębiowski [Thu, 13 Mar 2014 02:26:27 +0000 (03:26 +0100)]
Core: Bump timeouts to stabilize doc ready test
The "document ready when jQuery loaded asynchronously" test fails all the time
in iOS7 and sometimes in other browsers. Bumping the timeouts *might* help
these other browsers to be less flakey here.
(cherry-picked from
854d242db457e3191e3ca1f2a366f6c981a12fbc )
Dave Methvin [Thu, 6 Mar 2014 03:46:23 +0000 (22:46 -0500)]
Event: Call underlying stopImmediatePropagation when present
Fixes #13997
(cherry picked from commit
6a89db86ed817f6a7498076e2a06b90f9fce0831 )
Michał Gołębiowski [Thu, 13 Mar 2014 01:18:29 +0000 (02:18 +0100)]
Core: Add test for jQuery.ready.promise fallback load
Fix #13655
Close gh-1209
Ref
32b066d3805a48f8c8312562ed52a1b5910b1d85
Michał Gołębiowski [Thu, 13 Mar 2014 00:48:35 +0000 (01:48 +0100)]
Support: Make the support matrix for iOS 6 match iOS 7 as well
(cherry-picked from
26ce21786252981563e49e91a85b3e0bfa16c3e3 )
Jörn Zaefferer [Wed, 12 Mar 2014 10:08:16 +0000 (11:08 +0100)]
Build: Fix testswarm task, use API correctly
(cherry-picked from
22c515c6717efe46685b43215208aa4e5648fbc8 )
Michał Gołębiowski [Tue, 11 Mar 2014 20:12:39 +0000 (21:12 +0100)]
Build: Allow to specify timeout in the testswarm task
(cherry-picked from
a81dbc4ed82bc38b1ac5f6a8242e044232ea1594 )
Michał Gołębiowski [Mon, 10 Mar 2014 19:37:11 +0000 (20:37 +0100)]
Build: Make it possible to change browserSets in the testswarm task
(cherry-picked from
14872941f9de78e7436e58ac1f03a4b2d5aa34e8 )
Michał Gołębiowski [Mon, 10 Mar 2014 18:53:50 +0000 (19:53 +0100)]
Css: Fix tests
It's not easy to find a CSS property that is implemented even in
ancient browsers and that returns a consistent result among browsers
when passed through .css(). color didn't work since Firefox normalizes
it an empty value to rgb(0, 0, 0).
(cherry-picked from
0c12cb3910c446960a274fb0eab11b8830bed71f )
Michał Gołębiowski [Tue, 4 Mar 2014 22:49:09 +0000 (23:49 +0100)]
Support: Simplify the box-sizing test
Don't require body in the support.boxSizing test.
Michał Gołębiowski [Sun, 9 Mar 2014 23:59:14 +0000 (00:59 +0100)]
Css: Revert
24e587929f62428e1959b10aace6dc4fd65ab397
The workaround to be able to change !important styles broke the browser
keeping the old CSS value if the new one was rejected. Patching it would
involve a significant perf hit (~33%) so the initial patch needs to be
reverted instead.
Tests by m_gol & gibson042.
(cherry-picked from
10e654218a65ec9a0ffc875137cea945389c69f1 )
Fixes #14836
Closes gh-1532
Michał Gołębiowski [Mon, 10 Mar 2014 14:03:03 +0000 (15:03 +0100)]
Ajax, Effects: Disable Chrome 31 workarounds
Timmy Willison [Fri, 7 Mar 2014 14:55:26 +0000 (09:55 -0500)]
Build: Fix AMD option for custom builds
Fixes #14859
Dave Methvin [Wed, 5 Mar 2014 02:44:57 +0000 (21:44 -0500)]
Ajax: Use two-arg form of .slice() for old IE
Followup to
a4b9bc57 , #14773
Dave Methvin [Tue, 4 Mar 2014 03:04:23 +0000 (22:04 -0500)]
Core: Do not run window.onready when ready
Fixes #14802
(cherry picked from commit
2df1aad6a1c9376c2a477eba26ee992113ed1c23 )
Dave Methvin [Tue, 4 Mar 2014 01:55:30 +0000 (20:55 -0500)]
CSS: Return values should be numbers
Fixes #14792
(cherry picked from commit
f4b37d89820535d6c7503925aa8872645681a865 )
Dave Methvin [Tue, 4 Mar 2014 03:43:51 +0000 (22:43 -0500)]
Event: Allow triggerHandler(beforeunload)
Fixes #14791
(cherry picked from commit
06adf7c95d93507908181995a9ea15fe2729595a )
Conflicts:
src/event.js
Dave Methvin [Tue, 4 Mar 2014 02:37:56 +0000 (21:37 -0500)]
Ajax: .load() should trim its selector
Fixes #14773
(cherry picked from commit
3a68c114e3a30af86dc261c9d62ce2ae4144d420 )
Conflicts:
src/ajax/load.js
Dave Methvin [Tue, 4 Mar 2014 03:18:50 +0000 (22:18 -0500)]
Core: Arrays like [42] should fail .isNumeric()
Fixes #14179
(cherry picked from commit
10efa1f5b44046aab6bcc8423322a41923faa290 )
Michał Gołębiowski [Tue, 4 Mar 2014 22:15:12 +0000 (23:15 +0100)]
Core: Remove native String#trim usage to save size
(cherry-picked from
279913c71b63da721fa2f118cdce150effbf773e )
Fixes #14794
Richard Gibson [Fri, 14 Feb 2014 17:21:03 +0000 (09:21 -0800)]
Support: Reduce size via code consolidation and minification awareness
Ref
badcd1b6f301e6253405f17759c1270549a34e12
Closes gh-1518
Timmy Willison [Wed, 19 Feb 2014 22:57:34 +0000 (17:57 -0500)]
Bower: stop ignoring yourself, bower
Ref #14798
Ref gh-1516
Ref gh-1338
Timmy Willison [Wed, 19 Feb 2014 22:25:00 +0000 (17:25 -0500)]
Bower: add main property, move Sizzle to devDependencies, add license property
Fixes #14798
Close gh-1516
Ref gh-1338
Conflicts:
bower.json
Michał Gołębiowski [Fri, 14 Feb 2014 00:13:15 +0000 (16:13 -0800)]
Effects: Don't check fill-opacity in Android 2.3, it's not supported
(cherry-picked from
70ac4485f30633074696fa28ca29b0325459f228 )
Michał Gołębiowski [Fri, 14 Feb 2014 00:01:43 +0000 (16:01 -0800)]
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 event. This commit blacklists the test there as well.
(cherry-picked from
6d2ab64df7bdda087e79deaa53db969fa6f2cd92 )
Michał Gołębiowski [Fri, 14 Feb 2014 00:01:09 +0000 (16:01 -0800)]
Css: Don't check fill-opacity in Android 2.3, it's not supported
(cherry-picked from
de75b3cc626829c3478a8a6d59dddc948d348b41 )
Richard Gibson [Thu, 13 Feb 2014 22:51:57 +0000 (14:51 -0800)]
Support: Skip style-based tests when element.style is undefined
Fixes #14785
Ref #13754
Ref
badcd1b6f301e6253405f17759c1270549a34e12
Michał Gołębiowski [Thu, 13 Feb 2014 22:49:40 +0000 (14:49 -0800)]
Core: Correct support comments for String.prototype.trim
Michał Gołębiowski [Wed, 12 Feb 2014 23:40:56 +0000 (15:40 -0800)]
Docs: Remove the note about consequences of excluding Sizzle from README
Michał Gołębiowski [Wed, 5 Feb 2014 14:59:38 +0000 (15:59 +0100)]
Docs: Add support comments for prefixed box-sizing
Michał Gołębiowski [Wed, 5 Feb 2014 14:47:03 +0000 (15:47 +0100)]
Build: Upgrade QUnit to 1.14.0
(cherry-picked from
95b21c6ec2790d0d051cdfe95d73148d7c385d68 )
Michał Gołębiowski [Wed, 5 Feb 2014 14:10:22 +0000 (15:10 +0100)]
Selector: update Sizzle
(cherry-picked from
a74ad04bc9c4c7203303b2547e94f1cc53c2a460 )
Michał Gołębiowski [Sun, 2 Feb 2014 21:17:23 +0000 (22:17 +0100)]
Build: Switch to explicit dependencies versions in bower.json
(cherry-picked from
cd4e25e991898bf07ce82fe4ab3d60c32b4a5fc9 )
Michał Gołębiowski [Mon, 27 Jan 2014 21:02:30 +0000 (22:02 +0100)]
Build: Specify browserSets for TestSwarm directly
Michał Gołębiowski [Mon, 27 Jan 2014 20:26:06 +0000 (21:26 +0100)]
Support: Add iOS6 support tests results
Michał Gołębiowski [Mon, 27 Jan 2014 18:10:18 +0000 (19:10 +0100)]
Css: Document reliableMarginRight is needed for Android 2.3
Michał Gołębiowski [Mon, 27 Jan 2014 17:55:53 +0000 (18:55 +0100)]
Tests: Blacklist beforeunload test in iOS
iOS has the window.onbeforeunload field but doesn't support the beforeunload
handler making it impossible to feature-detect the support.
(cherry-picked from
988d99ad278c2c9dc16c68f86bddc4df99dcd928 )
Fixes #14717
Closes gh-1496
Michał Gołębiowski [Sun, 26 Jan 2014 03:02:20 +0000 (04:02 +0100)]
Build: Remove obsolete UglifyJS workaround
(cherry-picked from
d41fc68d9b89d39f8c71ae9f810b72798ff3e9ac )
Michał Gołębiowski [Sun, 26 Jan 2014 03:01:57 +0000 (04:01 +0100)]
Build: Upgrade npm devDependencies
(cherry-picked from
d63243d085c797e53a965620c439277284eada59 )
Michał Gołębiowski [Sun, 26 Jan 2014 01:49:05 +0000 (02:49 +0100)]
Css: Fix the reliableMarginRight test in oldIE.
This fixes an error introduced by the previous commit.
Michał Gołębiowski [Sun, 26 Jan 2014 01:07:35 +0000 (02:07 +0100)]
Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywil
Fixes #14731
Timmy Willison [Thu, 23 Jan 2014 21:07:07 +0000 (16:07 -0500)]
Updating the 1.x-master version to 1.11.1pre.
Timmy Willison [Thu, 23 Jan 2014 20:45:23 +0000 (15:45 -0500)]
Release: Instantiate a zip archiver, run archivers async
Dave Methvin [Wed, 22 Jan 2014 23:51:20 +0000 (15:51 -0800)]
Manipulation: Use textarea for missing IE defaultValue check
IE11 fixed the checkbox defaultValue issue but not textarea. Rather than
creating a new detect name I'm reusing the old one to protect anyone who
is unwisely using this externally. Re-fixing the defaultValue when it
doesn't need to be done is not a problem, so leave that code for IE11.
Fixes #14716
Closes gh-1495
Michał Gołębiowski [Wed, 22 Jan 2014 21:33:22 +0000 (22:33 +0100)]
Tests: Fix appendChecked support value for Safari 5.1
Michał Gołębiowski [Wed, 22 Jan 2014 20:49:53 +0000 (21:49 +0100)]
Tests: fix Safari userAgent detection
(cherry-picked from
3f3f458974fe0bdccfe9042c9503fd2d03e2f6ff )
Michał Gołębiowski [Wed, 22 Jan 2014 20:35:31 +0000 (21:35 +0100)]
Support: Add expected support results for Safari 7 & IE11
Michał Gołębiowski [Tue, 21 Jan 2014 11:02:09 +0000 (12:02 +0100)]
Tests: Blacklist one effects test in Chrome 31
Chrome 31 reports incorrect offsetWidth on a table cell with fixed width.
This is fixed in Chrome 32 so let’s just skip the failing test in Chrome 31.
See https://code.google.com/p/chromium/issues/detail?id=290399
(cherry-picked from
c11becbb692f7707443eb2582543dfe96e8319e6 )
Richard Gibson [Fri, 17 Jan 2014 05:38:56 +0000 (00:38 -0500)]
Traversing: Check all pairwise element combinations for .find( els )
(cherry picked from commit
391c21b15d769fac1c37631b28c0226f57a59796 )
Ref
b8d0d54a3c4960794a1b492957abeb56eddd1e48
Fixes #14701
Oleg [Thu, 16 Jan 2014 20:25:51 +0000 (00:25 +0400)]
Docs: Update authors file