Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.129 -r1.130 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 15 Nov 2009 11:06:59 -0000 1.129 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 15 Nov 2009 12:11:32 -0000 1.130 @@ -851,6 +851,14 @@ categories-recent instproc initialize {} { my set style sections + # When pretty age is activated, this includedlet is not suited for + # caching (it could make sense e.g. when the age granularity is 1 + # minute or more). This measure here (turing off caching + # completely) is a little bit too much, but it is safe. + my get_parameters + if {[[my info class] cacheable] && $pretty_age ne "off"} { + [my info class] cacheable false + } } categories-recent instproc include_head_entries {} {