Commit graph

399 commits

Author SHA1 Message Date
alanz
5a4dbfb018 Include reference to installing via vendor deps. Fixes #85. 2011-12-07 11:54:52 +02:00
William DURAND
a7ed277e78 Fixed getPackagePrefix() method (fixes a bug on Windows platforms) 2011-12-05 23:12:56 +01:00
William DURAND
667ca20b80 Fixed AbstractDataLoader class 2011-12-05 22:22:30 +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
ab50b5ec39 Fixed CS 2011-12-05 18:42:24 +01:00
William DURAND
4f9a41df37 Merge pull request #81 from docteurklein/bundle-inherit
use FileLocator to handle bundle's schema inheritance
2011-11-29 07:15:14 -08:00
Klein Florian
f35a6833b5 use FileLocator to handle bundle's schema inheritance 2011-11-29 16:04:35 +01:00
William DURAND
2e556b5640 Merge pull request #76 from havvg/schema-bundle-inheritance
schema bundle inheritance
2011-11-28 01:15:45 -08:00
William DURAND
aa2b2c07a8 Merge pull request #78 from havvg/patch-1
fix mentioned directory to place schema files in
2011-11-28 01:13:29 -08:00
Toni Uebernickel
320c162771 add documentation about schema inheritance 2011-11-28 10:06:22 +01:00
Toni Uebernickel
9bd1c77a27 fix directory for schema files in docs 2011-11-28 10:01:18 +01: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
William DURAND
818fde1670 Merge pull request #75 from havvg/fix-packages-in-model
fix resulting package names to not include folder
2011-11-25 07:16:53 -08:00
Toni Uebernickel
beab50c93e fix resulting package names to not include folder 2011-11-25 15:26:13 +01:00
William DURAND
1ee6477f30 Merge pull request #73 from mcooley/master
Fix for issue #66
2011-11-20 07:26:17 -08:00
Matt Cooley
2a7c9014d4 Fix for issue #66: fixtures dumper should ignore tests table maps 2011-11-20 09:19:46 -06:00
William DURAND
8baffd0aca Added missing SensioFrameworkExtraBundle to launch all unit tests. 0.2 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