update links

This commit is contained in:
Arhell
2022-08-15 01:00:48 +03:00
parent 06ebe6550f
commit 4e28f262d3
11 changed files with 19 additions and 19 deletions

View File

@@ -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@gmail.com> qiang.xue <qiang.xue@c7f931c7-7552-0410-b027-2fb3d89d9100>
Qiang Xue <qiang.xue@gmail.com> qiang.xue@gmail.com <qiang.xue@gmail.com@c7f931c7-7552-0410-b027-2fb3d89d9100>

View File

@@ -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

View File

@@ -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"
},
{

View File

@@ -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

View File

@@ -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:
* <ul>
* <li>{@link http://daringfireball.net/projects/markdown/syntax official markdown syntax}</li>
* <li>{@link http://michelf.com/projects/php-markdown/extra/ markdown extra syntax}</li>
* <li>{@link https://daringfireball.net/projects/markdown/syntax official markdown syntax}</li>
* <li>{@link https://michelf.com/projects/php-markdown/extra/ markdown extra syntax}</li>
* </ul>
*
* @property string $defaultCssFile The default CSS file that is used to highlight code blocks.

View File

@@ -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.

View File

@@ -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 <ua2004@ukr.net>

View File

@@ -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.

View File

@@ -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"

View File

@@ -106,7 +106,7 @@
* ...
* }
* </pre>
* 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];

View File

@@ -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.