merged upstream changes

This commit is contained in:
Martin Miklós 2013-05-13 22:36:15 +02:00
commit 9a330619b4
113 changed files with 3194 additions and 362 deletions

View file

@ -5,6 +5,7 @@
: ${SYMFONY_COMPLETE_ENTITIES:=""}
_SYMFONY_COMPLETE_CONSOLE=(
./console
app/console
)
@ -23,8 +24,6 @@ SYMFONY_DO_COMPLETE_ENTITIES=($_SYMFONY_COMPLETE_ENTITIES $SYMFONY_COMPLETE_ENTI
_symfony2 ()
{
#local asd=(echo $curcontext | tee)
local console=$words[1]
if [ ! -f "$console" ];then
@ -73,5 +72,10 @@ do
done
#Alias
alias sf2='php app/console'
alias sf2clear='php app/console cache:clear'
alias sf2clear='php app/console cache:clear'
alias sf='php app/console'
alias sfcl='php app/console cache:clear'
alias sfroute='php app/console router:debug'
alias sfgb='php app/console generate:bundle'