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
/
modules
/
gallery
/
helpers
/
access.php
Age
Commit message (
Expand
)
Author
2009-07-27
Revert "Fix for ticket #452"
Tim Almdal
2009-07-27
Back out the fix for ticket #452
Tim Almdal
2009-07-27
Back out fixes for ticket #452
Tim Almdal
2009-07-26
Merge branch 'master' of git://github.com/rledisez/gallery3 into rledisez/master
Andy Staudacher
2009-07-26
It helps to save before committing :-)
Tim Almdal
2009-07-26
Changed access::user_can to force the owner of an item to have
Tim Almdal
2009-07-25
Fix for ticket #452
Tim Almdal
2009-07-25
Rename columns that use reserved SQL words : items.left and items.right
Romain LE DISEZ
2009-07-23
Fix a typo in a comment
Bharat Mediratta
2009-07-23
Consistency : always use self::XXX
Romain LE DISEZ
2009-07-23
Use BOOLEAN instead of integer to describe the permissions :
Romain LE DISEZ
2009-07-22
remove an extra ->reload() that was there for testing
Tim Almdal
2009-07-22
Add explicit unit tests for access::user_can
Tim Almdal
2009-07-22
Duh... when I added user_can, I passed in the user, but still used the groups...
Tim Almdal
2009-07-21
Add an API method user_can that allows for checking a specific user has the
Tim Almdal
2009-07-17
Change model_cache::clear() API to clear everything. This prevents
Bharat Mediratta
2009-07-17
Fix a bug where moved items don't properly inherit permissions from
Bharat Mediratta
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta