Commit graph

382 commits

Author SHA1 Message Date
William DURAND 8baffd0aca Added missing SensioFrameworkExtraBundle to launch all unit tests. 2011-11-14 18:38:21 +01:00
William DURAND 348ea4d196 Added shortcut to jump to the doc 2011-11-14 18:07:10 +01:00
William DURAND 7a6fe552c6 Removed useless code in autoloader.php.dist 2011-11-13 23:49:28 +01:00
William DURAND 42bbd78f19 travis-ci 2011-11-13 23:39:42 +01:00
William DURAND eaf6aa61da Added a way to launch unit tests in the bundle itself 2011-11-13 23:29:52 +01:00
William DURAND c9f8e4f4cb Added composer.json file 2011-11-12 01:31:25 +01:00
William DURAND c1336f7c9d Merge pull request #70 from ivanrey/patch-1
Just a littler profreading
2011-11-08 13:24:02 -08:00
Ivan Rey 072ec565a2 Just a littler profreading 2011-11-08 16:01:39 -05:00
William DURAND d7a40ae7f6 Fixed CS 2011-11-06 18:15:34 +01:00
William DURAND 6cb7b6b58f Merge pull request #67 from gregoryb/patch-1
Add a new ProxyClass parameter.
2011-11-06 09:09:00 -08:00
gregoryb 968dfd014f Update Security/User/ModelUserProvider.php to support a proxy class. 2011-11-06 18:04:55 +01:00
William DURAND 4dcaf375b9 Merge pull request #68 from maxailloud/unique-object-validator
Add a unique object constraint validator
2011-11-04 10:11:24 -07:00
Maxime AILLOUD 0139b34f57 Coding standards modification and update of the doc to explain the use of the uniqueObjectValidator 2011-11-04 18:04:53 +01:00
William DURAND fe4f2059c6 Merge pull request #69 from maxailloud/table-drop-doc
Update of the README to explain the use of the table:drop command
2011-11-04 09:42:29 -07:00
Maxime AILLOUD 5504b41c0e Update of the README to explain the use of the table:drop command 2011-11-04 17:37:52 +01:00
Maxime AILLOUD 06ef181823 Add a unique object constraint validator 2011-11-04 14:43:13 +01:00
William DURAND b4724a766a Update Resources/doc/README.markdown 2011-10-27 16:27:45 +03:00
William DURAND 58d793e01e Fixes #60 thanks to drjones69 2011-10-10 18:55:59 +03:00
William DURAND 084223ed0d Merge pull request #59 from hhamon/improve_exceptions
[PropelBundle] [DependencyInjection] improved exception messages when the
2011-10-09 10:51:25 -07:00
Hugo Hamon 11720456bb [PropelBundle] [DependencyInjection] improved exception messages when the bundle is loaded and the Propel configuration is not yet defined in the configuration. 2011-10-09 19:49:08 +02:00
William DURAND 607e149b6f Fixed typo thanks to drjones69 2011-10-09 20:22:22 +03:00
William DURAND b69d894979 Fixed missing exception 2011-10-09 20:12:58 +03:00
William DURAND 1368749b6a Merge pull request #58 from real-chocopanda/param-converter-exclude
[PropelParamConverter] add exclude option for Pk and fields, with tests a
2011-10-07 05:41:06 -07:00
jaugustin 75bef0beb6 [PropelParamConverter] add exclude option for Pk and fields, with tests and docs 2011-10-07 12:14:28 +02:00
William DURAND b31445710f Merge pull request #55 from nibsirahsieu/m2m
support for Many to Many Relationships
2011-09-28 15:38:13 -07:00
nibsirahsieu 013d55da36 Fixed CS 2011-09-29 05:01:33 +07:00
William DURAND 7beb193368 Added missing license to the PropelTypeGuesser 2011-09-28 18:55:54 +03:00
William DURAND 9a2b031e62 Fixed CS 2011-09-28 18:54:24 +03:00
William DURAND 0f3b38e3eb Fixed CS 2011-09-28 18:52:40 +03:00
William DURAND d23257fec5 Fixed CS 2011-09-28 18:49:32 +03:00
William DURAND bf17655c59 Fixed phpdoc 2011-09-28 18:46:28 +03:00
William DURAND 1b00958210 Merge pull request #56 from pylebecq/fix-collection
[Form][DataTransformer] Fixed class not found fatal error in ModelsToArra
2011-09-28 07:14:31 -07:00
pierreyves.lebecq 38810922bc [Form][DataTransformer] Fixed class not found fatal error in ModelsToArrayTransformer 2011-09-28 15:24:52 +02:00
William DURAND 264ce61225 Merge pull request #54 from pylebecq/fix-collection
Fix many to many relationships handling
2011-09-28 05:28:05 -07:00
nibsirahsieu 3af3fb4cf8 support for Many to Many Relationships 2011-09-28 18:42:08 +07:00
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