Commit Graph

170 Commits

Author SHA1 Message Date
Larry Ullman
2230ecb185 Edited model.md up to Validation 2013-11-17 11:50:46 -05:00
Larry Ullman
c768ee7196 Just started editing 2013-11-17 09:49:56 -05:00
Qiang Xue
b44921126b Merge pull request #1097 from yiisoft/db-traits
Db traits
2013-11-14 05:27:00 -08:00
Carsten Brandt
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
slavcodev
4c4f7bd708 Move AppAsset from config to assets directory 2013-11-13 18:17:05 +02:00
Qiang Xue
36c28bee4f Fixes #1191 2013-11-13 08:28:55 -05:00
Alexander Makarov
927e9dddb4 Refactored View 2013-11-06 22:52:27 +04:00
marsuboss
a652ac8a4e Fix typo 2013-11-06 17:05:46 +01:00
Alexander Makarov
b7990d3d37 Added FAQ to composer doc 2013-11-06 14:15:58 +04:00
Larry Ullman
94c0b27845 Worked on several Guide docs 2013-11-05 07:55:13 -08:00
docsolver
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
Alexander Mohorev
eee63f1721 Small typos 2013-11-02 17:53:48 +03:00
Alexander Makarov
d13aaa1e85 added composer basic docs 2013-11-01 01:25:00 +04:00
Alexander Makarov
4c8a11793d started authorization docs 2013-11-01 01:17:58 +04:00
Alexander Makarov
b355019278 some docs on Authentication 2013-11-01 00:12:24 +04:00
Alexander Makarov
7e805864d4 added brief description of forms 2013-10-31 23:55:55 +04:00
Alexander Makarov
f9a92b82df fixed typo 2013-10-31 00:48:37 +04:00
Alexander Makarov
474d4aeaaf Added info about class-level event handlers to doc 2013-10-30 12:44:54 +04:00
Alexander Makarov
3920301c2b Added note about "Inconsistent types declared for an argument: U_ARGUMENT_TYPE_MISMATCH" ICU error to i18n docs 2013-10-30 12:14:19 +04:00
Alexander Mohorev
0d04846c08 php short echo syntax 2013-10-28 23:57:40 +03:00
Alexander Mohorev
51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 2013-10-28 23:51:48 +03:00
Qiang Xue
8fc489091b removed InstallHandler. 2013-10-22 21:13:57 -04:00
Alexander Makarov
cb2f337b5a another typo fix 2013-10-22 13:40:32 +04:00
Luciano Baraglia
dc6f04d4a6 Docs typo [skip ci] 2013-10-22 04:53:33 -03:00
Qiang Xue
fb8e818204 Dropped support for supporting default namespace for classes of related models. 2013-10-21 23:55:20 -04:00
Alexander Makarov
380bb5cc47 another typo 2013-10-21 16:09:41 +04:00
Alexander Makarov
54006fe115 typos 2013-10-21 12:17:53 +04:00
Alexander Makarov
808b65799f Started URL management docs 2013-10-21 02:29:22 +04:00
Alexander Makarov
4d268e9d7c Simplified nginx configuration 2013-10-21 02:29:04 +04:00
Alexander Makarov
ee2f26507b i18n doc typo fix 2013-10-20 21:34:44 +04:00
Alexander Makarov
c2dabfa78e Adjusted short tags 2013-10-20 00:59:56 +04:00
Alexander Makarov
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
Alexander Makarov
24bc980da4 Replaced "<?php echo" with "<?=" that is always available for PHP 5.4 2013-10-18 14:09:11 +04:00
Alexander Makarov
e115b0c860 Updated docs, composer.json and other things to mention and use PHP 5.4 2013-10-18 13:01:13 +04:00
Alexander Makarov
f03c689b02 typo fix 2013-10-17 15:37:56 +04:00
Alexander Makarov
38ccc9e793 Fixes #930: Added i18n docs about configuring message source 2013-10-17 15:10:11 +04:00
Alexander Makarov
2205586858 Fixed typos 2013-10-17 12:51:58 +04:00
Qiang Xue
f6f02102ca typo fix. 2013-10-16 20:28:18 -04:00
Carsten Brandt
61fe888780 Merge branch 'master' into i18n-icu
* master: (103 commits)
  fixed broken test after whitespace changes in view
  Removed the extra EOLs.
  I add new line in methods that render code in the head and for body
  GII update button style
  GII create object button style [skip ci]
  Fixes #980: Changed the default way of generating action URLs for ActionColumn.
  View default value for $params
  adjusted cubrid version in schema quote
  removed cubrid env from tavis.yml
  simplified cubrid db install on travis
  fixed cubrid schema test for pdo type
  fixed validator test break
  added cubrid specific pdo type casting
  Updated FileValidator tests
  Better AR connection init in tests
  Removed @codeCoverageIgnore
  no xss for attribute error messages that contain {value}
  Clientvalidation {value} was not what has been validated
  moved getPdoType() to Schema.
  optimized datepick js code.
  ...
2013-10-16 22:04:17 +02:00
Carsten Brandt
bbcee326be adjusted I18N to be consistent with intl message formatting 2013-10-16 15:59:39 +02:00
Qiang Xue
2ae5c23d48 minor doc fix. 2013-10-11 20:41:59 -04:00
Carsten Brandt
6ba6fbe947 mention response component in controller.md 2013-10-11 12:51:27 +02:00
Carsten Brandt
057050f8a3 Merge pull request #943 from arisk/patch-2
Fixed typo
2013-10-05 08:25:29 -07:00
Larry Ullman
951b944b2a Edited password section 2013-10-05 08:44:36 -04:00
Aris Karageorgos
cbbb2cab76 Fixed typo 2013-10-05 19:42:50 +07:00
Larry Ullman
863a5cc015 Initial edits 2013-10-05 08:36:58 -04:00
Alexander Makarov
6fc5f0a4ca Minor additions to i18n docs 2013-10-03 01:54:58 +04:00
Carsten Brandt
b4b9ad483a Added version information to redis 2013-09-30 14:42:05 +02:00
Alexander Makarov
fb684774db better wording 2013-09-29 05:11:46 +04:00
Alexander Makarov
dafbeda301 More i18n tests, docs, added check to skip fixes where possible 2013-09-28 22:30:16 +04:00