Commit graph

539 commits

Author SHA1 Message Date
Toni Uebernickel 51500cdba9 synchronize README files 2012-02-06 18:25:19 +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 cf645a4941 Fixed exception due to recent Symfony2 changes
See 789d5ad20f
2012-01-12 16:55:22 +01:00
William DURAND 059a141b45 Merge branch '2.0' 2012-01-02 17:32:32 +01:00
William DURAND 654ba24db2 Removed useless text in the WDT 2012-01-02 17:31:00 +01:00
William DURAND d12c092fb5 Use the new Filesystem component 2011-12-25 14:21:54 +01:00
William DURAND 3c1a87d432 Merge branch '2.0' 2011-12-25 14:18:30 +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 29053029fb Merge branch '2.0' 2011-12-14 16:03:06 +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 044ebea00f Fixed version in doc 2011-12-09 11:50:26 +01:00
William DURAND 241b77111f Fixed version number 2011-12-08 16:54:23 +01:00
William DURAND be9f2c468c Merge pull request #86 from alanz/patch-1
Include reference to installing via vendor deps. Fixes #85.
2011-12-07 01:56:47 -08:00
alanz 5a4dbfb018 Include reference to installing via vendor deps. Fixes #85. 2011-12-07 11:54:52 +02:00
William DURAND f113d9e476 Merge branch '2.0' 2011-12-05 23:14:35 +01:00
William DURAND a7ed277e78 Fixed getPackagePrefix() method (fixes a bug on Windows platforms) 2011-12-05 23:12:56 +01:00
William DURAND b61cff3d19 Merge branch '2.0' 2011-12-05 22:23:19 +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 600808b2a1 Merge branch '2.0' 2011-12-05 18:43:23 +01:00
William DURAND ab50b5ec39 Fixed CS 2011-12-05 18:42:24 +01:00
William DURAND a88ccd2b48 Merged branch 2.0 2011-12-05 18:27:13 +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 ab1bec19bd Merge pull request #79 from maxailloud/database-config-with-no-slave
Avoid error when no slave database configuration are given
2011-11-28 14:15:22 -08:00
Maxime AILLOUD c8909ca528 Avoid error when no slave database configuration are given + adding case in the test 2011-11-28 14:37:47 +01:00
William DURAND 6d2c6eb5fa Merge branch '2.0' 2011-11-28 12:54:08 +01:00
William DURAND c2948587a3 Merge branch '2.0' 2011-11-28 12:47:06 +01:00
William DURAND c6f1dfe5cb Merge pull request #64 from maxailloud/table-drop-enhancement
Escaping table name in the table:drop command and improve error message for the fixtures:load command
2011-11-28 01:16:54 -08: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
William DURAND bfb99874ad Merge pull request #71 from Brouznouf/master
Add slaves configuration for connection in config.yml
2011-11-27 09:18:41 -08:00
Joel Wurtz 28451c9e76 Add unit test for slaves configuration 2011-11-27 14:30:02 +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
Toni Uebernickel 4b0b771a0c fix resulting package names to not include folder 2011-11-25 16:22:40 +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 5710c67480 Added note about PropelBundle, Propel Bridge (in Symfony2) and 2.0 branch 2011-11-20 16:55:58 +01:00
William DURAND 0bfe4840de Moved some classes to the Symfony2 core (Propel Bridge) 2011-11-20 16:30:48 +01:00