f35f53eaf8
Preventing breaking profiling messages when flushing ( #18800 )
2021-08-07 17:06:25 +03:00
c905c10c93
Document that link() will not trigger events/behaviors ( #18683 )
2021-08-07 17:04:25 +03:00
7ebaaf0216
Fix #18789 : Added JSONP support in yii\web\JsonParser::parse()
2021-08-07 15:31:35 +03:00
38ba100320
Add Bootstrap 5 to the list of extensions
2021-08-07 00:26:30 +03:00
6df68e0900
Merge pull request #18806 from WinterSilence/patch-11
...
Optimize `yii\validators\ExistValidator`
2021-08-06 17:51:24 +02:00
e1430fd449
Merge branch 'master' into patch-11
2021-08-06 17:36:18 +02:00
c3ce7652f5
Japanese document updated ( #18809 )
2021-08-05 10:02:27 +03:00
1474e2d61a
Optimize yii\validators\ExistValidator
...
Optimize methods `valueExists()` and `checkTargetRelationExistence()`
2021-08-04 23:40:25 +03:00
be1b98b1df
Fix #18756 : Fix \yii\validators\ExistValidator::queryValueExists to validate against an array of unique values
2021-08-04 21:00:58 +03:00
ca50dd0bc7
fix core framework code style link ( #18805 )
2021-08-04 08:21:28 +02:00
1a057444ab
Update URLs ( #18802 )
...
Composer doesn't support ircs protocol yet
2021-08-02 19:56:07 +03:00
88e942821c
update composer asset plugin link ( #18797 )
2021-08-01 09:04:55 +02:00
fb7bc9fa5c
Fix #18274 : Fix yii\log\Logger to calculate profile timings no matter the value of the flush interval
2021-07-30 23:55:19 +03:00
9607d0eb52
Small fixes in yii\helpers\BaseStringHelper ( #18795 )
...
- Update and format PhpDoc's
- Format code to be more readable
- Replace similar code to `byteSubstr()`
2021-07-30 23:29:48 +03:00
86d7e95077
Minor enhancements for JsExpression ( #18793 )
...
- Fix class phpDoc.
- Convert expression to string in `__toString()`.
2021-07-30 12:46:57 +03:00
9b2720e664
Update links ( #18790 )
2021-07-29 17:26:53 +03:00
22c7cef869
Fix PhpDoc in yii\db\Query ( #18752 )
2021-07-29 02:19:01 +03:00
d9928455e3
Fix PhpDoc for yii\db\{QueryInterface,Query} ( #18753 )
2021-07-27 22:44:47 +03:00
25c0e6dcad
Fix #18656 : Added ability for yii serve's --router param to take an alias
2021-07-27 22:35:47 +03:00
b4bdd6ef9f
PL Guide updates ( #18787 )
2021-07-27 16:34:53 +02:00
a7ff413377
Fix typo in Russian translation of the guide
2021-07-26 15:39:22 +03:00
fd7373f1c6
Make docs gender agnostics ( #18781 )
2021-07-25 15:44:56 +02:00
f8e37eb48b
update fontawesome link ( #18780 )
2021-07-25 09:34:26 +02:00
5c80accf0b
update twig link ( #18774 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2021-07-22 09:32:33 +02:00
0d07f69c3c
Merge pull request #18775 from kayw-geek/master
...
Change the link protocol to HTTPS
2021-07-22 08:51:45 +02:00
6685d2f496
Change the link protocol to HTTPS
2021-07-22 13:12:34 +08:00
9064e9512f
Merge pull request #18766 from yiisoft/upd
...
update http to https website links
2021-07-19 08:45:24 +02:00
7374d4ac5c
update http to https website links
2021-07-19 00:16:20 +03:00
af29687f5f
Merge pull request #18764 from yiisoft/upd
...
update composer.json links
2021-07-16 09:40:05 +02:00
e1bcfe7e15
update composer.json links
2021-07-16 00:30:53 +03:00
2147029615
update structure block ( #18760 )
2021-07-12 08:24:44 +02:00
6b1f70b883
Merge pull request #18754 from stevekr/formatter-type-fix
...
Fix $value parameter types in Formatter::normalizeDatetimeValue()
2021-07-08 11:12:54 +02:00
49a88aa090
Merge branch 'master' into formatter-type-fix
2021-07-08 10:14:18 +02:00
fd99eb6c8b
update yii forum & chat link ( #18751 )
2021-07-08 10:12:15 +02:00
4276eb4955
Fix $value parameter types in yii\i18n\Formatter::normalizeDatetimeValue()
2021-07-08 10:30:32 +03:00
8cc9aeb2f0
Fix #18749 : Fix yii\web\ErrorHandler::encodeHtml() to support strings with invalid UTF symbols
2021-07-06 23:34:21 +03:00
17742cb146
don't convert int to string if db type of column is numeric ( #18741 )
...
* write adequate test for issue #14663
* don't convert int to string if db type of column is numeric (#14663 )
* fix bigint schema test for MySql >8.0.17 (#14663 )
* Update CHANGELOG.md
* Update CHANGELOG.md
* update phpdoc [ci skip] (#14663 )
* refactoring test case to make it clearer [ci skip] (#14663 )
* check `int unsigned` in `QueryBuilderTest::testInsertInteger()` (#14663 )
* Update Upgrade.md (#14663 )
* fix `int unsigned` schema test for MySql >8.0.17 (#14663 )
* fix `int unsigned` schema test for MySql <5.7 (#14663 )
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Bizley <pawel@positive.codes>
2021-07-06 20:49:01 +02:00
8d43241499
Merge pull request #18747 from mrblc/mrblc-fix-croatian-file-validation-messages
...
Fixed tipfeler and inconsistencies regarding file translation
2021-07-06 12:38:42 +02:00
661f7318a1
Fixed tipfellery and inconsistencies regardin file translation for file validation messages in Croatian
2021-07-06 11:07:00 +02:00
725057c273
Fix #18734 : Added yii\validators\EmailValidator::$enableLocalIDN
2021-07-06 01:55:02 +03:00
9d56179e9d
Updated asUrl method to not introduce BC break ( #18742 )
2021-07-04 11:03:19 +02:00
c318536cc3
update forum link (start-looking-ahead.md) ( #18744 )
2021-07-04 10:28:53 +02:00
2fe03cd82c
Only log the $_SERVER information under YII_DEBUG ( #18707 )
...
* Only log the $_SERVER information under YII_DEBUG
Since $_SERVER can contain sensitive information that could leak in CI pipelines ideally it should happen under the YII_DEBUG flag only
* Added upgrade / changelog
* Corrected the upgrade information
* Update framework/UPGRADE.md
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Bizley <pawel@positive.codes>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2021-07-03 18:55:06 +02:00
c43a168a31
Fix #18712 : Added $scheme option to yii\i18n\Formatter::asUrl()
2021-07-02 11:26:24 +03:00
87849c640f
Fix #18737 : Fix SchemaTest::testColumnSchema() for MySql <5.7
2021-07-01 20:36:17 +03:00
aad14cabc9
Adopt readme logo to dark theme ( #18739 )
2021-07-01 17:33:24 +03:00
e83a86fd30
Fix #18648 : Fix yii\web\Request to properly handle HTTP Basic Auth headers
2021-07-01 13:06:38 +03:00
9a9b722d52
update IRC chat ( #18736 )
2021-06-30 10:29:51 +02:00
db39f7c955
Json pretty print ( #18726 )
...
* Added pretty print support to Json helper
* Updated documentation for `yii\helpers\Json::$prettyPrint`
* Fixed line ending in \yiiunit\framework\helpers\JsonTest::testPrettyPrint for windows
* Added helper-json.md link in docs/guide/README.md
* Capitalized JSON in descriptions
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Bizley <pawel@positive.codes>
2021-06-27 14:08:41 +02:00
b9cd4c14ef
Merge pull request #18731 from yiisoft/fix-book-link
...
fix books link & update code block
2021-06-27 13:45:41 +02:00