Log of /contributions/modules/advcache/advcache.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 12 10:43:03 2008 UTC
(13 months, 1 week ago)
by
robertDouglass
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-9
Changes since
1.1.2.7: +4 -21 lines
Diff to
previous 1.1.2.7
, to
branch point 1.1
Killing overengineered node caching (per role combination). This strategy caches based on keys of node/1, node/2, node/3 etc. for much greater simplicity and performance. Note that this MAY BREAK your site's behavior if you have nodes that appear differently for users in different roles. Please test thoroughly before deciding to use this version. Furthermore, since I've replaced all of the node_patch.patch files for all drupal versions, you should use your current version to revert the patch before updating your code base to this version.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 9 19:42:26 2007 UTC
(2 years, 4 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.9: +1 -1 lines
Diff to
previous 1.9
Today is my day for screwed up releases. 1.4 and 1.5 have a critical bug with clearing the block cache.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 27 10:27:47 2007 UTC
(2 years, 5 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.6: +13 -13 lines
Diff to
previous 1.6
#152938 patch by me, new strategy for node cache clearing to accommodate the role-based caching. Needs some eyeballs (that means you, slantview ;-) Also fixes a call to undefined function in the case that forum module is not enabled.
Revision
1.5 -
(
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.4: +29 -1 lines
Diff to
previous 1.4
#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.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 31 15:58:15 2007 UTC
(2 years, 5 months ago)
by
robertDouglass
Branch:
MAIN
Changes since
1.3: +10 -0 lines
Diff to
previous 1.3
#147977 fixing node cache so that the same rules apply to loading the cache as to setting. #147456 allowing a variable, 'advcache_node_exclude_types', determine whether a node type should be excluded from caching. Defaults to array('poll') so polls work. Rolling against DRUPAL-5-1
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.