5755 Commits

Author SHA1 Message Date
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
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
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
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
079ca8f647 update HATEOAS link (#19452) 2022-06-21 10:43:10 +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
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
2af75cb5e7 Fix typo in rest-filtering-collections.md (#19388) 2022-05-11 00:10:19 +03:00
706765d4aa add rest-quick-start (#19364) 2022-04-24 13:30:33 +02: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
67795ca73f Fix guide generation errors (#19356) 2022-04-19 10:59:46 +03:00
60e9fc3f6e Fix code block in rest resource docs (#19346)
Co-authored-by: Bizley <pawel@positive.codes>
2022-04-11 10:07:54 +02:00
16a684e8e6 Fix broken code block (#19344) 2022-04-10 13:31:35 +02:00
def396f7d9 Fix broken code block inside note block (#19342) 2022-04-08 15:53:16 +04:00
1789b28d76 Extend examples in guide/input-tabular-input.md (#19278) 2022-04-07 00:05:17 +04:00
3a13a31f37 update internals links (#19300) 2022-03-14 08:09:50 +01:00
c3ca164be2 Update links (internals) (#19298)
* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)

* Update links (internals)
2022-03-12 12:29:12 +01:00
e2cb4630f8 update links (vi, zh lang) (#19294) 2022-03-11 07:58:37 +01:00
b1e51dccd9 update links (uk, uz lang) (#19288) 2022-03-08 08:25:29 +01:00
08fa259a56 update links (#19283) 2022-03-04 13:29:26 +01:00
64e5c7ca26 Update links (RU and PT-BR lang) (#19281)
* Update links (RU lang)

* Update links (PT-BR lang)
2022-03-02 11:04:22 +01:00
2222a617ab update links (ja, pl lang) (#19276) 2022-02-28 10:57:47 +01:00
1d20db57e6 Fixing typo (#19269)
Fixing typo on word "métido", it is supposed to be "método"
2022-02-23 15:49:31 +01:00
adf8af42ee update links (id, it lang) (#19258) 2022-02-23 08:44:43 +01:00
19c978fc8a update links (es, fr) (#19245) 2022-02-20 10:07:30 +01:00
9bf7c96f26 Update db-active-record.md (#19250)
Complete the php command.
2022-02-19 11:07:44 +01:00
3c6805e384 Update links (ar) (#19230) 2022-02-15 14:31:27 +03:00
f248d88841 Fix a typo in a Japanese doc (#19232)
👍🏻
2022-02-14 11:03:39 +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