Commit Graph

903 Commits

Author SHA1 Message Date
Larry Ullman
9edeb37e53 Edited existing content, sketched out "Creating Your Own Behavior"
Undoubtedly will need to update “Creating Your Own Behavior” to reflect
changes in Yii 2.
2014-01-09 10:46:13 -05:00
Larry Ullman
1c692bce25 Updated copyright on title
I assume you’d want this to be updated to 2014.
2014-01-09 10:46:13 -05:00
Alexander Makarov
cc24345779 Added link to ICU Locale docs in order to clarify what are Yii::$app->language values 2014-01-09 01:08:23 +04:00
Alexander Makarov
c98d1fb9a6 Adjusted advanced application template docs to reflect DB config movement 2014-01-08 22:52:34 +04:00
Reazul Iqbal
b5fcfecee6 Update view.md 2014-01-07 16:55:24 +06:00
Qiang Xue
c4c328dc92 Fixes #1791: support ON condition for relational query. 2014-01-06 23:56:58 -05:00
Carsten Brandt
a70808f8fb fixed typo 2014-01-07 05:25:00 +01:00
Alexander Makarov
dc45de127c Added --prefer-dist to all docs
1. It results in much smaller download and takes less disk space (25MB instead of 180MB for yii-basic + dependencies).
2. It requires less utilities to be installed (no VCS binaries required).
3. It takes less time to install dependencies.
2014-01-07 01:27:16 +04:00
Qiang Xue
f2fb7de5f4 fixes #1803. 2014-01-06 07:17:10 -05:00
Mark
f9cc750e1a guides fixed/improved 2014-01-05 23:43:40 +04:00
Vincent
e990be9394 #1788 info about retaining the default scenario 2014-01-05 16:53:55 +01:00
Carsten Brandt
3eaf0021c0 fixes #1606 2014-01-05 15:23:51 +01:00
Carsten Brandt
7a3583e7b4 fixed broken links in guide index
[ci skip]
2014-01-05 04:04:33 +01:00
Mark
51bfe1a3a4 docs added 2014-01-05 06:20:48 +04:00
Mark
f93666d196 formatting fix 2014-01-05 06:17:06 +04:00
Mark
df44626c39 docs added, guide style added. 2014-01-05 06:15:42 +04:00
Vladimir
d8d7ed1ee3 Update migration.md
dots do not work.
2014-01-04 20:27:55 +03:00
yupe
1f81f36e4e fix template guide, twig section 2014-01-04 14:47:02 +04:00
Carsten Brandt
7d42fc4112 code style fixes 2014-01-03 23:30:59 +01:00
Qiang Xue
6291d0c249 Merge pull request #1753 from Ragazzo/migrations_docs
migration guide improved
2014-01-03 12:11:47 -08:00
Mark
100f582611 migration guide improved 2014-01-03 23:59:12 +04:00
Alexander Makarov
99f694f97b Removed unnecessary text 2014-01-03 20:50:05 +01:00
Qiang Xue
4a9b2d2b82 Added support for using array-typed arguments for console commands 2014-01-02 21:06:59 -05:00
Mark
c3a44463af cs fix 2014-01-02 22:30:36 +04:00
Mark
ee5c14facb docs fixed 2014-01-02 10:42:07 +04:00
Mark
13e833b7b3 docs added 2014-01-02 10:38:24 +04:00
Mark
f80eb9fae0 typo fix 2014-01-01 21:13:10 +04:00
Mark
57f7d1337b i18n docs for view 2014-01-01 21:11:16 +04:00
Alexander Makarov
90d5e5cfe4 Updated HTMLPurified dependency to 4.6.* 2013-12-31 11:47:34 +01:00
Anderson Müller
82c54bb204 Typo 2013-12-31 10:33:58 +01:00
Anderson Müller
f08a6c6f10 Doc fix 2013-12-31 10:31:56 +01:00
Qiang Xue
c84588a4ae updated doc. 2013-12-30 21:54:31 -05:00
Alexander Makarov
1028899fa3 Fixes #1609: Adjusted code style, added some docs 2013-12-30 00:46:19 +01:00
Qiang Xue
8c4b5874ff Merge pull request #1690 from Ragazzo/controller_docs_response
docs about response
2013-12-29 10:44:39 -08:00
Mark
cf917bee78 moved section 2013-12-29 22:41:02 +04:00
Mark
2081c6f40d subsection added 2013-12-29 22:38:39 +04:00
Mark
b079c73a94 docs about response 2013-12-29 22:08:01 +04:00
Qiang Xue
9b1c2c8064 Fixes #1586: QueryBuilder::buildLikeCondition() will now escape special characters and use percentage characters by default 2013-12-29 13:04:02 -05:00
Mark
b0351ba485 docs improved 2013-12-29 21:53:42 +04:00
Mark
5c2064bd94 csrf docs added 2013-12-29 21:31:27 +04:00
suralc
55f62bfe92 Modified extension guidlines 2013-12-27 20:50:32 +01:00
Vincent
d5fccf672d Number validator was missing 2013-12-26 15:32:26 +01:00
Qiang Xue
0345191245 Added ActiveQuery::innerJoinWith(). 2013-12-24 21:27:13 -05:00
Qiang Xue
dc720d9bf4 more docs about joinwith() 2013-12-24 09:29:05 -05:00
zvon
b59469b54c doc fix 2013-12-24 10:31:16 +02:00
Qiang Xue
4f44bb2416 Fixes #1581: Added ActiveQuery::joinWith() to support joining with relations 2013-12-24 00:08:49 -05:00
Alexander Makarov
bbf4eb325e Added cache dependency docs to the guide 2013-12-22 23:49:02 +01:00
Alexander Makarov
1f2972aa1e Fixed mistyped TDB -> TBD 2013-12-22 23:36:01 +01:00
Qiang Xue
9649a6727a Renamed attributeName and className to targetAttribute and targetClass for UniqueValidator and ExistValidator.
Refactored UniqueValidator and ExistValidator.
2013-12-22 16:40:51 -05:00
Alexander Makarov
0035a982d8 fixed typo 2013-12-22 13:39:40 +01:00