]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Fix support for --pingurl at the command line.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 16 Oct 2006 18:33:59 +0000 (18:33 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 16 Oct 2006 18:33:59 +0000 (18:33 +0000)
debian/changelog
ikiwiki.pl

index 3aeeccb1117338d01e24f6b1e65db5bf453d97cb..4912a7b269e9c24816851b40791a6bb21cfb0220 100644 (file)
@@ -1,11 +1,12 @@
 ikiwiki (1.30) UNRELEASED; urgency=low
 
   * Add no_override parameter to hook().
 ikiwiki (1.30) UNRELEASED; urgency=low
 
   * Add no_override parameter to hook().
-  * Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts 
+  * Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
     plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
     can be configured using a page in wiki.
     plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
     can be configured using a page in wiki.
+  * Fix support for --pingurl at the command line.
 
 
- -- Joey Hess <joeyh@debian.org>  Sun, 15 Oct 2006 14:49:28 -0400
+ -- Joey Hess <joeyh@debian.org>  Mon, 16 Oct 2006 14:32:56 -0400
 
 ikiwiki (1.29) unstable; urgency=low
 
 
 ikiwiki (1.29) unstable; urgency=low
 
index 6204ff194a0bc9392597f1f5429aa7abbaf5c420..60ba5e182644b1734d7c3a27939bee5e44a8be64 100755 (executable)
@@ -69,7 +69,7 @@ sub getconfig () { #{{{
                        "disable-plugin=s@" => sub {
                                $config{plugin}=[grep { $_ ne $_[1] } @{$config{plugin}}];
                        },
                        "disable-plugin=s@" => sub {
                                $config{plugin}=[grep { $_ ne $_[1] } @{$config{plugin}}];
                        },
-                       "pingurl" => sub {
+                       "pingurl=s" => sub {
                                push @{$config{pingurl}}, $_[1];
                        },
                        "version" => sub {
                                push @{$config{pingurl}}, $_[1];
                        },
                        "version" => sub {