Skip to content

Commit 4966aea

Browse files
authored
Docs: Change a few most common domains from HTTP to HTTPS
Also, update a few stale URLs to what they redirect now to. Closes gh-2244
1 parent 2889591 commit 4966aea

Some content is hidden

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

90 files changed

+301
-301
lines changed

AUTHORS.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Authors ordered by first contribution
2-
A list of current team members is available at http://jqueryui.com/about
2+
A list of current team members is available at https://jqueryui.com/about
33

44
Paul Bakaus <[email protected]>
55
Richard Worth <[email protected]>
@@ -42,7 +42,7 @@ Adam Sontag <[email protected]>
4242
Carl Fürstenberg <[email protected]>
4343
Kevin Dalman <[email protected]>
4444
Alberto Fernández Capel <[email protected]>
45-
Jacek Jędrzejewski (http://jacek.jedrzejewski.name)
45+
Jacek Jędrzejewski (https://jacek.jedrzejewski.name)
4646
Ting Kuei <[email protected]>
4747
Samuel Cormier-Iijima <[email protected]>
4848
Jon Palmer <[email protected]>

CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Contributing to jQuery UI
22

3-
Welcome! Thanks for your interest in contributing to jQuery UI. Most of our information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code).
3+
Welcome! Thanks for your interest in contributing to jQuery UI. Most of our information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](https://contribute.jquery.org/code).
44

5-
You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).
5+
You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).
66

