summaryrefslogtreecommitdiff
path: root/includes/cache.inc
Commit message (Collapse)AuthorAge
* #718636 by mfb: Fixed Cache returns serialized data only in certain conditions.Angie Byron2010-03-07
|
* - Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move ↵Dries Buytaert2010-02-15
| | | | error/exception handler higher up in the bootstrap process.
* - Patch #706138 by neclimdul: Fixed Remove dead static variable from ↵Dries Buytaert2010-02-06
| | | | _cache_get_object().
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|
* - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.Dries Buytaert2009-12-30
|
* - Patch #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* - Patch #575360 by dropcube: added API function to check if a cache bin is ↵Dries Buytaert2009-09-13
| | | | empty.
* #556156 by Rob Loach and doq: Fixed incorrect usage of variable_get(bin).Angie Byron2009-09-01
|
* - Patch #477944 by DamZ: more streamlining and clean-up of session handling ↵Dries Buytaert2009-07-01
| | | | code.
* #506458 by quicksketch: Replace missing global user so that page caching ↵Angie Byron2009-06-30
| | | | works again.
* #333171 by catch: Provide cache_get_multiple() and allow clearing of ↵Angie Byron2009-06-28
| | | | multiple cache IDs at once (with tests).
* - Patch #409994 by jhodgdon et al: clarified the documentation.Dries Buytaert2009-06-19
|
* #482622 by chx and Frando: Allow alternative implementations for caching.Angie Byron2009-06-16
|
* - Patch #468732 by Andypost: fixed comment.Dries Buytaert2009-05-21
|
* - Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.Dries Buytaert2009-05-16
|
* - Patch #452936 by catch: use db_truncate() in cache_clear_all().Dries Buytaert2009-05-04
|
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* - Patch #227228 by catch et al: fix a problem with minumum cache lifetime ↵Dries Buytaert2009-04-21
| | | | being global.
* - Patch #367380 by Moshe: make block module optional.Dries Buytaert2009-02-03
|
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #319403 by Crell: use fetchObject() in cache.inc for consistency with other ↵Angie Byron2008-10-11
| | | | db fetch routines.
* - Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant.Dries Buytaert2008-10-09
|
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #253702 by jscheel, gpk: clarified session handling functions.Dries Buytaert2008-09-08
|
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. ↵Dries Buytaert2008-07-02
| | | | Fixes 2 of the 3 failing cache tests.
* - Patch #270045 by drewish, Susurrus: clean up return values.Dries Buytaert2008-06-18
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #215252 by bdragon: reset the cache flush variable before the cache is ↵Gábor Hojtsy2008-01-29
| | | | flushed, so busy sites will not attempt multiple cache flushes at a time
* - 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