Commit graph

22 commits

Author SHA1 Message Date
William DURAND
87ad04f2a8 Fixed LICENSE 2011-08-30 23:30:31 +02:00
Fabien Potencier
4a7242fefb Removed obsolete code 2011-08-27 04:51:16 +03:00
Maxime AILLOUD
fd39223c7f Add the root directory of the project in the include path to make the override of propel's generator classes easier 2011-07-30 19:04:56 +02:00
William DURAND
5d6a185f92 Fixed collateral damage due to last reverts 2011-04-13 18:14:49 +02:00
William DURAND
209b7f4c59 Propel can handle multiple connections with multiple databases.
To use the Propel singleton object is the better way to keep benefits of theses features.

Revert "Fixed typo error"

This reverts commit 790cf92510.

Conflicts:

	PropelBundle.php
2011-04-13 18:10:48 +02:00
William DURAND
00c97f3c17 Revert "New service: propel.connection which is the active PropelPDO connection"
This reverts commit 20747fcdc7.

Conflicts:

	PropelBundle.php
2011-04-13 18:06:20 +02:00
William DURAND
790cf92510 Fixed typo error 2011-04-13 17:03:26 +02:00
William DURAND
20747fcdc7 New service: propel.connection which is the active PropelPDO connection 2011-04-13 17:00:29 +02:00
William DURAND
fe58d40a38 Added more information to the Propel panel by using the Propel logger 2011-04-08 01:16:09 +02:00
William DURAND
b6871ed88d Fixed licence + doc 2011-04-07 10:01:30 +02:00
William DURAND
18d5591bc7 Check if Propel is initialized or not 2011-04-06 18:19:13 +02:00
William DURAND
da35ed55f4 Load logging if asked 2011-04-05 21:21:05 +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
5b5feecaf5 Changed namespace to Propel\PropelBundle 2011-02-14 22:31:28 +01:00
William DURAND
f4e677e424 Fixed getPath() method 2011-02-04 16:38:56 +01:00
William DURAND
f479cbd964 Revert "Changed phing include path to fit the checked out tree from phing svn (thx @jtanguy)."
This reverts commit cd6dedfd97.
2011-01-30 01:44:27 +01:00
William DURAND
cd6dedfd97 Changed phing include path to fit the checked out tree from phing svn (thx @jtanguy). 2011-01-29 23:31:24 +01:00
William DURAND
9cf426e142 It's necessary to call the Propel service in the boot() method 2011-01-25 21:23:03 +01:00
William DURAND
01c9972e85 Removed obsolete code 2011-01-23 21:24:53 +01:00
William DURAND
e9e476a784 Refactored bundle class 2011-01-22 16:15:43 +01:00
William DURAND
441a7e391e Removed a call to getPropelService() that is a protected method. 2011-01-21 19:37:43 +01:00
Fabien Potencier
d2b2a18237 added files 2010-10-28 14:41:03 +02:00