37 Commits

Author SHA1 Message Date
4d93d68af9 Fix incorrect formatting in documentation (#11864) [skip ci]
The asterisks and underscores were interpreted as markdown formatting, which wasn't intended.

Also fix invalid link to FG_COLOR.
2016-07-01 19:15:36 +03:00
f900f24ca9 Fixed namespace conflict with Markdown helper and Console helper
fixes #11425
2016-04-26 22:05:56 +02:00
d82bf74f41 fixed removal of empty lines in array in phpdoc controller 2016-03-14 23:53:10 +01:00
191f2a4943 fixed phpdoc type names 2016-02-25 20:24:32 +01:00
77b0d30bf8 Divide by zero prevention in console progress bar
close #10541
2016-01-14 12:21:32 +01:00
1b3770fd21 Use === instead of == where possible 2015-10-10 01:04:35 +03:00
b65bfad44d Simplified regular expressions 2015-10-10 00:40:25 +03:00
ffa3a59591 Compare with empty string instead of comparing length with 0 2015-10-10 00:37:46 +03:00
5ab4f0f090 Better quotes usage in strings
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
2015-10-10 00:23:52 +03:00
0407407b76 fix coding style to follow PSR-2 2015-10-05 13:58:47 +06:00
e1ea227e6d improved console helper progressbar ETA
update only once per second to avoid flapping
2015-08-05 13:56:11 +02:00
ae42a054bb PSR-2 spaces, commas, etc 2015-06-09 00:05:06 +03:00
fa428a130c PSR-2 while statement 2015-06-08 23:22:41 +03:00
0c5e4b7105 PSR-2 foreach statement 2015-06-08 23:21:21 +03:00
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