Commit graph

134 commits

Author SHA1 Message Date
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
Maxime AILLOUD 5504b41c0e Update of the README to explain the use of the table:drop command 2011-11-04 17:37:52 +01:00
William DURAND b4724a766a Update Resources/doc/README.markdown 2011-10-27 16:27:45 +03:00
jaugustin 75bef0beb6 [PropelParamConverter] add exclude option for Pk and fields, with tests and docs 2011-10-07 12:14:28 +02:00
William DURAND 7fb0de3574 Fixes #53 2011-09-27 15:42:29 +03:00
William DURAND 54f022b6b6 Fixed bad link in documentation 2011-09-26 13:33:27 +02:00
William DURAND 99721f7443 Removed default connection name (useless information) 2011-09-26 11:59:41 +02:00
William DURAND 145d4fa9ca Fixed doc 2011-09-23 12:06:40 +02:00
jaugustin d9a472d872 add doc for PropelParamConverter 2011-09-23 11:21:44 +02:00
jaugustin 537799b3c2 add propel paramConverter, to be used with Sensio Framework Extra 2011-09-22 16:11:14 +02:00
William DURAND 8fc3276f8b Fixed Phing version (again). Due to a heavy PEAR dependency we have to use 2.4.6 instead of the last version. 2011-09-16 11:46:59 +03:00
William DURAND f57ac65e34 Fixed Phing version 2011-09-16 10:06:49 +03:00
William DURAND ed131b2b36 Updated documentation 2011-09-14 22:35:51 +02:00
William DURAND e25feaf441 Removed useless doc 2011-09-14 22:30:14 +02:00
William DURAND 93cb553773 Merge pull request #34 from fabpot/propel-type-guesser
Added a Propel Type guesser
2011-09-14 13:26:10 -07:00
Cedric Lombardot 5a55aeaa35 Fix doc related to PR #44 2011-09-14 01:14:44 +02:00
William DURAND 37e2924d5e Updated documentation 2011-09-08 09:41:11 +02:00
William DURAND aef84a9842 Updated documentation 2011-09-07 10:58:22 +02:00
William DURAND 3b0283b04d Updated doc for XML fixtures 2011-09-02 17:23:09 +02:00
William DURAND ca2f60d6be Updated documentation 2011-09-02 16:04:50 +02:00
Fabien Potencier 8016d1156a added a Propel Type guesser 2011-08-31 12:02:56 +02:00
William DURAND c72bb054d6 Updated documentation 2011-08-30 23:30:58 +02:00
William DURAND 87ad04f2a8 Fixed LICENSE 2011-08-30 23:30:31 +02:00
William DURAND f88487d429 Fixed twig template to use the correct filter name 2011-08-26 16:56:55 +02:00
William DURAND ef517c450f Removed charset global parameter 2011-08-22 11:31:08 +02:00
William DURAND 06b5f2783d Updated doc 2011-06-22 17:38:12 +02:00
William DURAND 35e3420110 Fixed doc typo 2011-06-22 14:13:47 +02:00
William DURAND 4fdace857e Updated doc 2011-06-22 14:12:36 +02:00
William DURAND 23a7d6b6d8 Fixed configuration panel (profiler) 2011-05-24 17:46:34 +02:00
William DURAND 4a4bf287ba Added syntax highlighting to the SQL Queries log in the profiler.
Fix #15
2011-05-24 11:38:05 +02:00
William DURAND 464bf0c016 Merge branch 'form_beta1' of git://github.com/willdurand/PropelBundle into form_beta1 2011-05-02 09:14:14 +02:00
William DURAND 58bbbc80d8 Added ModelType 2011-05-02 07:54:00 +02:00
William DURAND 90fd7a91c3 Made some changes to respect the last bundle directory structure 2011-04-19 14:49:02 +02:00
William DURAND b041a9973b Added a new config parameter (build_properties) to add build properties in config.yml 2011-04-18 22:51:27 +02:00
William DURAND 3ee928ea19 Revert "Injected propel.connection in the PropelDataCollector collector"
This reverts commit 284dfeb355.
2011-04-13 18:07:53 +02:00
William DURAND 284dfeb355 Injected propel.connection in the PropelDataCollector collector 2011-04-13 16:59:33 +02:00
William DURAND 449711236a Added more information to the Panel 2011-04-11 13:50:06 +02:00
William DURAND 28efb0872a Injected propel.configuration service in the collector 2011-04-08 13:20:03 +02:00
William DURAND fe58d40a38 Added more information to the Propel panel by using the Propel logger 2011-04-08 01:16:09 +02:00
William DURAND e9cbf82de1 Added querycount to the debug bar 2011-04-07 13:27:43 +02:00
William DURAND 5c99ffd5cc Added query report in the Propel panel (profiler) 2011-04-07 09:55:50 +02:00
William DURAND 9ef9298728 Fixed monolog channel for propel 2011-04-07 09:14:22 +02:00
William DURAND 1ddd927250 Added profiler views 2011-04-07 01:54:14 +02:00
William DURAND c2cd9f3441 Updated Logger 2011-04-07 01:52:46 +02:00
William DURAND 3cc067e4b8 Fixed indentation 2011-04-06 01:55:11 +02:00
Thomas 0b9da32426 Fix the way Propel is loaded. Propel cannot be instanciated as the method only contains static properties and methods. 2011-04-05 21:18:12 +02:00
Klaas Naaijkens 30f120a774 new resource locations for symfony 2011-03-07 07:46:28 +01:00
William DURAND 5b5feecaf5 Changed namespace to Propel\PropelBundle 2011-02-14 22:31:28 +01:00
Fabien Potencier d2b2a18237 added files 2010-10-28 14:41:03 +02:00