Commit Graph

2466 Commits

Author SHA1 Message Date
Agrumas
a7df9155fc fixed twig example in tpl engines tutorial 2014-11-04 22:12:44 +02:00
Qiang Xue
ee3fa07f96 typo fix [skip ci] 2014-11-03 20:51:36 -05:00
Alexander Makarov
bdf266409b Fixes #4909: updated application lifecycle diagram to use "request component" and "response component" instead of "request" and "response" in order to prevent confusion 2014-11-04 03:00:28 +03:00
Qiang Xue
b10f580dfd Finished routing tutorial [skip ci] 2014-11-03 17:03:44 -05:00
Qiang Xue
d9bf92a3f9 Merge pull request #5882 from softark/doc-fix-20141103
docs/guide/structure-views.md - missing ".php" added [ci skip]
2014-11-03 07:57:27 -05:00
Nobuo Kihara
53cb1047ce docs/guide/structure-views.md - missing ".php" [ci skip] 2014-11-03 21:54:56 +09:00
Qiang Xue
0b755395d4 working on guide [skip ci] 2014-11-02 22:11:45 -05:00
Nobuo Kihara
4ec0e61d81 docs/guide/structure-views.md grammar fix [ci skip] 2014-11-02 21:35:30 +09:00
Carsten Brandt
f2385720a8 Update rest-authentication.md 2014-11-01 22:58:21 +01:00
DelphiSerg
597dfd81e6 Update output-formatter.md 2014-11-01 20:11:21 +02:00
Carsten Brandt
ecb113f1d0 fixed model serializtaion example 2014-11-01 14:05:56 +01:00
Nobuo Kihara
decf61a4f3 docs/guide/structure-models.md - typo fixed [ci skip]
close #5847
2014-11-01 11:19:19 +01:00
Qiang Xue
a094c739c8 minor doc fix [skip ci] 2014-10-31 23:01:38 -04:00
Qiang Xue
7c48837a67 Fixes #5836: doc fixes. 2014-10-31 14:28:51 -04:00
Carsten Brandt
8022942125 added tipp for asset registering 2014-10-31 15:55:13 +01:00
Qiang Xue
02cc3901ca doc fix [skip ci] 2014-10-30 13:18:27 -04:00
Qiang Xue
b752d6ea60 syntax fix [skip ci] 2014-10-30 12:14:41 -04:00
Qiang Xue
f92eacd767 minor doc adjustment [skip ci] 2014-10-30 11:52:44 -04:00
Carsten Brandt
224fe12f07 added disabling of loginUrl to the REST guide
issue #4198
2014-10-30 14:41:16 +01:00
Carsten Brandt
655dcba0eb added info about JSON input to the REST guide
issue #4198
2014-10-30 14:21:26 +01:00
aminking2005
2737e6d00b Update runtime-url-handling.md 2014-10-29 11:40:08 +03:30
Qiang Xue
c3cebf5af3 doc WIP [skip ci] 2014-10-27 13:17:03 -04:00
Alexander Makarov
dd9251ad6b Fixed #5769: fixed method names in Security guide 2014-10-27 22:28:30 +03:00
Alexander Makarov
6fb62f836b Added note about running framework tests to unit test guide, see #5778 2014-10-27 15:29:31 +03:00
Qiang Xue
1ad7e5f77a Fixes #5508: Dropped the support for the --append option for the fixture command 2014-10-26 20:47:12 -04:00
Alexander Makarov
de8bcdc95e Merge pull request #5773 from joshijitendra/patch-2
[skip ci] Added Compare with Clipboard tip for Aptana Studio
2014-10-26 17:14:10 +03:00
Nobuo Kihara
e74a3ec61b docs/guide/structure-entry-scripts.md modified [ci skip] 2014-10-26 22:33:36 +09:00
Nobuo Kihara
c080969fab docs/guide/start-looking-ahead.md modified - "chapter" instead of "section" [ci skip] 2014-10-26 22:32:22 +09:00
Jitendra Joshi
7d9ad8fabd Added Compare with Clipboard tip for Aptana Studio 2014-10-26 12:08:20 +05:30
Jitendra Joshi
9efdf237f0 Fixed typo for "Uplaods" to "Uploads" on line 116 2014-10-25 10:41:08 +05:30
Andrei Chugunov
7d0f8ce689 guide typo
close #5751
2014-10-24 15:04:45 +02:00
Andrei Chugunov
80f0fe7235 Lost link 2014-10-22 22:18:10 +04:00
Qiang Xue
2c6d388f7a doc fix. [skip ci] 2014-10-21 11:20:19 -04:00
Valery Viktorovsky
4a5ca33cfe Added module class param to prevent error
Prevent 'Object configuration must be an array containing a "class" element.' error.
2014-10-21 12:33:38 +03:00
Qiang Xue
fd55679c72 Fixes #5266 2014-10-20 11:54:34 -04:00
Alexander Makarov
056d8cccb0 [skip ci] Added formatting and colors section to console guide 2014-10-19 22:59:24 +04:00
Alexander Makarov
d0cf7a3683 Mentioned noscript option in asset docs 2014-10-19 19:37:54 +04:00
Qiang Xue
5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 2014-10-19 10:58:49 -04:00
Alexander Makarov
48ec791e4a Fixes #5587: json_encode is now used with JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE where it makes sense, also it is now default for Json::encode() 2014-10-19 18:50:46 +04:00
Alexander Makarov
ed3084c807 Added $auth = Yii::$app->authManager; to authorization guide to show where $auth is coming from 2014-10-19 00:16:59 +04:00
Carsten Brandt
0b4b2b13eb improved guide about using Yii in 3rd party systems 2014-10-18 19:31:56 +02:00
Carsten Brandt
d68d8628fa created stub documentation files for TDB sections
to avoid issues about 404 links in the guide
2014-10-18 18:58:59 +02:00
Carsten Brandt
6ab10bcda7 updated guide about helpers
make sure to not confuse extending of helper classes with extensions.
Use "customizing" in this case and added note about when this should be done.
2014-10-18 18:39:42 +02:00
lichunqiang
58d868a58d correct a error link [skip ci] 2014-10-18 20:35:05 +08:00
aminking2005
5a56328e15 Update runtime-responses.md 2014-10-17 10:25:08 +03:30
Alexander Makarov
7324f21dca Removed unnecessary "the" 2014-10-17 02:28:57 +04:00
Carsten Brandt
1927f520fc Merge pull request #5606 from Frandi1313/guide
In modest my opinion this should be ' : ' instead of ' , ' [skip ci]
2014-10-16 23:53:28 +02:00
Carsten Brandt
2dce741f07 note about empty values for datepicker and validator
fixes #5580
2014-10-16 23:37:12 +02:00
Frandi1313
7041817e1e In modest my opinion this should be ' : ' instead of ' , ' [skip ci] 2014-10-16 23:18:29 +02:00
Carsten Brandt
64175feae2 Update tutorial-console.md 2014-10-16 20:07:18 +02:00