Commit graph

776 commits

Author SHA1 Message Date
Toni Uebernickel 45d983116d Merge pull request #319 from jkabat/1.4
fix broken profiler
2015-02-16 11:50:20 +01:00
Toni Uebernickel 02442a122b Merge pull request #324 from fabpot/patch-1
Added the Symfony Bridge as an explicit dependency
2015-02-16 11:46:19 +01:00
Fabien Potencier c8bb674bd3 Added the Symfony Bridge as an explicit dependency 2015-02-11 14:12:44 +01:00
Juraj Kabát 42702a0660 fix broken profiler 2015-01-14 17:14:15 +01:00
Toni Uebernickel d54ee14d2a Merge pull request #300 from havvg/1.4
add Gitter badge
2014-11-01 16:14:17 +01:00
Toni Uebernickel d99cad80f0 add Gitter badge 2014-11-01 15:59:54 +01:00
Toni Uebernickel 5af07d37fc Merge pull request #298 from havvg/1.4
fix AbstractCommandTest avoiding SplFileInfo mocks
2014-11-01 15:58:51 +01:00
Toni Uebernickel 5e8668a7e0 fix AbstractCommandTest avoiding SplFileInfo mocks 2014-11-01 15:44:42 +01:00
Toni Uebernickel 68793ac525 Merge pull request #276 from boekkooi/patch-1
Fix possible `PDO Unknown database` error
2014-11-01 14:46:11 +01:00
Toni Uebernickel 1e667f256f Merge pull request #278 from benja-M-1/fix/paths-from-config
Use the configured paths for Porpel and Phing
2014-11-01 14:45:18 +01:00
Toni Uebernickel 85879f8b33 Merge pull request #281 from Nyholm/patch-1
Added PHP 5.6 and HHVM to travis.yml
2014-11-01 14:43:28 +01:00
Toni Uebernickel 213e94768d Merge pull request #283 from sanplomb/protect-fieldnames-tablename
Add backquotes to protect field's names and table name during the dump c...
2014-11-01 14:42:39 +01:00
Toni Uebernickel 25893c9fc6 Merge pull request #296 from shane-l/fix-propel-default-connection
Propel default db should be a connection name, not an array of configuration
2014-11-01 14:40:54 +01:00
Shane Langley 0d228730b3 Propel default db should be a connection name, not an array of configuration 2014-10-27 11:25:33 +10:00
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