Commit graph

755 commits

Author SHA1 Message Date
William DURAND 0bd6875f20 Fixed the way the listener compares two objects 2011-05-05 19:17:40 +02:00
William DURAND aa7eb61088 Fixed PhingCommand 2011-05-05 19:17:12 +02:00
William DURAND 0eef9af4d1 Removed useless 'echo' 2011-05-03 14:51:50 +02:00
William DURAND 9d4321ee23 Fixed ModelChoiceList 2011-05-02 15:13:13 +02:00
William DURAND 464bf0c016 Merge branch 'form_beta1' of git://github.com/willdurand/PropelBundle into form_beta1 2011-05-02 09:14:14 +02:00
William DURAND 87474437d4 Added data transformers 2011-05-02 07:54:44 +02:00
William DURAND 0837af1bda Added event listener 2011-05-02 07:54:33 +02:00
William DURAND 11780fa584 Added ChoiceList 2011-05-02 07:54:18 +02:00
William DURAND 58bbbc80d8 Added ModelType 2011-05-02 07:54:00 +02:00
William DURAND f296526e26 Fixed Properties class 2011-04-19 17:39:27 +02:00
William DURAND 26d106a2ef Added output message 2011-04-19 17:39:10 +02:00
William DURAND 68ae0ef9d7 Fixed license 2011-04-19 17:38:46 +02:00
William DURAND c7c1545cb7 Kept README at root directory 2011-04-19 14:51:24 +02:00
William DURAND 90fd7a91c3 Made some changes to respect the last bundle directory structure 2011-04-19 14:49:02 +02:00
William DURAND 2cd58d70e1 Fixed output for command load-fixtures 2011-04-19 14:34:02 +02:00
William DURAND 7fbd755f05 Changed getConnection return to get the name of the connection 2011-04-19 14:32:38 +02:00
William DURAND 5576005b6d Refactored command: status 2011-04-19 14:23:33 +02:00
William DURAND 047d83f33e Minor changes for commands: generate-diff and migrate 2011-04-19 14:23:17 +02:00
William DURAND 9aca0bfaa8 Added new command: load-fixtures 2011-04-19 14:18:42 +02:00
William DURAND 6942b6982c Refactored insert-sql command 2011-04-19 14:18:07 +02:00
William DURAND e181e2d995 Minor changes on graphviz command 2011-04-19 14:16:28 +02:00
William DURAND 143072ec87 Fixed licence 2011-04-19 14:16:13 +02:00
William DURAND c9be0512b1 Fixed output for command: build-sql 2011-04-19 14:14:20 +02:00
William DURAND d4c6d0a586 Fixed output for command: build-model 2011-04-19 14:13:08 +02:00
William DURAND 9c810c2e03 Refactored data-sql command 2011-04-19 14:11:34 +02:00
William DURAND f5b580e6ad Refactored commands, added a new method in PhingCommand to handle '--connection' option 2011-04-19 14:03:52 +02:00
William DURAND d4c541c120 Fixed data-dump command 2011-04-19 13:59:19 +02:00
William DURAND dd8c42df38 Added option 'connection' to fix the build command 2011-04-19 13:57:53 +02:00
William DURAND b041a9973b Added a new config parameter (build_properties) to add build properties in config.yml 2011-04-18 22:51:27 +02:00
William DURAND 580f7ae28a Refactored command outputs 2011-04-18 21:40:16 +02:00
William DURAND 07b2e434a5 Improved doc 2011-04-17 12:25:01 +02:00
William DURAND f1e3438e6a Fixed default connection 2011-04-17 12:21:45 +02:00
William DURAND 69c14b871c Added a new configuration file: app/config/propel.ini which is a build.properties file (http://www.propelorm.org/wiki/Documentation/1.6/BuildConfiguration) 2011-04-17 12:13:36 +02:00
William DURAND 4f83630fb2 Revert "Added default connection in the PropelConfiguration"
Break Propel commands execution.

This reverts commit 8764ffc7f2.
2011-04-16 15:12:51 +02:00
William DURAND 8764ffc7f2 Added default connection in the PropelConfiguration 2011-04-16 13:26:02 +02:00
William DURAND ed1d9ad267 Improved some commands 2011-04-13 22:27:07 +02:00
William DURAND 5d6a185f92 Fixed collateral damage due to last reverts 2011-04-13 18:14:49 +02:00
William DURAND 209b7f4c59 Propel can handle multiple connections with multiple databases.
To use the Propel singleton object is the better way to keep benefits of theses features.

Revert "Fixed typo error"

This reverts commit 790cf92510.

Conflicts:

	PropelBundle.php
2011-04-13 18:10:48 +02:00
William DURAND 3ee928ea19 Revert "Injected propel.connection in the PropelDataCollector collector"
This reverts commit 284dfeb355.
2011-04-13 18:07:53 +02:00
William DURAND 00c97f3c17 Revert "New service: propel.connection which is the active PropelPDO connection"
This reverts commit 20747fcdc7.

Conflicts:

	PropelBundle.php
2011-04-13 18:06:20 +02:00
William DURAND 790cf92510 Fixed typo error 2011-04-13 17:03:26 +02:00
William DURAND da462aa337 Added output message to the 'build-model' command 2011-04-13 17:01:55 +02:00
William DURAND b6c7948d5d Fixed logger 2011-04-13 17:00:38 +02:00
William DURAND 20747fcdc7 New service: propel.connection which is the active PropelPDO connection 2011-04-13 17:00:29 +02:00
William DURAND 284dfeb355 Injected propel.connection in the PropelDataCollector collector 2011-04-13 16:59:33 +02:00
William DURAND 398c1b9566 Fixed doc 2011-04-11 13:52:37 +02:00
William DURAND 449711236a Added more information to the Panel 2011-04-11 13:50:06 +02:00
William DURAND 1be3949780 Fixed loaded configuration 2011-04-11 13:46:23 +02:00
William DURAND 3484e2a452 Fixed Configuration 2011-04-11 13:28:55 +02:00
William DURAND 28efb0872a Injected propel.configuration service in the collector 2011-04-08 13:20:03 +02:00