Commit graph

98 commits

Author SHA1 Message Date
William DURAND ca45e9c5cf Added faker support 2012-05-08 18:32:32 +02:00
William DURAND 2e7bb13431 [DataFixtures] Fixed N-N relations 2012-05-06 19:37:48 +02: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 c23c76883d Fixed security layer for Symfony2 2.1 2012-04-20 15:49:28 +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 ef891c953e Update Resources/doc/README.markdown 2012-04-20 03:33:15 +03:00
William DURAND cb9d7908d8 Merge branch '2.0' 2012-04-17 15:10:30 +02:00
ulrik nielsen 04d607bbf8 updated docs 2012-04-17 14:56:17 +02:00
William DURAND 550d8e3aa6 Updated FormType skeleton to reflect last Symfony2 changes 2012-04-16 11:30:24 +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 07f7ec73c5 [Command] Refactored some commands. 2012-04-07 21:58:45 +02:00
William DURAND 712d0792e2 Added Propel version to the profiler panel 2012-04-07 21:15:45 +02:00
William DURAND ab44842af1 Updated documentation 2012-04-06 12:49:29 +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 7188e19536 Allow to show explain plans on each queries 2012-03-16 12:32:50 +01:00
Toni Uebernickel 8d78b9fb8a fix data collector template 2012-03-09 00:10:56 +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 7426a958e8 Fixed LICENSE 2012-02-28 10:56:51 +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 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
Toni Uebernickel 034eb3703f add more highlights to SyntaxExtension
* add more keywords to highlight
* add highlight on query comments
* add highlight on table names
2012-02-09 15:55:27 +01:00
Toni Uebernickel 4e45bab585 add InitAclCommand
* move acl_schema.xml into Resources to avoid being retrieved by default
* re-factor parent tasks methods to use separated methods for re-usage
2012-02-07 17:27:00 +01:00
Toni Uebernickel 2741576ee0 add documentation on the ACL implementation 2012-02-07 17:27:00 +01:00
Toni Uebernickel af1053e149 add AuditableAcl(Provider)
* update provider class to AuditableAclProvider
* change auditing default to be more reasonable, 90% use case: log failures only
* add transformers to Model\Acl\Entry converting from/to Security\Acl\Domain\Entry
* fix MutableAclProvider to use getAcl method instead of creating MutableAcl directly
* re-factor MutableAcl::updateAce and MutableAclProvider::persistAcl to use Entry transformers
2012-02-07 17:25:35 +01:00
Toni Uebernickel 27daeebfb9 add tests for AclProvider and MutableAclProvider
* re-factor Tests\Model\Acl\TestCase to Tests\AclTestCase sharing between Model\Acl and Security\Acl tests
* fix schema setting auditing flags to true by default
* fix MutableAcl inserting field based ACEs
* fix MutableAclProvider removing class based ACEs if last object identity is being removed
* fix EntryQuery error message if non-object has been provided in list of SecurityIdentity
2012-02-07 17:25:34 +01:00
Toni Uebernickel 4758d7bfb4 cascade update of parent object identity id 2012-02-07 17:25:34 +01:00
Toni Uebernickel cabb199646 add MutableAclProvider and MutableAcl 2012-02-07 17:25:33 +01:00
Toni Uebernickel f6edbe3e7b add model for access control list
The schema is compatible with the distributed schema of the Security component.
2012-02-07 17:25:33 +01:00
Toni Uebernickel 51500cdba9 synchronize README files 2012-02-06 18:25:19 +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 044ebea00f Fixed version in doc 2011-12-09 11:50:26 +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 6d2c6eb5fa Merge branch '2.0' 2011-11-28 12:54:08 +01:00
William DURAND 2e556b5640 Merge pull request #76 from havvg/schema-bundle-inheritance
schema bundle inheritance
2011-11-28 01:15:45 -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 0bfe4840de Moved some classes to the Symfony2 core (Propel Bridge) 2011-11-20 16:30:48 +01:00
Ivan Rey 072ec565a2 Just a littler profreading 2011-11-08 16:01:39 -05: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