Commit graph

28 commits

Author SHA1 Message Date
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