Commit graph

694 commits

Author SHA1 Message Date
William DURAND 633f3e3caf Updated documentation 2011-02-23 16:32:48 +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 4d1cc6acea Fixed mistake 2011-02-14 22:51:43 +01:00
William DURAND c57c261a17 Updated documentation for the last commit 2011-02-14 22:44:32 +01: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 7dff967da4 Made the last commit a bit more clear 2011-02-03 21:51:03 +01:00
William DURAND 8c24ba081e Fix documentation (git repositories) 2011-02-03 21:40:03 +01:00
William DURAND ffc537274e Fixed documentation to suit the last symfony-sandbox 2011-02-02 21:12:16 +01:00
William DURAND 2fc11963ab Fixed indentation in documentation 2011-02-02 21:06:20 +01:00
William DURAND 75003ef86d Updated documentation (2) 2011-02-02 21:02:56 +01:00
William DURAND 1b38c3dfb2 Updated documentation 2011-02-02 20:44:50 +01:00
William DURAND bd2eb417cf Added a new command : propel:insert-sql 2011-02-02 19:47:50 +01:00
William DURAND d49820cf94 Refactoring of the 'propel:migration:migrate' command 2011-02-02 19:46:57 +01:00
William DURAND dc72cb2699 Updated documentation 2011-02-02 02:40:02 +01:00
William DURAND e433716413 Added new command : propel:migration:status 2011-02-02 02:34:45 +01:00
William DURAND 2da085cff9 Renamed migrations command classes
Migrations commands are now :

    > php app/console propel:migration:generate-diff

    > php app/console propel:migration:migrate
2011-02-02 02:34:14 +01:00
William DURAND 5fdaa5b2f1 Updated documentation 2011-02-02 02:29:46 +01:00
William DURAND fd5b36ac07 Added a new command : propel:migrate 2011-02-02 02:06:58 +01:00
William DURAND d4d981a25c Added a new command : propel:generate-diff 2011-02-02 02:06:38 +01:00
William DURAND fcaec28f25 Fixed imports + updated help 2011-02-02 02:05:36 +01:00
William DURAND dacf1ed5e1 Fixed help 2011-02-02 02:04:34 +01:00
William DURAND 6ba3d7c1de Fixed typo 2011-02-02 02:03:35 +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
William DURAND b2c5a8d67b Updated documentation : works with Propel 1.6. 2011-02-01 22:12:23 +01:00
William DURAND 1a5b615f4d Added default values in PropelExtension 2011-01-30 22:37:30 +01:00
William DURAND f9b4daf1e4 Updated unit tests 2011-01-30 22:36:59 +01:00
William DURAND 3849b54842 Updated documentation 2011-01-30 02:03:50 +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 a603db2dc2 Updated README 2011-01-26 22:02:01 +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 9cf426e142 It's necessary to call the Propel service in the boot() method 2011-01-25 21:23:03 +01:00
William DURAND 1418f645c0 Fix configLoad() 2011-01-23 21:28:30 +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 7cd70d9cb9 Type hints 2011-01-22 16:14:02 +01:00
William DURAND 441a7e391e Removed a call to getPropelService() that is a protected method. 2011-01-21 19:37:43 +01:00
William DURAND c95eddec25 Fix error with InputOption in BuildCommand definition 2011-01-21 19:36:24 +01:00
Fabien Potencier d2b2a18237 added files 2010-10-28 14:41:03 +02:00