2362 Commits

Author SHA1 Message Date
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
2460e7f7ba Update tutorial-yii-integration.md (#17153) 2019-02-22 15:47:06 +03:00
fe3ae964cd Updates pt-BR translation (#17105) [skip ci] 2019-02-06 12:37:48 +03:00
31d3850a13 Fix typos in docs (#17084) [skip ci] 2019-01-30 01:06:13 +03:00
e4eaccc14d Merge branch 'security' 2019-01-28 22:50:38 +02:00
e3b7581bca Fixes #15145: Fixed Validator::skipOnEmpty documentation [skip ci] 2019-01-09 06:51:31 -05:00
f44266c946 Updated db-query-builder.md adding example for 'in' with composite columns (#17026) [skip ci] 2019-01-08 15:30:12 -05:00
bca1e88fbd Fix Apache URL rewriting (#16936) 2018-12-05 13:20:35 +03:00
826a0fecdd Fixed excess logging of sensitive information in \yii\log\Target 2018-11-23 12:55:16 +02:00
48aa1957de Widget docs enhancement (#16801) [skip ci] 2018-10-20 00:03:01 +03:00
e2afaf6680 Update structure-applications.md
link to time zone settings. fixes #16775
2018-10-10 18:55:26 +02:00
bbdb3ee722 update CSRF docs 2018-10-05 11:14:04 +02:00
6960d2cfe6 Web aliases note (#16757) [skip ci] 2018-10-02 01:25:51 +03:00
9ed7eaa998 Fix typos in example in "Adding custom Conditions and Expressions" (#16742) [skip ci] 2018-09-25 17:54:26 +03:00
e2eee94108 docs/guide/db-active-record.md fix (#16704) [skip ci] 2018-09-13 02:18:27 +03:00
8582c12363 Update start-databases.md (#16578) [skip ci]
Possibly addresses part of issue #16577

(the part in comment 1 still needs to be addressed)
2018-07-29 21:47:26 +03:00
101b26c0f4 Update start-workflow.md (#16573) [skip ci]
It's not only possible, but quite normal, that an action loads more than one data model. Using the singular, suggesting that it (necessarily or typically) loads only one model, is confusing.

You may want to consider these alternatives:
- "The action loads zero or more data models"
- "The action optionally loads one or more data models"

but I guess "some models" is clear enough.
2018-07-29 00:47:17 +08:00
602ba9760e Added sample for filter validator (#16494) (#16559) [skip ci] 2018-07-27 23:59:50 +08:00
ec792617ba Update start-installation.md (#16548) [skip ci]
On a typical Linux installation, you will need "sudo" to move composer.phar to /usr/local/bin, as the folder belongs to root.
2018-07-27 23:25:11 +08:00
2a4d57a232 Update caching data docs (#15901) (#16555) [skip ci] 2018-07-27 23:05:57 +08:00
Sam
80f079a6c1 Mariadb docs (#16515)
* Updated docs

* Fix copy-paste typo
2018-07-19 23:30:12 +02:00
71424a42fa docs/guide/db-active-record.md typo fixed (#16529) [skip ci] 2018-07-19 11:15:48 +08:00
feae9be281 Update start-installation.md (#16520) [skip ci]
In the Yii2 Guide, where the Advanced Project Template is mentioned, the link should be to the topic about it in the guide, rather than to an .md file in a github repository.
2018-07-18 00:23:23 +08:00
9ba5581fa4 added note about session GC config
fixes #16516
2018-07-14 01:23:48 +02:00
1cfd5e624f Fix AD Hoc example syntax (#16491) [skip ci] 2018-07-07 00:45:04 +03:00
e9ffcb2d12 Fixes #16456: Fixed OptimisticLockBehavior omitting HTML web forms 2018-07-05 21:16:36 +03:00
624a520023 Fixed a/an grammar mistake (#16302) [skip ci] 2018-05-21 14:56:08 +05:00
790f6aaed0 Switch to "config.asset-installer-paths" option as "extra" is deprecated + fixed headers (#16290) [skip ci] 2018-05-16 17:33:28 +03:00
1945dc69c7 Fixes #9133: Added yii\behaviors\OptimisticLockBehavior 2018-05-12 14:43:13 +03:00
c78a290fed guide/tutorial-template-engines.md link fixed [ci skip] 2018-05-03 10:39:36 +09:00
bb232d91ad link fix in docs/guide/README.md [ci skip] 2018-05-03 09:05:40 +09:00
951bfed562 Fixed typo in db-query-builder.md (#16201) [skip ci] 2018-05-01 16:08:59 +03:00
be2de34f73 modification to #using-default-roles section (#16177)
* modification to #using-default-roles section

It wasn't clear where put the "authmanager" initialization code.
I specify that the user need to create his command or migration script in a separate files

* Update security-authorization.md
2018-04-27 10:37:25 +02:00
b1ba28dd19 guide/db-active-record.md line length fix [ci skip] 2018-04-26 10:27:40 +09:00
c3c982068d guide/db revised [ci skip] (#16159)
* guide/db-dao.md revised for 2.1 [ci skip]

* guide/db-query-builder.md source line length fix [ci skip]

* guide/db-active-record.md small fix [ci skip]
2018-04-25 09:49:23 +02:00
7341793522 guide/concept-di-container.md typo fixed [ci skip] 2018-04-24 13:07:27 +09:00
0b24d92843 Add docs about changes in the yii\validators\ExistValidator mentioned in #8092 (#16136) [skip ci] 2018-04-23 00:38:17 +03:00
8a09075304 guide/structure-extensions.md revised [ci skip] (#16139) 2018-04-22 00:46:10 +03:00
871d5b8835 Fixes typo (#16133) [skip ci] 2018-04-20 22:30:20 +03:00
89c9703283 docs/guide/structure-widgets.md small fix [ci skip] (#16131) 2018-04-20 02:00:21 +03:00
3485d7e9e0 doc/guide/structure-application-components.md small fix [ci skip] (#16111) 2018-04-17 13:38:14 +03:00
033f2b4a13 Fixes #16108: Use less confusing syntax [skip ci] 2018-04-16 17:48:44 +03:00
7b08f37a6f link fix in Doc/guide/README.md [ci skip] (#16098)
* link fix in Doc/guide/README.md [ci skip]

* doc/guide/start-databases.md link fixed [ci skip]

* docs/guide/start-gii.md link fixed [ci skip]

* docs/guide/start-looking-ahead.md link fixed [ci skip]
2018-04-16 11:27:14 +03:00
88fc42329f Update security-authorization.md (#16082) [skip ci] 2018-04-13 00:37:26 +03:00
9ba943c4ad Update start-prerequisites.md (#16060) [skip ci] 2018-04-09 11:27:03 +03:00
353fc240a9 Update start-prerequisites.md (#16055) [skip ci]
Changed you'll to you in last paragraph. Also Changed your to you in object oriented section.
2018-04-07 11:53:26 +03:00
10dbb0e46b update absolute links in guide to point to website 2018-04-04 16:52:38 +02:00
e4c0221be9 fix broken links in widget guide
fixes https://github.com/yiisoft-contrib/yiiframework.com/issues/235
fixes https://github.com/yiisoft/yii2/issues/14485
2018-04-04 16:38:25 +02:00
a5f9e45c07 Update tutorial-mailing.md 2018-04-04 15:58:14 +02:00