Commit graph

523 commits

Author SHA1 Message Date
William DURAND ab44842af1 Updated documentation 2012-04-06 12:49:29 +02:00
William DURAND cfb7873719 Merge pull request #130 from Palleas/load_from_bundle
Add a way to load fixtures from a specific bundle
2012-04-06 03:36:39 -07:00
Romain Pouclet 0f78f2b875 Avoid duplicating fixtures path 2012-04-06 12:04:43 +02:00
Romain Pouclet 234f874622 Remove blank line 2012-04-06 11:56:12 +02:00
Romain Pouclet 994f599fe0 Use FileLocator 2012-04-06 11:30:32 +02:00
William DURAND e34f2a0dcd Merge pull request #131 from hhamon/acl_entry_fix
[Model] [Acl] removed useless else clause in Entry::toAclEntry().
2012-04-06 02:19:15 -07:00
Romain Pouclet 41e147ba8e Change 'getFileLocator' method's visibility to protected as it's needed in the FixtureLoadCommand class 2012-04-06 10:58:12 +02:00
Hugo Hamon 070ba6ba50 [Model] [Acl] removed useless else clause in Entry::toAclEntry(). 2012-04-06 10:24:20 +02:00
William DURAND 412a3cfa9e Fixed propel version in composer.json 2012-04-05 09:38:10 +02:00
William DURAND 7407845bb6 Improved the composer file 2012-04-05 09:22:36 +02:00
Romain Pouclet b28c863915 Add a way to load fixtures from a specific bundle 2012-04-04 23:28:06 +02:00
William DURAND e15eccc0cd Merge pull request #129 from cedriclombardot/feat-explain
Allow to show explain plans on each queries
2012-03-26 01:42:48 -07:00
clombardot 295f732279 Add an achor to return at the good query running explain 2012-03-19 09:52:02 +01:00
clombardot f114112c99 Fix phpdoc 2012-03-19 09:45:20 +01:00
clombardot 7188e19536 Allow to show explain plans on each queries 2012-03-16 12:32:50 +01:00
William DURAND 4754feac83 Merge pull request #123 from havvg/master
fix data collector template
2012-03-08 15:24:56 -08:00
Toni Uebernickel 8d78b9fb8a fix data collector template 2012-03-09 00:10:56 +01:00
William DURAND eff307d116 Merge pull request #120 from jeremyFreeAgent/evo_displayTimeFromCollector
Added display of time of all queries in collector
2012-03-07 14:17:10 -08:00
William DURAND 5df56d434d Merge pull request #121 from jaugustin/patch-2
Add phing_path directly to include path to make it work with composer and pear package
2012-03-07 08:46:33 -08:00
Jérémie Augustin b7b5592a60 Add phing_path directly to includ path to make it work with composer and pear package 2012-03-07 15:47:57 +01:00
Jérémy Romey b75b7a5fbb Added display of time of all queries in collector 2012-03-07 10:48:38 +01:00
William DURAND 49598d1aa9 Merge pull request #114 from havvg/feature/dataloader-self-reference
allow self reference in DataLoader
2012-03-05 12:38:41 -08: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
William DURAND d8f2fc582c Merge pull request #118 from havvg/feature/testing-dataloader
add m:n test for data loader
2012-03-05 06:27:03 -08:00
Toni Uebernickel eece448443 add m:n test for data loader
* refactor tests of DataFixtures
2012-03-05 15:00:48 +01:00
William DURAND e87c020313 Merge pull request #117 from havvg/feature/testing-dataloader
add tests for DataFixtures
2012-03-05 04:02:54 -08: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 c666ae7e76 Merge pull request #112 from havvg/master
improve performance while loading DatabaseMap
2012-03-02 04:37:55 -08:00
William DURAND 863445c50b Merge pull request #113 from havvg/hotfix/dataloader-reusage
allow re-usage of DataLoader
2012-03-02 04:37:17 -08:00
Toni Uebernickel e7f977c04d allow re-usage of DataLoader 2012-03-02 12:22:14 +01:00
Toni Uebernickel 111a8e5815 improve performance while loading DatabaseMap 2012-03-02 10:56:37 +01:00
William DURAND 1fcb057fee Merge pull request #111 from havvg/hotfix/datadumper-class-ordering
hotfix/datadumper class ordering
2012-02-29 02:14:24 -08:00
Toni Uebernickel 4d9a49b35c add test for YamlDataDumper 2012-02-28 23:54:32 +01:00
Tac Tacelosky 3d54ececfd get class (not table) for ordering 2012-02-28 23:53:50 +01:00
William DURAND 5552ebd96f Merge pull request #106 from havvg/feature/WipeDataLoader
add WipeDataLoader
2012-02-28 03:54:44 -08:00
Toni Uebernickel e3e6878b55 disable FOREIGN_KEY_CHECKS for MySQL 2012-02-28 11:10:59 +01:00
William DURAND 7426a958e8 Fixed LICENSE 2012-02-28 10:56:51 +01:00
Toni Uebernickel 6a4d86dfe2 rename WipeDataLoader to DataWiper 2012-02-28 10:40:55 +01:00
William DURAND 566472cc9b Merge branch '2.0' 2012-02-21 16:00:39 +01:00
William DURAND 51b58bf428 Merge pull request #109 from real-chocopanda/fix-non-mysql-reverse
Fix propel:reverse for non-mysql databases
2012-02-21 06:59:12 -08:00
Matthieu Robin 521c978e44 fix propel:reverse command for non-mysql databases fixes #89 2012-02-21 15:15:34 +01:00
William DURAND 6bd8f77793 Merge pull request #108 from havvg/hotfix/cachedir-2.0
use configured cache directory
2012-02-18 05:27:23 -08:00
Toni Uebernickel b56f80a5a7 use configured cache directory 2012-02-18 12:56:44 +01:00
Toni Uebernickel bb9dfbef42 add WipeDataLoader 2012-02-18 02:34:34 +01:00
William DURAND 2be58a2cb9 Added more methods to log in order to use the Stopwatch feature 2012-02-14 12:10:12 +01:00
William DURAND 11dd106524 Mentioned ACL in supported features 2012-02-10 16:23:11 +01:00
William DURAND 4f0ccd5eb7 Merge pull request #100 from havvg/feature/acl-provider-master
[Security] AclProvider
2012-02-10 07:16:48 -08:00
William DURAND b019559de8 Merge branch '2.0' 2012-02-10 16:06:49 +01:00
William DURAND 0dc2bd7e78 Merge pull request #104 from havvg/feature/syntax-extension
some love for the SyntaxExtension
2012-02-10 06:24:10 -08:00