Commit Graph

4221 Commits

Author SHA1 Message Date
Qiang Xue
0cd6b346b6 refactoring AR 2013-01-05 08:40:11 -05:00
Qiang Xue
23572c74cd refactoring AR. 2013-01-04 21:21:15 -05:00
Qiang Xue
78348d78f3 removed unused files. 2013-01-04 19:09:05 -05:00
Qiang Xue
1b151818a6 Fixed AR bugs. 2013-01-04 18:56:25 -05:00
Qiang Xue
a7ecbfee30 Fixing AR issues. 2013-01-04 15:06:19 -05:00
Qiang Xue
30c52fad96 finished draft implementation of new AR. 2013-01-04 12:05:24 -05:00
Qiang Xue
4d049fd97c AR WIP 2013-01-04 08:46:55 -05:00
Qiang Xue
211c3fb884 AR WIP 2013-01-03 23:49:25 -05:00
Qiang Xue
58490ae4ff AR WIP 2013-01-03 16:41:20 -05:00
Qiang Xue
36f7302515 AR WIP 2013-01-02 08:31:42 -05:00
Alexander Makarov
f8664a38de adjusted default application template 2012-12-26 20:08:35 +04:00
Alexander Makarov
476266a25b moved UrlManager from web to base 2012-12-26 19:34:41 +04:00
Alexander Makarov
a7abcb0ff0 fixed constructors chain in base Application 2012-12-26 18:49:00 +04:00
Alexander Makarov
32818ab19a added getter and setter for application title to web Controller 2012-12-26 17:34:27 +04:00
Alexander Makarov
5dbf1e49fa fixed inconsistent return types for View::resolveBasePath 2012-12-26 17:02:22 +04:00
Alexander Makarov
32f34b60b8 error handler now works properly with @ 2012-12-26 16:40:25 +04:00
Alexander Makarov
4502d5c6ae fixed index errors in error handler 2012-12-26 16:36:09 +04:00
Alexander Makarov
5ab4b06b86 bootstrap 2012-12-26 16:20:17 +04:00
Alexander Makarov
7d7ee71d41 moved console formatting stuff to helper 2012-12-26 15:57:27 +04:00
Alexander Makarov
78ab5c654a added ability to create own "yiic create" templates 2012-12-26 15:41:50 +04:00
Alexander Makarov
d59f6c00b8 better formatting of global parameters help 2012-12-25 19:53:10 +04:00
Alexander Makarov
7fedc3096f yiic create is now able to generate default application 2012-12-25 18:33:26 +04:00
Qiang Xue
44af0aa97a AR wip 2012-12-22 16:25:14 -05:00
Qiang Xue
e3d57f0cf9 Merge branch 'console-color' 2012-12-01 16:12:26 -05:00
Qiang Xue
0bdceee0fd Merge branch 'master' of git.yiisoft.com:yii2
Conflicts:
	tests/unit/data/ar/Customer.php
2012-12-01 16:07:47 -05:00
Qiang Xue
328bb2c0ac Merge branch 'master' of git.yiisoft.com:yii2 into console-color 2012-12-01 15:53:25 -05:00
Qiang Xue
de35c62c4e RAR WIP 2012-12-01 15:52:27 -05:00
Alexander Makarov
faaff8989c better conversion to array 2012-12-01 18:38:05 +04:00
Qiang Xue
a8be9ce412 new AR WIP 2012-11-17 08:35:53 -05:00
Qiang Xue
732bbe79d4 Merge branch 'master' of git.yiisoft.com:yii2 into console-color 2012-11-13 15:48:37 -05:00
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