Commit graph

234 commits

Author SHA1 Message Date
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
William DURAND 566472cc9b Merge branch '2.0' 2012-02-21 16:00:39 +01:00
Matthieu Robin 521c978e44 fix propel:reverse command for non-mysql databases fixes #89 2012-02-21 15:15:34 +01:00
Toni Uebernickel b56f80a5a7 use configured cache directory 2012-02-18 12:56:44 +01:00
William DURAND 4f0ccd5eb7 Merge pull request #100 from havvg/feature/acl-provider-master
[Security] AclProvider
2012-02-10 07:16:48 -08:00
William DURAND b019559de8 Merge branch '2.0' 2012-02-10 16:06:49 +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
Kévin Gomez Pinto db8ed4da4c Fix: fixtures ordering was not handled by the FixturesLoad command 2012-02-07 16:15:54 +01:00
William DURAND d12c092fb5 Use the new Filesystem component 2011-12-25 14:21:54 +01:00
William DURAND 3c1a87d432 Merge branch '2.0' 2011-12-25 14:18:30 +01:00
William DURAND c0221a604e Fixed issue when no dbname provided in the DSN 2011-12-15 16:32:05 +01:00
William DURAND f113d9e476 Merge branch '2.0' 2011-12-05 23:14:35 +01:00
William DURAND a7ed277e78 Fixed getPackagePrefix() method (fixes a bug on Windows platforms) 2011-12-05 23:12:56 +01:00
William DURAND b61cff3d19 Merge branch '2.0' 2011-12-05 22:23:19 +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 600808b2a1 Merge branch '2.0' 2011-12-05 18:43:23 +01:00
William DURAND ab50b5ec39 Fixed CS 2011-12-05 18:42:24 +01:00
William DURAND a88ccd2b48 Merged branch 2.0 2011-12-05 18:27:13 +01:00
Klein Florian f35a6833b5 use FileLocator to handle bundle's schema inheritance 2011-11-29 16:04:35 +01:00
William DURAND 6d2c6eb5fa Merge branch '2.0' 2011-11-28 12:54:08 +01:00
William DURAND c6f1dfe5cb Merge pull request #64 from maxailloud/table-drop-enhancement
Escaping table name in the table:drop command and improve error message for the fixtures:load command
2011-11-28 01:16:54 -08: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 4b0b771a0c fix resulting package names to not include folder 2011-11-25 16:22:40 +01:00
Toni Uebernickel beab50c93e fix resulting package names to not include folder 2011-11-25 15:26:13 +01:00
Maxime AILLOUD 28914a6885 Use of the dbAdapter to escape table name in the request 2011-11-04 10:09:45 +01:00
Maxime AILLOUD a6bb5d2d52 Escaping table name in the table:drop command and improve error message for the fixtures:load command 2011-10-24 16:33:20 +02:00
William DURAND 8ae2b73742 [command] Minor fix 2011-09-25 12:15:28 +02:00
William DURAND 5573f9d451 Tweaked output of 'build-model' command 2011-09-23 14:34:07 +02:00
William DURAND 19bb7b9630 Refactored the insert sql command 2011-09-23 02:34:11 +02:00
William DURAND 0d71815b0f Replaced old SQL build task by the new one 2011-09-22 12:36:12 +02:00
jaugustin 39130a2572 Make Exception error more usable (add bundle name) 2011-09-19 17:19:48 +02:00
William DURAND 2b76115177 Allowed PHP version under 5.3.6 (See: http://php.net/manual/fr/splfileinfo.getextension.php). Fixes #43 2011-09-12 18:59:44 +03:00
Arkadiusz Dzięgiel 47feb19476 apply user build_properties 2011-09-07 14:42:07 +02:00
William DURAND c411277430 [Command] Removed old command 2011-09-07 10:59:00 +02:00
William DURAND 0551d6400e [Command] Fixed path in fixtures:dump command 2011-09-07 10:52:22 +02:00
William DURAND d1c64b2ae5 [Command] Fixed error output in fixtures:load command 2011-09-07 10:52:01 +02:00
William DURAND 6f4a7e7ae8 [Command] Changed fixture commands names 2011-09-07 10:46:56 +02:00
William DURAND 7865d68a03 [Command] Named things by their real name 2011-09-07 10:34:17 +02:00
William DURAND 3640ae60ac [Command] Fixed the data-dump command 2011-09-07 10:33:20 +02:00
William DURAND 15a6c91913 [command] Fixed output for data-dump 2011-09-06 15:31:38 +02:00
William DURAND 9eff990e4b [Command] Refactored the data-dump command to use the new logic 2011-09-06 14:56:28 +02:00
William DURAND 48f1baa10d [DataFixtures] Moved loader part to its own place 2011-09-06 13:30:09 +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
William DURAND cbcc89ea61 [command] Fixed insert-sql information 2011-09-05 00:43:23 +02:00
William DURAND fd244402c1 [command] Refactored the data-dump command 2011-09-05 00:39:58 +02:00
William DURAND ccb5f8ce86 Fixed naming 2011-09-05 00:31:36 +02:00
William DURAND 726582b5a0 [command] Refactored the reverse command 2011-09-05 00:31:07 +02:00
William DURAND fbb785274c [command] Fixed build command information 2011-09-05 00:15:47 +02:00
William DURAND d40a69b40d [command] Fixed typo 2011-09-04 23:41:01 +02:00
William DURAND 039459456e [command] Fixed information for load-fixtures command 2011-09-04 23:16:11 +02:00
William DURAND 85849bfe33 [command] Fixed error detection for insert-sql 2011-09-03 14:53:56 +02:00
William DURAND 2f4f2cb5f2 [command] Fixed empty password notice in insert-sql command 2011-09-03 14:53:30 +02:00
William DURAND 7f3c171d45 [command] Added a new XML loader 2011-09-02 17:22:15 +02:00
William DURAND bfc0e24c88 [command] Fixed help for load-fixtures command 2011-09-02 16:00:29 +02:00
William DURAND 98e04335e0 Added feedback to know which has been loaded 2011-09-02 15:58:26 +02:00
William DURAND b51550e8a5 [command] Changed the load-fixtures command to handle the new logic 2011-09-02 15:51:38 +02:00
William DURAND 029a3ed454 [command] Typo 2011-08-31 16:18:40 +02:00
William DURAND f18df260fe [command] Fixed output (for real) 2011-08-31 16:12:56 +02:00
William DURAND af2151631d [command] Fixed console output 2011-08-31 00:21:39 +02:00
William DURAND 87ad04f2a8 Fixed LICENSE 2011-08-30 23:30:31 +02:00
William DURAND cef9035498 Better Phing error detector 2011-08-30 18:40:32 +02:00
William DURAND cd6ae1afaa [command] Added --verbose option to the load-fixtures command 2011-08-30 18:30:27 +02:00
William DURAND c04664beb2 [command] Fixed build-sql 2011-08-30 17:43:01 +02:00
William DURAND 7e4c15261d Fixed the way we detect errors in a Phing process 2011-08-30 17:36:30 +02:00
William DURAND d7c5c51d6d [command] Added better error messages 2011-08-30 16:11:03 +02:00
William DURAND 445e3cc791 [command] Fixed output in load-fixtures command 2011-08-30 11:54:40 +02:00
William DURAND bcdfcc9b85 [command] Fixed output in graphviz command 2011-08-30 11:54:25 +02:00
William DURAND 7b2359d3d3 [command] Fixed output in create/drop commands 2011-08-30 11:54:05 +02:00
William DURAND 42b7937442 [command] Fixed output + test if file exists in data-sql command 2011-08-30 11:53:40 +02:00
William DURAND 7a2d43a1e9 [command] Fixed output in data dump command 2011-08-30 11:53:09 +02:00
William DURAND ad6c5756f0 Fixed output in build command 2011-08-30 11:52:50 +02:00
William DURAND 1837a63779 [command] s/summary/writeSummary/ 2011-08-30 11:52:30 +02:00
William DURAND 657013d68e [command] Fixed output in reverse command 2011-08-30 11:51:58 +02:00
William DURAND 3a0d86b644 [command] Refactored the base command 2011-08-30 11:51:23 +02:00
William DURAND 957014c089 Fixed typo 2011-08-30 09:35:37 +02:00
William DURAND afbc5675aa Merge pull request #27 from willdurand/fix-dot-notation
Fixed dot notation to avoid current known limitation
2011-08-27 07:01:37 -07:00
William DURAND 4e28a76425 Avoid error if blank password in datasource config 2011-08-25 23:57:38 +02:00
William DURAND 3a85881a49 Fixed dot notation to avoid current know limitation 2011-08-25 23:55:15 +02:00
William DURAND 9a2c464a8c Refactored 'load-fixtures' command 2011-08-23 16:00:43 +02:00
William DURAND c0dbe49b65 Fixed message 2011-08-23 16:00:43 +02:00
William DURAND ef517c450f Removed charset global parameter 2011-08-22 11:31:08 +02:00
William DURAND 5143a5ff43 Fixed previous commit (again) 2011-08-18 15:29:12 +02:00
William DURAND deae657208 Fixed previous commit 2011-08-18 15:23:41 +02:00
William DURAND 9302735eca Fixed load fixtures with custom datasources 2011-08-18 14:01:21 +02:00
William DURAND bd3c8559b6 Fixed bug on database create 2011-08-18 12:15:04 +02:00
nibsirahsieu 37fcc0132f fix undefined $container when building models 2011-08-02 23:58:20 +07:00
William DURAND e463a8bcd8 Fixed CS 2011-07-30 19:26:48 +02:00