90 Commits

Author SHA1 Message Date
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
51357e58f0 more console helper and controller refactoring
changed name of ansi switch to --colors
69cad905dd (commitcomment-3168489)
issue #33
2013-05-08 12:46:54 +02:00
fc5045fd0c Fixed Copy paste error console/Controller
also naming of formatString -> ansiFormat
2013-05-08 12:16:30 +02:00
69cad905dd Refactoring Console commands
added method wrappers in console/Controller

issue #33
2013-05-08 02:41:29 +02:00
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
d7df7053e0 === array() => empty() 2013-05-07 19:51:29 +04:00
14699b5ec3 reorganized app code.
removed app template from framework folder.
2013-05-05 18:32:32 -04:00
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
e132ed8d18 initial implementation of asset command. 2013-04-22 17:22:38 -04:00
f21499dd9b script WIP 2013-04-22 16:03:27 -04:00
7775e927e1 script command WIP 2013-04-22 06:50:22 -04:00
304122ebe4 Fixed bug in yiic.php.
Refactoring AssetConverter.
2013-04-19 20:44:59 -04:00
c7cf1026c0 adjusted default app layout 2013-04-20 01:40:37 +04:00
90b2a54f2d updated default app template 2013-04-19 02:30:46 +04:00
c006ebeb49 added .hgignore to list of typically ignored files 2013-04-18 20:46:37 +04:00
5b412b8f84 script WIP 2013-04-16 17:42:31 -04:00
ac5b25e3f7 fixed typos 2013-04-16 00:52:58 +04:00
78457bf009 fetching plural rule data. 2013-04-01 14:58:44 -04:00
e1acc64b2b refactoring cache and db references. 2013-03-27 17:09:18 -04:00
884977a724 renamed util to helpers. 2013-03-23 15:32:26 -04:00
1d48d01ef7 refactored View. 2013-03-20 22:03:13 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
210e7b69c4 cleanup 2013-03-04 07:48:57 -05:00
60583b87d3 cleanup 2013-03-04 07:07:34 -05:00
c00c2dcb1a renamed yiic webapp -> yiic app 2013-02-21 16:12:49 +04:00
e5be686849 create command template cleanup 2013-02-20 00:34:02 +04:00
a25f870090 renamed create -> webapp/create, specified global options 2013-02-20 00:30:02 +04:00
137d472838 console command to flush cache 2013-02-08 00:29:03 +04:00
a07a67ad8d minor fix of console commands. 2013-02-05 16:17:07 -05:00
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00
54ee8c44a0 refactored exceptions.
I18N WIP.
2013-02-04 16:39:19 -05:00
398ac25456 added UserException. 2013-02-03 19:45:44 -05:00
af4455eb03 Finished console support.
Finished migrate command.
2013-02-03 19:37:29 -05:00
6a595de4be refactored MVC. 2013-02-03 13:54:27 -05:00
225d2bb1b3 help cleanup 2013-02-03 09:52:10 -05:00
b2662c0cd9 clean up help command. 2013-02-02 23:36:20 -05:00
2d7f048b74 Refactored usage error in console commands. 2013-02-01 19:28:38 -05:00
dcca0bcf44 moved ConsoleColor. 2013-02-01 15:16:38 -05:00
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
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
761a9f4472 exception cleanup. 2013-02-01 07:53:32 -05:00
6fcac32410 error handling cleanup. 2013-01-31 23:50:53 -05:00
5b357d2eed console app cleanup. 2013-01-31 16:19:27 -05:00
e09a791c92 MVC cleanup 2013-01-31 15:05:49 -05:00
4402073d97 MVC WIP 2013-01-31 08:51:30 -05:00
0d21ee67cb MVC WIP 2013-01-28 18:51:36 -05:00
29398f4c22 MVC WIP 2013-01-25 08:44:09 -05:00
abd3d827a2 refactoring. 2013-01-18 10:37:22 -05:00