dmsmidt
|
556148510b
ConsoleIO::select for a single option, fixes #7106, closes #7107
|
7 年之前 |
Jordi Boggiano
|
a567501e58
Fix ConsoleIO::select regression in which 1.5.3-1.6.2 returned the selected values instead of index keys, fixes #7000
|
7 年之前 |
Gawain Lynch
|
157075b996
Migrate ConsoleIO::select to use QuestionHelper and ChoiceQuestion
|
7 年之前 |
Theo Tonge
|
c077df0d80
Fix for https://github.com/composer/composer/issues/5989
|
8 年之前 |
Jordi Boggiano
|
f3af3da16f
Add more comments in ConsoleIO, closes #5836
|
8 年之前 |
Konstantin.Myakshin
|
dc70b40d34
Use implode instead of join
|
8 年之前 |
Niels Keurentjes
|
eb77c0b7f5
phpDoc cleanup, removed unused imports, variables and parameters.
|
9 年之前 |
Jordi Boggiano
|
a0de19f74d
Fix feedback, refs #3199
|
9 年之前 |
Jordi Boggiano
|
d24ea66892
Merge remote-tracking branch 'fduch/console-select-support'
|
9 年之前 |
Jordi Boggiano
|
8ed894cf99
Fix usage of symfony console for sf<2.8, fixes #4913
|
9 年之前 |
Jordi Boggiano
|
49d7d65933
Add verbosity input support to IOInterface
|
9 年之前 |
Jordi Boggiano
|
47b05eab7a
Fix type errors
|
9 年之前 |
Jordi Boggiano
|
ce08582671
Fix CS
|
9 年之前 |
Andreas Möller
|
eac5fbdee4
Fix: Remove unused imports
|
9 年之前 |
Jordi Boggiano
|
b7c827c2e5
Use external lib for hidden cli prompting
|
10 年之前 |
Rob Bast
|
e7c044d4b2
Remove dead code
|
10 年之前 |
Rob Bast
|
fb5394ce70
Use constants directly
|
10 年之前 |
Rob Bast
|
7279c25839
Switched to QuestionHelper
|
10 年之前 |
Jordi Boggiano
|
dbfd47eeca
CS fixes
|
10 年之前 |
Jordi Boggiano
|
66b73ea456
Revert "Disable overwrites when no-ansi is present, fixes #3612"
|
10 年之前 |
Jordi Boggiano
|
ad40cdc3fe
Fix overwriteError behavior, fixes #3817
|
10 年之前 |
Rob Bast
|
3c7a617753
overwriteError + ask[X]() to stderr
|
10 年之前 |
Rob Bast
|
cb336a5416
Implement writeError throughout Composer
|
10 年之前 |
Xavier Fornes
|
2936dc0e55
some micro-optimizations made
|
10 年之前 |
Xavier Fornes
|
a4ffda699f
remove by reference on message parameter
|
10 年之前 |
Xavier Fornes
|
3f59c007f7
fix implementation for php 5.3
|
10 年之前 |
Xavier Fornes
|
bb0a2df293
fix for issue #3657
|
10 年之前 |
Jordi Boggiano
|
e0d36e19eb
Disable overwrites when no-ansi is present, fixes #3612
|
10 年之前 |
fduch
|
18be54693f
add support of select from option list in ConsoleIO and NullIO
|
10 年之前 |
Tom Kay
|
526a4d7c9e
read and discard zero chars to initialise STDIN
|
10 年之前 |