From: joey Date: Sun, 26 Aug 2007 17:32:15 +0000 (+0000) Subject: * Fix bug when blogging by cgi, introduced in last version. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/abc5919087adc30448e872dd6c394004f427aef4 * Fix bug when blogging by cgi, introduced in last version. --- diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index fee3e06b7..f0c37c1e9 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -64,6 +64,7 @@ sub sessioncgi () { #{{{ # now go create the page $q->param('do', 'create'); IkiWiki::cgi_editpage($q, $session); + exit; } } diff --git a/debian/changelog b/debian/changelog index 2faed7ec8..d7373109e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (2.7) UNRELEASED; urgency=low + + * Fix bug when blogging by cgi, introduced in last version. + + -- Joey Hess 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 diff --git a/doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn b/doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn index 5fa13975a..934f1480e 100644 --- a/doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn +++ b/doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn @@ -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]]