Commit graph

  • 213e94768d Merge pull request #283 from sanplomb/protect-fieldnames-tablename Toni Uebernickel 2014-11-01 14:42:39 +0100
  • 25893c9fc6 Merge pull request #296 from shane-l/fix-propel-default-connection Toni Uebernickel 2014-11-01 14:40:54 +0100
  • a67d126b3e Merge pull request #297 from rdohms/patch-1 William Durand 2014-10-31 17:21:33 +0100
  • c87af30b1b Update index.markdown Rafael Dohms 2014-10-31 17:18:07 +0100
  • 0d228730b3 Propel default db should be a connection name, not an array of configuration Shane Langley 2014-10-27 11:25:33 +1000
  • 0aee6aa0c9 Merge pull request #289 from havvg/1.4 1.4.4 Toni Uebernickel 2014-10-01 17:25:21 +0200
  • f383fc8a69 fix double period in package names Toni Uebernickel 2014-10-01 08:52:49 +0200
  • 2652ade31c Merge pull request #288 from opichon/1.4.x 1.4.3 Toni Uebernickel 2014-09-29 11:14:01 +0200
  • 78cf831795 fixed bundle package under PSR-4 Olivier Pichon 2014-09-27 12:22:01 +0700
  • 3d74fbdb94 Merge pull request #252 from K-Phoen/2.0 Toni Uebernickel 2014-09-25 17:37:44 +0200
  • 015fe903b3 TableMap::TYPE_STUDLYPHPNAME constant was renamed to TableMap::TYPECAMELNAME Kévin Gomez 2014-09-22 13:40:35 +0100
  • b8c299b936 Remove branch alias Kévin Gomez 2014-09-22 13:34:51 +0100
  • 5cfdbdbbbb Test against symfony 2.5 in dev Kévin Gomez 2014-09-15 14:40:04 +0100
  • a9977bbcc4 Infer the platform class name from the configuration Kévin Gomez 2014-09-15 13:45:18 +0100
  • 23c05811d7 CS fixes Kévin Gomez 2014-09-15 13:37:23 +0100
  • 530403636a Read the migrations table from the configuration Kévin Gomez 2014-09-15 13:34:41 +0100
  • 83f41ffa85 Remove useless configuration check Kévin Gomez 2014-09-15 13:34:24 +0100
  • c3e5272293 Set a default value for the classname Kévin Gomez 2014-09-15 13:25:44 +0100
  • 09e4da0c19 Started to integrate the new configuration system (still WIP/dirty) Kévin Gomez 2014-09-09 21:59:13 +0100
  • 48b29243f3 Add a branch alias to the 2.0.x version Kévin Gomez 2014-09-09 19:52:42 +0100
  • ba23a366ff Merge pull request #275 from RobinvdVleuten/1.4 1.4.2 Toni Uebernickel 2014-08-19 08:44:35 +0200
  • 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 Warnar Boekkooi 2014-04-30 18:00:18 +0800
  • 79f0fe4c61 Use Propel::getDB() to find adapter using by and use quoteIdentifier() from adapter to protect fieldnames and tablenames. sylvain plançon 2014-07-29 22:25:04 +0200
  • 16e930bc92 Add backquotes to protect field's names and table name during the dump command. sylvain plançon 2014-07-28 23:18:20 +0200
  • 776b786803 Added PHP 5.6 and HHVM to travis.yml Tobias Nyholm 2014-07-14 17:13:44 +0200
  • cfedbd0d96 Add propel:migration:diff command Kévin Gomez 2014-07-14 15:12:42 +0100
  • e3e8e7a4bf Add more test targets (php and symfony versions) Kévin Gomez 2014-06-01 19:43:24 +0100
  • 4acee59d80 Use the configured paths for Porpel and Phing Benjamin Grandfond 2014-05-31 15:41:53 +0200
  • eafd97e44f Merge pull request #6 from havvg/2.0 Kévin Gomez 2014-04-28 11:37:11 -0400
  • 2f606c2ebf fix DI Configuration of connection settings Toni Uebernickel 2014-04-27 11:26:40 +0200
  • f72ad1af74 Apply php-cs-fixer Kévin Gomez 2014-04-26 21:58:01 +0100
  • d1ef814d57 Avoid injecting the container in the YamlDataLoader Kévin Gomez 2014-04-26 18:01:25 +0100
  • c1eebcf61b Removed useless propel service Kévin Gomez 2014-04-26 17:18:48 +0100
  • 8fb8e3eb0c Merge pull request #5 from havvg/2.0 Kévin Gomez 2014-04-26 12:07:16 -0400
  • 0c836611d7 remove Propel\Runtime\Propel dependency Toni Uebernickel 2014-04-26 16:36:28 +0200
  • 89e91ad5d4 Merge pull request #272 from kix/1.4 Toni Uebernickel 2014-04-20 11:56:00 +0200
  • 920cea8fbb Removed a few useless checks in PropelExtension Kévin Gomez 2014-04-19 17:15:39 +0100
  • 0571ac9a2d Merge pull request #3 from johnarevalo/2.0 Kévin Gomez 2014-04-19 00:11:56 -0400
  • 3af6f656a7 An error is raised if no valid bundle name is given to the FormGenerate command Kévin Gomez 2014-04-19 05:06:13 +0100
  • 4b5da9363e Give Propel's SqlInsertCommand the right value for the sql-dir parameter Kévin Gomez 2014-04-19 04:54:43 +0100
  • 37c037f0ec Column names constants are now prefixed with COL_ Kévin Gomez 2014-04-19 04:42:00 +0100
  • 07245b3e19 Fixed YamlDataLoader test Kévin Gomez 2014-04-19 03:44:18 +0100
  • b4c67b6fff Fixed ParamConverter tests Kévin Gomez 2014-04-19 03:23:20 +0100
  • 366a1e963e Use the PropelTypes class as PropelColumnTypes does not exist anymore Kévin Gomez 2014-04-19 02:56:20 +0100
  • d740117da1 Fix notice when a connection contains an empty password Kévin Gomez 2014-04-19 01:43:01 +0100
  • fb4e0019f2 Initialize propel.configuration container parameter in order to avoid errors when the bundle isn't configured Kévin Gomez 2014-04-19 01:34:56 +0100
  • 8d9067ec87 Correct prefix when PSR-4 bundle Robin van der Vleuten 2014-03-31 13:03:58 +0200
  • 747a45b14f Use alias to avoid ambiguity for ModelBuildCommand class John Arevalo 2014-02-27 15:23:11 -0500
  • f2140b4142 Added Symfony 2.4/FrameworkExtraBundle 3.x notice on ParamConverter Stepan Anchugov 2014-02-21 16:51:38 +0600
  • e8a9e22a18 Deleted useless code in the ModelChoiceList form type Kévin Gomez 2014-02-09 14:00:27 +0000
  • 83a1464f83 corrected text about branch for symfony 2.4 Julian 2014-02-05 14:18:07 +0100
  • 0004c1761c Added missing getFileLocator method in the fixtures load command Kévin Gomez 2014-01-09 13:11:43 +0000
  • 8d60937f84 Merge pull request #256 from pimpreneil/1.2 1.4.1 Toni Uebernickel 2014-01-06 22:28:58 -0800
  • 2e54427376 Merge pull request #256 from pimpreneil/1.2 1.2.14 Toni Uebernickel 2014-01-06 22:28:58 -0800
  • 10d0cb623f Clearly indicate that the TableDrop command is MySQL only Kévin Gomez 2013-12-15 14:33:07 +0000
  • b9ceee8abd Fixed a few inconcistencies Kévin Gomez 2013-12-15 14:04:11 +0000
  • 4d980fb6ce Fixed typo in the configuration definition Kévin Gomez 2013-12-14 14:18:56 +0000
  • f84ab8eefd Added more phpDocs for commands Kévin Gomez 2013-12-14 14:17:10 +0000
  • a1b30ac4a4 A few cs fixes Kévin Gomez 2013-12-14 12:47:55 +0000
  • e0a9b95977 Added tests for data loaders and data dumpers Kévin Gomez 2013-12-14 12:36:10 +0000
  • 4c26f81a9b Ported all acl-related remaining tests Kévin Gomez 2013-12-14 12:12:35 +0000
  • 80fcec69f5 Ported ACL model tests Kévin Gomez 2013-12-14 11:49:10 +0000
  • 6f92e55d20 Started to port ACL tests Kévin Gomez 2013-12-14 11:44:04 +0000
  • 3dda1cdc61 Fixed PropelUserProvider test Kévin Gomez 2013-12-12 17:06:35 +0000
  • 12bcfbde5e Added ACL related features Kévin Gomez 2013-12-12 16:48:16 +0000
  • 186de0e93c Added UniqueObject constraint Kévin Gomez 2013-12-12 15:18:32 +0000
  • b6285562b4 Added missing form features Kévin Gomez 2013-12-12 15:01:41 +0000
  • ef95bcd63c Merge pull request #261 from havvg/1.2 1.2.13 Toni Uebernickel 2013-12-07 02:16:08 -0800
  • 2a6814d8d2 add conflict with SensioFrameworkExtraBundle >=2.4 Toni Uebernickel 2013-12-07 10:48:59 +0100
  • b16659a28c Merge pull request #259 from csanquer/1.4 1.4.0 Toni Uebernickel 2013-12-05 03:13:21 -0800
  • e6afb74564 fix Sensio FrameworkExtraBundle v3.0 ParamConverterInterface compatibiltiy Charles Sanquer 2013-12-05 11:14:20 +0100
  • d6919b34e7 Tests for the inheritance issue in fixtures when a many to many relationship involved two child object Arnaud Lejosne 2013-11-29 15:04:22 +0100
  • 16c6a1e12d Fix inheritance issue in fixtures in some many to many cases Arnaud Lejosne 2013-11-29 14:25:05 +0100
  • 7f8781b54f Addition of some tests for the many to many inheritance in fixtures fix Arnaud Lejosne 2013-11-29 10:34:04 +0100
  • 047333ac59 Add inheritance support for fixtures with many to many relationship Arnaud Lejosne 2013-11-28 15:59:58 +0100
  • d3ee81c3c5 Applied php-cs-fixer Kévin Gomez 2013-11-24 16:37:54 +0000
  • 64ea15cd49 Cleaned commands Kévin Gomez 2013-11-24 16:36:58 +0000
  • a8ceafc1bd Ported the form:generate command Kévin Gomez 2013-11-24 16:19:14 +0000
  • dc85ab1e15 Do not allow test failures for PHP 5.5 Kévin Gomez 2013-11-24 14:25:19 +0000
  • f55a8a59ba Removed PHP 5.3 from the test targets Kévin Gomez 2013-11-24 14:25:01 +0000
  • 2491275a7d Fixed param converter tests Kévin Gomez 2013-11-24 14:21:04 +0000
  • b6fecc88c1 Merge pull request #2 from krichprollsch/add-model-type Kévin Gomez 2013-11-24 05:55:26 -0800
  • ffbf2de5f5 import ModelType from Propel1 Bridge Pierre Tachoire 2013-11-24 11:40:35 +0100
  • 816e68266e Merge pull request #1 from krichprollsch/2.0 Kévin Gomez 2013-11-20 09:54:51 -0800
  • 4d0b86f5e7 check propel.ini existence Pierre Tachoire 2013-11-18 22:28:55 +0100
  • 967bc8769a Fix previous commit 1.2.12 William Durand 2013-11-18 14:27:18 +0100
  • 16149008db Merge pull request #254 from zebraf1/patch-1 William Durand 2013-11-18 04:56:17 -0800
  • bd8f1fe083 Update BuildCommand.php Jaak Tamre 2013-11-18 14:46:23 +0200
  • efd0b77c65 Fixed bundle name handling in AbstractCommand Kévin Gomez 2013-11-14 11:02:34 +0000
  • 9d74cee363 Merge pull request #253 from havvg/feature/model-translation 1.2.11 Toni Uebernickel 2013-11-11 05:18:28 -0800
  • 28a55e1cb3 add model based loader and dumper for Translation Toni Uebernickel 2013-11-11 12:29:55 +0100
  • 27862d6fb1 Checkstyle fix Kévin Gomez 2013-11-05 13:26:18 +0000
  • 3022cfb81a Enabled SQL fixtures loading Kévin Gomez 2013-11-05 13:25:09 +0000
  • 7e2b6289ed Added xml data loader Kévin Gomez 2013-11-05 12:49:49 +0000
  • fcbbff355c Started to implement the FixturesLoader command (only yaml works for now) Kévin Gomez 2013-11-05 12:34:47 +0000
  • f16c92580f Implemented the fixtures dumper command Kévin Gomez 2013-11-05 11:23:36 +0000
  • 224d00b50d Implemented DatabaseCreate command Kévin Gomez 2013-11-04 22:01:44 +0000
  • a5cd6b86b6 Implemented the DatabaseDrop command Kévin Gomez 2013-11-04 21:41:59 +0000
  • 2b7cbeacfb Cleaned a bit the TableDrop command Kévin Gomez 2013-11-04 21:32:14 +0000
  • 53db41026b Implemented the table drop command Kévin Gomez 2013-11-04 21:29:16 +0000