209 Commits

Author SHA1 Message Date
951da01c9d Added "Setting component defaults classwide" to docs 2013-11-30 11:08:06 +04:00
c5108b25f7 Docs on combining and compressing assets, asset format conversion 2013-11-30 11:08:06 +04:00
c7c13a6693 Added concrete http exception classes. 2013-11-29 21:22:08 -05:00
37f5920014 Update index.md 2013-11-29 17:14:27 -05:00
c4f7d024d9 typo fix. 2013-11-29 00:25:45 -05:00
9d57b40b6d More TDB for the guide 2013-11-29 04:23:33 +04:00
b3de71a633 Added reference to Composer section of the guide from 1.1.x differences page 2013-11-29 04:21:43 +04:00
2c7e9e45c9 Better docs structure and minor fixes 2013-11-29 04:17:11 +04:00
97a5a9d45f More docs on performance 2013-11-29 04:16:29 +04:00
1a7ce04bb5 Structure for console application docs 2013-11-29 03:49:56 +04:00
55e954b682 Docs on using behaviors 2013-11-29 03:31:19 +04:00
5d9cd76a71 Provided example setting YII_DEBUG to false 2013-11-28 16:03:45 +04:00
ce4d7450be Docs on autoloading and helpers 2013-11-28 15:53:17 +04:00
b4fb8abb87 reverted accidentally changed binary files
PR #1340 changed/broke them
2013-11-27 23:36:09 +01:00
58bd2fb958 Only whitespace removal 2013-11-27 20:19:56 +02:00
af778d1a13 Fixed actions() docs where alias was used to refer to class 2013-11-27 13:36:05 +04:00
4bc205ae37 Update form.md 2013-11-26 23:06:44 +03:00
c147fb2585 Update view.md 2013-11-26 23:06:01 +03:00
2b9b364c5b Update form.md
Added example for not using field()
http://www.yiiframework.com/forum/index.php/topic/49225-activeform-how-do-you-call-label-input-and-errors-individually/
2013-11-26 12:00:01 +01:00
f0c080bf0e Fixes #1323: updated template engines guide section 2013-11-26 13:07:03 +04:00
b259f991c5 Added initial steps about configuring DB-based RBAC 2013-11-25 02:54:49 +04:00
4b353c7bce Fixes #1297: CSRF not generated on error pages 2013-11-24 17:41:09 -05:00
72dd86df15 fixes #1158 mentioned @web alias in docs 2013-11-25 02:36:52 +04:00
78af586cd7 Merged RBAC draft into authorization 2013-11-25 02:22:46 +04:00
3a9b6da55b Update apps-advanced.md
Should run migration to import yii tbl_user if not the sign up/login may report error.
2013-11-24 09:13:50 +08:00
3c1596c9ca some clarification on model docs 2013-11-23 18:17:39 +01:00
d32813f38d Added link to new RBAC page 2013-11-23 16:04:03 +01:00
5727855227 added link to forum thread 2013-11-23 15:23:00 +01:00
5b785bf778 Basic information about RBAC 2013-11-23 14:44:38 +01:00
dc8670c98e RBAC documentation 2013-11-23 14:39:55 +01:00
576d4e8dda Added "Using controller action to render errors" 2013-11-22 00:13:12 +04:00
58bac36fbc better nginx config 2013-11-21 10:55:49 +01:00
7c7ef6000a guide about using bootstrap less files 2013-11-21 10:00:26 +01:00
5d7807860c linked the upgrade section to guide articles 2013-11-21 00:59:17 +01:00
e700ca0a97 more on yii basics 2013-11-21 00:45:58 +01:00
bcfb1eaf2e updated application guide and index 2013-11-21 00:34:32 +01:00
d775814602 restructuring guide index.md and structure
worked though all the guide files adjusted structure and
added some missing does
2013-11-21 00:18:07 +01:00
987d9ab5f0 Added assets section to the guide 2013-11-21 03:07:16 +04:00
d2e5f2c507 Fixes #1234: use dash instead of underscore to separate language and country in locale id. 2013-11-19 16:33:52 -05:00
2230ecb185 Edited model.md up to Validation 2013-11-17 11:50:46 -05:00
c768ee7196 Just started editing 2013-11-17 09:49:56 -05:00
b44921126b Merge pull request #1097 from yiisoft/db-traits
Db traits
2013-11-14 05:27:00 -08:00
65338972c7 refactored ActiveRecord classes to use Interfaces and traits
this allows us to implement other activerecord implementations based on
NoSQL dbms
2013-11-13 18:42:50 +01:00
4c4f7bd708 Move AppAsset from config to assets directory 2013-11-13 18:17:05 +02:00
36c28bee4f Fixes #1191 2013-11-13 08:28:55 -05:00
927e9dddb4 Refactored View 2013-11-06 22:52:27 +04:00
a652ac8a4e Fix typo 2013-11-06 17:05:46 +01:00
b7990d3d37 Added FAQ to composer doc 2013-11-06 14:15:58 +04:00
94c0b27845 Worked on several Guide docs 2013-11-05 07:55:13 -08:00
1e1056bf61 Update debugger.md
I wasted >1h trying to find out why the debug bar was not shown on my remote staging server. Hopefully this will help other people avoid this mistake...
2013-11-05 02:44:51 +01:00