From b78e93098b29a9fbefde840e2cddc34c5e3f9745 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 4 Nov 2006 19:20:24 +0000 Subject: [PATCH] * Fix issue with aggregate plugin updating expired pages. --- IkiWiki/Plugin/aggregate.pm | 1 + debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index 973f7a4ca..4f4182930 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -281,6 +281,7 @@ sub add_page (@) { #{{{ if (exists $guids{$params{guid}}) { # updating an existing post $guid=$guids{$params{guid}}; + next if $guid->{expired}; } else { # new post diff --git a/debian/changelog b/debian/changelog index ab26024ab..2c5913043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (1.33) UNRELEASED; urgency=low + + * Fix issue with aggregate plugin updating expired pages. + + -- Joey Hess Sat, 4 Nov 2006 14:19:47 -0500 + ikiwiki (1.32) unstable; urgency=low * Add a separate pass to find page links, and only render each page once, -- 2.45.2