Commit Graph

15391 Commits

Author SHA1 Message Date
Qiang Xue
377181a008 new AR WIP 2012-11-12 20:31:23 -05:00
Qiang Xue
794df81628 renamed order and group to orderBy and groupBy 2012-11-12 03:47:24 -08:00
Qiang Xue
e828cc6654 changed the default behavior of scenarios() 2012-11-12 03:17:32 -08:00
Qiang Xue
fee2c998f8 updated the default value of scenarios() 2012-11-10 07:17:25 -08:00
Qiang Xue
da786f657a Implemented new rules and safe attributes 2012-11-09 17:47:50 -08:00
Qiang Xue
e24ebc3eb5 Merge branch 'master' of git.yiisoft.com:yii2 2012-10-08 20:50:35 -04:00
Qiang Xue
d876da383e ... 2012-10-08 20:50:09 -04:00
Carsten Brandt
119352a526 console color: improved api and documentation 2012-10-05 12:33:32 +02:00
Alexander Makarov
fbcf677697 documented model validation and scenarios 2012-10-04 20:16:18 +04:00
Carsten Brandt
9f06233275 first draft of ANSI control sequence implementation
Moving cursors, clear page and line, hide/show cursor implementation is
mostly complete. Need to rework color api now.
sources:
http://en.wikipedia.org/wiki/ANSI_escape_code#CSI_codes
https://github.com/pear/Console_Color2/blob/master/Console/Color2.php
2012-09-25 13:36:50 +02:00
Alexander Makarov
95b18d553b more on console apps 2012-09-09 04:29:39 +04:00
Alexander Makarov
ea1c5c7831 initial console commands adjustments 2012-09-09 04:01:27 +04:00
Alexander Makarov
c1ab0a9ae5 better formatting for console commands help 2012-09-09 03:14:33 +04:00
Alexander Makarov
8403b60d9d fixed anonymous console command params 2012-09-09 03:00:58 +04:00
Qiang Xue
89b578259e web request/response WIP 2012-09-03 20:00:09 -04:00
Qiang Xue
72ff81f73d Web WIP 2012-09-01 22:42:43 -04:00
Qiang Xue
0657381f61 Merge branch 'master' of git.yiisoft.com:yii2 2012-08-30 21:18:00 -04:00
Qiang Xue
b7a7800fec Fixed constructors. 2012-08-30 21:17:42 -04:00
Carsten Brandt
37eaaa8ccd made yii command executeable 2012-08-30 22:03:34 +02:00
Qiang Xue
fd3c29aa2e Added console Request class.
Refactored console Application code.
2012-08-19 00:31:32 -04:00
Alexander Makarov
ec59da158e doc fixes 2012-08-16 14:26:10 +04:00
Qiang Xue
9b5e870a2d Added Component::__clone() 2012-08-10 08:43:54 -04:00
Qiang Xue
8c26893992 Implemented new scope declaration syntax. 2012-08-09 22:27:42 -04:00
Qiang Xue
ea30da6a6c Fixed namespace of core commands. 2012-08-07 07:03:16 -04:00
Qiang Xue
b074ecebe0 renamed console controller folder name. 2012-08-06 21:58:39 -04:00
Qiang Xue
7894217cc2 renamed method names. 2012-08-06 21:54:40 -04:00
Qiang Xue
a900301507 Added Validator::except. 2012-07-26 13:19:43 -04:00
Qiang Xue
b1047e7ff6 refactored object creation.
added more exception classes.
working on request and response classes.
2012-06-30 22:21:28 -04:00
Qiang Xue
d743d9bc02 ... 2012-06-30 10:44:04 -04:00
Qiang Xue
d46ac5b1be Merge branch 'master' of git.yiisoft.com:yii2 2012-06-17 15:56:21 -04:00
Qiang Xue
d7a69b6029 typo fix. 2012-06-17 15:55:30 -04:00
Alexander Makarov
ba4d9fc2b4 changed ->owner to ->context in error view 2012-06-10 12:00:03 +04:00
Qiang Xue
b51aa4ed65 ... 2012-06-07 14:45:15 -04:00
Qiang Xue
1599a2cf25 Removed Object::evaluateExpression().
Finished ExpressionDependency.
2012-06-01 09:50:27 -04:00
Qiang Xue
37c874f1a2 ... 2012-05-31 18:25:25 -04:00
Qiang Xue
a1973f2c1d fixed behavior detaching. 2012-05-31 18:25:08 -04:00
Qiang Xue
41650dd643 ... 2012-05-30 23:10:54 -04:00
Qiang Xue
bb92623f88 fixed doc. 2012-05-30 09:09:56 -04:00
Qiang Xue
78623f3ebb Finished all cache components. 2012-05-29 20:38:17 -04:00
Qiang Xue
23be1a7cdb ... 2012-05-28 20:47:12 -04:00
Qiang Xue
dcb531acdb Finished more caching components. 2012-05-28 15:13:18 -04:00
Qiang Xue
130d141709 Finished Cache class. 2012-05-28 14:15:49 -04:00
Qiang Xue
c225242290 working on caching. 2012-05-28 13:45:50 -04:00
Qiang Xue
0c85d56b74 finished view. 2012-05-28 00:03:17 -04:00
Alexander Makarov
2746b6ed46 vardumper 2012-05-25 12:48:12 +03:00
Alexander Makarov
a95096230b explicit argument type for merge 2012-05-25 12:47:54 +03:00
Alexander Makarov
cc240811f1 added explicit modifier 2012-05-25 12:47:13 +03:00
Alexander Makarov
e0dd12fb0d Merge remote-tracking branch 'origin/master' 2012-05-25 12:44:28 +03:00
Qiang Xue
7865a56d4e ... 2012-05-24 23:12:08 -04:00
Qiang Xue
21a8f40e97 Merge branch 'master' of git.yiisoft.com:yii2 2012-05-24 19:45:27 -04:00