Commit graph

776 commits

Author SHA1 Message Date
William DURAND 9efcc3e83e Add behaviors section in configuration 2012-07-16 12:44:36 +02:00
William DURAND 69cbd01fcc Add more default values 2012-07-16 12:44:19 +02:00
William DURAND 27b0f3c374 [Command] Prevent error if no password found 2012-07-12 14:44:30 +02:00
William DURAND ebd2133f61 fix minimum stability 2012-07-06 20:08:50 +02:00
William DURAND 3db85fbad5 Add getConfiguration() method to allow configuration dumping 2012-07-06 17:26:12 +02:00
William Durand 62eb1ec793 Merge pull request #165 from havvg/1.1
recursively merge YAML fixtures
2012-07-02 12:32:04 -07:00
Toni Uebernickel 90a597771e recursively merge fixtures 2012-07-02 21:27:21 +02:00
William DURAND 554132cffd Fixed command output, fixes #161 2012-06-24 01:09:07 +02:00
William DURAND b8720a62e5 Fixed test if Faker not available 2012-06-24 01:01:09 +02:00
William Durand 5a764c6181 Merge pull request #159 from terokaisti/patch-2
Invoking propel:database:create throws a PDO connection error
2012-06-11 09:30:59 -07:00
Tero Kaisti b4475d27fb The MySQL PDO must be connected without the dbname in its dsn because the db being created does not exist yet.
Tested MySQL Server version 5.5.21.
2012-06-06 22:24:03 +03:00
William Durand bd4c79dd21 Merge pull request #158 from terokaisti/patch-1
propel:form:generate creates an incompatible parameter type
2012-05-26 01:21:02 -07:00
Tero Kaisti f1f949c4ea Fatal error: Declaration of Company\ProjectBundle\Form\Type\UserType::buildForm() must be compatible with that of Symfony\Component\Form\FormTypeInterface::buildForm() in ... 2012-05-26 01:43:06 +03:00
William Durand fec399e4a9 Merge pull request #157 from jaugustin/patch-3
PropelParamConverter fix doc markdown render
2012-05-24 08:16:26 -07:00
Jérémie Augustin aa884ec844 PropelParamConverter fix doc markdown render 2012-05-24 18:03:46 +03:00
William DURAND b5ae04c14a Moved disableInstancePooling in setUp() 2012-05-24 16:36:46 +02:00
William DURAND 6970913db9 Fixed CS 2012-05-24 16:36:46 +02:00
jaugustin 1b5b18237c [WIP] rebase, refactor code, add tests, add doc 2012-05-24 16:36:46 +02:00
jaugustin e1f18fbdf2 [PropelParamConverter] add comment 2012-05-24 16:36:46 +02:00
jaugustin 6117614bec [ParamConverter] add 'with' option to hydrate related object 2012-05-24 16:36:46 +02:00
William Durand 64a6b0211e Merge pull request #156 from jaugustin/propel-param-converter-mapping-option
Add the mapping option for the PropelParamConverter,
2012-05-23 00:53:50 -07:00
jaugustin b03f6a58b4 Add the mapping option for the PropelParamConverter,
enhance the pk handling to use the real PK name and not only 'id',
fix new sensioFrameworkBundle 2.1 requirement:
ParamConverterInterface::apply() method now must return a Boolean value indicating if a conversion was done
2012-05-23 00:08:13 +02:00
William DURAND f675e3982e [DataFixtures] [Loader] Pass current connection to associate objects 2012-05-21 17:43:59 +02:00
kphoen b54cf4ab3f Modified the PropelParamConverter to allow CamelCased parameters
Currently, parameters like "author_slug" are translated by the param
converter to a "->filterByAuthor_slug()" call. I changed this behavior
and they are now translated to "->filterByAuthorSlug()".
2012-05-21 15:23:34 +02:00
William Durand 23878219c5 Update Resources/doc/commands.markdown 2012-05-09 09:59:53 +03:00
William Durand 81bd7b2445 Update Resources/doc/propel_configuration.markdown 2012-05-09 09:58:54 +03:00
William DURAND 73c1bda23b Fixed link to the doc 2012-05-09 08:56:10 +02:00
William DURAND d9aee82a78 Updated doc 2012-05-09 08:55:00 +02:00
William DURAND 590787d2b6 Removed command headers, fixed naming 2012-05-09 08:55:00 +02:00
William DURAND a99af5fffc Fixed bad english 2012-05-09 08:55:00 +02:00
William DURAND e7b7d774ac Rewrote the documentation 2012-05-09 08:55:00 +02:00
William Durand c5d23ec44a Merge pull request #151 from willdurand/add-faker-support
Added faker support
2012-05-08 23:54:44 -07:00
William DURAND ca45e9c5cf Added faker support 2012-05-08 18:32:32 +02:00
William DURAND 6a648ed7e9 Added before normalization treatment on 'driver' nodes 2012-05-08 16:14:46 +02:00
William Durand c02e7ceb6c Merge pull request #150 from jaugustin/fix-param-converter-optional
fix param converter to handle correctly isOptional parameter
2012-05-07 15:06:20 -07:00
jaugustin 6237a2a57c fix test wrong way to set isOptional ;) 2012-05-07 23:43:52 +02:00
jaugustin b6820ccef7 typo, fix CS 2012-05-07 23:31:48 +02:00
Jeremie Augustin a3871ccc74 fix param converter to handle correctly isOptional parameter 2012-05-07 18:43:27 +02:00
William DURAND 2e7bb13431 [DataFixtures] Fixed N-N relations 2012-05-06 19:37:48 +02:00
William Durand 35dbf79170 Merge pull request #148 from jaugustin/fix-load-fixtures-with-one-to-many-fqcn
fix load fixtures for one-to-many relation with FQCN
2012-05-05 12:13:37 -07:00
Jeremie Augustin 5998eca0e5 fix CS 2012-05-04 14:18:20 +02:00
Jeremie Augustin 55b5e5dbf2 fix load fixtures for one-to-many relation with FQCN 2012-05-04 12:46:38 +02:00
William Durand f50df06a8b Merge pull request #147 from havvg/hotfix/foreignkey-dataloader
merge fixtures before loading them
2012-05-02 08:15:44 -07:00
Toni Uebernickel 792beb782a merge fixtures before loading them 2012-05-02 16:47:17 +02:00
William Durand a93ea28f32 Merge pull request #146 from cedriclombardot/1.1-feat-php-yaml
Enable php in yaml fixtures
2012-04-25 07:13:31 -07:00
clombardot 3b4ce8e784 Enable php in yaml fixtures
Make easiest loading of serialized datas in object columns
2012-04-25 16:11:30 +02:00
William DURAND c99afb05ae Fixed slaves 2012-04-24 15:24:35 +02:00
William DURAND 746e107bf0 Fixed encoding 2012-04-24 15:22:28 +02:00
William DURAND 6a99a18c8d Fixed tests 2012-04-24 15:22:01 +02:00
William Durand 3f4be39a9d Merge pull request #144 from havvg/master
fix SecurityIdentity username with multiple dashes
2012-04-24 05:58:31 -07:00