aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-07 06:01:26 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-07 06:01:26 +0000
commitfb679bfbab94a18c3f4dcde7cd1534984605ff4c (patch)
tree94ee7891eb4eb2ba52188b41f93d0475e54393c8 /doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn
parent149fbcdad0d0f094d5b7aae6f8c31e8c242a38a5 (diff)
downloadikiwiki-fb679bfbab94a18c3f4dcde7cd1534984605ff4c.tar
ikiwiki-fb679bfbab94a18c3f4dcde7cd1534984605ff4c.tar.gz
web commit by NicolasLimare: updated patch
Diffstat (limited to 'doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn')
-rw-r--r--doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn b/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn
index bb3b7854c..53f2c2d42 100644
--- a/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn
+++ b/doc/bugs/correct_published_and_updated_time_information_for_the_feeds.mdwn
@@ -16,6 +16,15 @@ This patch updates :) `inline.pm` and the two relevant templates.
);
if ($itemtemplate->query(name => "enclosure")) {
+ @@ -397,7 +399,7 @@
+ $content.=$itemtemplate->output;
+ $itemtemplate->clear_params;
+
+ - $lasttime = $pagectime{$p} if $pagectime{$p} > $lasttime;
+ + $lasttime = $pagemtime{$p} if $pagemtime{$p} > $lasttime;
+ }
+
+ my $template=template($feedtype."page.tmpl", blind_cache => 1);
--- atomitem.tmpl.orig 2007-08-07 05:44:43.000000000 +0200
+++ atomitem.tmpl 2007-08-07 05:46:14.000000000 +0200
@@ -11,7 +11,8 @@