Commit graph

23 commits

Author SHA1 Message Date
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
William DURAND
f68972f2b7 Fixed PropelGeneratorAwareCommand to use the propel.ini file 2012-04-16 11:14:55 +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
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
41e147ba8e Change 'getFileLocator' method's visibility to protected as it's needed in the FixtureLoadCommand class 2012-04-06 10:58:12 +02:00
Luca Saba
77d338f39b Correct a typo in a comment in AbstractPropelCommand 2012-03-12 22:05:09 +01:00
William DURAND
566472cc9b Merge branch '2.0' 2012-02-21 16:00:39 +01:00
Toni Uebernickel
b56f80a5a7 use configured cache directory 2012-02-18 12:56:44 +01:00
Toni Uebernickel
4e45bab585 add InitAclCommand
* move acl_schema.xml into Resources to avoid being retrieved by default
* re-factor parent tasks methods to use separated methods for re-usage
2012-02-07 17:27:00 +01:00
William DURAND
d12c092fb5 Use the new Filesystem component 2011-12-25 14:21:54 +01:00
William DURAND
c0221a604e Fixed issue when no dbname provided in the DSN 2011-12-15 16:32:05 +01:00
William DURAND
a7ed277e78 Fixed getPackagePrefix() method (fixes a bug on Windows platforms) 2011-12-05 23:12:56 +01:00
William DURAND
bacae3feae Fixed transformToLogicalName() method
This fix should solve some bugs on Windows platforms.
2011-12-05 22:22:18 +01:00
William DURAND
ab50b5ec39 Fixed CS 2011-12-05 18:42:24 +01:00
Klein Florian
f35a6833b5 use FileLocator to handle bundle's schema inheritance 2011-11-29 16:04:35 +01:00
Toni Uebernickel
1144197d11 use iterator_count to check for schema files
Conflicts:

	Command/AbstractPropelCommand.php
2011-11-25 17:35:22 +01:00
Toni Uebernickel
ec9ba0e26b add bundle inheritance to schema processing 2011-11-25 16:56:39 +01:00
Toni Uebernickel
beab50c93e fix resulting package names to not include folder 2011-11-25 15:26:13 +01:00
jaugustin
39130a2572 Make Exception error more usable (add bundle name) 2011-09-19 17:19:48 +02:00
Arkadiusz Dzięgiel
47feb19476 apply user build_properties 2011-09-07 14:42:07 +02:00
William DURAND
7865d68a03 [Command] Named things by their real name 2011-09-07 10:34:17 +02:00
William DURAND
cbd9ac634e [command] Displayed the environment value 2011-09-06 10:51:36 +02:00
William DURAND
4dcdc0f3b9 [command] Naming + minor fixes on commands 2011-09-05 22:18:18 +02:00
Renamed from Command/PhingCommand.php (Browse further)