master
joey 2007-05-08 21:31:14 +00:00
parent 687928ead2
commit 5c6b96967d
2 changed files with 1 additions and 4 deletions

View File

@ -25,9 +25,6 @@ sub preprocess (@) { #{{{
if ($ret) {
return "match: $ret";
}
elsif (! defined $ret) {
return "match failed: $@";
}
else {
return "no match: $ret";
}

2
debian/changelog vendored
View File

@ -8,7 +8,7 @@ ikiwiki (2.1) UNRELEASED; urgency=low
* Improve handling of edits of locked pages by users who are not yet signed
in.
* Make testpagespec more robust, including checking for missing/bad
parameters, and detecting if a pagespec failed to compile.
parameters.
-- Joey Hess <joeyh@debian.org> Tue, 08 May 2007 17:21:13 -0400