79bfd68915
update start-installation.md lang links ( #19583 )
2022-09-18 11:12:35 +02:00
b99f02eccd
Optimize Model::safeAttributes() ( #19547 )
2022-09-16 10:44:07 +02:00
4f7bb0a249
update intro namespaces traits lang links ( #19575 )
2022-09-15 08:06:27 +02:00
60dec4008b
Wrong operator format ( #19548 )
...
Based on the docs and mainly my experience with Yii, I believe the "and" operator format here is wrong. The condition parts which the "and" separates have to be each in an array, otherwise the where() doesn't know where the condition starts and where ends.
2022-09-12 13:59:33 +02:00
27344557ea
fix xcache link ( #19543 )
2022-09-07 08:24:35 +02:00
473ead8e46
Optimize: simplified regexp ( #19541 )
2022-09-06 09:42:58 +03:00
0ababa2d36
small fix #19530 ( #19532 )
...
* small fix #19530
* small fix #19530 | fix test
* small fix #19530 | fix test
* small fix #19530 | fix test
* small fix #19530 | update CHANGELOG.md
* Update framework/CHANGELOG.md
Co-authored-by: viktor.shumeiko <viktor.shumeiko@simbirsoft.com>
Co-authored-by: Alexey Rogachev <arogachev90@gmail.com>
2022-09-05 17:32:20 +06:00
5358724251
Fix #12636 : Fix CompareValidator successful state when compareAttribute has an error
2022-09-04 22:14:11 +03:00
6a144bfc61
Fix #19537 : Fix default expression detection for MariaDB date and time columns
2022-09-04 22:10:02 +03:00
2808e8d814
Fix #15500 : Fix saving empty records to MySQL
2022-08-29 10:43:00 +03:00
775e9468cb
Fix #14388 : Fixed fixture loading order in output message
2022-08-29 10:35:54 +03:00
d6dfca1b80
Fix #16658 : Fix file readability check on publishing assets by yii\web\AssetManager
2022-08-29 10:18:59 +03:00
391a741a63
Fix #15557 : Fix empty fields exclusion in safe attributes of yii\base\Model
2022-08-29 10:17:11 +03:00
394da2b5e3
Fix #19517 : Fix regression in CompositeAuth::authenticate() introduced in #19418
2022-08-28 00:26:03 +03:00
0f21d51648
update links ( #19523 )
2022-08-27 10:02:08 +02:00
d5e8849283
Fix #19508 : Fix wrong selection for boolean attributes in GridView
2022-08-24 15:54:27 +03:00
467bc89c45
Updated Greek messages ( #19514 )
2022-08-22 09:28:38 +02:00
d8ad6fc0b6
prepare for next release
2022-08-19 01:19:54 +03:00
22614a5b1f
release version 2.0.46
2.0.46
2022-08-19 01:18:45 +03:00
e296f40c73
Fix typos
2022-08-19 01:10:27 +03:00
123802e4cb
Fix #19259 : Fix yii\log\FileTarget locking and always rotate files only by copy
2022-08-17 00:24:50 +03:00
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