Commit graph

755 commits

Author SHA1 Message Date
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
Toni Uebernickel 7f14193c39 fix SecurityIdentity username with multiple dashes 2012-04-24 14:53:42 +02:00
William DURAND e4823e3f9b Fixed composer - dev requirements 2012-04-24 14:52:48 +02:00
William DURAND 12c163cb00 Fixed README 2012-04-24 14:44:58 +02:00
William Durand 36a9247222 Merge pull request #141 from havvg/master
add information on the branching model
2012-04-23 15:14:10 -07:00
Toni Uebernickel 22a708dff7 add information on the branching model 2012-04-23 23:59:45 +02:00
William DURAND d15e4fcdf0 Updated composer.json file 2012-04-23 11:55:38 +02:00
William Durand 9f2539dfc8 Merge pull request #140 from havvg/master
fix autoloader for Phing without composer
2012-04-23 01:31:12 -07:00
Toni Uebernickel 8bb9792b0c fix autoloader for Phing without composer 2012-04-23 10:25:59 +02:00
William DURAND 06d9783e06 Fixed doc 2012-04-22 16:03:18 +02:00
William DURAND e77555ebc6 Fixed doc to avoid 'Phing class not found' 2012-04-22 15:56:05 +02:00
William Durand 817894b80c Changed "Request" label to "Query" in WDT 2012-04-21 14:51:11 +03:00
William Durand 341ee674af Merge pull request #139 from propelorm/security
Fixed security layer for Symfony2 2.1
2012-04-20 07:33:06 -07:00
William DURAND c23c76883d Fixed security layer for Symfony2 2.1 2012-04-20 15:49:28 +02:00
William DURAND 29ca595387 Removed 'Propel' class prefixes 2012-04-20 13:54:05 +02:00
William DURAND 1f35b6b55b Switched to composer to run the test suite 2012-04-20 13:33:35 +02:00
William DURAND 8ffda73a75 Added coverage to travis-ci 2012-04-20 13:11:25 +02:00
William DURAND fb1e679f45 Quick fix tests 2012-04-20 11:28:09 +02:00
William DURAND 41a464d8da Added query count in debug bar 2012-04-20 11:26:38 +02:00
William DURAND e65e134f63 Updated view for data collector 2012-04-20 11:21:43 +02:00
William DURAND eebddf3ade Added PHP 5.3.2 to travis-ci 2012-04-20 10:59:33 +02:00
William DURAND dd13a0f40b Added few unit tests, fixed CS 2012-04-20 10:57:38 +02:00