Skip to content

Commit 3967814

Browse files
committed
jQuery UI 1.11.2
1 parent 39890e8 commit 3967814

File tree

592 files changed

+1423
-957
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

592 files changed

+1423
-957
lines changed

AUTHORS.txt

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Mario Visic <[email protected]>
8888
Xavi Ramirez <[email protected]>
8989
Max Schnur <[email protected]>
9090
Saji Nediyanchath <[email protected]>
91-
Corey Frang <[email protected]>
91+
Corey Frang <[email protected]>
9292
Aaron Peterson <[email protected]>
9393
Ivan Peters <[email protected]>
9494
Mohamed Cherif Bouchelaghem <[email protected]>
@@ -172,7 +172,7 @@ Justin Domnitz <[email protected]>
172172
Douglas Cerna <[email protected]>
173173
Bert ter Heide <[email protected]>
174174
Jasvir Nagra <[email protected]>
175-
Petr Hromadko <yuriy@tokyoscale.com>
175+
Yuriy Khabarov <13real008@gmail.com>
176176
Harri Kilpiö <[email protected]>
177177
Lado Lomidze <[email protected]>
178178
Amir E. Aharoni <[email protected]>
@@ -227,11 +227,11 @@ Fabrício Matté <[email protected]>
227227
Viktor Kojouharov <[email protected]>
228228
Pawel Maruszczyk (http://hrabstwo.net)
229229
Pavel Selitskas <[email protected]>
230-
Bjørn Johansen <bjorn.johansen@metronet.no>
230+
Bjørn Johansen <post@bjornjohansen.no>
231231
Matthieu Penant <[email protected]>
232232
Dominic Barnes <[email protected]>
233233
David Sullivan <[email protected]>
234-
Thomas Jaggi <thomas[email protected]>
234+
Thomas Jaggi <thomas@responsive.ch>
235235
Vahid Sohrabloo <[email protected]>
236236
Travis Carden <[email protected]>
237237
Bruno M. Custódio <[email protected]>
@@ -243,18 +243,42 @@ Woody Gilk <[email protected]>
243243
Zbigniew Motyka <[email protected]>
244244
Suhail Alkowaileet <[email protected]>
245245
Toshi MARUYAMA <[email protected]>
246+
David Hansen <[email protected]>
247+
Brian Grinstead <[email protected]>
246248
Christian Klammer <[email protected]>
247249
Steven Luscher <[email protected]>
248250
Gan Eng Chin <[email protected]>
251+
Gabriel Schulhof <[email protected]>
252+
Alexander Schmitz <[email protected]>
249253
Vilhjálmur Skúlason <[email protected]>
250254
Siebrand Mazeland <[email protected]>
251255
Mohsen Ekhtiari <[email protected]>
256+
Pere Orga <[email protected]>
252257
Jasper de Groot <[email protected]>
258+
Stephane Deschamps <[email protected]>
253259
Jyoti Deka <[email protected]>
254260
Andrei Picus <[email protected]>
255261
Ondrej Novy <[email protected]>
256262
Jacob McCutcheon <[email protected]>
257-
Monika Piotrowicz <monika@shopify.com>
263+
Monika Piotrowicz <monika.piotrowicz@gmail.com>
258264
Imants Horsts <[email protected]>
259265
Eric Dahl <[email protected]>
266+
Dave Stein <[email protected]>
267+
Dylan Barrell <[email protected]>
268+
Daniel DeGroff <[email protected]>
269+
Michael Wiencek <[email protected]>
260270
Thomas Meyer <[email protected]>
271+
Ruslan Yakhyaev <[email protected]>
272+
Brian J. Dowling <[email protected]>
273+
Ben Higgins <[email protected]>
274+
Yermo Lamers <[email protected]>
275+
Patrick Stapleton <[email protected]>
276+
Trisha Crowley <[email protected]>
277+
Usman Akeju <[email protected]>
278+
Rodrigo Menezes <[email protected]>
279+
Jacques Perrault <[email protected]>
280+
Frederik Elvhage <[email protected]>
281+
Will Holley <[email protected]>
282+
Uri Gilad <[email protected]>
283+
Richard Gibson <[email protected]>
284+
Simen Bekkhus <[email protected]>

MIT-LICENSE.txt renamed to LICENSE.txt

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
Copyright 2013 jQuery Foundation and other contributors,
2-
http://jqueryui.com/
1+
Copyright 2007, 2014 jQuery Foundation and other contributors,
2+
https://jquery.org/
33

44
This software consists of voluntary contributions made by many
5-
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
6-
contribution history, see the revision history and logs, available
7-
at http://jquery-ui.googlecode.com/svn/
5+
individuals. For exact contribution history, see the revision history
6+
available at https://github.com/jquery/jquery-ui
7+
8+
The following license applies to all parts of this software except as
9+
documented below:
10+
11+
====
812

913
Permission is hereby granted, free of charge, to any person obtaining
1014
a copy of this software and associated documentation files (the
@@ -24,3 +28,17 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2428
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2529
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2630
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31+
32+
====
33+
34+
Copyright and related rights for sample code are waived via CC0. Sample
35+
code is defined as all source code contained within the demos directory.
36+
37+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
38+
39+
====
40+
41+
All files located in the node_modules and external directories are
42+
externally maintained libraries used by this software which have their
43+
own licenses; we recommend you read them, as their terms may differ from
44+
the terms above.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-ui",
3-
"version": "1.11.1",
3+
"version": "1.11.2",
44
"main": [
55
"jquery-ui.js"
66
],

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-ui",
33
"repo": "components/jqueryui",
4-
"version": "1.11.1",
4+
"version": "1.11.2",
55
"license": "MIT",
66
"scripts": [
77
"jquery-ui.js"

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
55
"license": "MIT",
66
"require": {
7-
"components/jquery": ">=1.8"
7+
"components/jquery": ">=1.6"
88
},
99
"authors": [
1010
{
@@ -40,6 +40,11 @@
4040
"name": "TJ VanToll",
4141
"email": "[email protected]",
4242
"homepage": "http://tjvantoll.com"
43+
},
44+
{
45+
"name": "Felix Nagel",
46+
"email": "[email protected]",
47+
"homepage": "http://www.felixnagel.com"
4348
}
4449
],
4550
"extra": {

0 commit comments

Comments
 (0)