summaryrefslogtreecommitdiff
path: root/includes/cache.inc
Commit message (Collapse)AuthorAge
* - Patch #192736 by quicksketch et al: drag and drop for book module.Dries Buytaert2007-11-26
|
* #195202 by pwolanin: clear block cache before page cache, so stale data will ↵Gábor Hojtsy2007-11-26
| | | | not end up in the cache
* noted by Robert Douglass in his caching presentation: the key param to ↵Gábor Hojtsy2007-08-26
| | | | cache_get should be renamed to cid for consistency (all other functions have cid)
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* - Patch #55516 by David Strauss et al: removed some database locking.Dries Buytaert2007-05-25
|
* #136837: fix coding style issues of cache table name concatenation as noted ↵Gábor Hojtsy2007-05-12
| | | | by ChrisKennedy
* #136837 by meba: PHP replaces {} enclosed variables in strings with the ↵Gábor Hojtsy2007-05-12
| | | | variable value itself, so cache tables were not prefixable
* - Patch #137415 by slantview: simplified the cache API/usages, and made it a ↵Dries Buytaert2007-04-25
| | | | tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
* - Patch #126867 by dmitrig01: made caching work with prefixing.Dries Buytaert2007-04-15
|
* - Patch #118660 by agentrickard: re-order arguments of cache_set() to match ↵Dries Buytaert2007-04-15
| | | | PHP/Drupal conventions.
* - Patch #120146 by abautu: TRUNCATE TABLE replaced with DELETE FROMDries Buytaert2007-02-27
|
* #92430 by Jo Wouters. Encode blobs as blobs.Neil Drumm2006-11-10
|
* - Patch #72290 by killes: split up the cache table.Dries Buytaert2006-08-30
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #71498 by Flanker, adding a cvs Id in cache.incNeil Drumm2006-07-02
|
* - Patch #67675 by chx: added support for multiple cache backends.Dries Buytaert2006-06-14