Skip to content

Commit

Permalink
Item1624: fix CSRF fix :/ (thanks Foswiki:Main.PadraigLennon)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/TopicClassificationAddOn@6565 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Feb 27, 2010
1 parent 415ea22 commit ecc9263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/System/TopicClassificationAddOn.txt
Expand Up @@ -52,6 +52,7 @@ Once %TOPIC% is enabled within a web, you're ready to start defining *TopicTypes
| Copyright: | © |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
| Change&nbsp;History: | <!-- versions below in reverse order -->&nbsp; |
| 27 Feb 2010 | Foswikibug:Item1624: fix CSRF patch |
| 15 Feb 2010 | Foswikibug:Item1624: doc repairs |
| 05 Feb 2010 | Foswikibug:Item1624: update to CSRF requirements |
| 15431 | TWikibug:Item1715 - Fix !TableSearchResults |
Expand Down
2 changes: 1 addition & 1 deletion data/TCAO/RenderInstallTopicClassification.txt
Expand Up @@ -33,7 +33,7 @@ function setWeb(theWeb) {
document.installTCAO.topic.value = theWeb + ".TopicClassification";
}
</script>
<form name="installTCAO" action="%SCRIPTURL{save}%/" action="post" >
<form name="installTCAO" action="%SCRIPTURL{save}%/" method="post" >
<input type="hidden" name="templatetopic" value="%TCAOWEB%/Installs.TopicClassification" />
<input type="hidden" name="topic" value="TopicClassification" />
*Select web to install !TopicClassification framework:* <select name="selectWeb" onchange="setWeb(this.value);" ><option> Select web... </option>%WEBLIST{"<option>$name</option>" separator=" " }% </select> %BR%
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/TopicClassificationAddOn.pm
Expand Up @@ -19,6 +19,6 @@ use strict;
use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION );

$VERSION = '$Rev$';
$RELEASE = '15 Feb 2010';
$RELEASE = '27 Feb 2010';
$SHORTDESCRIPTION = 'Provides framework for organizing content within a web according to different _types_ of topics (discussion, weblog, reference, etc) and hierarchical "categories". Includes sample topic types and categories. Provides basic framework to design and manage simple Foswiki Applications.';

0 comments on commit ecc9263

Please sign in to comment.