Skip fixing links in such pages. The user will get a list of pages that
still link to the old page.
}
if ($needfix) {
my $file=$pagesources{$page};
+ next unless -e $config{srcdir}."/".$file;
my $oldcontent=readfile($config{srcdir}."/".$file);
my $content=renamepage_hook($page, $rename->{src}, $rename->{dest}, $oldcontent);
if ($oldcontent ne $content) {
* inline: Use class rather than id for feedlinks and blogform.
(Giuseppe Bilotta)
* comments: Fix XSS security hole due to missing validation of page name.
+ (Thanks, Dave B.)
+ * rename: Fix crash when renaming a page that is linked to by a page
+ in an underlay.
-- Joey Hess <joeyh@debian.org> Thu, 06 Jan 2011 14:41:34 -0400