51 Commits

Author SHA1 Message Date
00cfe93b20 Finished console Gii feature. 2014-09-14 14:25:11 -04:00
443779d693 Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
Conflicts:
	framework/console/controllers/HelpController.php
2014-09-14 14:22:43 -04:00
6a9b3c7774 Finished console Gii. 2014-09-14 14:15:16 -04:00
bfb9aa84f7 WIP 2014-09-14 11:29:26 -04:00
4832760604 Removed unused "use" statements 2014-09-07 15:46:54 +04:00
e3ca5a8168 Reverted/fixed some incorrect changes. 2014-09-05 20:23:11 -04:00
d471f0ba91 Fixes #4288: added a hint on how to specify console boolean values to the output of help 2014-09-06 00:52:23 +04:00
aeb8dd560a Refactored console help system [skip ci] 2014-09-04 21:14:09 -04:00
fadfdf690a Refactored help system. [skip ci] 2014-09-04 19:47:52 -04:00
9c9ce298c7 Merge pull request #4913 from yiisoft/console-help-refactoring
Console help refactoring
2014-09-04 20:09:07 +04:00
da7af42371 Added information about --appconfig to output of help command, color option is now passed to controller whose help we're getting 2014-09-04 19:49:18 +04:00
21440d7aed Moved common help parsing code into HelpParser. Action methods now have default implementation. 2014-09-04 19:28:00 +04:00
d44f424858 Fixed getting controller description, refactored a bit more 2014-09-04 03:14:36 +04:00
277d8cbaeb Got rid of console inline action 2014-09-04 03:01:28 +04:00
dbac35b1aa Removed description and help code duplication 2014-09-04 02:38:15 +04:00
c43b7ee8b5 console help WIP 2014-08-12 00:05:19 +02:00
84af0ad1f7 Fixes #4592: Fixed yii help command was listing incorrect action names for methods like actionSayNO 2014-08-07 15:20:05 +04:00
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
607294a4f1 Fixes #2821: Console help command incorrectly lists non-console controllers as available commands 2014-06-24 10:50:43 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
706ab7f968 combine globalOptions() with local options into options($id)
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
b0d7559a8d console/Controller show help for local options 2014-03-09 00:43:12 +01:00
740a769477 improved HelpController with messages for each command 2014-03-06 22:43:57 +01:00
5c19cc84f4 Make HelpController check to make sure module controller path exists before scanning it 2014-01-17 12:07:15 -08:00
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
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +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
78457bf009 fetching plural rule data. 2013-04-01 14:58:44 -04:00
884977a724 renamed util to helpers. 2013-03-23 15:32:26 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05: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
6fcac32410 error handling cleanup. 2013-01-31 23:50:53 -05:00
e09a791c92 MVC cleanup 2013-01-31 15:05:49 -05:00
0d21ee67cb MVC WIP 2013-01-28 18:51:36 -05:00
29398f4c22 MVC WIP 2013-01-25 08:44:09 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
d59f6c00b8 better formatting of global parameters help 2012-12-25 19:53:10 +04:00
c1ab0a9ae5 better formatting for console commands help 2012-09-09 03:14:33 +04:00