Commit graph

694 commits

Author SHA1 Message Date
Toni Uebernickel dd87be7975 add symfony/propel1-bridge dependency 2015-02-16 12:07:23 +01:00
William Durand a67d126b3e Merge pull request #297 from rdohms/patch-1
Update index.markdown
2014-10-31 17:21:33 +01:00
Rafael Dohms c87af30b1b Update index.markdown
Updated installation instructions via composer to use the `composer require` command without specifying a version.
This is the new recommended way of providing this information and it leads to composer picking the proper version constraint (i.e ~1.2), updating the `composer.json` and running install, all in one command.
2014-10-31 17:18:07 +01:00
William DURAND 81c940b4e6 Remove useless env variable in travis config 2013-01-11 21:47:45 +01:00
William DURAND ef60f17382 Adjust composer constraints 2013-01-11 19:13:11 +01:00
William DURAND a758f32421 Fix CS 2013-01-11 18:57:24 +01:00
William Durand 9faeb85693 Merge pull request #203 from jaugustin/custom-errorPath-uniqueObject
[UniqueObjectValidator] add a new errorPath parameter
2013-01-04 13:48:07 -08:00
jaugustin c908de92fb add a new errorPath parameter, fix outdated doc 2013-01-04 13:16:07 +01:00
William Durand fa0a8f77ac Merge pull request #202 from jaugustin/fix-paramconverter-haswith
add tests for paramConverter, fix issue with  never set
2013-01-02 12:04:29 -08:00
jaugustin 4ec0391bff add tests for paramConverter, fix issue with never set 2013-01-02 19:03:11 +01:00
William Durand cc1a2dc8bc Merge pull request #199 from pixel-cookers/fix-load-fixture-object
[fixtures] allow loading array to object column
2012-12-22 09:28:22 -08:00
William DURAND fd80526b38 update travis-ci config 2012-12-22 18:22:01 +01:00
jaugustin 70b32dc174 add test to prove issue with loading array to Object type column 2012-12-22 17:45:46 +01:00
jaugustin eb87d37d7b fix load fixture array in an object field 2012-12-22 17:33:56 +01:00
William Durand 26596d1df4 Merge pull request #198 from jpetitcolas/1.1
Use only child object when filling fixtures with relationship and concrete_inheritance
2012-12-22 08:11:57 -08:00
Jonathan Petitcolas 7f5d1ea0db Also remove ancestors data when removing former fixtures (refs #198) 2012-12-10 14:48:39 +01:00
Jonathan Petitcolas dfeb22b268 Add some tests for adding a child object to fill a parent based relationship in fixtures (refs #195) 2012-11-29 11:15:57 +01:00
Jonathan Petitcolas 7733e98aa7 Allow to specify a child object in YAML fixtures to fill a relationship based on parent class (refs #195) 2012-11-28 18:16:56 +01:00
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