1613 Commits

Author SHA1 Message Date
7208b208e0 Moved advanced app docs out of the core framework 2015-03-25 01:17:37 +03:00
6b9594a901 moved debugger docs into extensions 2015-03-23 01:21:54 +03:00
d3748f2ed8 Moved gii docs into extension 2015-03-23 01:06:30 +03:00
d2e04af50a Moved JUI docs into extension 2015-03-23 00:43:32 +03:00
5da1da802f moved mode docs into extensions 2015-03-23 00:30:27 +03:00
3d1728bf70 Moved bootstrap docs into extension 2015-03-23 00:14:47 +03:00
33addd491e Linked mongodb guide from TOC 2015-03-22 23:52:04 +03:00
7e77d42cb2 Linked Sphinx guide from main TOC 2015-03-22 23:37:32 +03:00
c311e1b1ce Deleted unsed doc 2015-03-22 23:18:17 +03:00
9352d4ed40 Moved authclients docs to extension repository, referenced it from main guide readme 2015-03-22 23:16:26 +03:00
616b07842c Removed Smarty and Twig specific docs from framework guide, linked to extension docs instead 2015-03-22 22:30:20 +03:00
aaebf9c49c Update application templates links 2015-03-22 11:16:02 +08:00
87a1da1568 Fixed markup and text mistakes and inconsistencies in the documentation 2015-03-21 16:24:29 -04:00
d16c7cab71 Update db-query-builder.md
remove extra square bracket
2015-03-20 17:38:54 -04:00
43469d81b6 typo 2015-03-20 16:12:55 +01:00
2a23520618 added documentation about handling date values
fixes #6530
fixes #5857
relates to #3973
2015-03-20 16:06:12 +01:00
21599fad8a Proposed documentation for i18n 'Using the message command' 2015-03-20 12:19:38 +01:00
328811896a Fixed link to logging guide page on debugging page 2015-03-19 21:52:47 -05:00
72fbe65234 finished migration guide [skip ci] 2015-03-19 15:31:34 -04:00
b77726ed3d migration guide WIP [skip ci] 2015-03-18 22:29:23 -04:00
5f32d3af15 migration guide WIP [skip ci] 2015-03-17 22:10:09 -04:00
99a612e1a6 Finished AR guide [skip ci] 2015-03-15 01:26:06 -04:00
c9d13d6df5 AR guide WIP [skip ci] 2015-03-14 20:48:11 -04:00
e25d4a919c ar guide WIP [skip ci] 2015-03-12 17:17:01 -04:00
7721df4cf8 ar guide WIP [skip ci] 2015-03-10 23:24:12 -04:00
89d51b244e ar guide WIP [skip ci] 2015-03-10 16:49:11 -04:00
bd20b30b89 AR guide WIP [skip ci] 2015-03-09 22:43:24 -04:00
747fc6cb5c docs/guide/db-active-record.md - sample code fixed [ci skip] 2015-03-10 07:22:06 +09:00
8339f280fb docs/guide/tutorial-shared-hosting.md - fix [ci skip] 2015-03-09 18:54:34 +09:00
4a6fe23653 docs/guide/tutorial-shared-hosting.md - typo fixed [ci skip] 2015-03-09 18:54:33 +09:00
0cd16d417e Fixes #7628 2015-03-09 00:13:22 +03:00
20253231ea AR doc WIP [skip ci] 2015-03-08 11:04:07 -04:00
df90266275 AR guide WIP [skip ci] 2015-03-07 22:59:26 -05:00
ec1eadf3b6 Update tutorial-shared-hosting.md
I'm guessing whoever wrote this was not a native English speaker. I cleaned it up and hopefully made it a little easier to follow.
2015-03-07 11:34:58 -05:00
07e49e58ab Finished query builder guide [skip ci] 2015-03-06 23:31:54 -05:00
cd0093f7bd rework grid/list/detail view guide and docs 2015-03-06 07:43:00 +01:00
e2d913121a doc WIP [skip ci] 2015-03-05 22:39:42 -05:00
89febd64f0 guide: enable strict parsing to false
this is a better default which can be copy pasted from the guide as it works out of the box with no rules
2015-03-05 23:14:27 +01:00
861625217f Add a reference to console application to "getting started"
to make users more aware of it, fixes #6841
2015-03-05 22:46:08 +01:00
1a4c6a5c19 improved guide about console commands
fixes #6841
2015-03-05 22:30:17 +01:00
eac3771af5 doc WIP [skip ci] 2015-03-04 23:05:12 -05:00
0da0388efc doc WIP. [skip ci] 2015-03-03 23:49:58 -05:00
52e42eeb80 Merge pull request #7431 from DiegoRBaquero/patch-1
[skip ci] Update start-installation.md nginx config
2015-03-04 02:13:11 +03:00
8710944cbd Fixes #6148: documented quirks of mime type validation when using FileValidator 2015-03-04 01:22:14 +03:00
6327262f49 Merge pull request #7533 from apyii/patch-2
Update runtime-routing.md
2015-03-02 19:16:28 -05:00
9229f66174 Update runtime-routing.md 2015-03-02 22:20:47 +01:00
b15baa09ff Update runtime-routing.md 2015-03-02 21:23:21 +01:00
12331aea64 Added note about auth clients data available via getUserAttributes() 2015-03-02 01:21:26 +03:00
4afd9f112b Update structure-controllers.md
In MVC, the "M" is a model -layer-, and not just a collection of models. If we don't teach this to new users, they will quickly end up with heavily bloated model classes.

Maybe this deserves some attention in other introduction pages as well.

http://stackoverflow.com/questions/5863870/how-should-a-model-be-structured-in-mvc
2015-03-01 14:32:43 +01:00
876263931a docs/guide/test-overview.md - minor change [ci skip] 2015-03-01 13:48:52 +09:00