From aa6bd5ac93b43282a02ba6be8fe56d24e2fad966 Mon Sep 17 00:00:00 2001 From: Robert Gaggl Date: Sun, 15 Dec 2002 13:20:18 +0000 Subject: [PATCH] added collection lastmod (limited to 100 objects) which is used by history_macro() --- code/Site/type.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/Site/type.properties b/code/Site/type.properties index 6da9b9ad..a9512ba8 100644 --- a/code/Site/type.properties +++ b/code/Site/type.properties @@ -83,6 +83,13 @@ allcontent.foreign = TEXT_F_SITE allcontent.filter = TEXT_ISONLINE > 0 allcontent.order = TEXT_MODIFYTIME DESC +lastmod = collection (story) +lastmod.local = SITE_ID +lastmod.foreign = TEXT_F_SITE +lastmod.filter = TEXT_ISONLINE > 0 +lastmod.order = TEXT_MODIFYTIME DESC +lastmod.maxsize = 100 + mostread = collection (story) mostread.local = SITE_ID mostread.foreign = TEXT_F_SITE