Paweł Małolepszy
|
30502f1cb4
|
changes size of the line default value
|
2013-10-30 22:03:14 +01:00 |
Nicolas Bastien
|
52711d121c
|
Remove unused use statement.
|
2013-10-07 17:11:57 +02:00 |
Jordi Boggiano
|
d2ef829cc6
|
Fix typo
|
2013-08-18 15:40:00 +02:00 |
Jordi Boggiano
|
70523a191d
|
Mark class as abstract
|
2013-08-18 15:38:57 +02:00 |
Jordi Boggiano
|
14fcff8aa8
|
Allow the authentications to be loaded in the IO independently
|
2013-08-18 15:33:05 +02:00 |
Jordi Boggiano
|
8d0b7f278e
|
CS fixes
|
2013-06-13 13:28:24 +02:00 |
Pavel Savinov
|
831bd844bd
|
Almost PHPDoc problems fixed
|
2013-06-13 11:05:44 +11:00 |
Jordi Boggiano
|
b1989a5fc0
|
Remove leftover copy
|
2013-04-28 17:05:30 +02:00 |
Jordi Boggiano
|
566313834a
|
Add workaround for php bug 64634 in copy
|
2013-04-28 17:03:05 +02:00 |
Jordi Boggiano
|
37894f66a1
|
Avoid conflicts when composer is wrapped in older sf versions, fixes #1835
|
2013-04-27 12:30:58 +02:00 |
Jordi Boggiano
|
3b97e2e260
|
Add support for new verbosity levels, and initial debug output
|
2013-04-26 23:23:35 +02:00 |
Jordi Boggiano
|
b474944155
|
Add more output to the profiled runs, refs #1659
|
2013-03-05 15:21:54 +01:00 |
Jordi Boggiano
|
b7fb60494d
|
Add handling for backspace chars in BufferIO
|
2012-11-11 15:05:27 +01:00 |
Igor Wiedler
|
4959c2bdc6
|
Replace references of a11n with a12n where appropriate
Authorization => Authentication.
|
2012-11-07 13:34:31 +01:00 |
Jordi Boggiano
|
a7b14952b8
|
Allow passing a custom output formatter to the BufferIO
|
2012-11-05 13:52:15 +01:00 |
Jordi Boggiano
|
99b7ab4021
|
Rename ArrayIO to BufferIO
|
2012-11-04 17:10:42 +01:00 |
Jordi Boggiano
|
6549360dac
|
Add ArrayIO helper to capture output
|
2012-11-02 18:13:08 +01:00 |
Jordi Boggiano
|
28053504e5
|
Fix ConsoleIO::isVerbose behavior
|
2012-11-02 18:12:08 +01:00 |
Wes Mason
|
169bb2d60e
|
Use -r option of read shell builtin to avoid escaping of backslashes on password input
|
2012-10-21 18:07:26 +02:00 |
Jordi Boggiano
|
fc8d92e7a2
|
Make sure no error is output if env is missing
|
2012-06-24 15:55:23 +02:00 |
Smasty
|
58f0d4aeac
|
fix CS
|
2012-06-24 13:00:35 +03:00 |
Smasty
|
bd83eb93bf
|
ConsoleIO::askAndHideAnswer - added support for zsh, ksh and csh shells.
|
2012-06-24 12:14:13 +03:00 |
Jordi Boggiano
|
66e9dcddf4
|
CS fixes
|
2012-06-23 11:58:18 +02:00 |
Jordi Boggiano
|
c440b4594a
|
More PSR-2 goodness
|
2012-05-22 17:13:15 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Jordi Boggiano
|
c754f96677
|
Removed last password/username from IOInterface
|
2012-05-06 17:17:36 +02:00 |
Jordi Boggiano
|
66a202083e
|
Add IOInterface::isDecorated()
|
2012-04-26 14:54:34 +02:00 |
Nils Adermann
|
722724c2c3
|
Merge pull request #519 from Seldaek/hide_input
Improve password prompts on windows
|
2012-04-01 14:07:46 -07:00 |
Jordi Boggiano
|
fd93f6d648
|
Clean up temp dir
|
2012-04-01 21:34:09 +02:00 |
Jordi Boggiano
|
26b3a1711f
|
Add handling for phar
|
2012-04-01 20:59:50 +02:00 |
Jordi Boggiano
|
3210da0b84
|
Cleanups
|
2012-04-01 20:47:31 +02:00 |
Tiago Ribeiro
|
67885d8585
|
Added isDebug to IOInterface and improved debug messages for VcsRepositories
|
2012-04-01 13:37:26 +01:00 |
Jordi Boggiano
|
e36dfb150c
|
Add support for hidden prompts on windows
|
2012-03-25 18:57:19 +02:00 |
Konstantin Tjuterev
|
0b7896cdad
|
Simplified & fixed ConsoleIO->overwrite, corrected output when downloading with progress
|
2012-03-06 23:01:51 +02:00 |
Christophe Coevoet
|
28d3d4b130
|
Added a NullIO
|
2012-02-18 00:00:38 +01:00 |
Jordi Boggiano
|
35cca1ed7f
|
Do not reveal input length
|
2012-02-17 12:18:48 +01:00 |
Jordi Boggiano
|
a41fefd1d9
|
Fix way of checking for Windows
|
2012-01-22 20:21:14 +01:00 |
Roberto Ricci
|
ec665a01ab
|
Fixed detection of hidden password input capability
|
2012-01-19 21:10:10 +01:00 |
François Pluchino
|
76deb2d302
|
Fix bug on askAndHideAnswer() (because of the writeln() deletation)
|
2012-01-18 13:07:49 +01:00 |
François Pluchino
|
3cbe7cf590
|
Fix bug display in FileDownloader
|
2012-01-18 12:51:37 +01:00 |
Jordi Boggiano
|
6c2ec966ff
|
Fix ConsoleIO::overwrite
|
2012-01-18 10:35:02 +01:00 |
Jordi Boggiano
|
e4dbee2648
|
Fix tests
|
2012-01-17 23:13:35 +01:00 |
Jordi Boggiano
|
434c9ecdeb
|
Cleanups of IOInterface
|
2012-01-17 23:08:12 +01:00 |
François Pluchino
|
03f5eee3fa
|
Fix some improvements
|
2012-01-17 14:53:50 +01:00 |
François Pluchino
|
a5fb4abb36
|
Fix some improvements
|
2012-01-17 10:29:54 +01:00 |
François Pluchino
|
a10f92aafe
|
Convert Wrapper class to ConsoleIO class
|
2012-01-16 14:14:15 +01:00 |