David Rothstein
|
8ee4f5accb
|
Issue #1514088 by DamienMcKenna: Minor comment formatting inconsistencies in cache.inc
|
2015-10-12 01:30:39 -04:00 |
Jennifer Hodgdon
|
90de4ecc14
|
Issue #1261846 by catch, dawehner, brianV, Berdir, sun, xjm, sandipmkhairnar, marvil07, chrisjlee, Cottser, amitgoyal, Elijah Lynn, er.pushpinderrana: Document 1 MB cache limit in cache functions
|
2014-07-24 16:32:08 -07:00 |
Jennifer Hodgdon
|
de356c1311
|
Issue #1871028 by freblasty, das-peter: Fix up documentation of cache clear function and method
|
2013-08-07 08:32:32 -07:00 |
David Rothstein
|
f019275be7
|
Issue #238250 by markpavlitski | Xano: Fixed cache_clear_all()('*', 'block', TRUE); will TRUNCATE the {block} table without additional checks.
|
2013-08-05 01:36:56 -04:00 |
David Rothstein
|
f58bc6af24
|
Issue #1813966 by Sylvain Lecoy: Remove __construct() from interfaces definition.
|
2013-08-05 00:44:14 -04:00 |
Jennifer Hodgdon
|
e8d0d12298
|
Issue #1851886 by Albert Volkman: Fix up documentation for cache_set() function
|
2012-12-07 08:29:57 -08:00 |
Jennifer Hodgdon
|
fd2936b84e
|
Issue #1851538 by willkaxu: Fix docs typo in cache.inc
|
2012-11-28 16:50:23 -08:00 |
webchick
|
ec36276c4e
|
Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien Tournoud: Fixed Eliminate ->cache and {session}.cache in favor of ['cache_expiration()'][].
|
2012-04-12 00:26:05 -07:00 |
webchick
|
f1603539f9
|
Issue #1421330 by heyrocker: Fixed Add @see for cache_set() and cache_get() .
|
2012-01-31 00:19:49 -08:00 |
webchick
|
767d72d48e
|
Issue #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, files starting with A-C.
|
2012-01-21 09:15:15 -08:00 |
The Great Git Migration
|
79bcdb8b7d
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
Dries Buytaert
|
80aacdb000
|
- Patch #1064212 by catch: page caching performance has regressed by 30-40%.
|
2011-02-24 12:09:59 +00:00 |
Angie Byron
|
aa36d086b4
|
#978144 by Damien Tournoud: Fixed cache_get_multiple() inconsistent with cache_get()
|
2010-12-01 00:26:03 +00:00 |
Dries Buytaert
|
4a110ab715
|
- Patch #889366 by Kevin Hankens, jhodgdon: error in DrupalCacheInterface documentation .
|
2010-11-05 19:50:11 +00:00 |
Dries Buytaert
|
2a3d188692
|
- Patch #933792 by droplet: cache clear all - wrong documentation.
|
2010-10-07 17:44:53 +00:00 |
Dries Buytaert
|
09b0283675
|
- Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics module enabled is much slower in serving cached pages in D7 than in D6.
|
2010-05-18 18:26:30 +00:00 |
Angie Byron
|
58f1f75e07
|
#718636 by mfb: Fixed Cache returns serialized data only in certain conditions.
|
2010-03-07 07:26:13 +00:00 |
Dries Buytaert
|
8f7b37b730
|
- Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move error/exception handler higher up in the bootstrap process.
|
2010-02-15 15:52:27 +00:00 |
Dries Buytaert
|
300a7ed2b0
|
- Patch #706138 by neclimdul: Fixed Remove dead static variable from _cache_get_object().
|
2010-02-06 14:53:20 +00:00 |
Dries Buytaert
|
f60739b033
|
- Patch #683736 by c960657: use db_like() where appropriate.
|
2010-01-13 23:19:54 +00:00 |
Dries Buytaert
|
949ccddb91
|
- Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.
|
2009-12-30 08:16:55 +00:00 |
Dries Buytaert
|
1b01b241ae
|
- Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs.
|
2009-12-04 16:31:04 +00:00 |
Dries Buytaert
|
3ccb55f2bd
|
- Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability.
|
2009-11-10 22:06:09 +00:00 |
Dries Buytaert
|
e1ad90ba40
|
- Patch #575360 by dropcube: added API function to check if a cache bin is empty.
|
2009-09-13 17:49:51 +00:00 |
Angie Byron
|
bc2b945fbb
|
#556156 by Rob Loach and doq: Fixed incorrect usage of variable_get(bin).
|
2009-09-01 20:43:21 +00:00 |
Dries Buytaert
|
5962cc5ab2
|
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.
|
2009-07-01 12:47:30 +00:00 |
Angie Byron
|
7c3493c45b
|
#506458 by quicksketch: Replace missing global user so that page caching works again.
|
2009-06-30 17:37:36 +00:00 |
Angie Byron
|
6c9436abbf
|
#333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests).
|
2009-06-28 01:00:42 +00:00 |
Dries Buytaert
|
964dc32a31
|
- Patch #409994 by jhodgdon et al: clarified the documentation.
|
2009-06-19 08:46:44 +00:00 |
Angie Byron
|
870b921aa4
|
#482622 by chx and Frando: Allow alternative implementations for caching.
|
2009-06-16 23:48:09 +00:00 |
Dries Buytaert
|
76ba5ed516
|
- Patch #468732 by Andypost: fixed comment.
|
2009-05-21 10:17:37 +00:00 |
Dries Buytaert
|
856f667745
|
- Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.
|
2009-05-16 16:06:04 +00:00 |
Dries Buytaert
|
65e0a3f228
|
- Patch #452936 by catch: use db_truncate() in cache_clear_all().
|
2009-05-04 10:40:10 +00:00 |
Dries Buytaert
|
526401c4c8
|
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.
|
2009-04-22 09:45:03 +00:00 |
Dries Buytaert
|
920babfe6e
|
- Patch #227228 by catch et al: fix a problem with minumum cache lifetime being global.
|
2009-04-21 17:15:51 +00:00 |
Dries Buytaert
|
d4867346f5
|
- Patch #367380 by Moshe: make block module optional.
|
2009-02-03 12:30:14 +00:00 |
Angie Byron
|
f76acb2d9d
|
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
|
2008-10-12 04:30:09 +00:00 |
Angie Byron
|
e0cf9c21a1
|
#319403 by Crell: use fetchObject() in cache.inc for consistency with other db fetch routines.
|
2008-10-11 19:19:51 +00:00 |
Dries Buytaert
|
40907cc79c
|
- Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant.
|
2008-10-09 20:38:57 +00:00 |
Dries Buytaert
|
7f29b14277
|
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
|
2008-09-17 07:11:59 +00:00 |
Dries Buytaert
|
a1d73f1342
|
- Patch #253702 by jscheel, gpk: clarified session handling functions.
|
2008-09-08 21:08:24 +00:00 |
Dries Buytaert
|
e5b0e5f76c
|
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
2008-09-06 08:36:22 +00:00 |
Dries Buytaert
|
69e6f411a9
|
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
|
2008-08-21 19:36:39 +00:00 |
Dries Buytaert
|
bd91faf66c
|
- Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. Fixes 2 of the 3 failing cache tests.
|
2008-07-02 20:42:25 +00:00 |
Dries Buytaert
|
6e2358b232
|
- Patch #270045 by drewish, Susurrus: clean up return values.
|
2008-06-18 03:36:24 +00:00 |
Dries Buytaert
|
56d2664a90
|
- 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.
|
2008-04-14 17:48:46 +00:00 |
Gábor Hojtsy
|
8aeab150eb
|
#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
|
2008-01-29 11:36:06 +00:00 |
Dries Buytaert
|
58852d4b7b
|
- Patch #192736 by quicksketch et al: drag and drop for book module.
|
2007-11-26 16:19:37 +00:00 |
Gábor Hojtsy
|
a069d06465
|
#195202 by pwolanin: clear block cache before page cache, so stale data will not end up in the cache
|
2007-11-26 08:18:50 +00:00 |
Gábor Hojtsy
|
8846d32f26
|
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)
|
2007-08-26 09:33:49 +00:00 |