5668 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
239434f395 Update db-query-builder.md (#18934)
* Update db-query-builder.md

Fixing 404 page on guide

* Update db-query-builder.md

removing html

Co-authored-by: Bizley <pawel@positive.codes>
2021-10-06 07:48:14 +02:00
bb24645fe8 Docs: Update interface link (#18931) 2021-10-04 00:06:00 +03:00
c3eeb952b9 [docs] typofixes (#18920) 2021-10-01 23:24:51 +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
83b4191e6c Optimistic locking update (#18857)
The steps/example requires including the optimisticLock() function in the model that will return the field storing the version.
2021-08-30 09:54:28 +03:00
f7f3934226 Remove typo in pt-BR migration docs (#18855)
Was: "...deleta um registro de uma tabela, você possivelmente mente"
Changed to: "...deleta um registro de uma tabela, você possivelmente"
2021-08-27 20:23:05 +03:00
17581aace3 update SecureFlag wiki article link (#18853) 2021-08-27 07:55:12 +02: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
df6e5869bd docs: update RFC 7239 link (#18839)
fix #18838
2021-08-16 17:26:31 +02:00
d14d65d9f4 fix invalid link & update (#18835) 2021-08-15 11:00:30 +02:00
1b1f257283 Fix typo in Russian translation of concept-behaviors.md (#18825) 2021-08-11 11:00:21 +03: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
c3ce7652f5 Japanese document updated (#18809) 2021-08-05 10:02:27 +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
b4bdd6ef9f PL Guide updates (#18787) 2021-07-27 16:34:53 +02:00
a7ff413377 Fix typo in Russian translation of the guide 2021-07-26 15:39:22 +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
db39f7c955 Json pretty print (#18726)
* Added pretty print support to Json helper

* Updated documentation for `yii\helpers\Json::$prettyPrint`

* Fixed line ending in \yiiunit\framework\helpers\JsonTest::testPrettyPrint for windows

* Added helper-json.md link in docs/guide/README.md

* Capitalized JSON in descriptions

Co-authored-by: Alexander Makarov <sam@rmcreative.ru>

Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Bizley <pawel@positive.codes>
2021-06-27 14:08:41 +02:00
be4faf6018 fix books link & update code block 2021-06-27 02:25:41 +03:00
60327cce22 Merge branch 'master' into patch-2 2021-06-24 13:41:54 +02:00
1affade837 Update docs/guide/security-passwords.md
Co-authored-by: Bizley <pawel@positive.codes>
2021-06-24 07:37:43 -04:00
c542ee14ad Update security-passwords.md to more correct word
Fundamentally, hashes cannot be `reversed`, rather they are cracked.
2021-06-23 23:49:35 -04:00
f29f8a279b single style to structure block (start-workflow.md) 2021-06-23 23:32:18 +03:00
da32669310 update info block all .md (uz) 2021-06-21 00:11:36 +03:00
b0b4dd4795 update info block in start-hello.md 2021-06-18 09:56:18 +03:00