7-
You can find us on [IRC](http://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/). For other forms of discussion and support, please see the [jQuery UI support center](http://jqueryui.com/support/).
7+
You can find us on [IRC](https://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/). For other forms of discussion and support, please see the [jQuery UI support center](https://jqueryui.com/support/).
88

99
## Getting Involved
1010

1111
There are a number of ways to get involved with the development of jQuery UI. Even if you've never contributed code to an Open Source project before, we're always looking for help identifying bugs, writing and reducing test cases and documentation.
1212

13-
This is the best way to contribute to jQuery UI. Please read through the full guide detailing [How to Report Bugs](http://contribute.jquery.org/bug-reports/).
13+
This is the best way to contribute to jQuery UI. Please read through the full guide detailing [How to Report Bugs](https://contribute.jquery.org/bug-reports/).
1414

1515
## Tips for Getting Started
1616

@@ -27,7 +27,7 @@ The tests can run in any local web server. Ideally you should test your patch in
2727

2828
### Environment: Getting the Source
2929

30-
* Create a fork of the jQuery UI repo on GitHub at http://github.com/jquery/jquery-ui. This will create a fork of jquery-ui in your Github account.
30+
* Create a fork of the jQuery UI repo on GitHub at https://github.com/jquery/jquery-ui. This will create a fork of jquery-ui in your Github account.
3131
* You may want to clone jquery-ui under the path to your web server. If so, change to the required directory
3232

3333
```bash
@@ -59,7 +59,7 @@ git pull upstream main
5959

6060
jQuery UI uses Node.js to automate the building and validation of source code. Here is how to set that up:
6161

62-
* Get [Node.js](http://nodejs.org/) (includes NPM, necessary for the next step)
62+
* Get [Node.js](https://nodejs.org/) (includes NPM, necessary for the next step)
6363
* Install local Node.js modules
6464

6565
```bash
@@ -69,10 +69,10 @@ npm install
6969
The tests require a local web server and the samples contain some PHP, so a PHP web server may be useful.
7070

7171
* Install a web server. Here are some you could use:
72-
* Windows: [WAMP download](http://www.wampserver.com/en/)
73-
* Mac: [MAMP download](http://www.mamp.info/en/index.html)
72+
* Windows: [WAMP download](https://www.wampserver.com/en/)
73+
* Mac: [MAMP download](https://www.mamp.info/en/mac/)
7474
* Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation)
75-
* [Mongoose (most platforms)](http://code.google.com/p/mongoose/)
75+
* [Mongoose (most platforms)](https://code.google.com/archive/p/mongoose/)
7676
* [http-server](https://www.npmjs.com/package/http-server)
7777

7878
### Running the Tests
@@ -85,4 +85,4 @@ npm test
8585

8686
To run the tests for a specific plugin in your browser, open the appropriate file from the `/tests/unit/` directory, for example: `http://localhost/tests/unit/accordion/accordion.html`. The domain will be dependent on your local server configuration; if there is a port, be sure to include it.
8787

88-
Ideally you would test in all of our [supported browsers](http://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok.
88+
Ideally you would test in all of our [supported browsers](https://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok.

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ grunt.registerTask( "update-authors", function() {
473473

474474
authors = authors.map( function( author ) {
475475
if ( author.match( /^Jacek Jędrzejewski </ ) ) {
476-
return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
476+
return "Jacek Jędrzejewski (https://jacek.jedrzejewski.name)";
477477
} else if ( author.match( /^Pawel Maruszczyk </ ) ) {
478478
return "Pawel Maruszczyk (http://hrabstwo.net)";
479479
} else {
@@ -483,7 +483,7 @@ grunt.registerTask( "update-authors", function() {
483483

484484
grunt.file.write( "AUTHORS.txt",
485485
"Authors ordered by first contribution\n" +
486-
"A list of current team members is available at http://jqueryui.com/about\n\n" +
486+
"A list of current team members is available at https://jqueryui.com/about\n\n" +
487487
authors.join( "\n" ) + "\n" );
488488
done();
489489
} );

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# [jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web
1+
# [jQuery UI](https://jqueryui.com/) - Interactions and Widgets for the web
22

33
_**Note:** jQuery UI is in maintenance-only mode. Please read [the project status blog post](https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/) for more information._
44

55
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. 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.
66

7-
If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started, [jqueryui.com/demos/](http://jqueryui.com/demos/) for demos, [api.jqueryui.com](http://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.
7+
If you want to use jQuery UI, go to [jqueryui.com](https://jqueryui.com) to get started, [jqueryui.com/demos/](https://jqueryui.com/demos/) for demos, [api.jqueryui.com](https://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](https://forum.jquery.com/using-jquery-ui) for discussions and questions.
88

9-
If you want to report a bug/issue, please visit [the GitHub issues page](https://github.com/jquery/jquery-ui/issues). Archive of older bug reports is kept for historical reasons in read-only mode at [bugs.jqueryui.com](http://bugs.jqueryui.com). If any of them still matters to you, please open a bug about it on GitHub, linking to the legacy [bugs.jqueryui.com](http://bugs.jqueryui.com) issue for context.
9+
If you want to report a bug/issue, please visit [the GitHub issues page](https://github.com/jquery/jquery-ui/issues). Archive of older bug reports is kept for historical reasons in read-only mode at [bugs.jqueryui.com](https://bugs.jqueryui.com). If any of them still matters to you, please open a bug about it on GitHub, linking to the legacy [bugs.jqueryui.com](https://bugs.jqueryui.com) issue for context.
1010

1111
If you are interested in helping develop jQuery UI, you are in the right place.
12-
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](http://irc.jquery.org/).
12+
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](https://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](https://irc.jquery.org/).
1313

1414

1515
## For Contributors
1616

1717
If you want to help and provide a patch for a bugfix or new feature, please take
18-
a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved).
19-
In particular check out the [Coding standards](http://wiki.jqueryui.com/w/page/12137737/Coding-standards)
20-
and [Commit Message Style Guide](http://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines).
18+
a few minutes and look at [our Getting Involved guide](https://wiki.jqueryui.com/w/page/35263114/Getting-Involved).
19+
In particular check out the [Coding standards](https://wiki.jqueryui.com/w/page/12137737/Coding-standards)
20+
and [Commit Message Style Guide](https://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines).
2121

2222
In general, fork the project, create a branch for a specific change and send a
2323
pull request for that branch. Don't mix unrelated changes. You can use the commit

demos/dialog/modal-form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<script src="../bootstrap.js" data-modules="effect">
2222
var dialog, form,
2323

24-
// From http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29
24+
// From https://html.spec.whatwg.org/multipage/input.html#e-mail-state-%28type=email%29
2525
emailRegex = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
2626
name = $( "#name" ),
2727
email = $( "#email" ),

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "jQuery UI",
44
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
55
"version": "1.13.3-pre",
6-
"homepage": "http://jqueryui.com",
6+
"homepage": "https://jqueryui.com",
77
"author": {
88
"name": "OpenJS Foundation and other contributors",
99
"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
@@ -13,22 +13,22 @@
1313
{
1414
"name": "Jörn Zaefferer",
1515
"email": "[email protected]",
16-
"url": "http://bassistance.de"
16+
"url": "https://bassistance.de"
1717
},
1818
{
1919
"name": "Mike Sherov",
2020
"email": "[email protected]",
21-
"url": "http://mike.sherov.com"
21+
"url": "https://mike.sherov.com"
2222
},
2323
{
2424
"name": "TJ VanToll",
2525
"email": "[email protected]",
26-
"url": "http://tjvantoll.com"
26+
"url": "https://www.tjvantoll.com"
2727
},
2828
{
2929
"name": "Felix Nagel",
3030
"email": "[email protected]",
31-
"url": "http://www.felixnagel.com"
31+
"url": "https://www.felixnagel.com"
3232
},
3333
{
3434
"name": "Alex Schmitz",

tests/unit/accordion/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ QUnit.test( "{ active: false }", function( assert ) {
5050
assert.strictEqual( element.accordion( "option", "active" ), 0 );
5151
} );
5252

53-
// http://bugs.jqueryui.com/ticket/11938
53+
// https://bugs.jqueryui.com/ticket/11938
5454
QUnit.test( "{ active: false, collapsible: true }", function( assert ) {
5555
assert.expect( 1 );
5656
var element = $( "#collapsible" ).accordion(),

tests/unit/dialog/methods.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ QUnit.test( "open", function( assert ) {
197197
assert.ok( element.dialog( "widget" ).is( ":visible" ) && !element.dialog( "widget" ).is( ":hidden" ), "dialog visible after open method called" );
198198
} );
199199

200-
// http://bugs.jqueryui.com/ticket/6137
200+
// https://bugs.jqueryui.com/ticket/6137
201201
QUnit.test( "Ensure form elements don't reset when opening a dialog", function( assert ) {
202202
assert.expect( 2 );
203203

tests/unit/draggable/core.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ QUnit.test( "#8269: Removing draggable element on drop", function( assert ) {
109109
}
110110
} );
111111

112-
// http://bugs.jqueryui.com/ticket/7778
112+
// https://bugs.jqueryui.com/ticket/7778
113113
// drag element breaks in IE8 when its content is replaced onmousedown
114114
QUnit.test( "Stray mousemove after mousedown still drags", function( assert ) {
115115
assert.expect( 2 );
@@ -186,11 +186,11 @@ QUnit.test( "scroll offset with fixed ancestors", function( assert ) {
186186
var startValue = 300,
187187
element = $( "#draggable1" )
188188

189-
// http://bugs.jqueryui.com/ticket/5009
189+
// https://bugs.jqueryui.com/ticket/5009
190190
// scroll not working with parent's position fixed
191191
.wrap( "<div id='wrapper' />" )
192192

193-
// http://bugs.jqueryui.com/ticket/9612
193+
// https://bugs.jqueryui.com/ticket/9612
194194
// abspos elements inside of fixed elements moving away from the mouse when scrolling
195195
.wrap( "<div id='wrapper2' />" )
196196
.draggable( {
@@ -221,7 +221,7 @@ $( [ "hidden", "auto", "scroll" ] ).each( function() {
221221
var overflow = this;
222222

223223
// Http://bugs.jqueryui.com/ticket/9379 - position bug in scrollable div
224-
// http://bugs.jqueryui.com/ticket/10147 - Wrong position in a parent with "overflow: hidden"
224+
// https://bugs.jqueryui.com/ticket/10147 - Wrong position in a parent with "overflow: hidden"
225225
QUnit.test( "position in scrollable parent with overflow: " + overflow, function( assert ) {
226226
assert.expect( 2 );
227227

tests/unit/draggable/events.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ QUnit.test( "stopping the stop callback", function( assert ) {
124124
assert.ok( element.draggable( "instance" ).helper, "the clone should not be deleted if the stop callback is stopped" );
125125
} );
126126

127-
// http://bugs.jqueryui.com/ticket/6884
127+
// https://bugs.jqueryui.com/ticket/6884
128128
// Draggable: ui.offset.left differs between the "start" and "drag" hooks
129129
QUnit.test( "position and offset in hash is consistent between start, drag, and stop", function( assert ) {
130130
assert.expect( 4 );

tests/unit/draggable/options.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ QUnit.test( "connectToSortable, dragging out of a sortable", function( assert )
280280

281281
$( element ).one( "dragstop", function( event, ui ) {
282282

283-
// http://bugs.jqueryui.com/ticket/8809
283+
// https://bugs.jqueryui.com/ticket/8809
284284
// Position issue when connected to sortable
285285
result = ui.helper.offset();
286286

@@ -324,15 +324,15 @@ QUnit.test( "connectToSortable, dragging clone into sortable", function( assert
324324
$( sortable ).one( "sort", function( event, ui ) {
325325
offsetPlaceholder = ui.placeholder.offset();
326326

327-
// http://bugs.jqueryui.com/ticket/8809
327+
// https://bugs.jqueryui.com/ticket/8809
328328
// Position issue when connected to sortable
329329
assert.deepEqual( ui.helper.offset(), offsetSortable, "sortable offset is correct" );
330330
assert.notDeepEqual( ui.helper.offset(), offsetPlaceholder, "offset not equal to placeholder" );
331331
} );
332332

333333
$( sortable ).one( "sortstop", function( event, ui ) {
334334

335-
// http://bugs.jqueryui.com/ticket/9675
335+
// https://bugs.jqueryui.com/ticket/9675
336336
// Animation issue with revert and connectToSortable
337337
assert.deepEqual( ui.item.offset(), offsetPlaceholder, "offset eventually equals placeholder" );
338338
ready();
@@ -571,7 +571,7 @@ QUnit.test( "containment, account for border", function( assert ) {
571571
"The draggable should be to the right of its parent's right border" );
572572
} );
573573

574-
// http://bugs.jqueryui.com/ticket/7016
574+
// https://bugs.jqueryui.com/ticket/7016
575575
// draggable can be pulled out of containment in Chrome and IE8
576576
QUnit.test( "containment, element cant be pulled out of container", function( assert ) {
577577
assert.expect( 1 );
@@ -898,7 +898,7 @@ QUnit.test( "helper, default, switching after initialization", function( assert
898898
testHelper.shouldMove( assert, element, "helper: original" );
899899
} );
900900

901-
// http://bugs.jqueryui.com/ticket/9446
901+
// https://bugs.jqueryui.com/ticket/9446
902902
// Draggable: helper function cannot emulate default behavior
903903
QUnit.test( "helper, function returning original element", function( assert ) {
904904
assert.expect( 1 );
@@ -1490,7 +1490,7 @@ QUnit.test( "iframeFix", function( assert ) {
14901490
var divOffset, iframeOffset,
14911491
div = $( this ).children().not( "iframe" );
14921492

1493-
// http://bugs.jqueryui.com/ticket/9671
1493+
// https://bugs.jqueryui.com/ticket/9671
14941494
// iframeFix doesn't handle iframes that move
14951495
assert.equal( div.length, 1, "blocking div added as sibling" );
14961496
assert.equal( div.outerWidth(), iframe.outerWidth(), "blocking div is wide enough" );

tests/unit/slider/events.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ define( [
88

99
QUnit.module( "slider: events", { afterEach: helper.moduleAfterEach } );
1010

11-
//Specs from http://wiki.jqueryui.com/Slider#specs
12-
//"change callback: triggers when the slider has stopped moving and has a new
11+
// Specs from https://wiki.jqueryui.com/Slider#specs
12+
// "change callback: triggers when the slider has stopped moving and has a new
1313
// value (even if same as previous value), via mouse(mouseup) or keyboard(keyup)
1414
// or value method/option"
1515
QUnit.test( "mouse based interaction", function( assert ) {

tests/unit/slider/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ QUnit.test( "orientation", function( assert ) {
205205
element.slider( "destroy" );
206206
} );
207207

208-
//spec: http://wiki.jqueryui.com/Slider#specs
208+
// spec: https://wiki.jqueryui.com/Slider#specs
209209
// value option/method: the value option is not restricted by min/max/step.
210210
// What is returned by the value method is restricted by min (>=), max (<=), and step (even multiple)
211211
QUnit.test( "step", function( assert ) {

tests/unit/sortable/events.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ QUnit.test( "over", function( assert ) {
263263
assert.equal( overCount, 1, "over fires only once" );
264264
} );
265265

266-
// http://bugs.jqueryui.com/ticket/9335
266+
// https://bugs.jqueryui.com/ticket/9335
267267
// Sortable: over & out events does not consistently fire
268268
QUnit.test( "over, fires with draggable connected to sortable", function( assert ) {
269269
assert.expect( 3 );

tests/unit/tooltip/core.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ QUnit.test( "tooltip on .ui-state-disabled element", function( assert ) {
135135
assert.equal( $( ".ui-tooltip" ).length, 0 );
136136
} );
137137

138-
// http://bugs.jqueryui.com/ticket/8740
138+
// https://bugs.jqueryui.com/ticket/8740
139139
QUnit.test( "programmatic focus with async content", function( assert ) {
140140
var ready = assert.async();
141141
assert.expect( 2 );
@@ -185,7 +185,7 @@ QUnit.test( "destroy during hide animation; only one close event", function( ass
185185
} );
186186
} );
187187

188-
// http://bugs.jqueryui.com/ticket/10602
188+
// https://bugs.jqueryui.com/ticket/10602
189189
QUnit.test( "multiple active delegated tooltips", function( assert ) {
190190
var ready = assert.async();
191191
assert.expect( 1 );
@@ -234,7 +234,7 @@ QUnit.test( "multiple active delegated tooltips", function( assert ) {
234234
step1();
235235
} );
236236

237-
// http://bugs.jqueryui.com/ticket/11272
237+
// https://bugs.jqueryui.com/ticket/11272
238238
QUnit.test( "remove conflicting attributes from live region", function( assert ) {
239239
assert.expect( 2 );
240240

tests/unit/tooltip/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ QUnit.test( "content: sync + async callback", function( assert ) {
8787
} ).tooltip( "open" );
8888
} );
8989

90-
// http://bugs.jqueryui.com/ticket/8740
90+
// https://bugs.jqueryui.com/ticket/8740
9191
QUnit.test( "content: async callback loses focus before load", function( assert ) {
9292
var ready = assert.async();
9393
assert.expect( 1 );

themes/base/accordion.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
22
* jQuery UI Accordion @VERSION
3-
* http://jqueryui.com
3+
* https://jqueryui.com
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license.
7-
* http://jquery.org/license
7+
* https://jquery.org/license
88
*
9-
* http://api.jqueryui.com/accordion/#theming
9+
* https://api.jqueryui.com/accordion/#theming
1010
*/
1111
.ui-accordion .ui-accordion-header {
1212
display: block;

0 commit comments

Comments
 (0)