23 Commits

Author SHA1 Message Date
ef662b57be added missing @since annotations 2015-04-24 12:09:40 +02:00
70abb9b31c add isset check on index which might not be set
close #8158
2015-04-22 22:25:00 +02:00
08e0143c16 created Console::wrapText() to imrove console help output on small screens 2015-03-05 21:19:42 +01:00
c997e0d02e Fixes #7094: Console confirmation must be answered correctly. To return true: y or yes. To return false: n or not. Any other input the question will be asked again 2015-01-30 23:51:42 +03:00
899b778994 Correct type declarations 2014-10-25 16:35:50 +03:00
49961c4896 change Console::confirm() output to use stdout 2014-10-22 23:21:39 +02:00
6a9b3c7774 Finished console Gii. 2014-09-14 14:15:16 -04:00
fadfdf690a Refactored help system. [skip ci] 2014-09-04 19:47:52 -04:00
0edd8bc65a Fixed missing and incorrect phpdoc 2014-07-25 17:26:35 +04:00
6578cfbdab updated phpdoc and classmap 2014-06-25 18:24:23 +02:00
284ec069ad implemented ANSI strlen helper
issue #746
2014-06-25 18:24:23 +02:00
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
f46cffb4e4 Implement console color ansi2html
issue #746
2014-06-25 16:39:45 +02:00
18d1de61fe fix #3478
it correct work with integer keys of list
2014-05-15 06:46:32 +04:00
6099e85160 HHVM compatibility Fixes for Yii 2 Console Application 2014-05-06 01:18:37 -05:00
c1445871f4 Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03: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
c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 2014-03-03 20:50:44 +03:00
6ed9848591 Removed unused assignment 2014-02-07 13:12:33 +04:00
b21fd298c5 Fixed minor coding style issues 2014-02-01 01:18:38 +04:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00