Commit graph

411 commits

Author SHA1 Message Date
Kévin Gomez Pinto db8ed4da4c Fix: fixtures ordering was not handled by the FixturesLoad command 2012-02-07 16:15:54 +01:00
William DURAND 89adb254af Merge pull request #99 from francisbesset/2.0
[2.0] Fixed bug in CLI environment
2012-01-23 00:55:34 -08:00
Francis Besset 31c4b8699e Fixed bug if the cache is built out of CLI 2012-01-23 09:33:10 +01:00
William DURAND 71ccc1bc80 Merge pull request #97 from havvg/2.0
fix distributed testing environment
2012-01-13 07:54:12 -08:00
Toni Uebernickel 9618a04e23 fix distributed testing environment 2012-01-12 17:42:34 +01:00
William DURAND 654ba24db2 Removed useless text in the WDT 2012-01-02 17:31:00 +01:00
William DURAND 22e79ef973 Merge pull request #92 from docteurklein/fix_unique
fix unique validator when checked column is the first of all class fields
2011-12-23 01:58:36 -08:00
Klein Florian 995d655a6d fix unqiue validator when checked column is the first of all class fields 2011-12-23 10:29:42 +01:00
William DURAND 32423b077e Added a unit test for the previous commit 2011-12-15 17:00:52 +01:00
William DURAND c0221a604e Fixed issue when no dbname provided in the DSN 2011-12-15 16:32:05 +01:00
William DURAND 26069a0d71 Fixed test on travis-ci 2011-12-14 16:02:15 +01:00
William DURAND b644e34738 Fixed typo 2011-12-14 14:57:18 +01:00
William DURAND 31ee48bf10 fixed security user reloading when the user has been changed via a form with validation errors 2011-12-14 14:41:36 +01: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. 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