b9245f7107
Fixes #11967 : added missing string of YII_ENV definition [skip ci]
2016-07-15 22:23:26 +03:00
a3ea354479
Docs: typo, replace comma to semicolon ( #11966 ) [skip ci]
2016-07-15 16:39:45 +03:00
1423e34131
documentation about method injection
...
fixes #11565
2016-07-11 15:24:48 +02:00
b668aaf875
more verbose and better links in installation instructions
...
fixes yiisoft/yii2-app-basic#29
2016-07-11 14:42:15 +02:00
fead450998
Fix links in helper-array.md. [skip ci] ( #11913 )
2016-07-07 11:44:00 +03:00
8c240ed067
Fixes #11683 : Fixed fixture command to work with short syntax. yii fixture "*, -User"
should be used instead of yii fixture "*" -User
2016-07-07 01:30:06 +03:00
393d945a7b
response formatting docs about JSON configuration
...
close #11399
2016-07-06 13:21:03 +02:00
93f6ddfbe9
document the fact that widgets use output buffering
...
so they may break ob stack when end() and begin() are called in
different views.
close #11687
2016-07-04 12:12:44 +02:00
07642098c0
Update db-migrations.md [skip ci] ( #11886 )
2016-07-04 13:11:34 +03:00
5992eea571
Fixes #11808 : _table
and _column
suffixes are now required when generating migration
2016-07-04 12:50:37 +03:00
c66121d2b6
update documentation fxp/composer-asset-plugin to version ^1.2.0 ( #11876 )
2016-07-03 12:05:42 +02:00
6baf8dba4d
Fixes #11870 : Fixed reliablity of example code in "Getting Data for Multiple Models"
2016-07-02 21:10:00 +03:00
ebef9039e8
Enhanced nginx config denying php files in /assets and .dotfiles access [skip ci]
2016-06-21 23:30:42 +03:00
b3ff32f507
Add instructions for adding authorization to your controllers #11777 ( #11791 ) [skip ci]
...
* Add instructions for adding authorization to your controllers
* Fixed typos
2016-06-21 23:07:42 +03:00
0a4b1484e2
Moved advanced app docs to corresponding repository
2016-06-21 23:04:30 +03:00
7ba631b4ae
improved docs about using CORS with REST controllers
...
fixes #10405 , #6254 (thanks to @ydatech and @tunecino)
related to #8626
close #11086
2016-06-20 17:10:50 +02:00
1621f65545
guide section about comparing dates
...
close #10832
2016-06-20 15:03:02 +02:00
ab47fb3ccb
fixed tutorial about using yii 1 with yii 2
...
correct call to autoloader
fixes #9881
2016-06-20 13:17:28 +02:00
0bb6f98ed1
added note about varying source languages
...
fixes #8125
2016-06-20 12:54:14 +02:00
56308eab1d
fixed guide docs about controller map
...
fixes #11762
2016-06-16 12:30:33 +02:00
b6a0592903
fixed broken links in the guide
2016-06-09 14:33:39 +02:00
38445c6e3e
Added blackfire to the list of profilers, added "Prepare application for scaling" section
2016-06-06 23:16:24 +03:00
b9bff5f681
Correct links for migration database accessing methods. ( #11669 ) [skip ci]
2016-06-06 20:49:28 +02:00
c55b20a3d2
fix misspell (theses -> these) in docs/guide/db-active-record.md ( #11688 ) [skip ci]
2016-06-05 22:01:57 +02:00
ae1fbdd737
Updated output-data-widgets article. Fixed broken links
...
Closes #11609
2016-05-22 18:40:24 +03:00
10b5a3a819
fix #11609
2016-05-22 07:09:37 -05:00
48bcee6fc3
Doc translation es ( #11597 )
...
* Added glossary to Spanish translation
* Some spanish translation updates
* DB Migrations Spanish Docs [skip ci]
* Fix line break in english doc [skip ci]
2016-05-19 23:44:45 +03:00
0c4a16fc89
Fixes #11572 : updated Codeception version in the guide
2016-05-17 12:09:30 +03:00
69af09f2a4
added a note about the scope of indexBy()
...
close #11446
2016-05-01 15:06:57 +02:00
deb89177eb
Fixed docs typo
2016-05-01 10:02:35 +03:00
9e7d5041cc
Fixes #2022 : Added info about yii\db\Query::andFilterCompare()
to guide
2016-05-01 00:51:19 +03:00
63cac32fbc
Cleaned up security guide
2016-05-01 00:19:55 +03:00
9f1c7ba532
Fixed typo
2016-04-30 22:17:00 +03:00
f288747e95
Fixes #6904 : Added reference to webshell extension from mirations guide
2016-04-30 21:49:54 +03:00
315d730b47
Fixes #6922 : Added note about overriding widget options specified via DI container
2016-04-30 21:44:49 +03:00
cc40c55a6b
Fixes #6160 : Referred to Yii 2.0 cookbook for low level validation-related JavaScript methods reference
2016-04-30 21:23:28 +03:00
929d802059
Added note about where to read/send cookie to the guide
2016-04-30 20:54:15 +03:00
707ec2b48c
Fixes #11243 : added note about naming validation rules for later use to validation guide
2016-04-30 20:33:12 +03:00
9a842d25e5
Better docs wording as suggested in 752d537998f71a568a035a3ac69e69f2c4a8f22b
2016-04-30 19:18:59 +03:00
325e416ab9
Fixes #9735 : minor corrections in nginx config example
...
(cherry picked from commit 26a18aaa8cca60eee83b773dca6a6558c27c361c)
2016-04-30 19:13:44 +03:00
752d537998
Fixes #11367 : mentioned securing connection with TLS in security best practices
2016-04-30 17:35:55 +03:00
d8e13fdef0
added note about formName() to forms guide
...
fixes #11466
2016-04-30 12:53:38 +02:00
16e92d9eb4
[skip ci] Update tutorial-console-help.png ( #11442 )
2016-04-28 15:20:55 +03:00
a9d18f581f
Added new comment methods to mirgrations docs
2016-04-28 14:22:03 +03:00
60f6ecf063
yii\db\BaseActiveRecord
now triggers event EVENT_AFTER_REFRESH` after a record is refreshed
...
fixes #9604
close #10867
2016-04-22 17:14:41 +02:00
6f7f9ea4e5
Updated docs/guide
2016-04-20 12:36:50 +03:00
b131904144
doc typo
...
not defined in parent. it is [yii\rest\ActiveController::checkAccess()](http://www.yiiframework.com/doc-2.0/yii-rest-activecontroller.html#checkAccess()-detail ).
2016-04-18 16:05:12 +01:00
27e7b6888a
fix language in example ( #11365 )
2016-04-16 17:56:39 +03:00
928d095c1b
[docs] [skip ci] the name method default() is incorrect ( #11361 )
2016-04-16 12:55:27 +03:00
80da506460
Fixes #11330 : Added note about RbacController namespace
2016-04-14 12:10:22 +03:00