Commit graph

776 commits

Author SHA1 Message Date
Toni Uebernickel 7f14193c39 fix SecurityIdentity username with multiple dashes 2012-04-24 14:53:42 +02:00
William DURAND e4823e3f9b Fixed composer - dev requirements 2012-04-24 14:52:48 +02:00
William DURAND 12c163cb00 Fixed README 2012-04-24 14:44:58 +02:00
William Durand 36a9247222 Merge pull request #141 from havvg/master
add information on the branching model
2012-04-23 15:14:10 -07:00
Toni Uebernickel 22a708dff7 add information on the branching model 2012-04-23 23:59:45 +02:00
William DURAND d15e4fcdf0 Updated composer.json file 2012-04-23 11:55:38 +02:00
William Durand 9f2539dfc8 Merge pull request #140 from havvg/master
fix autoloader for Phing without composer
2012-04-23 01:31:12 -07:00
Toni Uebernickel 8bb9792b0c fix autoloader for Phing without composer 2012-04-23 10:25:59 +02:00
William DURAND 06d9783e06 Fixed doc 2012-04-22 16:03:18 +02:00
William DURAND e77555ebc6 Fixed doc to avoid 'Phing class not found' 2012-04-22 15:56:05 +02:00
William Durand 817894b80c Changed "Request" label to "Query" in WDT 2012-04-21 14:51:11 +03:00
William Durand 341ee674af Merge pull request #139 from propelorm/security
Fixed security layer for Symfony2 2.1
2012-04-20 07:33:06 -07:00
William DURAND c23c76883d Fixed security layer for Symfony2 2.1 2012-04-20 15:49:28 +02:00
William DURAND 29ca595387 Removed 'Propel' class prefixes 2012-04-20 13:54:05 +02:00
William DURAND 1f35b6b55b Switched to composer to run the test suite 2012-04-20 13:33:35 +02:00
William DURAND 8ffda73a75 Added coverage to travis-ci 2012-04-20 13:11:25 +02:00
William DURAND fb1e679f45 Quick fix tests 2012-04-20 11:28:09 +02:00
William DURAND 41a464d8da Added query count in debug bar 2012-04-20 11:26:38 +02:00
William DURAND e65e134f63 Updated view for data collector 2012-04-20 11:21:43 +02:00
William DURAND eebddf3ade Added PHP 5.3.2 to travis-ci 2012-04-20 10:59:33 +02:00
William DURAND dd13a0f40b Added few unit tests, fixed CS 2012-04-20 10:57:38 +02:00
William Durand ef891c953e Update Resources/doc/README.markdown 2012-04-20 03:33:15 +03:00
William Durand 07a2dc1318 Merge pull request #136 from tacman/tac_fix1
correct the output
2012-04-19 17:30:31 -07:00
William DURAND 6620406a84 Fixed error message 2012-04-20 02:27:47 +02:00
William DURAND a30747ed09 Added a better way to use a bundle argument in commands
Added bundle argument to propel:model:build command
2012-04-20 02:20:54 +02:00
Tac Tacelosky 1150ae284f correct the output 2012-04-19 16:22:43 -04:00
William DURAND cb9d7908d8 Merge branch '2.0' 2012-04-17 15:10:30 +02:00
William Durand c032f468b3 Merge pull request #134 from mrbase/backport-slaves-configuration
Backport slaves configuration
2012-04-17 06:01:20 -07:00
ulrik nielsen 04d607bbf8 updated docs 2012-04-17 14:56:17 +02:00
ulrik nielsen 97dbf813dd slaves should only be added as child of a master connection 2012-04-17 14:25:13 +02:00
ulrik nielsen 0507a57277 Avoid error when no slave database configuration are given + adding case in the test 2012-04-17 12:12:23 +02:00
Joel Wurtz 6fe154ab94 Add slaves configuration for propel in config.yml 2012-04-17 12:10:43 +02:00
William DURAND 550d8e3aa6 Updated FormType skeleton to reflect last Symfony2 changes 2012-04-16 11:30:24 +02:00
William DURAND f68972f2b7 Fixed PropelGeneratorAwareCommand to use the propel.ini file 2012-04-16 11:14:55 +02:00
William DURAND d3205f13ab [FormGenerateCommand] Added a way to specify which Form Type to generate 2012-04-11 13:57:11 +02:00
William DURAND 0b85aba836 [Command] Added a new command named: propel:form:generate
Allows to quickly create Form Type stubs
Added a PropelGeneratorAwareCommand class (abstract) to write more code generation based commands
Added few tests, fixed some tests as well
2012-04-11 12:00:19 +02:00
William DURAND 6a22291eba [WIP] Introduced form:generate command 2012-04-11 00:41:14 +02:00
William DURAND 87032e2277 Merge pull request #132 from afjlambert/patch-1
Update Command/BuildCommand.php
2012-04-08 15:45:35 -07:00
Andre Lambert b4f554a19e Update Command/BuildCommand.php 2012-04-09 01:32:59 +03:00
William DURAND 07f7ec73c5 [Command] Refactored some commands. 2012-04-07 21:58:45 +02:00
William DURAND 69848973f4 Handled Composer install to avoid the defintion of Propel/Phing paths 2012-04-07 21:16:33 +02:00
William DURAND 712d0792e2 Added Propel version to the profiler panel 2012-04-07 21:15:45 +02:00
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
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