From 4e28f262d3b42c31bca759100beb5da8d08053c6 Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 15 Aug 2022 01:00:48 +0300 Subject: [PATCH] update links --- .mailmap | 2 +- CHANGELOG | 4 ++-- composer.json | 4 ++-- framework/utils/CFileHelper.php | 2 +- framework/utils/CMarkdownParser.php | 6 +++--- framework/utils/CPasswordHelper.php | 6 +++--- framework/utils/fileExtensions.php | 2 +- framework/utils/mimeTypes.php | 2 +- framework/web/js/source/jquery.js | 4 ++-- framework/web/services/CWsdlGenerator.php | 4 ++-- framework/web/widgets/CTreeView.php | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.mailmap b/.mailmap index b91e6aecb..a648796cb 100644 --- a/.mailmap +++ b/.mailmap @@ -1,6 +1,6 @@ # This file is used to fix authors email addresses in old svn commit history # See git docs for details: -# http://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html#_mapping_authors +# https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html#_mapping_authors Qiang Xue qiang.xue Qiang Xue qiang.xue@gmail.com diff --git a/CHANGELOG b/CHANGELOG index 2d07e4a6b..12ede426b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -228,7 +228,7 @@ Version 1.1.16 December 21, 2014 - Enh #1372: CDbCommandBuilder::createMultipleInsertCommand() now throws exception if data array is empty (cebe) - Enh #1515: Post-JOIN operations (use|force|ignore index()) support in relational queries (KonovalovMaxim, resurtm) - Enh #1593: Allow access to exception currently processed by CErrorHandler (klimov-paul) -- Enh #1893: Added Schema and native connection support for the CUBRID DBMS (http://www.cubrid.org/) (kadishmal) +- Enh #1893: Added Schema and native connection support for the CUBRID DBMS (https://www.cubrid.org/) (kadishmal) - Enh #2119: add `y` pattern to CDateTimeParser (mrpelle) - Enh #2540: Enable CJSON to use JsonSerializable interface when serializing objects (sammousa) - Enh #2630: CLinkPager $nextPageLabel, $prevPageLabel, $firstPageLabel and $lastPageLabel can now be false to disable the buttons (index0h) @@ -561,7 +561,7 @@ Version 1.1.13 December 30, 2012 - Chg: MSSQL unit tests updated and actualized, added SQLSRV driver support (resurtm) - Chg: Added Oracle unit tests (resurtm) - Chg: Updated CHttpCacheFilter to use dates as specified by RFC 1123 (bramp) -- Chg: Added punycode.js v1.1.1 (http://mths.be/punycode) and IDNA Converter v0.8.0 (http://phlymail.com/en/downloads/idna-convert.html) to the vendors (third party libraries and utilities) (resurtm) +- Chg: Added punycode.js v1.1.1 (https://mths.be/punycode) and IDNA Converter v0.8.0 (http://phlymail.com/en/downloads/idna-convert.html) to the vendors (third party libraries and utilities) (resurtm) - New: Ported offline documentation viewer from yiidoc project. Mainly usable for translations but can be used for reading offline as well (samdark) Version 1.1.12 August 19, 2012 diff --git a/composer.json b/composer.json index bfdb28454..5e3b3ffd1 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ { "name": "Alexander Makarov", "email": "sam@rmcreative.ru", - "homepage": "http://rmcreative.ru/", + "homepage": "https://rmcreative.ru/", "role": "Core framework development" }, { @@ -26,7 +26,7 @@ { "name": "Carsten Brandt", "email": "mail@cebe.cc", - "homepage": "http://cebe.cc/", + "homepage": "https://cebe.cc/", "role": "Core framework development" }, { diff --git a/framework/utils/CFileHelper.php b/framework/utils/CFileHelper.php index 6b08d0919..3902859d9 100644 --- a/framework/utils/CFileHelper.php +++ b/framework/utils/CFileHelper.php @@ -268,7 +268,7 @@ class CFileHelper * @param string $file the file name. * @param string $magicFile name of a magic database file, usually something like /path/to/magic.mime. * This will be passed as the second parameter to {@link https://php.net/manual/en/function.finfo-open.php finfo_open}. - * Magic file format described in {@link http://linux.die.net/man/5/magic man 5 magic}, note that this file does not + * Magic file format described in {@link https://linux.die.net/man/5/magic man 5 magic}, note that this file does not * contain a standard PHP array as you might suppose. Specified magic file will be used only when fileinfo * PHP extension is available. This parameter has been available since version 1.1.3. * @param boolean $checkExtension whether to check the file extension in case the MIME type cannot be determined diff --git a/framework/utils/CMarkdownParser.php b/framework/utils/CMarkdownParser.php index 3f179ad82..4778542c3 100644 --- a/framework/utils/CMarkdownParser.php +++ b/framework/utils/CMarkdownParser.php @@ -16,7 +16,7 @@ if(!class_exists('HTMLPurifier_Bootstrap',false)) } /** - * CMarkdownParser is a wrapper of {@link http://michelf.com/projects/php-markdown/extra/ MarkdownExtra_Parser}. + * CMarkdownParser is a wrapper of {@link https://michelf.com/projects/php-markdown/extra/ MarkdownExtra_Parser}. * * CMarkdownParser extends MarkdownExtra_Parser by using Text_Highlighter * to highlight code blocks with specific language syntax. @@ -37,8 +37,8 @@ if(!class_exists('HTMLPurifier_Bootstrap',false)) * * For details about the standard markdown syntax, please check the following: *
    - *
  • {@link http://daringfireball.net/projects/markdown/syntax official markdown syntax}
  • - *
  • {@link http://michelf.com/projects/php-markdown/extra/ markdown extra syntax}
  • + *
  • {@link https://daringfireball.net/projects/markdown/syntax official markdown syntax}
  • + *
  • {@link https://michelf.com/projects/php-markdown/extra/ markdown extra syntax}
  • *
* * @property string $defaultCssFile The default CSS file that is used to highlight code blocks. diff --git a/framework/utils/CPasswordHelper.php b/framework/utils/CPasswordHelper.php index 32d9d9e53..3a21c706c 100644 --- a/framework/utils/CPasswordHelper.php +++ b/framework/utils/CPasswordHelper.php @@ -19,14 +19,14 @@ * crypt() with its Blowfish option and $2y hash fix. Compatible system is: * * (1) Most *nix systems since PHP 4 (the algorithm is part of the library function crypt(3)); - * (2) Any PHP since 5.3.7 or PHP with the {@link http://www.hardened-php.net/suhosin/ Suhosin patch} including + * (2) Any PHP since 5.3.7 or PHP with the {@link https://www.hardened-php.net/suhosin/ Suhosin patch} including * $2y fix backported. Note that Debian's 5.3.3 is not supported. * * For more information about password hashing, crypt() and Blowfish, please read * the Yii Wiki article * {@link https://www.yiiframework.com/wiki/425/use-crypt-for-password-storage/ Use crypt() for password storage}. * and the - * PHP RFC {@link http://wiki.php.net/rfc/password_hash Adding simple password hashing API}. + * PHP RFC {@link https://wiki.php.net/rfc/password_hash Adding simple password hashing API}. * * CPasswordHelper throws an exception if the Blowfish hash algorithm is not * available in the runtime PHP's crypt() function. It can be used as follows @@ -139,7 +139,7 @@ class CPasswordHelper * useful to an attacker. * * @see http://blog.astrumfutura.com/2010/10/nanosecond-scale-remote-timing-attacks-on-php-applications-time-to-take-them-seriously/ - * @see http://codereview.stackexchange.com/questions/13512 + * @see https://codereview.stackexchange.com/questions/13512 * @see https://github.com/ircmaxell/password_compat/blob/master/lib/password.php * * @param string $a First subject string to compare. diff --git a/framework/utils/fileExtensions.php b/framework/utils/fileExtensions.php index 97e1a6a71..f918340db 100644 --- a/framework/utils/fileExtensions.php +++ b/framework/utils/fileExtensions.php @@ -5,7 +5,7 @@ * This file contains most commonly used file extension names * according to MIME types. * Its content is generated from the apache http mime.types file. - * http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup + * https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup * This file has been placed in the public domain for unlimited redistribution. * * @author UA2004 diff --git a/framework/utils/mimeTypes.php b/framework/utils/mimeTypes.php index d81f9e338..f0a7b9c43 100644 --- a/framework/utils/mimeTypes.php +++ b/framework/utils/mimeTypes.php @@ -5,7 +5,7 @@ * This file contains most commonly used MIME types * according to file extension names. * Its content is generated from the apache http mime.types file. - * http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup + * https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup * This file has been placed in the public domain for unlimited redistribution. * * This file has been backported form Yii 2. diff --git a/framework/web/js/source/jquery.js b/framework/web/js/source/jquery.js index 96fa39766..828df87c4 100644 --- a/framework/web/js/source/jquery.js +++ b/framework/web/js/source/jquery.js @@ -8728,7 +8728,7 @@ jQuery.extend( { } ); // Some attributes require a special call on IE -// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx if ( !support.hrefNormalized ) { // href/src property should get the full normalized URL (#10299/#12915) @@ -10158,7 +10158,7 @@ jQuery.ajaxSettings.xhr = window.ActiveXObject !== undefined ? // Support: IE<9 // oldIE XHR does not support non-RFC2616 methods (#13240) - // See http://msdn.microsoft.com/en-us/library/ie/ms536648(v=vs.85).aspx + // See https://msdn.microsoft.com/en-us/library/ie/ms536648(v=vs.85).aspx // and https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9 // Although this check for six methods instead of eight // since IE also does not support "trace" and "connect" diff --git a/framework/web/services/CWsdlGenerator.php b/framework/web/services/CWsdlGenerator.php index 1ebc1325a..632774d49 100644 --- a/framework/web/services/CWsdlGenerator.php +++ b/framework/web/services/CWsdlGenerator.php @@ -106,7 +106,7 @@ * ... * } * - * For more on soap indicators, see See {@link http://www.w3schools.com/schema/schema_complex_indicators.asp}. + * For more on soap indicators, see See {@link https://www.w3schools.com/schema/schema_complex_indicators.asp}. * * Since the variability of WSDL definitions is virtually unlimited, a special doc comment tag '@soap-wsdl' can be used in order to inject any custom XML string into generated WSDL file. * If such a block of the code is found in class's comment block, then it will be used instead of parsing and generating standard attributes within the class. @@ -387,7 +387,7 @@ class CWsdlGenerator extends CComponent $comment=preg_replace('/^\s*\**(\s*?$|\s*)/m','',$comment); // extract soap indicator flag, if defined, e.g. @soap-indicator sequence - // see http://www.w3schools.com/schema/schema_complex_indicators.asp + // see https://www.w3schools.com/schema/schema_complex_indicators.asp if(preg_match('/^@soap-indicator\s+(\w+)\s*?(.*)$/im', $comment, $matches)) { $indicator=$matches[1]; diff --git a/framework/web/widgets/CTreeView.php b/framework/web/widgets/CTreeView.php index 61e1c1edb..37cc57f54 100644 --- a/framework/web/widgets/CTreeView.php +++ b/framework/web/widgets/CTreeView.php @@ -12,7 +12,7 @@ * CTreeView displays a tree view of hierarchical data. * * It encapsulates the excellent tree view plugin for jQuery - * ({@link http://bassistance.de/jquery-plugins/jquery-plugin-treeview/}). + * ({@link https://bassistance.de/jquery-plugins/jquery-plugin-treeview/}). * * To use CTreeView, simply sets {@link data} to the data that you want * to present and you are there.