Commit graph

222 commits

Author SHA1 Message Date
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
Robin van der Vleuten 8d9067ec87 Correct prefix when PSR-4 bundle 2014-03-31 13:03:58 +02:00
William Durand 967bc8769a Fix previous commit 2013-11-18 14:27:18 +01:00
Jaak Tamre bd8f1fe083 Update BuildCommand.php
Pas verbose option for sub commands.
2013-11-18 14:46:23 +02: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
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
auss 1f0dd499c5 Missing use
Someone has forgotten to add use for the Filesystem component
2013-05-14 15:34:35 +03: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
William DURAND a758f32421 Fix CS 2013-01-11 18:57:24 +01:00
jaugustin 7ff244193d fix display message 2012-11-11 18:59:57 +01:00
jaugustin a8bb6a2a8b add connection option for commands: build, sql:build, migration:generate-diff 2012-11-11 18:25:23 +01:00
Virginie BARDALES 89d2a43650 create sql folder if not exists 2012-08-23 16:17:56 +02:00
William Durand b70c73f674 Merge pull request #171 from Martiusweb/build_sql_update
sql:build take existing files into account
2012-08-22 05:45:36 -07:00
Anh Tuan Kieu 3fb8fe5d1a Manage multiple connections. Add ability to pass output dir to FixtureDumpCommand 2012-08-20 13:52:51 +02:00
Martin Richard 54c60cf4a1 sql:build take existing files into account
Signed-off-by: Martin Richard <martius@martiusweb.net>
2012-07-31 11:08:35 +02:00
William DURAND 8299a76059 Add new default parameter 'addClassLevelComment' 2012-07-25 09:25:37 +02:00
Adel 4219e706d4 RUN PHP-CS PSR-2 2012-07-19 17:40:35 +01:00
William DURAND 69cbd01fcc Add more default values 2012-07-16 12:44:19 +02:00
William DURAND 27b0f3c374 [Command] Prevent error if no password found 2012-07-12 14:44:30 +02:00
William DURAND 554132cffd Fixed command output, fixes #161 2012-06-24 01:09:07 +02:00
Tero Kaisti b4475d27fb The MySQL PDO must be connected without the dbname in its dsn because the db being created does not exist yet.
Tested MySQL Server version 5.5.21.
2012-06-06 22:24:03 +03:00
William DURAND 6970913db9 Fixed CS 2012-05-24 16:36:46 +02:00
William DURAND 590787d2b6 Removed command headers, fixed naming 2012-05-09 08:55:00 +02:00
William DURAND a99af5fffc Fixed bad english 2012-05-09 08:55:00 +02:00
William DURAND ca45e9c5cf Added faker support 2012-05-08 18:32:32 +02:00
William DURAND 29ca595387 Removed 'Propel' class prefixes 2012-04-20 13:54:05 +02:00
William DURAND dd13a0f40b Added few unit tests, fixed CS 2012-04-20 10:57:38 +02:00
William Durand 07a2dc1318 Merge pull request #136 from tacman/tac_fix1
correct the output
2012-04-19 17:30:31 -07:00
William DURAND 6620406a84 Fixed error message 2012-04-20 02:27:47 +02:00
William DURAND a30747ed09 Added a better way to use a bundle argument in commands
Added bundle argument to propel:model:build command
2012-04-20 02:20:54 +02:00
Tac Tacelosky 1150ae284f correct the output 2012-04-19 16:22:43 -04:00
William DURAND f68972f2b7 Fixed PropelGeneratorAwareCommand to use the propel.ini file 2012-04-16 11:14:55 +02:00
William DURAND d3205f13ab [FormGenerateCommand] Added a way to specify which Form Type to generate 2012-04-11 13:57:11 +02:00
William DURAND 0b85aba836 [Command] Added a new command named: propel:form:generate
Allows to quickly create Form Type stubs
Added a PropelGeneratorAwareCommand class (abstract) to write more code generation based commands
Added few tests, fixed some tests as well
2012-04-11 12:00:19 +02:00
William DURAND 6a22291eba [WIP] Introduced form:generate command 2012-04-11 00:41:14 +02:00
Andre Lambert b4f554a19e Update Command/BuildCommand.php 2012-04-09 01:32:59 +03:00
William DURAND 07f7ec73c5 [Command] Refactored some commands. 2012-04-07 21:58:45 +02:00
William DURAND b890706c4e Merge branch '2.0'
Conflicts:
	Tests/DataFixtures/Dumper/YamlDataDumperTest.php
	Tests/DataFixtures/Loader/YamlDataLoaderTest.php
2012-04-06 12:57:52 +02:00
Romain Pouclet 0f78f2b875 Avoid duplicating fixtures path 2012-04-06 12:04:43 +02:00
Romain Pouclet 234f874622 Remove blank line 2012-04-06 11:56:12 +02:00
Romain Pouclet 994f599fe0 Use FileLocator 2012-04-06 11:30:32 +02:00
Romain Pouclet 41e147ba8e Change 'getFileLocator' method's visibility to protected as it's needed in the FixtureLoadCommand class 2012-04-06 10:58:12 +02:00
Romain Pouclet b28c863915 Add a way to load fixtures from a specific bundle 2012-04-04 23:28:06 +02:00
Luca Saba 77d338f39b Correct a typo in a comment in AbstractPropelCommand 2012-03-12 22:05:09 +01:00