]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Render.pm
move openiduser function to the openid plugin
[git.ikiwiki.info.git] / IkiWiki / Render.pm
index a42cdc4224ddee61f6d07685788d832bdf0ab028..6dc70beb5bfd2f81de8a4241946280c20daf56d6 100644 (file)
@@ -85,12 +85,6 @@ sub genpage ($$) { #{{{
                $actions++;
        }
                
-       if ($config{rcs} && exists $config{recentchangespage} &&
-           $page ne $config{recentchangespage}) {
-               $template->param(recentchangesurl => urlto($config{recentchangespage}, $page));
-               $actions++;
-       }
-
        if (length $config{historyurl}) {
                my $u=$config{historyurl};
                $u=~s/\[\[file\]\]/$pagesources{$page}/g;
@@ -378,8 +372,7 @@ sub refresh () { #{{{
                        if (isinternal($page)) {
                                push @internal, $file;
                                # Preprocess internal page in scan-only mode.
-                               my $content=readfile(srcfile($file));
-                               preprocess($page, $page, $content, 1);
+                               preprocess($page, $page, readfile(srcfile($file)), 1);
                        }
                        else {
                                push @needsbuild, $file;