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
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
b924c807f5
update getbootstrap link ( #19487 )
2022-07-27 09:01:33 +02:00
8f2e182872
update sass,less,typescriptlang links ( #19480 )
2022-07-24 09:36:23 +02: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
e3de791aae
update cherokee-project link ( #19461 )
2022-06-30 09:02:26 +02:00
101600a7d5
update php-fig link ( #19457 )
2022-06-27 08:02:06 +02: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
9a44a205b0
update bower link ( #19433 )
2022-06-13 09:33:37 +02:00
57ce3d3c94
update memcached link ( #19428 )
2022-06-09 08:42:32 +02:00
2af75cb5e7
Fix typo in rest-filtering-collections.md ( #19388 )
2022-05-11 00:10:19 +03:00
9eb268a52c
Add guide section for filtering REST collection. ( #19357 )
...
* Add guide section for filtering REST collection.
* Update docs/guide/rest-filtering-collections.md
Co-authored-by: Alexey Rogachev <arogachev90@gmail.com>
* Update docs/guide/rest-filtering-collections.md
Co-authored-by: Alexey Rogachev <arogachev90@gmail.com>
Co-authored-by: Alexey Rogachev <arogachev90@gmail.com>
2022-04-20 09:11:20 +02:00
1789b28d76
Extend examples in guide/input-tabular-input.md ( #19278 )
2022-04-07 00:05:17 +04:00
9bf7c96f26
Update db-active-record.md ( #19250 )
...
Complete the php command.
2022-02-19 11:07:44 +01:00
9bcc8c8e83
update links (en) ( #19222 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2022-02-12 17:43:48 +01:00
2861121a67
update boolean attributes link ( #19216 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2022-02-09 10:05:12 +01:00
b75201768e
update APC link ( #19210 )
2022-02-06 11:39:54 +01:00
9965b8f0a4
update ICU manual link ( #19201 )
2022-02-02 09:08:49 +01:00
9a96e19660
update ICU site link ( #19196 )
2022-01-30 21:59:42 +01:00
55de865dcf
update ICU library link ( #19190 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2022-01-27 09:11:30 +01:00
e691713ed7
Fix #19171 : Added $pagination and $sort to \yii\rest\IndexAction for easy configuration
2022-01-23 23:26:59 +03:00
627d65603a
update rules reference link ( #19181 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2022-01-22 10:50:23 +01:00
d2718f38bb
update numbering schemas link ( #19170 )
2022-01-17 08:11:07 +01:00
4bd551d143
update formatting reference link ( #19164 )
2022-01-14 09:40:23 +01:00
b71b6657c8
update formatting reference link ( #19157 )
2022-01-11 07:48:42 +01:00
02ad96fa83
update ICU API reference link ( #19143 )
2022-01-08 10:08:49 +01:00
0167c9b961
update ICU documentation link ( #19128 )
2022-01-05 08:17:36 +01:00
34a25a5c67
update documentation of the ICU project link ( #19125 )
2022-01-02 09:29:47 +01:00
8c8676329a
update download page link ( #19115 )
2021-12-29 09:07:26 +01:00
25fd9608d3
Fix #19110 : Update docker.com link ( #19111 )
2021-12-26 11:46:13 +03:00
02cc8d9fa9
update common media types link ( #19106 )
2021-12-23 08:42:59 +01:00
091af40298
Fix #19095 : Update broken ICU manual link ( #19097 )
2021-12-20 19:38:31 +03:00
3820b3406e
Fix #19086 : Update HTTP Bearer Tokens link ( #19087 )
2021-12-20 10:07:15 +03:00
08da35e511
(Docs) Added missing close tag for span ( #19081 )
2021-12-15 18:22:37 +03:00
0c79f1b80b
Update CORS Preflight requests link ( #19078 )
2021-12-14 23:16:05 +03:00
17f0ad7aa1
Update RFC 7232 links ( #19069 )
2021-12-11 01:43:19 +03:00
58ac2e134e
Fix bugs preventing generation of PDF guide [skip ci] ( #19076 )
2021-12-11 01:00:45 +03:00
5671a0e176
update MySQL link ( #19063 )
2021-12-06 08:38:52 +01:00
dcd1810d87
update PHP XCache link ( #19058 )
2021-12-03 09:15:48 +01:00
73bb0e2569
update APC extension link ( #19051 )
2021-11-29 09:19:54 +01:00
717a883d58
Fix #19042 : Fix broken link ( https://owasp.org/index.php/Top_10_2007-Information_Leakage ) ( #19043 )
2021-11-23 21:32:17 +03:00
7d789bd0a6
update Exception Handling link ( #19035 )
2021-11-22 08:25:26 +01:00
e00b6d607d
update SameSite link ( #19029 )
2021-11-19 10:21:33 +01:00