Commit graph

109 commits

Author SHA1 Message Date
William DURAND
c04664beb2 [command] Fixed build-sql 2011-08-30 17:43:01 +02:00
William DURAND
7e4c15261d Fixed the way we detect errors in a Phing process 2011-08-30 17:36:30 +02:00
William DURAND
d7c5c51d6d [command] Added better error messages 2011-08-30 16:11:03 +02:00
William DURAND
445e3cc791 [command] Fixed output in load-fixtures command 2011-08-30 11:54:40 +02:00
William DURAND
bcdfcc9b85 [command] Fixed output in graphviz command 2011-08-30 11:54:25 +02:00
William DURAND
7b2359d3d3 [command] Fixed output in create/drop commands 2011-08-30 11:54:05 +02:00
William DURAND
42b7937442 [command] Fixed output + test if file exists in data-sql command 2011-08-30 11:53:40 +02:00
William DURAND
7a2d43a1e9 [command] Fixed output in data dump command 2011-08-30 11:53:09 +02:00
William DURAND
ad6c5756f0 Fixed output in build command 2011-08-30 11:52:50 +02:00
William DURAND
1837a63779 [command] s/summary/writeSummary/ 2011-08-30 11:52:30 +02:00
William DURAND
657013d68e [command] Fixed output in reverse command 2011-08-30 11:51:58 +02:00
William DURAND
3a0d86b644 [command] Refactored the base command 2011-08-30 11:51:23 +02:00
William DURAND
957014c089 Fixed typo 2011-08-30 09:35:37 +02:00
William DURAND
afbc5675aa Merge pull request #27 from willdurand/fix-dot-notation
Fixed dot notation to avoid current known limitation
2011-08-27 07:01:37 -07:00
William DURAND
4e28a76425 Avoid error if blank password in datasource config 2011-08-25 23:57:38 +02:00
William DURAND
3a85881a49 Fixed dot notation to avoid current know limitation 2011-08-25 23:55:15 +02:00
William DURAND
9a2c464a8c Refactored 'load-fixtures' command 2011-08-23 16:00:43 +02:00
William DURAND
c0dbe49b65 Fixed message 2011-08-23 16:00:43 +02:00
William DURAND
ef517c450f Removed charset global parameter 2011-08-22 11:31:08 +02:00
William DURAND
5143a5ff43 Fixed previous commit (again) 2011-08-18 15:29:12 +02:00
William DURAND
deae657208 Fixed previous commit 2011-08-18 15:23:41 +02:00
William DURAND
9302735eca Fixed load fixtures with custom datasources 2011-08-18 14:01:21 +02:00
William DURAND
bd3c8559b6 Fixed bug on database create 2011-08-18 12:15:04 +02:00
nibsirahsieu
37fcc0132f fix undefined $container when building models 2011-08-02 23:58:20 +07:00
William DURAND
e463a8bcd8 Fixed CS 2011-07-30 19:26:48 +02:00
William DURAND
0347aaccb8 Reverted commit 6785589a0c according to the previous revert 2011-07-30 19:18:00 +02:00
Maxime AILLOUD
cbf4fe890c Update of the PHPDoc header of the TableDropCommand class 2011-07-30 19:04:56 +02:00
Maxime AILLOUD
ae65d873a6 Modification of the generation of the buildtime file to use charset in Propel 2011-07-30 19:04:56 +02:00
Maxime AILLOUD
6785589a0c Using the propel connection through the dependency injector, and dealing with foreign key when dropping table 2011-07-30 19:04:55 +02:00
Maxime AILLOUD
f74c659f24 Bug corrected when the database has no table in the command table:drop 2011-07-30 19:04:55 +02:00
Maxime AILLOUD
5a1f644a6a Namespace corrected for the exception class in the command: propel:database:drop, propel:database:create and propel:table:drop 2011-07-30 19:04:55 +02:00
Maxime AILLOUD
38150e71c9 Added a new command: propel:table:drop which allow to drop one, several or all table for a given connection by using the Symfony2 console 2011-07-30 19:04:55 +02:00
Maxime AILLOUD
49abcb9161 Insert charset parameter in the buildtime file in ordre to deal with UTF8 data 2011-07-30 19:04:55 +02:00
Maxime AILLOUD
102e688f5b Add the ability to the LoadFixturesCommand to load SQL files 2011-07-30 19:03:57 +02:00
osek666
d5ce54b7de Hardcoded -2 fails when namespace is longer. E.g. namespace="Sensio\Bundle\HelloBundle\Model" 2011-07-05 02:46:23 -07:00
William DURAND
e27dc9cbd5 Added secure tests for the drop database command 2011-06-22 17:31:57 +02:00
William DURAND
096faad24a Added shortcut to use dialog helper 2011-06-22 17:27:28 +02:00
William DURAND
35a56e8ca8 Improved commands 2011-06-22 16:47:19 +02:00
William DURAND
4f1cc4ce05 Fixed PhingCommand + added a writeSection() method 2011-06-22 16:46:44 +02:00
William DURAND
3f49f58e8c Added a new command: propel:database:create which allow to create a database for a given connection by using the Symfony2 console 2011-06-22 15:32:13 +02:00
William DURAND
294e4d72bc Fixed database:drop command 2011-06-22 14:17:37 +02:00
William DURAND
28cbe61feb Added a new command to drop a database 2011-06-22 14:11:24 +02:00
William DURAND
833441e428 Merge branch 'master' of git://github.com/willdurand/PropelBundle 2011-06-22 13:48:49 +02:00
William DURAND
c7f5ed7e2b Added a method to get the dbname in Command classes 2011-06-22 13:48:43 +02:00
William DURAND
c9cfae539d Fixed PhingCommand class to fit last Symfony2 changes. Fixed #17 2011-06-22 13:46:14 +02:00
William DURAND
4c07e38ce3 Added a way to detect errors during Phing execution 2011-06-20 09:41:00 +02:00
fzaninotto
17d994bcd7 Added support for the debug option in build-model and build-sql commands 2011-05-30 17:03:08 +02:00
William DURAND
465fad8872 Merge branch maxailloud 2011-05-25 00:04:27 +02:00
William DURAND
4459a9ef43 Fixed typo 2011-05-24 23:53:55 +02:00
William DURAND
5dd7dd9be4 Added charset at build time 2011-05-24 23:52:43 +02:00