projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccefee3
)
* Fix bug when blogging by cgi, introduced in last version.
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 26 Aug 2007 17:32:15 +0000
(17:32 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 26 Aug 2007 17:32:15 +0000
(17:32 +0000)
IkiWiki/Plugin/inline.pm
patch
|
blob
|
history
debian/changelog
patch
|
blob
|
history
doc/bugs/unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/inline.pm
b/IkiWiki/Plugin/inline.pm
index fee3e06b7f4d5dc234eb6a72a18c8683a6c490c3..f0c37c1e9886544921cba5893cd158bf98d511a3 100644
(file)
--- 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 2faed7ec866a823408455b91baa3a3be4031b79c..d7373109ef62b1c4c64081a7c4b28fffb67bfae4 100644
(file)
--- 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 <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
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 5fa13975a7e1c6f66487b1c14f9626e30a904e9f..934f1480eaaeb42551913d26778b5a6690810c83 100644
(file)
--- 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]]