56 Commits (1d20db57e6b1aa91efd3b295c58623caf0fc28de)

Author SHA1 Message Date
Alexander Makarov 1271bc419f
Fix #19041: Fix PHP 8.1 issues 3 years ago
Ivan Sidorov cd36f505b1
Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting 4 years ago
Stepan 2b9323d517
Fix #18047: Fix colorization markers output in Table.php 4 years ago
qrazi 88c51062ec Fixed: typo (#17587) [skip ci] 5 years ago
Alexander Kartavenko 30e10837ba Fixes #16509: Fixed console command help text wordwrap for multi-byte strings 5 years ago
Vladimir Reznichenko f9b03dfd42 SCA with Php Inspections (EA Ultimate) 7 years ago
Alexander Makarov 8b0702d386
Fixed #14840: improved Console::select() phpdoc [skip ci] 7 years ago
Elvira Sheina 717d0e80d3 Fixes #15358: Refactored `BaseConsole::updateProgress()` 7 years ago
Elvira Sheina f11f818b18 Fixes #7988: Added `\yii\helpers\Console::errorSummary()` and `\yii\helpers\Json::errorSummary()` 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Sergey fc00e60ade
Incorrect console width/height detecting with using Stty on Mac 8 years ago
SilverFire - Dmitry Naumenko 0efed3f2b0
Fixed wrong background color generation in `BaseConsole::renderColoredString()` 8 years ago
Carsten Brandt 3050dedded Update BaseConsole.php 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Alexander Makarov 2788f83576 Fixes #12879: Console progress bar was not working properly in Windows terminals 8 years ago
Alexander Makarov 75e43ccc3a Fixes regression introduced by #12576. Closes #12576 8 years ago
Alexander Makarov 8a9c8a8953 Fixes #11907: Fixed `yii\helpers\Console::getScreenSize()` on Windows was giving out width and height swapped 8 years ago
Nikola Kovacs 4d93d68af9 Fix incorrect formatting in documentation (#11864) [skip ci] 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Carsten Brandt f900f24ca9 Fixed namespace conflict with Markdown helper and Console helper 9 years ago
Carsten Brandt d82bf74f41 fixed removal of empty lines in array in phpdoc controller 9 years ago
Carsten Brandt 191f2a4943 fixed phpdoc type names 9 years ago
youmad 77b0d30bf8 Divide by zero prevention in console progress bar 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov b65bfad44d Simplified regular expressions 9 years ago
Alexander Makarov ffa3a59591 Compare with empty string instead of comparing length with 0 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
Carsten Brandt e1ea227e6d improved console helper progressbar ETA 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Alexander Mohorev fa428a130c PSR-2 while statement 9 years ago
Alexander Mohorev 0c5e4b7105 PSR-2 foreach statement 9 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
EliasZ 70abb9b31c add isset check on index which might not be set 10 years ago
Carsten Brandt 08e0143c16 created Console::wrapText() to imrove console help output on small screens 10 years ago
Thiago Talma 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 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Carsten Brandt 49961c4896 change Console::confirm() output to use stdout 10 years ago
Qiang Xue 6a9b3c7774 Finished console Gii. 10 years ago
Qiang Xue fadfdf690a Refactored help system. [skip ci] 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Carsten Brandt 6578cfbdab updated phpdoc and classmap 10 years ago
Carsten Brandt 284ec069ad implemented ANSI strlen helper 10 years ago
Carsten Brandt 10dc407a3c implemented markdown parsing for console command description 10 years ago
Carsten Brandt f46cffb4e4 Implement console color ansi2html 10 years ago