Commit graph

694 commits

Author SHA1 Message Date
William Durand ea7653d2c7 Merge pull request #176 from vbardales/fix-build-command
create sql folder if not exists + CS
2012-08-24 10:59:14 -07:00
Virginie BARDALES 89d2a43650 create sql folder if not exists 2012-08-23 16:17:56 +02:00
William Durand b70c73f674 Merge pull request #171 from Martiusweb/build_sql_update
sql:build take existing files into account
2012-08-22 05:45:36 -07:00
William Durand abf90dd1fc Merge pull request #175 from cedriclombardot/fix-data-dump-with-object
Fix data dump with object
2012-08-22 05:44:55 -07:00
William Durand 9d6fa8901e Merge pull request #174 from passkey1510/1.1
[RFR] - Manage multiple connections. Add ability to pass output dir to FixtureDumpCommand
2012-08-22 05:43:23 -07:00
Anh Tuan Kieu 51d91fc5b8 Fix yaml dumper for object columns 2012-08-20 17:06:38 +02:00
Anh Tuan Kieu 4b98927572 Ignore composer.phar 2012-08-20 17:04:18 +02:00
Anh Tuan Kieu e27bbe9a61 Fix code review 2012-08-20 15:26:07 +02:00
Anh Tuan Kieu 3fb8fe5d1a Manage multiple connections. Add ability to pass output dir to FixtureDumpCommand 2012-08-20 13:52:51 +02:00
Martin Richard 54c60cf4a1 sql:build take existing files into account
Signed-off-by: Martin Richard <martius@martiusweb.net>
2012-07-31 11:08:35 +02:00
William Durand 4980f54b6e Merge pull request #169 from jaugustin/patch-4
Update Resources/doc/param_converter.markdown
2012-07-26 00:17:36 -07:00
Jérémie Augustin fb1095cbe4 Update Resources/doc/param_converter.markdown
add comment for last modifications of SensioFrameworkExtraBundle
2012-07-25 23:48:40 +03:00
William DURAND 8299a76059 Add new default parameter 'addClassLevelComment' 2012-07-25 09:25:37 +02:00
William DURAND 90f97746c1 Update FormType skeleton 2012-07-24 13:11:29 +02:00
William Durand b5e58ed89b Merge pull request #168 from Adel-E/patch-1
Run PHP-CS PSR2
2012-07-19 09:48:07 -07:00
Adel 4219e706d4 RUN PHP-CS PSR-2 2012-07-19 17:40:35 +01:00
William DURAND 102c7acd60 Fix configuration to handle driver in dsn 2012-07-16 19:45:46 +02:00
William DURAND 4d36810657 Make the use of build_properties (config.yml) the recommended way to tweak Propel 2012-07-16 12:53:05 +02:00
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