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
96a0372ec1
Update security-best-practices.md ( #16036 ) [skip ci]
2018-04-04 16:14:42 +03:00
972d427ba4
Better ICU formatting reference link [skip ci] ( #16019 )
2018-04-01 23:25:30 +03:00
de9dbbbdbb
Added missing ArrayCache to data caching guide [skip ci]
2018-03-27 16:42:21 +03:00
bcb32492c6
Added Docker guide section [skip ci] #15938
2018-03-26 15:08:49 +03:00
a544457488
docs/guide/structure-modules.md small fix ( #15974 ) [skip ci]
2018-03-25 19:22:02 +03:00
a3129c57ec
docs/guide/rest-resources.md description fix ( #15959 )
2018-03-23 18:36:52 +01:00
055b73fece
Tweaking a few grammatical bugs ( #15932 ) [skip ci]
2018-03-20 21:30:35 +03:00
52ffaa1b25
Merge branch '2.0.15-dev'
...
* 2.0.15-dev:
prepare for next release
release version 2.0.15
remove ColumnSchema import from mysql Schema because it conflicts with existing class
Added russian docs
Fixed grammar
improved filtering condition on yii\db\ActiveRecord
Wording adjustments and doc enhancements [skip ci]
Fixed possible SQL injection through `ActiveRecord::findOne()`
Fixes #15878 : Fixed migration with a comment containing an apostrophe
Conflicts:
framework/UPGRADE.md
2018-03-20 13:45:22 +01:00
f8560b7a85
Added russian docs
2018-03-20 13:19:45 +02:00
caab05b0a0
Fixed grammar
2018-03-20 12:47:50 +02:00
a38302fdfd
improved filtering condition on yii\db\ActiveRecord
2018-03-20 11:42:28 +01:00
5f75916cde
Wording adjustments and doc enhancements [skip ci]
2018-03-20 11:20:56 +01:00
b37f361ad7
Fixed possible SQL injection through ActiveRecord::findOne()
2018-03-20 11:20:56 +01:00
1ebf951a59
Fixes #15492 : Clarify tree traversal configuration ( #15919 ) [skip ci]
2018-03-19 01:05:03 +03:00
5a66299962
Removed unnecessary hyphens ( #15914 )
2018-03-17 00:02:41 +03:00
2962f1d8c1
Cache Flushing as separate section
2018-03-13 18:27:52 +03:00
58ed1ed2ca
Adjust code sample to screenshot
2018-03-13 13:04:28 +07:00
0e8d02f36c
Update db-query-builder.md
2018-02-25 13:44:38 +08:00
9dab7b1850
Fixes #15543 : Fixed trustedHosts docs in request guide [skip ci]
2018-02-24 02:41:41 +03:00
5a5f3d1bd9
Correct table name in docs ( #15754 )
...
* Correct table name in docs
With this PR, the micro-framework guide is actually followable :)
* Fixed inconsistency in post table name [skip ci]
2018-02-24 00:17:08 +03:00
85a7739c54
Fixed link in guide [skip ci]
2018-02-22 16:16:20 +02:00
8cc3830f46
Fix #15656 : Error in the documentation of widget theming ( #15734 ) [skip ci]
2018-02-22 02:04:31 +03:00
bc889353de
Added slack channel link
2018-02-20 23:21:43 -06:00
38774a30cc
Added info about nesting "expand" to REST docs [skip ci]
2018-02-17 21:47:08 +03:00
10bab28423
Mentioned new data caching methods in the guide [skip ci]
2018-02-17 02:25:28 +03:00
6c31645bf2
Added upsert() to the guide [skip ci]
2018-02-17 01:07:03 +03:00
c382d3e8d4
Fixes #15120 : Refactored dynamic caching introducing DynamicContentAwareInterface
and DynamicContentAwareTrait
2018-02-13 00:19:01 +03:00