NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use trunk.foswiki.org to view this page for some minimal testing.
Use Item9693 for docu changes for 1.2 and 2.0.

Item1844: WebCreateNewTopic needs method=post

Priority: CurrentState: AppliesTo: Component: WaitingFor:
Urgent Closed Extension NatSkin  
It's been fixed in core, but not in NatSkin.

Micha, as it's your plugin, I won't commit anything to it, but here is the patch:
diff --git a/NatSkin/data/System/NatSkinWebCreateNewTopicTemplate.txt b/NatSkin/data/System/NatSkinWebCreateNewTopicTemplate.txt
index d89bf9d..0db4490 100644
--- a/NatSkin/data/System/NatSkinWebCreateNewTopicTemplate.txt
+++ b/NatSkin/data/System/NatSkinWebCreateNewTopicTemplate.txt
@@ -85,7 +85,7 @@
 <!-- //formbuttons -->%TMPL:END%
 
 %TMPL:DEF{"formstart"}%<!-- formstart -->
-<form name="newTopicForm" id="newTopicForm" action="%SCRIPTURLPATH{edit}%/%BASEWEB%/">
+<form name="newTopicForm" id="newTopicForm" action="%SCRIPTURLPATH{edit}%/%BASEWEB%/" method="post">
 <input type="hidden" name="t" value="%GMTIME{"$epoch"}%" />
 <input type="hidden" name="onlynewtopic" value="on" />
 <!-- //formstart -->%TMPL:END%

-- OlivierRaginel - 22 Jul 2009

Fixed in Item8250.

-- MichaelDaum - 20 Aug 2009

ItemTemplate edit

Summary WebCreateNewTopic needs method=post
ReportedBy OlivierRaginel
Codebase trunk
SVN Range Foswiki-1.0.0, Thu, 08 Jan 2009, build 1878
AppliesTo Extension
Component NatSkin
Priority Urgent
CurrentState Closed
WaitingFor
Checkins Foswikirev:4698
TargetRelease patch
ReleasedIn 1.0.7
Topic revision: r2 - 20 Aug 2009, MichaelDaum
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads