]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Fix issue with aggregate plugin updating expired pages.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 4 Nov 2006 19:20:24 +0000 (19:20 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 4 Nov 2006 19:20:24 +0000 (19:20 +0000)
IkiWiki/Plugin/aggregate.pm
debian/changelog

index 973f7a4ca56c4355f47c3eb6c340d82983b077b8..4f4182930165ef7ffcdadc1384d5841b06e8e45a 100644 (file)
@@ -281,6 +281,7 @@ sub add_page (@) { #{{{
        if (exists $guids{$params{guid}}) {
                # updating an existing post
                $guid=$guids{$params{guid}};
        if (exists $guids{$params{guid}}) {
                # updating an existing post
                $guid=$guids{$params{guid}};
+               next if $guid->{expired};
        }
        else {
                # new post
        }
        else {
                # new post
index ab26024ab419f049642b22f6f58225eb5fc59d4c..2c59130435d0fbbeaa6aac589d1ded7f1c14202c 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (1.33) UNRELEASED; urgency=low
+
+  * Fix issue with aggregate plugin updating expired pages.
+
+ -- Joey Hess <joeyh@debian.org>  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,
 ikiwiki (1.32) unstable; urgency=low
 
   * Add a separate pass to find page links, and only render each page once,