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
/
libraries
/
drivers
Age
Commit message (
Expand
)
Author
2013-01-25
#1956 - Escape LIKE queries (for _ and %).
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-28
Coding style fixes: identation on line 48+removed trailing whitespaces, added...
Joe7
2010-12-28
Using ON DUPLICATE KEY UPDATE instead of SELECT+UPDATE/INSERT style method (t...
Joe7
2010-12-28
Added limit on select as for the outcome it doesn't matter if there are 20 ro...
Joe7
2010-09-18
The Kohana folks removed the cache cleanup code back in
Bharat Mediratta
2010-09-06
Fix some broken identity APIs:
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-24
Fix for ticket #1034: Fix db cache driver delete() call which was missed in a...
Andy Staudacher
2010-02-21
Fix delete() function of DB based Cache driver. It expected a scalar key / ta...
Andy Staudacher
2010-02-14
Minor security tightening of IdentityProvider::change_provider().
Andy Staudacher
2010-01-17
Change IdentityProvider::create_user() to take $email as well, since that's a...
Bharat Mediratta
2009-12-21
Fix some bugs in the cache database driver, and update the tests for K24.
Bharat Mediratta
2009-12-02
Use select() instead of select("*")
Bharat Mediratta
2009-12-02
Convert more database calls over to the new format
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Call execute() after upate() and insert().
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-16
If an empty array is passed into set method, then make sure the tag value bei...
Tim Almdal
2009-10-29
Add the add_user_to_group and remove_user_from_group api method calls. If th...
Tim Almdal
2009-10-29
Add the admin_user api function to the identity helper and the IdentityProvid...
Tim Almdal
2009-10-24
phpDoc fixes.
Bharat Mediratta
2009-10-22
Change Identity adminstration to use the uninstall/install methods when chang...
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-21
re-add the lookup_group_by_name API Method.
Tim Almdal
2009-10-20
Add lookup_group Identity provider API and change the permissions controller ...
Tim Almdal
2009-10-20
Add a groups api method on the Identity provider and change access_Core::_get...
Tim Almdal
2009-10-20
Changes to Identity interface to allow for multiple Identity providers. What...
Tim Almdal
2009-10-19
Simplify the user interface by moving the password reset functionality into t...
Tim Almdal
2009-10-16
Cleanup merge of user/group helpers into Identity interface. Reduce redundan...
Tim Almdal
2009-10-14
Clean up phpDoc and change the Identity driver so only one configuration can ...
Tim Almdal
2009-10-13
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-07
Implement a user::is_writable() API method and disable the user add, updates ...
Tim Almdal
2009-10-07
Change the __set method on User_Definition to actually set the value as oppos...
Tim Almdal
2009-10-06
Allow a groups property on the User implementation and load the Identity driv...
Tim Almdal
2009-10-06
Encapsulate the user and group model in Gallery_User and Gallery_Group classe...
Tim Almdal
2009-10-05
Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list...
Tim Almdal
2009-10-05
Access the form validation rules via the API for groups and users
Tim Almdal
2009-10-05
The initial commit of refactoring the user/group adminsitration into a driver.
Tim Almdal
2009-06-29
Revert to serializing and deserializing data. The cache table can't
Bharat Mediratta
2009-06-28
Modify the cache table to make id the primary key for consistency with
Bharat Mediratta
2009-06-28
Change the cache column of the caches table to a large blob. This fixes tick...
Tim Almdal
2009-06-28
Clean up code (i.e. preamble, tabs) from the caching implementation so the un...
Tim Almdal
2009-06-27
The rest of the caching driver implementation that i somehow forgot.
Tim Almdal