Commit graph

420 commits

Author SHA1 Message Date
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
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
Joel Wurtz
a397446727 Remove obsolete driver part 2011-11-10 16:12:29 +01:00
Joel Wurtz
8f32b8392c Add slaves configuration from config.yml to propel configuration 2011-11-10 16:10:21 +01:00
Joel Wurtz
ff0a883e2d Add slaves configuration for propel in config.yml 2011-11-10 16:09:22 +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