Arhell
97909e01be
fix info block
2021-06-14 00:21:06 +03:00
Arhell
d4f904f42c
fix IIS Web site link
2021-06-11 00:26:20 +03:00
Arhell
4d71a56ecb
fix intro-yii.md (vi) link
2021-06-08 00:24:51 +03:00
Arhell
f53a883400
fix intro-yii.md (zh-CN) link
2021-06-06 00:31:27 +03:00
Arhell
eebb80506d
fix intro-yii.md (uz) link
2021-06-04 01:33:01 +03:00
Ihor Sychevskyi
6d709cc560
Fix intro-yii.md (pt-BR) link ( #18692 )
2021-06-02 00:08:08 +03:00
Ihor Sychevskyi
25a46828e9
Fix id intro-yii.md (id) link ( #18688 )
2021-05-31 00:09:44 +03:00
rhertogh
31ca0fcb6f
Fix #18676 : Added method yii\helpers\BaseFileHelper::changeOwnership() and properties newFileMode/newFileOwnership in yii\console\controllers\BaseMigrateController
...
Co-authored-by: Bizley <pawel@positive.codes >
2021-05-30 19:26:15 +03:00
Ihor Sychevskyi
68691eb0d7
Fix typo
2021-05-29 17:31:50 +03:00
Scilef
9f766ac779
Fix #18637 : Mentioned that relation can not be named "relation"
2021-05-25 10:32:14 +03:00
Arhell
6a3b7bb31b
fix intro-yii.md (fr) link
2021-05-23 20:27:01 +03:00
Bizley
82be8b61cf
Replacing deprecated ::className() with ::class ( #18671 )
2021-05-22 23:14:54 +03:00
Ngô Quốc Đạt
143a9c66bf
Translate start-prerequisites.md into Vietnamese
2021-05-22 23:14:26 +03:00
RomanBush
f7e29678a7
Update security-authorization.md ( #18667 )
...
change deprecated function to actual
2021-05-20 22:26:41 +03:00
Arhell
c2bdba6358
fix intro-upgrade-from-v1.md link (id)
2021-05-20 00:21:18 +03:00
Arhell
9c63f43028
fix intro-upgrade-from-v1.md link
2021-05-17 01:22:54 +03:00
Arhell
431c7c5045
fix docs link (ar)
2021-05-14 01:55:00 +03:00
Bizley
29777af4c2
Fix link in docs ( #18645 )
2021-05-12 11:09:44 +03:00
Arhell
79a81fd77f
update npmjs urls
2021-05-10 00:24:32 +03:00
Ihor Sychevskyi
93425c3568
Fix #18631 : Update nodejs links in docs
2021-05-07 11:10:04 +03:00
N. D
08a133e728
Update docs for #9718 ( #18623 )
...
Co-authored-by: Alexander Makarov <sam@rmcreative.ru >
2021-05-05 12:47:38 +03:00
Arhell
410b536608
fix link
2021-05-04 02:40:42 +03:00
Bizley
6dad27d4a1
Reversed #18499 ( #18546 )
2021-03-04 12:53:11 +03:00
Alexander Makarov
6b1750d35f
Add note about updating cacert.pem
2021-03-03 15:48:49 +03:00
Alexander Makarov
3883d73cea
Fix #9718 : Fix user staying authorized despite authKey change
2021-03-03 13:18:06 +03:00
Alexander Makarov
daafa44d57
Add "Configuring SSL peer validation" to security best practices guide
2021-03-03 03:21:50 +03:00
Mohamed Abdel-Monem Hussein
b8e31c0d31
Fix #18460 : compareValue in CompareValidator can now take a closure returning a value
2021-02-25 13:01:38 +03:00
Ondřej Vašíček
d1037db68d
Fix #18499 : When using yii\db\Query::all() and yii\db\Query::$indexBy, the yii\db\Query::$indexBy is auto inserted into yii\db\Query::$select - the same as in yii\db\Query::column()
...
Co-authored-by: Bizley <pawel@positive.codes >
Co-authored-by: Alexander Makarov <sam@rmcreative.ru >
2021-02-23 18:44:39 +03:00
Kaarel
95c2d214d9
Fixed typo in di container guide
2021-02-02 22:48:07 +03:00
Bizley
e2f286e96d
Add more examples for exists and unique validators
2021-01-11 14:48:16 +03:00
Artyom
2334f39b39
Fix typo in test-environment-setup.md
2020-11-16 14:56:37 +03:00
Alexander Makarov
1d514e2ded
Revert "Fix anchors in docs ( #18344 )"
...
This reverts commit 0f4b147352 .
2020-11-05 14:14:35 +03:00
Toir427
0f4b147352
Fix anchors in docs ( #18344 )
2020-11-01 17:51:16 +03:00
Sergei Predvoditelev
23cfb38cea
Fix #18285 : Enhanced DI container to allow passing parameters by name in constructor
2020-11-01 00:31:27 +03:00
Bizley
840083724e
Fix #18351 : Added option to change default timezone for parsing formats without time part in yii\validators\DateValidator
2020-10-31 15:59:20 +03:00
rhertogh
ce088e05df
Fix #18247 : Added support for the 'session.use_strict_mode' ini directive in yii\web\Session
2020-10-31 11:58:34 +03:00
Tobias
8651a79716
Update tutorial-core-validators.md ( #18348 )
...
The `DefaultValueValidator` works only with closures not with any callable as suggested.
See f8337a15c2/framework/validators/DefaultValueValidator.php (L47)
```
/**
* {@inheritdoc}
*/
public function validateAttribute($model, $attribute)
{
if ($this->isEmpty($model->$attribute)) {
if ($this->value instanceof \Closure) {
$model->$attribute = call_user_func($this->value, $model, $attribute);
} else {
$model->$attribute = $this->value;
}
}
}
```
2020-10-29 11:32:14 +03:00
daqiu
9d338eed2b
Fix: chinese document index page sphinx,redis,mogondb,elastic link is inactive ( #18354 )
2020-10-29 10:57:38 +03:00
Pixelisator
9e184aaeae
Typo fix "Enntêtes HTTP" ( #18350 )
...
Typo fix on "Enntêtes HTTP", should be "Entêtes HTTP" instead.
2020-10-26 18:27:35 +03:00
Evgeniy Tkachenko
7354329ed6
Improvements for Russian documentation ( #18343 )
...
Added a little grammar, removed redundant words, improved the perception
of the text
2020-10-22 02:24:21 +03:00
Alexander Koltygin
1e7fbb2689
Update db-migrations.md ( #18320 )
...
Correcting a typo
2020-10-08 19:09:21 +03:00
daqiu
c16a7fdfb2
Fix usage of Object in Chinese guide ( #18310 )
2020-09-30 18:35:22 +03:00
Ahmed Shahawi
1972741bae
Install codeception as a dev dependency ( #18277 )
2020-09-10 19:54:56 +03:00
Ming Yi
c6cba1dff3
Minor typo for ActiveRecord doc ( #18246 )
2020-08-20 18:46:59 +03:00
bscheshirwork
6bfd21cead
Update Russian translation of structure-assets.md ( #18243 )
2020-08-19 13:38:33 +03:00
Nobuo Kihara
8885ec55e4
Allowlist instead of white list [ci skip] ( #18240 )
2020-08-18 16:16:37 +03:00
Nobuo Kihara
38ba1231e0
docs/guide-ja updates ( #18237 )
2020-08-18 12:56:57 +03:00
Nobuo Kihara
4472a4f73c
docs/guide-ja updated [ci skip] ( #18234 )
2020-08-18 03:11:38 +03:00
Bizley
d62590807d
Fix #18051 : Fix using EachValidator with custom validation function
2020-07-06 16:18:03 +03:00
Alexander Makarov
cf6a98fac4
Fix #18061 : Mentioned session.use_strict_mode php.ini setting in "Sessions and Cookies" guide
2020-07-03 15:53:19 +03:00