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-12-17
In Kohana 2.4, ORM no longer does the find_all() call for us when we
Bharat Mediratta
2009-12-17
Update all database queries such that we can run "php index.php
Bharat Mediratta
2009-12-01
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-30
Don't allow the extra "/?" sequence (ie: "/index.php/?kohana_uri=...") in the...
Bharat Mediratta
2009-11-29
Don't use PathInfo based urls to reroute access protection. Fixes
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-26
Upgrade the gallery module to version 16 to reflect the refactoring of the us...
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-20
Add a groups api method on the Identity provider and change access_Core::_get...
Tim Almdal
2009-10-19
Simplify the user interface by moving the password reset functionality into t...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
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