else {
$_->{link} = IkiWiki::pagetitle($_->{page});
}
+ $_->{baseurl}="$config{url}/" if length $config{url};
+
$_;
} @{$change->{pages}}
];
push @{$change->{pages}}, { link => '...' } if $is_excess;
# See if the committer is an openid.
+ $change->{author}=$change->{user};
my $oiduser=IkiWiki::openiduser($change->{user});
if (defined $oiduser) {
$change->{authorurl}=$change->{user};
commitdate => displaytime($change->{when}, "%X %x"),
wikiname => $config{wikiname},
);
- $template->param(baseurl => "$config{url}/") if length $config{url};
IkiWiki::run_hooks(pagetemplate => sub {
shift->(page => $page, destpage => $page, template => $template);
});