Commit Graph

17 Commits (b6997f6972191c64edcb5bcefcd4566a111f2883)

Author SHA1 Message Date
fgibaux a9daea17d8 plugin symfony2 sf2.7 compatibility fix
with symfony 2.7 command group titles are listed as commands. this commit prevents it.
2015-08-18 14:19:40 +02:00
Darius Grigalevicius c4d3de1ea0 added server:run alias 2015-01-28 14:02:36 +02:00
Ion Marusic 011f25d492 Fixed command autocomplete for Symfony 2.6.x 2014-12-02 20:10:47 +02:00
Philipp Wahala 8d2dd8cc6a Symfony2 plugin autocomplete for app/console and bin/console 2014-09-03 11:58:52 +02:00
Philipp Wahala 677d8b1a21 Symfony2 plugin look for files only 2014-09-03 11:36:22 +02:00
Philipp Wahala ed6c2c9106 Symfony2 plugin use first console found 2014-09-03 11:13:21 +02:00
Ben Zörb bb928b59c4 #2914 fixed symfony2 autocomplete 2014-07-17 11:27:00 +02:00
Ben Zörb 392af393e8 added cache:warmup alias 2014-07-15 15:13:13 +02:00
Ben Zörb 14ebcc83be #2893 generalized symfony2 console directory 2014-07-01 07:48:00 +02:00
Jérôme Macias de41dee9e4 Add alias for container:debug task 2014-06-04 12:50:45 +02:00
Robby Russell de8bcef476 Merge pull request #1622 from hacfi/patch-1
Fix Symfony2 command completion 'permission denied'
2013-04-23 20:03:26 -07:00
lesmyrmidons 55da480da1 modify alias sfc => sf 2013-03-29 16:39:18 +01:00
lesmyrmidons fc67399843 Simplification name aliases and adding new alias 2013-03-29 13:35:35 +01:00
hacfi 8c74d80fd6 Fix Symfony2 command completion 'permission denied'
app/console by default (if you create a new Symfony project via composer create-project or by downloading it from symfony.com) is not executable. Therefore I get the following error:

sf2 _symfony2_get_command_list:1: permission denied: app/console 
_symfony2_get_command_list:1: permission denied: app/console
_symfony2_get_command_list:1: permission denied: app/console

To make command completion work without changing app/console you just have to let php run it.
2013-02-22 17:07:15 +01:00
Rui Marinho 6f6a3c8435 Added sf Symfony2 binary alias 2012-11-20 00:33:52 +00:00
Daniel Gomes e3de97ca89 added two aliases to Symfony2 Plugin 2012-10-05 21:12:40 +01:00
Andrew Tch 03424fdadb Symfony 2 completion 2011-12-18 00:23:31 +02:00