Log of /contributions/modules/advcache/advcache.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 19 10:30:23 2007 UTC
(2 years, 2 months ago)
by
robertDouglass
Branch:
DRUPAL-5
Changes since
1.1.2.2: +74 -139 lines
Diff to
previous 1.1.2.2
, to
branch point 1.1
Adding the serialized column from D6 to all cache tables. This is to ease integration with memcache module which depends on these columns. Will not adversely affect Drupal 5 sites not running memcache. Upgrade untested, please test.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 31 17:19:38 2007 UTC
(2 years, 5 months ago)
by
robertDouglass
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-3
Changes since
1.2: +52 -0 lines
Diff to
previous 1.2
#148279 by aymerick and robertDouglass: add forum caching. Same warning as with taxonomy caching applies here... if db_rewrite_sql is rewriting taxonomy queries, as is the case in taxonomy access type modules, this patch should not be used.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 23 10:49:13 2007 UTC
(2 years, 6 months ago)
by
robertDouglass
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0
Changes since
1.1: +21 -0 lines
Diff to
previous 1.1
adding search result caching for authenticated users. The drupal page cache already caches search pages for anonymous users. This caches search results if the user is not uid=1, is authenticated, has exactly one role, and the query is a popular query (ie it has been searched 3 or more times according to watchdog)
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 22 15:58:22 2007 UTC
(2 years, 6 months ago)
by
robertDouglass
Branch:
MAIN
Branch point for:
DRUPAL-5
Initial import of advcache. This is a series of extra cache tables and patches to cache parts of Drupal core that are not normally cached. Comments, nodes and taxonomy are implemented. Search results and paths are TODO.
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.