Commit graph

43 commits

Author SHA1 Message Date
ulrik nielsen 97dbf813dd slaves should only be added as child of a master connection 2012-04-17 14:25:13 +02:00
ulrik nielsen 0507a57277 Avoid error when no slave database configuration are given + adding case in the test 2012-04-17 12:12:23 +02:00
Joel Wurtz 6fe154ab94 Add slaves configuration for propel in config.yml 2012-04-17 12:10:43 +02:00
Francis Besset 31c4b8699e Fixed bug if the cache is built out of CLI 2012-01-23 09:33:10 +01:00
Hugo Hamon 11720456bb [PropelBundle] [DependencyInjection] improved exception messages when the bundle is loaded and the Propel configuration is not yet defined in the configuration. 2011-10-09 19:49:08 +02:00
jaugustin 537799b3c2 add propel paramConverter, to be used with Sensio Framework Extra 2011-09-22 16:11:14 +02:00
William DURAND af25f4ad4b Fixed #42 (for real) 2011-09-12 00:36:26 +02:00
William DURAND fa89b6468f Fixed #42 2011-09-09 16:26:29 +02:00
William DURAND fbf2f279f0 Refactored the configuration tree 2011-09-08 09:39:59 +02:00
William DURAND 87ad04f2a8 Fixed LICENSE 2011-08-30 23:30:31 +02:00
William DURAND ef517c450f Removed charset global parameter 2011-08-22 11:31:08 +02:00
William DURAND 22c64d4dd5 Added the ability to initialize the bundle without any database configuration (dbal) 2011-05-17 00:22:19 +02:00
William DURAND f296526e26 Fixed Properties class 2011-04-19 17:39:27 +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 f1e3438e6a Fixed default connection 2011-04-17 12:21:45 +02:00
William DURAND 4f83630fb2 Revert "Added default connection in the PropelConfiguration"
Break Propel commands execution.

This reverts commit 8764ffc7f2.
2011-04-16 15:12:51 +02:00
William DURAND 8764ffc7f2 Added default connection in the PropelConfiguration 2011-04-16 13:26:02 +02:00
William DURAND 1be3949780 Fixed loaded configuration 2011-04-11 13:46:23 +02:00
William DURAND 3484e2a452 Fixed Configuration 2011-04-11 13:28:55 +02:00
William DURAND b6871ed88d Fixed licence + doc 2011-04-07 10:01:30 +02:00
William DURAND a6e6d5f054 Fixed default value for the 'password' parameter in the configuration tree 2011-04-07 01:53:23 +02:00
William DURAND 3c4bf8f662 Changed default value for 'password' from null to '' (empty) 2011-04-06 15:01:06 +02:00
William DURAND 383bb7664e Fixed PropelExtension with unit tests 2011-04-06 10:40:46 +02:00
William DURAND d750942b36 Fixed Configuration class + doc 2011-04-06 10:40:04 +02:00
William DURAND 02552f249d Improved PropelExtension 2011-04-06 01:58:44 +02:00
William DURAND 5cd55f05c2 Added a new way to parse configuration 2011-04-06 01:52:59 +02:00
Thomas 0b9da32426 Fix the way Propel is loaded. Propel cannot be instanciated as the method only contains static properties and methods. 2011-04-05 21:18:12 +02:00
William DURAND 03f97ec317 Fixed previous commit 2011-04-05 21:16:32 +02:00
William DURAND a02e67e1a4 Added new parameter 'propel.logging' 2011-04-05 16:38:13 +02:00
William DURAND 870f8ce7f2 Improved Propel configuration by adding multiple connections 2011-03-26 12:29:22 +01:00
William DURAND e322f48af0 Fixed load configuration 2011-03-25 16:17:43 +01:00
Klaas Naaijkens 5e04e3f062 Modified file location 2011-03-11 20:51:54 +01:00
William DURAND a5b87639a0 Updated load config according to the last Symfony2 version 2011-02-23 16:29:29 +01:00
Klaas Naaijkens 08317bdd77 changes in symfony dependencyinject interface 2011-02-23 16:07:48 +01:00
William DURAND 08bf28df42 Fixed null value in dbal.config 2011-02-14 23:05:23 +01:00
William DURAND 5b5feecaf5 Changed namespace to Propel\PropelBundle 2011-02-14 22:31:28 +01:00
William DURAND 1a5b615f4d Added default values in PropelExtension 2011-01-30 22:37:30 +01:00
William DURAND 3ca3404d44 The database charset is now configurable.
First, the 'FIXME:' said more or less to use %kernel.charset% to configure
the database charset. But charsets are not database charsets.
That's why a new config parameter has appeared :

  propel.config:
      charset:  "UTF8"

This parameter is optional and default is "UTF8".
2011-01-26 21:47:06 +01:00
William DURAND 1529807181 Attribute 'classname' is now based on %kernel.debug% 2011-01-26 21:32:57 +01:00
William DURAND 6d4157f673 Improved the PropelExtension to load config settings. Should work with multiple connections. 2011-01-25 21:24:26 +01:00
William DURAND 1418f645c0 Fix configLoad() 2011-01-23 21:28:30 +01:00
William DURAND 7cd70d9cb9 Type hints 2011-01-22 16:14:02 +01:00
Fabien Potencier d2b2a18237 added files 2010-10-28 14:41:03 +02:00