Commit graph

174 commits

Author SHA1 Message Date
Kévin Gomez 3af6f656a7 An error is raised if no valid bundle name is given to the FormGenerate command 2014-04-19 05:06:13 +01:00
Kévin Gomez 4b5da9363e Give Propel's SqlInsertCommand the right value for the sql-dir parameter 2014-04-19 04:54:43 +01:00
Kévin Gomez 37c037f0ec Column names constants are now prefixed with COL_ 2014-04-19 04:42:00 +01:00
Kévin Gomez 07245b3e19 Fixed YamlDataLoader test 2014-04-19 03:44:18 +01:00
Kévin Gomez b4c67b6fff Fixed ParamConverter tests 2014-04-19 03:23:20 +01:00
Kévin Gomez 366a1e963e Use the PropelTypes class as PropelColumnTypes does not exist anymore 2014-04-19 02:56:20 +01:00
Kévin Gomez d740117da1 Fix notice when a connection contains an empty password 2014-04-19 01:43:01 +01:00
Kévin Gomez fb4e0019f2 Initialize propel.configuration container parameter in order to avoid errors when the bundle isn't configured 2014-04-19 01:34:56 +01:00
John Arevalo 747a45b14f Use alias to avoid ambiguity for ModelBuildCommand class 2014-02-27 15:23:11 -05:00
Kévin Gomez e8a9e22a18 Deleted useless code in the ModelChoiceList form type 2014-02-09 14:00:27 +00:00
Kévin Gomez 0004c1761c Added missing getFileLocator method in the fixtures load command 2014-01-09 13:11:43 +00:00
Kévin Gomez 10d0cb623f Clearly indicate that the TableDrop command is MySQL only 2013-12-15 14:33:07 +00:00
Kévin Gomez b9ceee8abd Fixed a few inconcistencies 2013-12-15 14:04:11 +00:00
Kévin Gomez 4d980fb6ce Fixed typo in the configuration definition 2013-12-14 14:18:56 +00:00
Kévin Gomez f84ab8eefd Added more phpDocs for commands 2013-12-14 14:17:10 +00:00
Kévin Gomez a1b30ac4a4 A few cs fixes 2013-12-14 12:47:55 +00:00
Kévin Gomez e0a9b95977 Added tests for data loaders and data dumpers 2013-12-14 12:46:26 +00:00
Kévin Gomez 4c26f81a9b Ported all acl-related remaining tests 2013-12-14 12:12:35 +00:00
Kévin Gomez 80fcec69f5 Ported ACL model tests 2013-12-14 11:49:10 +00:00
Kévin Gomez 6f92e55d20 Started to port ACL tests 2013-12-14 11:44:04 +00:00
Kévin Gomez 3dda1cdc61 Fixed PropelUserProvider test 2013-12-12 17:06:35 +00:00
Kévin Gomez 12bcfbde5e Added ACL related features 2013-12-12 16:48:16 +00:00
Kévin Gomez 186de0e93c Added UniqueObject constraint 2013-12-12 15:18:32 +00:00
Kévin Gomez b6285562b4 Added missing form features 2013-12-12 15:03:29 +00:00
Kévin Gomez d3ee81c3c5 Applied php-cs-fixer 2013-11-24 16:37:54 +00:00
Kévin Gomez 64ea15cd49 Cleaned commands 2013-11-24 16:36:58 +00:00
Kévin Gomez a8ceafc1bd Ported the form:generate command 2013-11-24 16:19:49 +00:00
Kévin Gomez dc85ab1e15 Do not allow test failures for PHP 5.5 2013-11-24 14:25:19 +00:00
Kévin Gomez f55a8a59ba Removed PHP 5.3 from the test targets 2013-11-24 14:25:01 +00:00
Kévin Gomez 2491275a7d Fixed param converter tests 2013-11-24 14:21:04 +00:00
Kévin Gomez b6fecc88c1 Merge pull request #2 from krichprollsch/add-model-type
import ModelType from Propel1 Bridge
2013-11-24 05:55:26 -08:00
Pierre Tachoire ffbf2de5f5 import ModelType from Propel1 Bridge 2013-11-24 11:40:35 +01:00
Kévin Gomez 816e68266e Merge pull request #1 from krichprollsch/2.0
check propel.ini existence
2013-11-20 09:54:51 -08:00
Pierre Tachoire 4d0b86f5e7 check propel.ini existence
if propel.ini file doesn't exists, the parse_ini file will fire a
warning.
2013-11-18 22:28:55 +01:00
Kévin Gomez efd0b77c65 Fixed bundle name handling in AbstractCommand 2013-11-14 11:02:34 +00:00
Kévin Gomez 27862d6fb1 Checkstyle fix 2013-11-05 13:26:18 +00:00
Kévin Gomez 3022cfb81a Enabled SQL fixtures loading 2013-11-05 13:25:09 +00:00
Kévin Gomez 7e2b6289ed Added xml data loader 2013-11-05 12:49:49 +00:00
Kévin Gomez fcbbff355c Started to implement the FixturesLoader command (only yaml works for now) 2013-11-05 12:34:47 +00:00
Kévin Gomez f16c92580f Implemented the fixtures dumper command 2013-11-05 11:23:36 +00:00
Kévin Gomez 224d00b50d Implemented DatabaseCreate command 2013-11-04 22:01:44 +00:00
Kévin Gomez a5cd6b86b6 Implemented the DatabaseDrop command 2013-11-04 21:41:59 +00:00
Kévin Gomez 2b7cbeacfb Cleaned a bit the TableDrop command 2013-11-04 21:32:14 +00:00
Kévin Gomez 53db41026b Implemented the table drop command 2013-11-04 21:29:16 +00:00
Kévin Gomez ba6b0b9ee2 Removed useless parameter 2013-11-04 21:29:05 +00:00
Kévin Gomez 20a2dafca8 Fixed logger 2013-11-04 21:28:52 +00:00
Kévin Gomez 05908f5791 Renamed the PropelTypeGuesser to TypeGuesser 2013-11-04 21:10:19 +00:00
Kévin Gomez 79d9b7f44a Fixed Call to undefined method ColumnMap::isTextType() 2013-11-04 21:08:41 +00:00
Kévin Gomez 44ec2b4b29 Stole the TypeGuesser (and its tests) from symfony's propel bridge 2013-11-04 16:27:38 +00:00
Kévin Gomez b2abeb0ead Deleted useless test fixtures 2013-11-04 12:50:33 +00:00