Commit Graph

72 Commits

Author SHA1 Message Date
Qiang Xue
78457bf009 fetching plural rule data. 2013-04-01 14:58:44 -04:00
Qiang Xue
e1acc64b2b refactoring cache and db references. 2013-03-27 17:09:18 -04:00
Qiang Xue
884977a724 renamed util to helpers. 2013-03-23 15:32:26 -04:00
Qiang Xue
1d48d01ef7 refactored View. 2013-03-20 22:03:13 -04:00
Qiang Xue
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
Qiang Xue
210e7b69c4 cleanup 2013-03-04 07:48:57 -05:00
Qiang Xue
60583b87d3 cleanup 2013-03-04 07:07:34 -05:00
Alexander Makarov
c00c2dcb1a renamed yiic webapp -> yiic app 2013-02-21 16:12:49 +04:00
Alexander Makarov
e5be686849 create command template cleanup 2013-02-20 00:34:02 +04:00
Alexander Makarov
a25f870090 renamed create -> webapp/create, specified global options 2013-02-20 00:30:02 +04:00
Alexander Makarov
137d472838 console command to flush cache 2013-02-08 00:29:03 +04:00
Qiang Xue
a07a67ad8d minor fix of console commands. 2013-02-05 16:17:07 -05:00
Qiang Xue
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
Qiang Xue
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00
Qiang Xue
54ee8c44a0 refactored exceptions.
I18N WIP.
2013-02-04 16:39:19 -05:00
Qiang Xue
398ac25456 added UserException. 2013-02-03 19:45:44 -05:00
Qiang Xue
af4455eb03 Finished console support.
Finished migrate command.
2013-02-03 19:37:29 -05:00
Qiang Xue
6a595de4be refactored MVC. 2013-02-03 13:54:27 -05:00
Qiang Xue
225d2bb1b3 help cleanup 2013-02-03 09:52:10 -05:00
Qiang Xue
b2662c0cd9 clean up help command. 2013-02-02 23:36:20 -05:00
Qiang Xue
2d7f048b74 Refactored usage error in console commands. 2013-02-01 19:28:38 -05:00
Qiang Xue
dcca0bcf44 moved ConsoleColor. 2013-02-01 15:16:38 -05:00
Carsten Brandt
c5816d233c Merge branch 'master' of git.yiisoft.com:yii2
* 'master' of git.yiisoft.com:yii2:
  Added Command::batchInsert()
  exception cleanup.
  error handling cleanup.
  console app cleanup.
  MVC cleanup
  MVC WIP
  MVC WIP
  MVC WIP
  cleanup.
  MVC WIP
  refactored logging. MVC WIP
  MVC WIP
  patched controller and action creation
  todo updates.

Conflicts:
	framework/console/View.php
2013-02-01 16:37:05 +01:00
Carsten Brandt
f1b62a476c Move console color helper back to console
Planning a view structure in there, not sure if naming should be view or
widget yet.
2013-02-01 16:35:17 +01:00
Qiang Xue
761a9f4472 exception cleanup. 2013-02-01 07:53:32 -05:00
Qiang Xue
6fcac32410 error handling cleanup. 2013-01-31 23:50:53 -05:00
Qiang Xue
5b357d2eed console app cleanup. 2013-01-31 16:19:27 -05:00
Qiang Xue
e09a791c92 MVC cleanup 2013-01-31 15:05:49 -05:00
Qiang Xue
4402073d97 MVC WIP 2013-01-31 08:51:30 -05:00
Qiang Xue
0d21ee67cb MVC WIP 2013-01-28 18:51:36 -05:00
Qiang Xue
29398f4c22 MVC WIP 2013-01-25 08:44:09 -05:00
Qiang Xue
abd3d827a2 refactoring. 2013-01-18 10:37:22 -05:00
Qiang Xue
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
Qiang Xue
8517ee9e50 reorganized DB classes. 2013-01-05 16:46:53 -05:00
Alexander Makarov
f8664a38de adjusted default application template 2012-12-26 20:08:35 +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
Carsten Brandt
119352a526 console color: improved api and documentation 2012-10-05 12:33:32 +02: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
b7a7800fec Fixed constructors. 2012-08-30 21:17:42 -04:00
Qiang Xue
fd3c29aa2e Added console Request class.
Refactored console Application code.
2012-08-19 00:31:32 -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