Commit graph

812 commits

Author SHA1 Message Date
Toni Uebernickel 0aee6aa0c9 Merge pull request #289 from havvg/1.4
fix double period in package names
2014-10-01 17:25:21 +02:00
Toni Uebernickel f383fc8a69 fix double period in package names 2014-10-01 08:52:49 +02:00
Toni Uebernickel 2652ade31c Merge pull request #288 from opichon/1.4.x
fixed bundle package under PSR-4
2014-09-29 11:14:01 +02:00
Olivier Pichon 78cf831795 fixed bundle package under PSR-4
Fixed package attribute on tables for PSR-4

fixed unsetting temp schemas
2014-09-29 15:27:21 +07:00
Toni Uebernickel ba23a366ff Merge pull request #275 from RobinvdVleuten/1.4
Correct prefix when PSR-4 bundle
2014-08-19 08:44:35 +02:00
Warnar Boekkooi b61fed529a Fix possible PDO Unknown database error
This patches a possible `Unable to open PDO connection [wrapped: SQLSTATE[42000] [1049] Unknown database '<db_name>']` when the dsn is not ending with a `;`.
Related to #159
2014-08-19 10:48:49 +08:00
sylvain plançon 79f0fe4c61 Use Propel::getDB() to find adapter using by and use quoteIdentifier() from adapter to protect fieldnames and tablenames. 2014-07-29 22:25:04 +02:00
sylvain plançon 16e930bc92 Add backquotes to protect field's names and table name during the dump command. 2014-07-28 23:18:20 +02:00
Tobias Nyholm 776b786803 Added PHP 5.6 and HHVM to travis.yml
I did also fix the build matrix
2014-07-14 17:13:44 +02:00
Benjamin Grandfond 4acee59d80 Use the configured paths for Porpel and Phing 2014-05-31 15:41:53 +02:00
Toni Uebernickel 89e91ad5d4 Merge pull request #272 from kix/1.4
Added Symfony 2.4/FrameworkExtraBundle 3.x notice on ParamConverter
2014-04-20 11:56:00 +02:00
Robin van der Vleuten 8d9067ec87 Correct prefix when PSR-4 bundle 2014-03-31 13:03:58 +02:00
Stepan Anchugov f2140b4142 Added Symfony 2.4/FrameworkExtraBundle 3.x notice on ParamConverter 2014-02-21 16:51:38 +06:00
Toni Uebernickel 8d60937f84 Merge pull request #256 from pimpreneil/1.2
Add inheritance support for fixtures with many to many relationship
2014-01-07 07:46:07 +01:00
Toni Uebernickel b16659a28c Merge pull request #259 from csanquer/1.4
fix Sensio FrameworkExtraBundle v3.0 ParamConverterInterface compatibility
2013-12-05 03:13:21 -08:00
Charles Sanquer e6afb74564 fix Sensio FrameworkExtraBundle v3.0 ParamConverterInterface compatibiltiy 2013-12-05 11:14:20 +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