summaryrefslogtreecommitdiff
path: root/core/tests/Access_Helper_Test.php
AgeCommit message (Expand)Author
2009-01-11Fix Access_Helper tests for MySQL strict mode (can't omit Iten type in insert...Andy Staudacher
2008-12-31Fix a bug where we were accidentally allowing view permissions whenBharat Mediratta
2008-12-31Fully implement the view_full permission.Bharat Mediratta
2008-12-23Change photo::create() and album::create() to take ORM instancesBharat Mediratta
2008-12-16Fix a bug where we were not deleting the .htaccess file on access::reset()Bharat Mediratta
2008-12-16Create and delete .htaccess files based on the view permissions forBharat Mediratta
2008-12-16Permission only function on albums.Bharat Mediratta
2008-12-15Update to reflect changes in Kohana ORM relationship code.Bharat Mediratta
2008-12-13Fix a bug where parent permissions were not getting inherited to newlyBharat Mediratta
2008-12-13Make sure that access::can fails if the item is not loadedBharat Mediratta
2008-12-12Move the view permission cache directly into the item table for efficiency. ...Bharat Mediratta
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-10Change all access API methods to take ORMs instead of ids. This willBharat Mediratta
2008-12-09Move code to delete users and add/remove users from groups into theBharat Mediratta
2008-12-09move user::delete() to User_Model::delete()Bharat Mediratta
2008-12-09Add access::can() which verifies that the user belongs to a group that has theBharat Mediratta
2008-12-08Rename access::can() to access::group_can()Bharat Mediratta
2008-12-07Finish writing unit tests for Access. No bugs found!Bharat Mediratta
2008-12-07Change ORM_MPTT::add_to_parent() to take an ORM instead of an id soBharat Mediratta
2008-12-04Improvements to access helper.Bharat Mediratta
2008-12-03Implement two testsBharat Mediratta
2008-12-03Test stubsBharat Mediratta