Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 0e423b4

Browse files
committed
Update most HTTP URLs to HTTPS
1 parent 43c5592 commit 0e423b4

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome! Thanks for your interest in contributing to download.jqueryui.com. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](http://contribute.jquery.org/web-sites/).
1+
Welcome! Thanks for your interest in contributing to download.jqueryui.com. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](https://contribute.jquery.org/web-sites/).
22

3-
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).
3+
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).
44

5-
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/).
5+
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/).

lib/themeroller-image.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ generateIcon = function( params, callback ) {
147147
// Add '#' in the beginning of the colors if needed
148148
color = hashColor( params.color );
149149

150-
// http://www.imagemagick.org/Usage/masking/#shapes
150+
// https://www.imagemagick.org/Usage/masking/#shapes
151151
// IM 6.7.9 and below:
152152
// $ convert <icons_mask_filename> -background <color> -alpha shape output.png
153-
// IM > 6.7.9: (see #132 http://git.io/gfSacg)
153+
// IM > 6.7.9: (see https://github.com/jquery/download.jqueryui.com/issues/132)
154154
// $ convert <icons_mask_filename> -set colorspace RGB -background <color> -alpha shape -set colorspace sRGB output.png
155155

156156
imageQueue.push( function( innerCallback ) {
@@ -182,7 +182,7 @@ generateTexture = function( params, callback ) {
182182

183183
filename = params.type.replace( /-/g, "_" ).replace( /$/, ".png" );
184184

185-
// http://www.imagemagick.org/Usage/compose/#dissolve
185+
// https://www.imagemagick.org/Usage/compose/#dissolve
186186
// $ convert -size <width>x<height> 'xc:<color>' <texture_filename> -compose dissolve -define compose:args=<opacity>,100 -composite output.png
187187

188188
imageQueue.push( function( innerCallback ) {

test/fixtures/jquery-ui-1.12.1/base/theme.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
22
* jQuery UI CSS Framework 1.12.1
3-
* http://jqueryui.com
3+
* https://jqueryui.com
44
*
55
* Copyright jQuery 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/category/theming/
9+
* https://api.jqueryui.com/category/theming/
1010
*
11-
* To view and modify this theme, visit http://jqueryui.com/themeroller/
11+
* To view and modify this theme, visit https://jqueryui.com/themeroller/
1212
*/
1313

1414

test/fixtures/jquery-ui-1.12.1/themes/smoothness.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
22
* jQuery UI CSS Framework 1.12.1
3-
* http://jqueryui.com
3+
* https://jqueryui.com
44
*
55
* Copyright jQuery 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/category/theming/
9+
* https://api.jqueryui.com/category/theming/
1010
*
11-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
11+
* To view and modify this theme, visit https://jqueryui.com/themeroller/?cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
1212
*/
1313

1414

test/fixtures/jquery-ui-1.13.2/base/theme.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
22
* jQuery UI CSS Framework 1.13.2
3-
* http://jqueryui.com
3+
* https://jqueryui.com
44
*
55
* Copyright jQuery 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/category/theming/
9+
* https://api.jqueryui.com/category/theming/
1010
*
11-
* To view and modify this theme, visit http://jqueryui.com/themeroller/
11+
* To view and modify this theme, visit https://jqueryui.com/themeroller/
1212
*/
1313

1414

test/fixtures/jquery-ui-1.13.2/themes/smoothness.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
22
* jQuery UI CSS Framework 1.13.2
3-
* http://jqueryui.com
3+
* https://jqueryui.com
44
*
55
* Copyright jQuery 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/category/theming/
9+
* https://api.jqueryui.com/category/theming/
1010
*
11-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
11+
* To view and modify this theme, visit https://jqueryui.com/themeroller/?cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
1212
*/
1313

1414

0 commit comments

Comments
 (0)