Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability.
- Patch #575360 by dropcube: added API function to check if a cache bin is empty.
#556156 by Rob Loach and doq: Fixed incorrect usage of variable_get(bin).
#409994 by Wesley Tanaka, jhodgdon: better documentation on how the cid and wildcard arguments interact on cache_clear_all()
Backport of #227228 by andypost, et al. Per-table cache_flush variables to avoid not flushing all but the first table when multiple tables are cleared.
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.
#506458 by quicksketch: Replace missing global user so that page caching works again.
#333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests).
- Patch #409994 by jhodgdon et al: clarified the documentation.
#482622 by chx and Frando: Allow alternative implementations for caching.
#468732 by andypost: cache_clear_all() mentioned cache_flush_delay incorrectly; it should say we use cache_lifetime
- Patch #468732 by Andypost: fixed comment.
- Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.
- Patch #452936 by catch: use db_truncate() in cache_clear_all().
#227228 by ilmaestro, gpk, ball.in.th, catch, andypost: use per-table cache_flush variables to avoid not flushing all but the first table when multiple tables are cleared
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.
- Patch #227228 by catch et al: fix a problem with minumum cache lifetime being global.
- Patch #367380 by Moshe: make block module optional.
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
#319403 by Crell: use fetchObject() in cache.inc for consistency with other db fetch routines.
- Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant.
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
- Patch #253702 by jscheel, gpk: clarified session handling functions.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
- Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. Fixes 2 of the 3 failing cache tests.
- Patch #270045 by drewish, Susurrus: clean up return values.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long 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 flushed, so busy sites will not attempt multiple cache flushes at a time
#215252 by bdragon: reset the cache flush variable before the cache is 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.
#195202 by pwolanin: clear block cache before page cache, so stale data will not end up in the cache
noted by Robert Douglass in his caching presentation: the key param to cache_get should be renamed to cid for consistency (all other functions have cid)
- Patch #80951 by killes, yched et al: block caching.
#136837 by meba and pwolanin. Allow cache tables to be prefixed.
- Patch #55516 by David Strauss et al: removed some database locking.
#136837: fix coding style issues of cache table name concatenation as noted by ChrisKennedy
#136837 by meba: PHP replaces {} enclosed variables in strings with the variable value itself, so cache tables were not prefixable
- Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
Rolled back #126867. It is not needed.
- Patch #126867 by dmitrig01: made caching work with prefixing. Backport from HEAD.
- Patch #126867 by dmitrig01: made caching work with prefixing.
- Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions.
- Patch #120146 by abautu: TRUNCATE TABLE replaced with DELETE FROM
#120146 by abautu. TRUNCATE TABLE is not ANSI SQL.
#92430 by Jo Wouters. Encode blobs as blobs.
- Patch #72290 by killes: split up the cache table.
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.
#71498 by Flanker, adding a cvs Id in cache.inc
- Patch #67675 by chx: added support for multiple cache backends.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |