Changeset 6565


Ignore:
Timestamp:
02/27/10 23:14:07 (3 years ago)
Author:
WillNorris
Message:

Item1624: fix CSRF fix :/ (thanks Foswiki:Main.PadraigLennon)

Location:
trunk/TopicClassificationAddOn
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/TopicClassificationAddOn/data/System/TopicClassificationAddOn.txt

    r6350 r6565  
    5353|  License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] | 
    5454|  Change&nbsp;History: | <!-- versions below in reverse order -->&nbsp; | 
     55|  27 Feb 2010 | Foswikibug:Item1624: fix CSRF patch | 
    5556|  15 Feb 2010 | Foswikibug:Item1624: doc repairs | 
    5657|  05 Feb 2010 | Foswikibug:Item1624: update to CSRF requirements | 
  • trunk/TopicClassificationAddOn/data/TCAO/RenderInstallTopicClassification.txt

    r6229 r6565  
    3434} 
    3535</script> 
    36 <form name="installTCAO" action="%SCRIPTURL{save}%/" action="post" > 
     36<form name="installTCAO" action="%SCRIPTURL{save}%/" method="post" > 
    3737<input type="hidden" name="templatetopic" value="%TCAOWEB%/Installs.TopicClassification" /> 
    3838<input type="hidden" name="topic" value="TopicClassification" /> 
  • trunk/TopicClassificationAddOn/lib/Foswiki/Contrib/TopicClassificationAddOn.pm

    r6350 r6565  
    2020 
    2121$VERSION = '$Rev$'; 
    22 $RELEASE = '15 Feb 2010'; 
     22$RELEASE = '27 Feb 2010'; 
    2323$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.'; 
    2424 
Note: See TracChangeset for help on using the changeset viewer.