Commit Graph

25 Commits (4f17920c7578fa30ee489914ea83f5b6586b82ef)

Author SHA1 Message Date
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
Dries Buytaert 74292cd062 - Patch #80951 by killes, yched et al: block caching. 2007-08-19 08:08:45 +00:00
Dries Buytaert 1f86421497 - Patch #55516 by David Strauss et al: removed some database locking. 2007-05-25 21:01:30 +00:00
Gábor Hojtsy ed768b53c0 #136837: fix coding style issues of cache table name concatenation as noted by ChrisKennedy 2007-05-12 18:26:15 +00:00
Gábor Hojtsy e99c1203b8 #136837 by meba: PHP replaces {} enclosed variables in strings with the variable value itself, so cache tables were not prefixable 2007-05-12 12:43:07 +00:00
Dries Buytaert dbfcd7d137 - 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. 2007-04-25 21:34:32 +00:00
Dries Buytaert 840bb124ea - Patch #126867 by dmitrig01: made caching work with prefixing. 2007-04-15 15:38:35 +00:00
Dries Buytaert f4cbd7c63d - Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions. 2007-04-15 15:36:10 +00:00
Dries Buytaert deac3a0e9a - Patch #120146 by abautu: TRUNCATE TABLE replaced with DELETE FROM 2007-02-27 12:04:39 +00:00
Neil Drumm 3075e9c770 #92430 by Jo Wouters. Encode blobs as blobs. 2006-11-10 07:26:27 +00:00
Dries Buytaert 8fdf7a8750 - Patch #72290 by killes: split up the cache table. 2006-08-30 08:46:17 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00
Neil Drumm 1e34796ada #71498 by Flanker, adding a cvs Id in cache.inc 2006-07-02 00:34:36 +00:00
Dries Buytaert c7ae77cf5f - Patch #67675 by chx: added support for multiple cache backends. 2006-06-14 14:01:12 +00:00