]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Fix bug when blogging by cgi, introduced in last version.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 26 Aug 2007 17:32:15 +0000 (17:32 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 26 Aug 2007 17:32:15 +0000 (17:32 +0000)
IkiWiki/Plugin/inline.pm
debian/changelog
doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn

index fee3e06b7f4d5dc234eb6a72a18c8683a6c490c3..f0c37c1e9886544921cba5893cd158bf98d511a3 100644 (file)
@@ -64,6 +64,7 @@ sub sessioncgi () { #{{{
                # now go create the page
                $q->param('do', 'create');
                IkiWiki::cgi_editpage($q, $session);
+               exit;
        }
 }
 
index 2faed7ec866a823408455b91baa3a3be4031b79c..d7373109ef62b1c4c64081a7c4b28fffb67bfae4 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (2.7) UNRELEASED; urgency=low
+
+  * Fix bug when blogging by cgi, introduced in last version.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 26 Aug 2007 13:30:31 -0400
+
 ikiwiki (2.6) unstable; urgency=low
 
   * Various minor bug fixes for silly mistakes in the code, thanks to the
index 5fa13975a7e1c6f66487b1c14f9626e30a904e9f..934f1480eaaeb42551913d26778b5a6690810c83 100644 (file)
@@ -13,4 +13,6 @@ An the following appears below:
 This is harmless.
 I have to go, but will have a look at what could be going on when I'm back.
 
---[[JeremieKoenig]]
\ No newline at end of file
+--[[JeremieKoenig]]
+
+[[fixed|done]] --[[Joey]]