index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
helpers
/
access.php
Age
Commit message (
Collapse
)
Author
2008-12-03
Fix a bug where we weren't actually deleting permissions (hooray for unit ↵
Bharat Mediratta
tests!)
2008-12-03
Re-enable access_cache propagation now that we've patched the MySQL driver.
Bharat Mediratta
2008-12-03
get rid of a stray space that was breaking the File_Structure_Test
Bharat Mediratta
2008-12-03
Temporarily disable some code to get tests to pass.
Bharat Mediratta
2008-12-03
Fix a bad copy/pasted comment
Bharat Mediratta
2008-12-02
Oops, this was missing from the last fix.
Bharat Mediratta
2008-12-02
Fix a problem in _update_access_cache() where if the intent is
Bharat Mediratta
default, we weren't properly propagating ALLOW where necessary.
2008-12-01
Add access::reset() so that you can specify your intent to use the
Bharat Mediratta
parent's permissions. Update scaffolding to demonstrate that it works.
2008-12-01
Add @todos
Bharat Mediratta
2008-12-01
Prototype access control model. There's much left to do, but it's a
Bharat Mediratta
working implementation.