$bestlink=htmlpage($bestlink);
}
if (! grep { $_ eq $bestlink } map { @{$_} } values %renderedfiles) {
- return $linktext unless $config{cgi};
+ return $linktext unless length $config{cgiurl};
return "<span><a href=\"".
cgiurl(do => "create", page => lc($link), from => $page).
"\">?</a>$linktext</span>"
$template->param(historyurl => $u);
$actions++;
}
- if ($config{discussion} && ($config{cgi} || exists $links{"$page/discussion"})) {
+ if ($config{discussion} && (length $config{cgiurl} || exists $links{"$page/discussion"})) {
$template->param(discussionlink => htmllink($page, $page, "Discussion", 1, 1));
$actions++;
}
* Add mirrorlist plugin.
* Fixed permissions of some files that were 600 in the tarball. (Did not
affect the deb).
- * Avoid creating edit links when not in cgi mode.
+ * Avoid creating edit links when the cgi url is not known.
* Avoid displaying discussion links at all, if there's not a discussion
- page, when not in cgi mode.
+ page, when the cgi url isn't known.
-- Joey Hess <joeyh@debian.org> Sat, 23 Dec 2006 01:17:54 -0500