Log of /contributions/modules/memcache/memcache.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.15.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 29 23:36:56 2008 UTC
(21 months, 4 weeks ago)
by
slantview
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-7
Changes since
1.15.2.6: +11 -2 lines
Diff to
previous 1.15.2.6
, to
branch point 1.15
Sync with HEAD changes and copy over changes.
Changed:
* Fix for cache_clear_all issue in issue #199483. Combined patches posted by Reg, firebus and robertDouglass.
* Updated README.txt for memcache-session.inc
Added:
* Added Drupal 5.0 - 5.6 patches for core serialization.
* Added memcache-session.inc (working)
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 25 00:50:51 2007 UTC
(23 months ago)
by
slantview
Branch:
MAIN
Changes since
1.25: +11 -2 lines
Diff to
previous 1.25
Fix for cache_clear_all issue in issue #199483. Combined patches posted by Reg, firebus and robertDouglass.
Fixes both memcache.inc and memcache.db.inc.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 21 20:00:49 2007 UTC
(2 years, 6 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.20: +5 -1 lines
Diff to
previous 1.20
a compromise for CACHE_TEMPORARY. These items are cached for three minutes. More documentation as well.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 21 19:18:48 2007 UTC
(2 years, 6 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.19: +4 -137 lines
Diff to
previous 1.19
memcache.inc is now memcache only - no database storage whatsoever. If you want memcache that falls back on db storage, use memcache.db.inc
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 10 17:50:51 2007 UTC
(2 years, 6 months ago)
by
robertDouglass
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.14: +0 -4 lines
Diff to
previous 1.14
The two-tiered variable system (which was designed to support a configuration GUI) is now gone. All memcache related configuration must be done in settings.php. The GUI will assist in generating pastable text which can be copied into settings.php. The bootstrap order problems that the two-tiered system created are nearly insurmountable and not worth the effort.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 10 17:48:11 2007 UTC
(2 years, 6 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.13: +16 -5 lines
Diff to
previous 1.13
Adding DRUPAL-5-cache-serialze.patch which is a backport of the cache cleanup that has gone into Drupal 6. Updated memcache.inc with the same changes.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 11 14:46:53 2007 UTC
(2 years, 7 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.9: +7 -4 lines
Diff to
previous 1.9
Improving devel stats and handling the cache_set case where the expiration time is a timestamp in the future.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 7 10:53:15 2007 UTC
(2 years, 7 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.8: +10 -0 lines
Diff to
previous 1.8
#134174 by lyricnz and robertDouglass: add get/set/hit statistics to the bottom of pages like devel module does with queries. Note that this marks the beginning of the rebuilding of memcache.module. All other functionality has been stripped for the time being.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 2 10:21:36 2007 UTC
(2 years, 7 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.5: +17 -13 lines
Diff to
previous 1.5
Now with error supression on connecting so that your site can keep running if no memcache servers are available
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 1 18:05:04 2007 UTC
(2 years, 7 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.2: +248 -75 lines
Diff to
previous 1.2
With this version of memcache.inc, it is now possible to totally replace cache.inc. use = array('cache_inc' => './includes/memcache.inc'); in settings.php, make sure that memcache.inc is in ./includes, and you can run a default memcache on localhost:11211 with no further configuration or patching.
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.