216 Commits

Author SHA1 Message Date
0041f034fd [doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net

* Replace http://www.php.net with https://www.php.net
2021-10-19 14:50:26 +02:00
b22bcaebfd update date() link (#18956)
Co-authored-by: Bizley <pawel@positive.codes>
2021-10-19 09:38:20 +02:00
e22bece3df update max_file_uploads link (#18953) 2021-10-16 09:18:50 +02:00
8032cbdb43 update DOMLint link (#18946) 2021-10-13 09:01:32 +02:00
54664471e4 Update db-active-record.md interface link (#18944) 2021-10-10 11:18:39 +02:00
71892888b0 Update db-query-builder.md (#18938) 2021-10-07 00:49:28 +03:00
bb24645fe8 Docs: Update interface link (#18931) 2021-10-04 00:06:00 +03:00
435b6dc732 update prepared statements link (#18911) 2021-09-29 08:48:15 +02:00
51db399769 update PHP manual link (#18905) 2021-09-26 11:31:57 +02:00
cf0966cc8f Update oracle link (#18896) 2021-09-22 01:08:45 +03:00
0f8d5c3852 update PDO link (#18889)
Co-authored-by: Bizley <pawel@positive.codes>
2021-09-18 09:31:26 +02:00
f34bc3bf18 update namespace links (#18881) 2021-09-14 08:16:13 +02:00
d7b8ab9bee update class autoloading mechanism link (#18874) 2021-09-11 09:09:57 +02:00
b5b1531935 update traits link (#18870) 2021-09-08 08:26:03 +02:00
c86cfb66d3 update PHP callback link (#18864) 2021-09-04 09:36:36 +02:00
ab1c653fb7 Add optimisticLock to all guide languages (#18860) 2021-08-31 00:27:44 +03:00
bcd5b48492 update HttpOnly wiki article link (#18851) 2021-08-23 08:36:49 +02:00
07d7b20b01 update Nginx: X-Accel-Redirec link (#18848) 2021-08-20 08:13:25 +02:00
3387d360b0 Do not mention yii2-codeception as it it deprecated 2021-08-16 20:09:40 +03:00
d14d65d9f4 fix invalid link & update (#18835) 2021-08-15 11:00:30 +02:00
9a0c2c25e2 update mongodb link (#18824) 2021-08-11 08:43:28 +02:00
200e1ba718 Update Elasticsearch link (#18816) 2021-08-08 16:49:32 +03:00
ca50dd0bc7 fix core framework code style link (#18805) 2021-08-04 08:21:28 +02:00
88e942821c update composer asset plugin link (#18797) 2021-08-01 09:04:55 +02:00
9b2720e664 Update links (#18790) 2021-07-29 17:26:53 +03:00
f8e37eb48b update fontawesome link (#18780) 2021-07-25 09:34:26 +02:00
5c80accf0b update twig link (#18774)
Co-authored-by: Bizley <pawel@positive.codes>
2021-07-22 09:32:33 +02:00
7374d4ac5c update http to https website links 2021-07-19 00:16:20 +03:00
2147029615 update structure block (#18760) 2021-07-12 08:24:44 +02:00
fd99eb6c8b update yii forum & chat link (#18751) 2021-07-08 10:12:15 +02:00
c318536cc3 update forum link (start-looking-ahead.md) (#18744) 2021-07-04 10:28:53 +02:00
9a9b722d52 update IRC chat (#18736) 2021-06-30 10:29:51 +02:00
be4faf6018 fix books link & update code block 2021-06-27 02:25:41 +03:00
f29f8a279b single style to structure block (start-workflow.md) 2021-06-23 23:32:18 +03:00
6a3b7bb31b fix intro-yii.md (fr) link 2021-05-23 20:27:01 +03:00
82be8b61cf Replacing deprecated ::className() with ::class (#18671) 2021-05-22 23:14:54 +03:00
79a81fd77f update npmjs urls 2021-05-10 00:24:32 +03:00
93425c3568 Fix #18631: Update nodejs links in docs 2021-05-07 11:10:04 +03:00
95c2d214d9 Fixed typo in di container guide 2021-02-02 22:48:07 +03:00
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
385fe13d66 Revert #18102 since renaming is technically problematic (#18109) 2020-06-17 13:40:17 +03:00
472600ee3f Fix #18102: Use “primary”/“replica” terminology instead of “master”/“slave” 2020-06-14 00:12:10 +03:00
8957d08e0b Add blank lines before ```php if needed (#18042)
The documentation builder need a blank line before a code block:
* https://www.yiiframework.com/doc/guide/2.0/fr/structure-filters#access-control
> refusant l'accès à ces actions aux autres utilisateurs. `php use yii\filters\AccessControl;
* https://www.yiiframework.com/doc/guide/2.0/fr/structure-filters#content-negotiator
> de réponse, et anglais (États-Unis) et allemand en tant que langues. `php use yii\filters\ContentNegotiator; use
2020-05-16 21:06:30 +03:00
d0857589ae Fix Markdown formating and a typo (#18043) 2020-05-16 21:04:28 +03:00
25672a94d1 Fix syntax error in Query builder docs (#17281) [skip ci] 2019-04-20 21:18:03 +03:00
bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci]
* Updated php.net link for some MemCache properties [skip ci]

* Changed protocol to https for links to php.net in comments

* Changed protocol to https for links to php.net in code

* Changed www.php.net (http) to secure.php.net (https) in comments

* Changed www.php.net (http) to secure.php.net (https) in code

* Changed protocol to https for links to php.net in UPGRADE.md

* Changed protocol to https for links to pecl.php.net in comments

* Changed us.php.net to secure.php.net (https) in comments

* Changed protocol to https for links to php.net in docs

* Changed www.php.net (http) to secure.php.net (https) in docs

* Changed protocol to https for links to pecl.php.net in docs

* Changed ru/jp.php.net to secure.php.net (https) in docs

Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
1f1319cb9e anchor tag fixed (from <a> to <span>) [ci skip] (#17157) 2019-02-23 18:38:38 +03:00
d07e286dbd fix syntax error in fr and es guide
these were failing the PDF build
2018-12-12 09:29:34 +01:00
b197d8535c Jaaf db migrations synchronise fr/db-migrations.md with EN version [skip ci] (#16611)
* synchronize fr/db-migrations.md with EN version [skip ci]

* minor changes during proofreading  [skip ci]

* minor changes during proofreading  [skip ci]
2018-08-05 12:22:01 +03:00
a289225d6a Jaaf db synchronize fr/db-dao, fr/db-active-record, fr/db-query-builder with EN version [skip ci] (#16608)
* synchronize fr/db-active-record, fr/db-dao,fr/db-query-builder with EN version [skip ci]

* repair broken markdown

* repair broken markdown

* repair broken markdown

* typo in fr/db-query-builder

* minor corrections  in fr/db-dao

* minor corrections  in fr/db-active-record.md

* minor corrections  in fr/db-active-record
2018-08-05 00:35:37 +03:00