2352 Commits

Author SHA1 Message Date
d570d3aec1 added missing DI container to yii2 and yii1 tut
fixes #5218
2014-10-01 16:04:37 +02:00
60fe84c89e guide: consistent usage of composer command 2014-10-01 15:45:19 +02:00
0a3769ce5f added note about API rate limit to the install docs.
related to #5083
2014-10-01 14:54:22 +02:00
67ad51d59c Merge pull request #5273 from hoksilato/patch-2
[ci skip] Update rest-response-formatting.md
2014-10-01 12:11:26 +04:00
2f49da0887 Update rest-response-formatting.md
fix typo
2014-10-01 11:05:55 +07:00
05a162f813 Update rest-routing.md
Added a note that pluralization of controller IDs in RESTful endpoints by yii\rest\UrlRule doesn't always simply add "s" to the end of the controller ID.  I cited an example of controllers whose IDs end in the letter "x", for example "BoxController", whose RESTful endpoints are pluralized to "boxes"
2014-09-30 20:43:55 -07:00
a9e91efe8f small fixes thoughout the guide 2014-10-01 00:31:51 +02:00
b630dd2083 Merge pull request #5255 from Benn/patch-5
[ci skip] Update start-databases.md
2014-09-30 12:58:26 +04:00
2af3f516b0 Update start-installation.md 2014-09-30 15:31:35 +07:00
c637fdd5b8 Update start-databases.md 2014-09-30 09:26:13 +02:00
88dabc49c2 typo fix [skip ci] 2014-09-30 00:21:54 -04:00
29a5cd20c4 more guide. 2014-09-30 00:15:28 -04:00
6267b9ee1a Fixed issue with timezone conversion in formatter
related to #5128
2014-09-30 02:15:45 +02:00
658c91a7f9 review install guide 2014-09-29 23:35:36 +02:00
ace6dc50a2 grammar fix
with help of ##English on freenode :)

fixes #5244
2014-09-29 18:55:30 +02:00
d1dbda5c67 Merge pull request #5228 from kshitizsingh/patch-1
[skip ci] jquery .val() not .value
2014-09-29 12:35:40 +04:00
5b1ef8840d Update tutorial-template-engines.md
just fixed typo
2014-09-29 10:55:00 +04:00
d79d3a8cba jquery .val() not .value
In line 180. 
It should be .val() instead of .value.

This is my first edit.
2014-09-29 11:34:53 +05:30
1cd05b4636 finished routing tutoail [skip ci] 2014-09-28 18:57:17 -04:00
84d37cff93 added bootstapping tutorial 2014-09-28 10:33:27 -04:00
61b4180f28 added bootstapping tutorial 2014-09-28 10:32:12 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
478da530bd reverted #5189 and made markdown more clear 2014-09-27 23:08:43 +02:00
6f9d2c661c use 1.0.0-beta2 version for composer asset plugin. 2014-09-27 12:57:43 -04:00
0544d77547 Fixes #5175. [skip ci] 2014-09-26 22:48:14 -04:00
6bef0e628d Fixes #5169. 2014-09-26 22:41:46 -04:00
97e37f7864 Fixed some issues in asset command. 2014-09-26 16:32:19 -04:00
a145d3ad8f Fix double specification of basePath 2014-09-26 14:33:34 +02:00
41c2b91c53 Fix minor typo in assets docs 2014-09-26 03:08:45 -05:00
ce83886072 Add comment to documentation sample code
Add comment to documentation sample code for GridView
2014-09-25 23:59:05 -05:00
ecd9181a23 Fixed wrong link [skip ci] 2014-09-26 00:07:45 -04:00
ef703e43f5 minor update. [skip ci] 2014-09-26 00:02:54 -04:00
4d6ebae3ed finished asset. 2014-09-25 23:59:58 -04:00
a1d10b2cea updated guide about i18n and ICU
fixes #2593
2014-09-23 15:42:33 +02:00
426e6c9f4c reword/structure of the i18n and formatter guide 2014-09-23 14:32:44 +02:00
340e2b51d6 asset guide WIP [skip ci] 2014-09-21 10:26:24 -04:00
0ea8ef712d asset guide WIP 2014-09-20 12:58:16 -04:00
ff17d9608a Switch to 1.0.0-beta1 for the composer asset plugin. 2014-09-19 08:32:47 -04:00
00ce3a3a82 Update structure-views.md
- We do not generate static pages in controllers, but merely output them.
- We need to say that the data is needed to be plainly put into the view, as the reader might expect something more sophisticated to happen here.
2014-09-17 22:25:34 +04:00
bba9209398 Update structure-views.md
registerMetaTag() usage clarification
2014-09-17 21:57:17 +04:00
b1bb796ee0 Fixed wrong instruction. 2014-09-16 20:58:57 -04:00
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
5c7e84cd98 Update structure-views.md
We should note that the application is the global module itself, otherwise the paragraph can hardly be understood by someone unfamiliar with yii architecture.
2014-09-16 22:40:38 +04:00
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
017942f79e updated gii doc. [skip ci] 2014-09-14 16:57:32 -04:00
510a16c9bd ncessary -> necessary 2014-09-14 18:54:50 +04:00
9079179f50 Update structure-views.md
Above/below code reference fix
2014-09-13 16:02:48 +04:00
2635efd7be Typo in concept-behaviors.md
The method 'bar()' does not exist in this context. I believe it should be 'foo().'
2014-09-12 10:37:03 -06:00
5190fbfe37 aliases.php renamed to bootstrap.php (introduced to specific applications too) 2014-09-12 11:29:48 +04:00
ee3fc7f866 Fixes #4986 2014-09-11 12:09:10 -04:00