Commit graph

748 commits

Author SHA1 Message Date
Toni Uebernickel ef95bcd63c Merge pull request #261 from havvg/1.2
add conflict with SensioFrameworkExtraBundle >=2.4
2013-12-07 02:16:08 -08:00
Toni Uebernickel 2a6814d8d2 add conflict with SensioFrameworkExtraBundle >=2.4 2013-12-07 10:48:59 +01:00
William Durand 967bc8769a Fix previous commit 2013-11-18 14:27:18 +01:00
William Durand 16149008db Merge pull request #254 from zebraf1/patch-1
Update BuildCommand.php
2013-11-18 04:56:17 -08:00
Jaak Tamre bd8f1fe083 Update BuildCommand.php
Pas verbose option for sub commands.
2013-11-18 14:46:23 +02:00
Toni Uebernickel 9d74cee363 Merge pull request #253 from havvg/feature/model-translation
add model based loader and dumper for Translation
2013-11-11 05:18:28 -08:00
Toni Uebernickel 28a55e1cb3 add model based loader and dumper for Translation 2013-11-11 13:42:44 +01:00
William Durand 747299cfea Merge pull request #250 from ClementGautier/symfony-2-3
Allow Symfony >2.1 in the 1.2 branch
2013-09-30 06:53:16 -07:00
Clément Gautier 8e92b31d4c Allow Symfony >2.1 in the 1.2 branch 2013-09-30 12:10:37 +02:00
Toni Uebernickel 4f3cb7c16a Merge pull request #247 from jaugustin/feat-named-converter
feat(ParamConverter): add named ParamConverter
2013-09-25 04:45:11 -07:00
Toni Uebernickel 6083565911 Merge pull request #248 from andrea-chris/patch-1
Check if there's a _route request attribute before getting it
2013-09-25 03:18:23 -07:00
Chris c2a3c3082d Check if there's a _route request attribute before getting it
Apparently Symfony doesn't add a _route parameter to subrequests (esi render call) so PropelParamConverter throw an error accessing getOption method on not-existent object on line 98.
2013-09-25 12:09:42 +02:00
jaugustin 1330e3e69f feat(ParamConverter): add named ParamConvert
this allow the PropelParamConvert to be used by name "propel"
Priority also lowered from maximum 10 to 1 #246
2013-09-23 22:46:59 +02:00
Toni Uebernickel 2c0342f927 Merge pull request #245 from havvg/feature/param-converter-route-options
read route options in PropelParamConverter
2013-09-18 07:23:38 -07:00
Toni Uebernickel a9fcc24807 read route options in PropelParamConverter 2013-09-18 15:33:54 +02:00
Toni Uebernickel d9d8e9879f Merge pull request #237 from prgTW/1.2
Update PropelParamConverter.php
2013-06-19 08:16:47 -07:00
Toni Uebernickel 7d8265428b Merge pull request #240 from auss/1.2
--verbose fix
2013-06-17 09:02:02 -07:00
Marcin Kucharski 77c98544f6 Update SqlInsertCommand.php 2013-06-17 16:37:11 +03:00
Marcin Kucharski b4252ee62c Update SqlBuildCommand.php 2013-06-17 16:36:56 +03:00
Marcin Kucharski ad6d950980 Update ReverseCommand.php 2013-06-17 16:36:46 +03:00
Marcin Kucharski f142ced764 Update ModelBuildCommand.php 2013-06-17 15:36:34 +02:00
Marcin Kucharski 5a2392a268 Update FixturesLoadCommand.php 2013-06-17 15:36:23 +02:00
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