Commit graph

776 commits

Author SHA1 Message Date
Marcin Kucharski 82a6343775 Update AclInitCommand.php 2013-06-17 15:35:38 +02:00
William Durand 4d24642ac2 Merge pull request #239 from auss/1.2
Support for --verbose option and error handling in generate-diff command
2013-06-13 05:25:36 -07:00
Marcin Kucharski 6c2a2bf565 Show error message when uncommited migrations are found 2013-06-12 12:41:12 +02:00
Marcin Kucharski 7cc36ee07c Support for --verbose 2013-06-12 12:39:39 +02:00
Toni Uebernickel fbeb29e51e Merge pull request #238 from cedriclombardot/patch-1
addViolationAtSubPath replaced by addViolationAt in symfony 2.3
2013-06-07 08:12:38 -07:00
cedric lombardot 532cfd415a addViolationAtSubPath replaced by addViolationAt in symfony 2.3 2013-06-06 18:39:45 +03:00
Tomasz Wójcik 14322ef604 Update PropelParamConverter.php 2013-06-03 22:53:47 +02:00
William Durand f265228b9e Merge pull request #233 from abailiss/patch-2
Small typo fix
2013-05-24 07:00:10 -07:00
Arron Bailiss 3c1bbbde89 Small typo fix 2013-05-24 16:32:59 +03:00
Toni Uebernickel ea98e9c18d Merge pull request #214 from mheiniger/speedupFixtureLoader
Speedup propel:fixture:load
2013-05-23 05:06:55 -07:00
Michael Heiniger bfc8892b39 Merge pull request #1 from havvg/speedup-fixtures
move default values into configuration
2013-05-23 04:56:46 -07:00
Toni Uebernickel c71d4f9fb1 move default values into configuration 2013-05-23 12:10:03 +02:00
William Durand b07aee0b4e Merge pull request #231 from havvg/1.2
allow backwards compatible versions of Symfony
2013-05-17 00:43:16 -07:00
Toni Uebernickel f352c5802c allow backwards compatible versions of Symfony 2013-05-16 14:43:05 +02:00
William Durand cc8b26123c Merge pull request #229 from auss/patch-1
Missing use
2013-05-14 06:20:34 -07:00
auss 1f0dd499c5 Missing use
Someone has forgotten to add use for the Filesystem component
2013-05-14 15:34:35 +03:00
Toni Uebernickel e2bbca34c2 Merge pull request #225 from lucasaba/unclear-exception-on-propel-fixtures-dump
Creates the fixtures folder if needed
2013-04-16 02:38:15 -07:00
Luca Saba 67e668dcd5 Creates the fixturs folder if needed
With this change, if the fixtures folder does not exists
the propel:fixtures:dump command asks user's confirmation
for its creation. If the user deny the authorization, the command
will throw a IOException (before file_put_contents rises a warning).
2013-04-16 11:08:11 +02:00
Michael Heiniger c043dbb027 added default paths 2013-04-12 08:28:47 +02:00
Michael Heiniger fc94f5f681 * configurable model search path
* extended documentation
2013-04-11 10:37:16 +02:00
William Durand 4b9747d03b Merge pull request #223 from havvg/feature/data-loader-fkpk
add support for delegated fixtures in 1:1 relation
2013-04-09 00:50:11 -07:00
Toni Uebernickel 675e711dd3 add support for delegated fixtures in 1:1 relation 2013-04-08 17:14:36 +02:00
Toni Uebernickel 6b2913c80d Merge pull request #216 from havvg/1.2
fix FixturesLoadCommandTest on symbolic directory
2013-03-13 02:48:58 -07:00
Michael Heiniger ed71a9f1be removed loop, added direct paths 2013-03-13 10:45:22 +01:00
Toni Uebernickel 9b33b91976 fix FixturesLoadCommandTest on symbolic directory 2013-03-13 10:35:29 +01:00
Michael Heiniger 43b7711f94 just search in src and vendor folders for tablemaps 2013-03-08 19:20:40 +01:00
William DURAND d6e4ed86d2 use PropelColumnTypes instead of hardcoded values 2013-02-16 01:57:35 +01:00
William DURAND 0443b6706c Fix tests 2013-02-16 01:57:23 +01:00
William Durand 0894571d8f Merge pull request #207 from jaugustin/patch-5
Update README.markdown
2013-02-05 01:53:07 -08:00
Jérémie Augustin dd6bcf406d Update README.markdown
typo ;)
2013-01-27 12:38:15 +01:00
Jérémie Augustin 775d40f04c Update README.markdown
fix readme (branching model)
2013-01-26 12:08:51 +01:00
William DURAND b4f0898b12 Merge branch '1.1' into 1.2 2013-01-11 21:48:22 +01:00
William DURAND 81c940b4e6 Remove useless env variable in travis config 2013-01-11 21:47:45 +01:00
William DURAND 7901f2e83a Update branching model 2013-01-11 19:23:19 +01:00
William DURAND ef60f17382 Adjust composer constraints 2013-01-11 19:13:11 +01:00
William DURAND 10080259f8 Adjust composer constraints 2013-01-11 19:12:14 +01:00
William DURAND 25e9477510 Update views according to Symfony 2.2 changes 2013-01-11 19:05:53 +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