Commit graph

776 commits

Author SHA1 Message Date
William Durand 8dc2bec53d Merge pull request #197 from K-Phoen/fix-param-converter-logic-exception
Fix: use getFirst() instead of first()
2012-11-24 05:02:39 -08:00
kphoen df64c21d1c Fix: use getFirst() instead of first() 2012-11-24 09:45:12 +00:00
William Durand 4986cc497f Merge pull request #196 from K-Phoen/fix-param-converter-logic-exception
Fix: logic exception thrown instead of a NotFoundHttpException
2012-11-23 16:17:40 -08:00
kphoen aedd75f16d Fix: logic exception thrown instead of a NotFoundHttpException 2012-11-23 19:53:26 +00:00
William Durand 1aae1fc96b Merge pull request #191 from redexp/FormType
added $options field and get() set() methods for it
2012-11-20 14:58:25 -08:00
William Durand 1dbd438f44 Merge pull request #183 from jaugustin/command-add-connection-option
add connection option for commands: build, sql:build, migration:generate-diff
2012-11-11 10:13:57 -08:00
jaugustin d03ff26107 fix doc 2012-11-11 19:06:48 +01:00
jaugustin 7ff244193d fix display message 2012-11-11 18:59:57 +01:00
jaugustin a8bb6a2a8b add connection option for commands: build, sql:build, migration:generate-diff 2012-11-11 18:25:23 +01:00
Sergii Kliuchnyk 6bac311998 moved BaseAbstractType from Model\Form to Form 2012-11-10 13:06:21 +02:00
Sergii Kliuchnyk accb888e8a moved BaseAbstractType Model\Form to Form 2012-11-10 13:02:32 +02:00
Sergii Kliuchnyk 1bae813484 $options should be protected 2012-11-09 15:57:19 +02:00
Sergii Kliuchnyk 1a95142461 $options should be protected 2012-11-09 15:55:29 +02:00
Sergii Kliuchnyk 77b359146a extends BaseAbstractType 2012-11-09 15:30:28 +02:00
Sergii Kliuchnyk a7af5d92d9 class Propel\PropelBundle\Model\Form\BaseAbstractType 2012-11-09 15:29:08 +02:00
Sergii Kliuchnyk 6ce5c3a29e added option "name" and rewrited getName() method to return this option 2012-11-09 13:19:47 +02:00
Sergii Kliuchnyk 6969a5812a changed options methods to getOption() setOption() added getOptions() 2012-11-08 22:08:21 +02:00
Sergii Kliuchnyk 47b88cbac6 added $options field and get() set() methods for it 2012-11-08 21:40:37 +02:00
William DURAND 39e5782a93 Revert "Fix bad namespace for constraint classes"
This reverts commit cca4fd71ce.
2012-11-05 17:23:59 +01:00
William Durand 4b707fe42a Merge pull request #189 from EdwinLove/update_unique_object_docs
Update UniqueObject Validator docs
2012-11-05 08:17:11 -08:00
EdwinLove 6f21cb07ef Update UniqueObject Validator docs
Add php usage and correct some English
2012-11-05 16:10:28 +00:00
William DURAND cca4fd71ce Fix bad namespace for constraint classes 2012-11-05 14:33:06 +01:00
William DURAND a8ea9726a0 Fix test 2012-11-05 14:18:43 +01:00
William DURAND 53cba04c23 Fix CS 2012-11-05 14:00:31 +01:00
William DURAND 1b0c49c128 Merge pull request #188 from marekkalnik/feature/unique_validator
[Form] Allow setting custom message, adapt to sf2.1 API
2012-11-05 13:59:42 +01:00
Marek Kalnik 6444ffe511 [UniqueValidator] Allow setting custom message, adapt to sf2.1 API 2012-11-05 13:14:36 +01:00
William Durand f4c290ffcd Merge pull request #186 from K-Phoen/fix-param-converter-with
Fix: using the "with" option in ParamConverters triggered a notice
2012-10-31 14:15:18 -07:00
kphoen bc15b92757 Fix: using the "with" option in ParamConverters triggered a notice
The following notice was triggered:

  Runtime Notice: Only variables should be passed by reference in
  /home/vagrant/www/project/vendor/propel/propel-bundle/Propel/PropelBundle/Request/ParamConverter/PropelParamConverter.php
  line 193
2012-10-31 19:33:12 +01:00
William DURAND 94c0d895f1 Allow symfony 2.2.* 2012-10-27 18:32:53 +02:00
William Durand 15a5e74c27 Merge pull request #182 from jaugustin/fix-tests-cross-platform
Fix tests cross platform
2012-10-21 05:21:16 -07:00
jaugustin 253a3ac45b fix composer dev 2012-10-21 14:13:09 +02:00
jaugustin 821cc398a6 fix cross-platform tests 2012-10-21 13:41:44 +02:00
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