summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/drivers
AgeCommit message (Expand)Author
2009-10-14Clean up phpDoc and change the Identity driver so only one configuration can ...Tim Almdal
2009-10-13Merge branch 'master' into talmdal_devTim Almdal
2009-10-07Implement a user::is_writable() API method and disable the user add, updates ...Tim Almdal
2009-10-07Change the __set method on User_Definition to actually set the value as oppos...Tim Almdal
2009-10-06Allow a groups property on the User implementation and load the Identity driv...Tim Almdal
2009-10-06Encapsulate the user and group model in Gallery_User and Gallery_Group classe...Tim Almdal
2009-10-05Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list...Tim Almdal
2009-10-05Access the form validation rules via the API for groups and usersTim Almdal
2009-10-05The initial commit of refactoring the user/group adminsitration into a driver.Tim Almdal
2009-06-29Revert to serializing and deserializing data. The cache table can'tBharat Mediratta
2009-06-28Modify the cache table to make id the primary key for consistency withBharat Mediratta
2009-06-28Change the cache column of the caches table to a large blob. This fixes tick...Tim Almdal
2009-06-28Clean up code (i.e. preamble, tabs) from the caching implementation so the un...Tim Almdal
2009-06-27The rest of the caching driver implementation that i somehow forgot.Tim Almdal