Commit graph

9 commits

Author SHA1 Message Date
auss 1f0dd499c5 Missing use
Someone has forgotten to add use for the Filesystem component
2013-05-14 15:34:35 +03:00
Luca Saba 67e668dcd5 Creates the fixturs folder if needed
With this change, if the fixtures folder does not exists
the propel:fixtures:dump command asks user's confirmation
for its creation. If the user deny the authorization, the command
will throw a IOException (before file_put_contents rises a warning).
2013-04-16 11:08:11 +02:00
Anh Tuan Kieu 3fb8fe5d1a Manage multiple connections. Add ability to pass output dir to FixtureDumpCommand 2012-08-20 13:52:51 +02:00
William DURAND 590787d2b6 Removed command headers, fixed naming 2012-05-09 08:55:00 +02:00
William DURAND 29ca595387 Removed 'Propel' class prefixes 2012-04-20 13:54:05 +02:00
William DURAND a30747ed09 Added a better way to use a bundle argument in commands
Added bundle argument to propel:model:build command
2012-04-20 02:20:54 +02:00
William DURAND ab50b5ec39 Fixed CS 2011-12-05 18:42:24 +01:00
William DURAND 0551d6400e [Command] Fixed path in fixtures:dump command 2011-09-07 10:52:22 +02:00
William DURAND 6f4a7e7ae8 [Command] Changed fixture commands names 2011-09-07 10:46:56 +02:00
Renamed from Command/DataDumpCommand.php (Browse further)