f07cdf98db
Update test-environment-setup.md ( #19504 )
...
Typo at Unitarias
2022-08-05 16:32:10 +02:00
161526cd41
HTTPS everywhere ( #19503 )
2022-08-03 12:32:18 +03:00
37ea399280
update jqueryui link ( #19501 )
2022-08-03 08:42:09 +02:00
ab8ea224f3
Update redis links ( #19498 )
...
* Update redis link
* Update redis link
2022-07-31 21:23:23 +02:00
9c4c36ee72
Fix #19467 : Revert changes in Inflector::camel2words() ( #19495 )
...
* Fix #19467 : Revert changes in `Inflector::camel2words()` introduced in #19204
* Add UPGRADE note
2022-07-30 14:32:29 +02:00
59f69fc9cd
Fix #19462 : Fix validator client options to encode HTML tags
2022-07-29 13:15:54 +03:00
009961963c
Fix #19407 : Fix yii\validators\UniqueValidator and yii\validators\ExistValidator to respect skipOnError option for target attributes
2022-07-29 09:47:33 +03:00
bba3806961
update imagine link ( #19490 )
2022-07-29 08:14:44 +02:00
5eabb93482
Fix docs: input tabular data, remove unnecessary "-1" ( #19489 )
...
Before the change, with this input:
```
$_POST = [
'Setting' => [
0 => ['value' => 'value0'],
1 => ['value' => 'value1'],
]
];
```
contents of $settings would be created as follows:
```
$settings = [
Setting(value='value0'),
];
```
after the change it will be:
```
$settings = [
Setting(value='value0'),
Setting(value='value1'),
];
```
2022-07-28 23:34:10 +03:00
0ad2651914
Fix #19471 : Enable console commands on hostings with disabled exec() function
2022-07-27 14:24:39 +03:00
b924c807f5
update getbootstrap link ( #19487 )
2022-07-27 09:01:33 +02:00
5c055673a5
Fix #19481 : Exception is always empty in ErrorHandler when handling fatal error
2022-07-25 23:34:50 +03:00
8f2e182872
update sass,less,typescriptlang links ( #19480 )
2022-07-24 09:36:23 +02:00
90d290056c
Fix #19477 : cast shell_exec() output to string
2022-07-22 13:55:58 +03:00
421a8a1497
update daringfireball link ( #19476 )
2022-07-21 08:21:13 +02:00
b87210f9b8
PHP version update in documentation ( #19474 )
...
* PHP version update in documentation
* Remove latest php version in documentation
2022-07-20 11:37:09 +02:00
7fe09449b3
update semver link ( #19473 )
2022-07-19 08:14:02 +02:00
490181fe6b
update wikipedia link ( #19464 )
2022-07-17 12:42:37 +02:00
adadbefe88
Fix #19469 : Fix a virtual relation not working because of new isset checks in \yii\db\ActiveRelationTrait
2022-07-15 23:52:39 +03:00
dcb0750587
Fix #19454 : Fix PDO exception code not properly passed to yii\db\Exception
2022-07-07 18:24:06 +03:00
827db6c90e
Revert "Fix #19290 : Fix Request::getHostInfo() doesn’t return the port if a Host header is used"
...
This reverts commit 8046d3a50f207e1033e1b23ff571da5bced0c822.
2022-07-01 10:28:31 +03:00
e3de791aae
update cherokee-project link ( #19461 )
2022-06-30 09:02:26 +02:00
f55655f3b9
Replace '``js' with '``' due some display problems ( #19460 )
2022-06-29 08:00:26 +02:00
101600a7d5
update php-fig link ( #19457 )
2022-06-27 08:02:06 +02:00
c5c792cb07
Update ActiveRelationTrait.php ( #19453 )
...
* Update ActiveRelationTrait.php
* Update ActiveRelationTrait.php
* Update framework/db/ActiveRelationTrait.php
Co-authored-by: Bizley <pawel@positive.codes>
Co-authored-by: Bizley <pawel@positive.codes>
2022-06-24 09:02:04 +02:00
079ca8f647
update HATEOAS link ( #19452 )
2022-06-21 10:43:10 +02:00
6c4d3456b3
Optimize ErrorHandler::handleFatalError() ( #19444 )
2022-06-21 00:17:35 +03:00
34708b4cf4
Fix #19400 : Fix passing null in yii\web\Response::redirect()
2022-06-21 00:15:07 +03:00
4c1cae3d6d
Improve reflection param/return types in console\Controller ( #19431 )
2022-06-17 20:21:44 +03:00
45519d3c18
Fix #19437 : Add support to specify request port by trusted proxies in \yii\web\Request::getServerPort()
2022-06-17 20:18:18 +03:00
f60730e210
update sitepoint link ( #19441 )
2022-06-16 23:25:25 +02:00
474a67da99
Fix caching in Formatter::getUnitMessage() ( #19445 )
...
* Fix caching in `Formatter::getUnitMessage()`
* Update FormatterTest.php
* Update CHANGELOG.md
2022-06-16 11:32:08 +02:00
f72310c398
fix composite auth ignore only/except filters of auth methods ( #19418 )
...
* fix compositeAuth ignore only/except filters of child auth methods
* fix
* add tests for wrong token
* fix
* update changelog
* Update CHANGELOG.md
Co-authored-by: Bizley <pawel@positive.codes>
2022-06-15 10:06:38 +02:00
f2b2d576be
fix: typecast for backed enums ( #19319 )
...
* fix: typecast for backed enums
Fixes #19318
* Update CHANGELOG.md
Co-authored-by: Bizley <pawel@positive.codes>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2022-06-15 10:03:50 +02:00
07918b6c8f
Fix manual cubrid links ( #19436 )
...
* Update Schema.php
fix broken link
* fix cubrid manual links
* update links
* fxi
2022-06-13 12:23:58 +02:00
cb5e575814
Update start-installation.md ( #19435 )
...
fix broken link
2022-06-13 10:06:00 +02:00
9a44a205b0
update bower link ( #19433 )
2022-06-13 09:33:37 +02:00
151b587987
Update intro-yii.md & intro-upgrade-from-v1.md & add start-prerequisites.md translation [id] ( #19427 )
...
* Update intro-yii.md translation [id]
* Update intro-upgrade-from-v1.md translation [id]
* Add start-prerequisites.md translation [id]
Co-authored-by: Mas Aldo <aldo@mifx.com>
2022-06-10 13:55:34 +02:00
57ce3d3c94
update memcached link ( #19428 )
2022-06-09 08:42:32 +02:00
1f59b72a9d
Truncate help add method and suffix ( #19425 )
...
https://github.com/yiisoft/yii2/pull/19424
2022-06-02 11:46:06 +02:00
e21cbb544b
Make docs more clear about the length of the result ( #19424 )
2022-06-02 11:26:40 +02:00
4d0d25d479
Fix #19401 : Delay exit(1) in yii\base\ErrorHandler::handleFatalError
2022-06-02 00:13:47 +03:00
58afaaf4d2
Change http to https in requirements.php ( #19423 )
2022-06-01 23:23:56 +03:00
d9c41fa207
Fix #19420 : Update list of JS callbacks in yii\widgets\MaskedInput
2022-06-01 11:33:28 +03:00
a98ab994ad
Fix #19403 : Fix types in yii\web\SessionIterator
2022-06-01 11:23:36 +03:00
c1801c7c61
Fix #19402 : Add shutdown event and fix working directory in yii\base\ErrorHandler
2022-06-01 10:38:27 +03:00
a345649871
Normalize PhpDoc types in AssetsManager ( #19419 )
2022-06-01 10:30:10 +03:00
14369f0a51
Fix outdated links in Formatter ( #19422 )
2022-06-01 08:07:27 +02:00
a1df078c7b
Fix translators in messages/config.php ( #19416 )
...
* Fix translators in `messages/config.php`
#19415
* Update messageConfig.php
* Update config.php
* Update messageConfig.php
* Update CHANGELOG.md
* Update framework/CHANGELOG.md
Co-authored-by: Bizley <pawel@positive.codes>
Co-authored-by: Bizley <pawel@positive.codes>
2022-05-30 11:52:06 +02:00
45640004c3
Add TrimValidator to classes.php ( #19412 )
2022-05-27 12:59:22 +02:00