Commit graph

347 commits

Author SHA1 Message Date
pierreyves.lebecq
bb2a6dba8d Converted PropelCollection to PropelObjectCollection in ModelsToArrayTransformer because merging in the model needs a call to the toKeyValue method 2011-09-27 15:44:52 +02:00
pierreyves.lebecq
a5ddda4de4 Removed MergeCollectionListener because merging is done in the model 2011-09-27 15:42:22 +02:00
William DURAND
7fb0de3574 Fixes #53 2011-09-27 15:42:29 +03:00
William DURAND
54f022b6b6 Fixed bad link in documentation 2011-09-26 13:33:27 +02:00
William DURAND
99721f7443 Removed default connection name (useless information) 2011-09-26 11:59:41 +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
145d4fa9ca Fixed doc 2011-09-23 12:06:40 +02:00
William DURAND
5fc17d5798 Merge pull request #51 from real-chocopanda/propel-param-converter
add propel paramConverter, to be used with Sensio Framework Extra
2011-09-23 03:04:45 -07:00
jaugustin
d9a472d872 add doc for PropelParamConverter 2011-09-23 11:21:44 +02:00
jaugustin
f53e2332c5 add test for paramconverter, fix issue with paramconverter findOneByXXX 2011-09-23 11:07:49 +02:00
William DURAND
13b74fdf3a Merge pull request #52 from willdurand/fix-insert-sql
Refactored the insert sql command
2011-09-23 01:42:20 -07:00
William DURAND
19bb7b9630 Refactored the insert sql command 2011-09-23 02:34:11 +02:00
jaugustin
537799b3c2 add propel paramConverter, to be used with Sensio Framework Extra 2011-09-22 16:11:14 +02:00
William DURAND
a5c87b3c87 Merge pull request #50 from willdurand/fix_generated_sql_file
Replaced old SQL build task  by the new one. Propel > 1.6.2 required.
2011-09-22 04:47:17 -07:00
William DURAND
0d71815b0f Replaced old SQL build task by the new one 2011-09-22 12:36:12 +02:00
William DURAND
fcf4ecf6ab Merge pull request #49 from pylebecq/fix-collection
[EventListener] Fixed merging in MergeCollectionListener
2011-09-22 00:00:09 -07:00
pierreyves.lebecq
73f746e6a0 [EventListener] Fixed merging in MergeCollectionListener 2011-09-20 15:37:35 +02:00
William DURAND
52d360a742 Merge pull request #47 from real-chocopanda/patch-exception-message
Make Exception message more usable (add bundle name)
2011-09-19 08:32:53 -07:00
jaugustin
39130a2572 Make Exception error more usable (add bundle name) 2011-09-19 17:19:48 +02:00
William DURAND
8fc3276f8b Fixed Phing version (again). Due to a heavy PEAR dependency we have to use 2.4.6 instead of the last version. 2011-09-16 11:46:59 +03:00
William DURAND
f57ac65e34 Fixed Phing version 2011-09-16 10:06:49 +03:00
William DURAND
ed131b2b36 Updated documentation 0.1 2011-09-14 22:35:51 +02:00
William DURAND
e25feaf441 Removed useless doc 2011-09-14 22:30:14 +02:00
William DURAND
93cb553773 Merge pull request #34 from fabpot/propel-type-guesser
Added a Propel Type guesser
2011-09-14 13:26:10 -07:00
William DURAND
3391ed4c34 Merge pull request #46 from fabpot/logger
fixed Logger when it is null
2011-09-14 01:52:57 -07:00
Fabien Potencier
62d8d6945d fixed Logger when it is null 2011-09-14 09:58:28 +02:00
William DURAND
17f0abef7c Merge pull request #45 from cedriclombardot/fix-doc
Fix doc related to PR #44
2011-09-13 16:25:17 -07:00
Cedric Lombardot
5a55aeaa35 Fix doc related to PR #44 2011-09-14 01:14:44 +02:00
William DURAND
1fbc5d743c Merge pull request #44 from cedriclombardot/patch-1
Fix readme missing .git in the phing submodule
2011-09-13 14:59:19 -07:00
cedric lombardot
3c72de94f6 Fix readme missing .git in the phing submodule 2011-09-13 23:53:04 +03: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
William DURAND
1b7daacb2f Added more unit tests 2011-09-12 00:57:51 +02:00
William DURAND
af25f4ad4b Fixed #42 (for real) 2011-09-12 00:36:26 +02:00
William DURAND
fa89b6468f Fixed #42 2011-09-09 16:26:29 +02:00
William DURAND
2cb15a8424 Merge pull request #40 from glorpen/master
Reverse array merge with user build_properties
2011-09-08 00:50:51 -07:00
William DURAND
37e2924d5e Updated documentation 2011-09-08 09:41:11 +02:00
William DURAND
fbf2f279f0 Refactored the configuration tree 2011-09-08 09:39:59 +02:00
Arkadiusz Dzięgiel
47feb19476 apply user build_properties 2011-09-07 14:42:07 +02:00
William DURAND
f64c5af86d [Tests] Removed tmpfiles in tests 2011-09-07 11:13:39 +02:00
William DURAND
0a05b56e64 [Tests] Added a test for the Yaml dumper 2011-09-07 11:08:05 +02:00
William DURAND
aa3c07d1a8 [DataFixtures] Tweaked the Yaml dumper inline level 2011-09-07 11:07:48 +02:00
William DURAND
c411277430 [Command] Removed old command 2011-09-07 10:59:00 +02:00
William DURAND
aef84a9842 Updated documentation 2011-09-07 10:58:22 +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
fa1b06765e [DataFixtures] Removed useless abstract method in AbstractDataDumper class 2011-09-07 10:47:19 +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
c06513003a [DataFixtures] Fixed the data loader 2011-09-07 10:33:59 +02:00