Skip to content

Commit 161526c

Browse files
author
Bizley
authored
HTTPS everywhere (#19503)
1 parent 37ea399 commit 161526c

File tree

1,219 files changed

+2791
-2791
lines changed

Some content is hidden

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

1,219 files changed

+2791
-2791
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jquery: true
1010
node: true
1111

12-
# http://eslint.org/docs/rules/
12+
# https://eslint.org/docs/latest/rules/
1313
rules:
1414
# Possible Errors
1515
comma-dangle: [2, never]

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Contributing to Yii 2
33

44
- [Report an issue](../docs/internals/report-an-issue.md)
55
- [Translate documentation or messages](../docs/internals/translation-workflow.md)
6-
- [Give us feedback or start a design discussion](http://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/)
6+
- [Give us feedback or start a design discussion](https://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/)
77
- [Contribute to the core code or fix bugs](../docs/internals/git-workflow.md)

build/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
/**
44
* build script file.
55
*
6-
* @link http://www.yiiframework.com/
6+
* @link https://www.yiiframework.com/
77
* @copyright Copyright (c) 2008 Yii Software LLC
8-
* @license http://www.yiiframework.com/license/
8+
* @license https://www.yiiframework.com/license/
99
*/
1010

1111
define('YII_DEBUG', true);

build/build.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ rem
66
rem This is the bootstrap script for running build on Windows.
77
rem
88
rem @author Qiang Xue <[email protected]>
9-
rem @link http://www.yiiframework.com/
9+
rem @link https://www.yiiframework.com/
1010
rem @copyright 2008 Yii Software LLC
11-
rem @license http://www.yiiframework.com/license/
11+
rem @license https://www.yiiframework.com/license/
1212
rem @version $Id$
1313
rem -------------------------------------------------------------
1414

@@ -20,4 +20,4 @@ if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe
2020

2121
%PHP_COMMAND% "%BUILD_PATH%build" %*
2222

23-
@endlocal
23+
@endlocal

build/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* Phing build file for Yii 2.
55
*
66
* @author Qiang Xue <[email protected]>
7-
* @link http://www.yiiframework.com/
7+
* @link https://www.yiiframework.com/
88
* @copyright 2008 Yii Software LLC
9-
* @license http://www.yiiframework.com/license/
9+
* @license https://www.yiiframework.com/license/
1010
*/
1111
-->
1212
<project name="yii" basedir="." default="help">
@@ -241,7 +241,7 @@ Please update yiisite/common/data/versions.php file with the following code:
241241
package="${phing.project.name}"
242242
summary="Yii PHP Framework"
243243
pkgdescription="Yii PHP Framework: Best for Web 2.0 Development"
244-
notes="http://www.yiiframework.com/files/CHANGELOG-${yii.release}.txt"
244+
notes="https://www.yiiframework.com/files/CHANGELOG-${yii.release}.txt"
245245
license="BSD"
246246
/>
247247
<exec command="pear package" dir="${build.pear.src.dir}" passthru="true" />

build/controllers/ClassmapController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\build\controllers;
@@ -73,9 +73,9 @@ public function actionCreate($root = null, $mapFile = null)
7373
* This file is automatically generated by the "build classmap" command under the "build" folder.
7474
* Do not modify it directly.
7575
*
76-
* @link http://www.yiiframework.com/
76+
* @link https://www.yiiframework.com/
7777
* @copyright Copyright (c) 2008 Yii Software LLC
78-
* @license http://www.yiiframework.com/license/
78+
* @license https://www.yiiframework.com/license/
7979
*/
8080
8181
return [

build/controllers/DevController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\build\controllers;

build/controllers/MimeTypeController.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\build\controllers;
@@ -16,7 +16,7 @@
1616
* MimeTypeController generates a map of file extensions to MIME types.
1717
*
1818
* It uses `mime.types` file from apache http located under
19-
* http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup
19+
* https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup
2020
*
2121
* This file has been placed in the public domain for unlimited redistribution,
2222
* so we can use it and ship it with Yii.
@@ -67,7 +67,7 @@ public function actionIndex($outFile = null, $aliasesOutFile = null)
6767
}
6868

6969
$this->stdout('Downloading mime-type file from apache httpd repository...');
70-
if ($apacheMimeTypesFileContent = file_get_contents('http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=co')) {
70+
if ($apacheMimeTypesFileContent = file_get_contents('https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=co')) {
7171
$this->stdout("Done.\n", Console::FG_GREEN);
7272
$this->generateMimeTypesFile($outFile, $apacheMimeTypesFileContent);
7373
$this->generateMimeAliasesFile($aliasesOutFile);
@@ -113,7 +113,7 @@ private function generateMimeTypesFile($outFile, $content)
113113
* This file contains most commonly used MIME types
114114
* according to file extension names.
115115
* Its content is generated from the apache http mime.types file.
116-
* http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup
116+
* https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup
117117
* This file has been placed in the public domain for unlimited redistribution.
118118
*/
119119
return $array;

build/controllers/PhpDocController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\build\controllers;
@@ -293,9 +293,9 @@ protected function fixFileDoc(&$lines)
293293
$lines = array_merge([
294294
'<?php',
295295
'/**',
296-
' * @link http://www.yiiframework.com/',
296+
' * @link https://www.yiiframework.com/',
297297
' * @copyright Copyright (c) 2008 Yii Software LLC',
298-
' * @license http://www.yiiframework.com/license/',
298+
' * @license https://www.yiiframework.com/license/',
299299
' */',
300300
'',
301301
$namespaceLine,

build/controllers/ReleaseController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\build\controllers;

0 commit comments

Comments
 (0)