Commit graph

42 commits

Author SHA1 Message Date
William DURAND
87ad04f2a8 Fixed LICENSE 2011-08-30 23:30:31 +02:00
William DURAND
cef9035498 Better Phing error detector 2011-08-30 18:40:32 +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
3a0d86b644 [command] Refactored the base command 2011-08-30 11:51:23 +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
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
nibsirahsieu
37fcc0132f fix undefined $container when building models 2011-08-02 23:58:20 +07: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
49abcb9161 Insert charset parameter in the buildtime file in ordre to deal with UTF8 data 2011-07-30 19:04:55 +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
096faad24a Added shortcut to use dialog helper 2011-06-22 17:27:28 +02:00
William DURAND
4f1cc4ce05 Fixed PhingCommand + added a writeSection() method 2011-06-22 16:46:44 +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
William DURAND
465fad8872 Merge branch maxailloud 2011-05-25 00:04:27 +02:00
William DURAND
5dd7dd9be4 Added charset at build time 2011-05-24 23:52:43 +02:00
Maxime AILLOUD
ad23a1f7d7 Avoid php notice if the database configuration was not provided 2011-05-18 12:43:44 +02:00
William DURAND
580e0e3c89 Merge remote-tracking branch 'origin/master' into form_beta1 2011-05-17 00:24:39 +02:00
William DURAND
bd64c555aa Refactored PhingCommand to check Propel database configuration before to launch a command 2011-05-17 00:21:20 +02:00
William DURAND
aa7eb61088 Fixed PhingCommand 2011-05-05 19:17:12 +02:00
William DURAND
7fbd755f05 Changed getConnection return to get the name of the connection 2011-04-19 14:32:38 +02:00
William DURAND
f5b580e6ad Refactored commands, added a new method in PhingCommand to handle '--connection' option 2011-04-19 14:03:52 +02:00
William DURAND
b041a9973b Added a new config parameter (build_properties) to add build properties in config.yml 2011-04-18 22:51:27 +02:00
William DURAND
580f7ae28a Refactored command outputs 2011-04-18 21:40:16 +02:00
William DURAND
69c14b871c Added a new configuration file: app/config/propel.ini which is a build.properties file (http://www.propelorm.org/wiki/Documentation/1.6/BuildConfiguration) 2011-04-17 12:13:36 +02:00
William DURAND
ed1d9ad267 Improved some commands 2011-04-13 22:27:07 +02:00
William DURAND
a20743d3b9 Phing output depends of %kernel.debug% 2011-04-06 15:00:40 +02:00
Thomas
5cacef0132 check if a namespace or package are set before creating model 2011-04-04 19:40:04 +02:00
Thomas
3ca1987727 Fix command namespace 2011-04-04 19:38:34 +02:00
William DURAND
4a6088b334 Added new command: 'data-sql' that generates SQL from dumped data 2011-03-26 18:20:27 +01:00
William DURAND
bcd3c9d41c Minor change in PhingCommand 2011-03-26 12:37:46 +01:00
William DURAND
db27ed0d45 Added tmpDir as an attribute 2011-03-25 18:44:13 +01:00
William DURAND
4d98e5101f Added getters 2011-03-25 16:24:34 +01:00
William DURAND
d7789af52e Use array access for the PropelConfiguration object 2011-03-25 16:21:31 +01:00
William DURAND
5b5feecaf5 Changed namespace to Propel\PropelBundle 2011-02-14 22:31:28 +01:00
William DURAND
a6dc926249 Cleaned PhingCommand class + added new method to create a 'buildtime-conf.xml' file. 2011-02-02 02:02:45 +01:00
Fabien Potencier
d2b2a18237 added files 2010-10-28 14:41:03 +02:00