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
/
Cache
/
Database.php
Age
Commit message (
Expand
)
Author
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
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-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