Commit graph

820 commits

Author SHA1 Message Date
William DURAND bc6bbb975b Improved SQL formatter (profiler) 2011-05-24 11:53:08 +02:00
William DURAND 8256e5e7b2 Improved SQL formatter (profiler) 2011-05-24 11:52:35 +02:00
William DURAND c6d997cded Added syntax highlighting to the SQL Queries log in the profiler.
Fix #15
2011-05-24 11:40:23 +02:00
William DURAND 4a4bf287ba Added syntax highlighting to the SQL Queries log in the profiler.
Fix #15
2011-05-24 11:38:05 +02:00
William DURAND 7fd1dbe72b Merge pull request #13 from maxailloud/master
When no database configuration is provided a php notice is send
2011-05-18 03:59:41 -07:00
Maxime AILLOUD ad23a1f7d7 Avoid php notice if the database configuration was not provided 2011-05-18 12:43:44 +02:00
William DURAND 580e0e3c89 Merge remote-tracking branch 'origin/master' into form_beta1 2011-05-17 00:24:39 +02:00
William DURAND 22c64d4dd5 Added the ability to initialize the bundle without any database configuration (dbal) 2011-05-17 00:22:19 +02:00
William DURAND bd64c555aa Refactored PhingCommand to check Propel database configuration before to launch a command 2011-05-17 00:21:20 +02:00
William DURAND aed88795f9 Merge branch 'form_beta1' of github.com:willdurand/PropelBundle into form_beta1 2011-05-17 00:19:03 +02:00
William DURAND facfce7b6c Merge branch 'master' of github.com:willdurand/PropelBundle into form_beta1 2011-05-12 22:29:43 +02:00
William DURAND b71d71b963 Added query option to ModelType 2011-05-10 18:52:18 +02:00
William DURAND 0fbe363de6 Fixed ModelType 2011-05-09 18:37:53 +02:00
William DURAND b4e60ebc92 Merge branch 'master' into form_beta1 2011-05-09 15:54:19 +02:00
William DURAND 14189dea82 Fixed logger 2011-05-09 10:36:22 +02:00
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