projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a5dbe
)
Fixes a bug in skipping of illegal source files introduced in 3.20100427.
author
Joey Hess
<joey@kitenet.net>
Wed, 5 May 2010 00:26:17 +0000
(20:26 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 5 May 2010 00:26:17 +0000
(20:26 -0400)
IkiWiki/Render.pm
patch
|
blob
|
history
debian/changelog
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index a824ba5396e489714d069148878d5c3ea95a9868..e5ba0079b7b74706ebc1723a9206de3de3770ba1 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-321,6
+321,7
@@
sub find_src_files () {
my ($f) = $file =~ /$config{wiki_file_regexp}/; # untaint
if (! defined $f) {
warn(sprintf(gettext("skipping bad filename %s"), $file)."\n");
+ return;
}
if ($underlay) {
diff --git
a/debian/changelog
b/debian/changelog
index 31deaf9aaac1d2fab989cce560667368e0dc600e..049a3a89827cdde3998c14d5e82ae0dad3650f1b 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-12,6
+12,8
@@
ikiwiki (3.20100502) UNRELEASED; urgency=low
are kept separate for now to avoid breaking modified templates.)
* websetup: Only display Setup button on admins' preferences page.
* graphviz: Fix display of preexisting images in preview mode.
+ * Fixes a bug in skipping of illegal source files introduced in
+ 3.20100427.
-- Joey Hess <joeyh@debian.org> Sun, 02 May 2010 13:22:50 -0400