propel-bundle/Model/Acl
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
..
AclClass.php pass PDO connection to all methods within ACL 2012-02-07 17:25:33 +01:00
AclClassPeer.php add model for access control list 2012-02-07 17:25:33 +01:00
AclClassQuery.php add model for access control list 2012-02-07 17:25:33 +01:00
Entry.php add model for access control list 2012-02-07 17:25:33 +01:00
EntryPeer.php add model for access control list 2012-02-07 17:25:33 +01:00
EntryQuery.php add tests for AclProvider and MutableAclProvider 2012-02-07 17:25:34 +01:00
ObjectIdentity.php add tests for ACL related models 2012-02-07 17:25:34 +01:00
ObjectIdentityAncestor.php add model for access control list 2012-02-07 17:25:33 +01:00
ObjectIdentityAncestorPeer.php add model for access control list 2012-02-07 17:25:33 +01:00
ObjectIdentityAncestorQuery.php add model for access control list 2012-02-07 17:25:33 +01:00
ObjectIdentityPeer.php add model for access control list 2012-02-07 17:25:33 +01:00
ObjectIdentityQuery.php fix several use cases in updateAncestorsTree 2012-02-07 17:25:34 +01:00
SecurityIdentity.php add tests for ACL related models 2012-02-07 17:25:34 +01:00
SecurityIdentityPeer.php add model for access control list 2012-02-07 17:25:33 +01:00
SecurityIdentityQuery.php add model for access control list 2012-02-07 17:25:33 +01:00