Commit graph

14 commits

Author SHA1 Message Date
William DURAND
b890706c4e Merge branch '2.0'
Conflicts:
	Tests/DataFixtures/Dumper/YamlDataDumperTest.php
	Tests/DataFixtures/Loader/YamlDataLoaderTest.php
2012-04-06 12:57:52 +02:00
Toni Uebernickel
9491c1b27c backport f589d31 from master 2012-03-14 10:16:09 +01:00
Toni Uebernickel
ca68ea6c79 allow self reference in DataLoader
A self referencing entry will trigger an "UPDATE" rather than another "INSERT" with the new data.
2012-03-05 15:51:02 +01:00
Toni Uebernickel
f589d318ee add tests for DataFixtures 2012-03-05 12:31:32 +01:00
William DURAND
3397d7422d Removed the use of CLASS_DEFAULT constant 2012-03-03 18:50:21 +01:00
William DURAND
ebf5aece63 Removed the use of CLASS_DEFAULT constant 2012-03-03 18:47:08 +01:00
Toni Uebernickel
e7f977c04d allow re-usage of DataLoader 2012-03-02 12:22:14 +01:00
Toni Uebernickel
264708ab16 fix minor code styles 2012-02-24 00:22:04 +01:00
Toni Uebernickel
d2e2805fac add handling of array type in data loader 2012-02-21 23:37:29 +01:00
Toni Uebernickel
bb9dfbef42 add WipeDataLoader 2012-02-18 02:34:34 +01:00
William DURAND
667ca20b80 Fixed AbstractDataLoader class 2011-12-05 22:22:30 +01:00
William DURAND
c06513003a [DataFixtures] Fixed the data loader 2011-09-07 10:33:59 +02:00
William DURAND
a93edd5ec6 [DataFixtures] Moved some common logic to a new class 2011-09-06 14:41:58 +02:00
William DURAND
48f1baa10d [DataFixtures] Moved loader part to its own place 2011-09-06 13:30:09 +02:00
Renamed from DataFixtures/AbstractDataLoader.php (Browse further)