aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/testpagespec.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-09 00:31:49 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-09 00:31:49 +0000
commit127bceef5b4799e58cb068043e49ed16a3ec840d (patch)
tree0f1f82d37fb8fca14410578ed00892534ad2584c /IkiWiki/Plugin/testpagespec.pm
parente1c54fef3da56ad9bb94fc7e187a56106a59f8cb (diff)
downloadikiwiki-127bceef5b4799e58cb068043e49ed16a3ec840d.tar
ikiwiki-127bceef5b4799e58cb068043e49ed16a3ec840d.tar.gz
* Add all=no option to conditional, can be used to form conditionals that do
not need to examine every page in the wiki. * Use this to simplify the goodstuff detection in the plugin template.
Diffstat (limited to 'IkiWiki/Plugin/testpagespec.pm')
-rw-r--r--IkiWiki/Plugin/testpagespec.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/testpagespec.pm b/IkiWiki/Plugin/testpagespec.pm
index 77fab497e..f9ec90d87 100644
--- a/IkiWiki/Plugin/testpagespec.pm
+++ b/IkiWiki/Plugin/testpagespec.pm
@@ -14,7 +14,7 @@ sub preprocess (@) { #{{{
foreach my $param (qw{match pagespec}) {
if (! exists $params{$param}) {
- return "[[testpagespec missing $param parameter]]";
+ return "[[testpagespec $param parameter is required]]";
}
}