Changeset 6565
- Timestamp:
- 02/27/10 23:14:07 (3 years ago)
- Location:
- trunk/TopicClassificationAddOn
- Files:
-
- 3 edited
-
data/System/TopicClassificationAddOn.txt (modified) (1 diff)
-
data/TCAO/RenderInstallTopicClassification.txt (modified) (1 diff)
-
lib/Foswiki/Contrib/TopicClassificationAddOn.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TopicClassificationAddOn/data/System/TopicClassificationAddOn.txt
r6350 r6565 53 53 | License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] | 54 54 | Change History: | <!-- versions below in reverse order --> | 55 | 27 Feb 2010 | Foswikibug:Item1624: fix CSRF patch | 55 56 | 15 Feb 2010 | Foswikibug:Item1624: doc repairs | 56 57 | 05 Feb 2010 | Foswikibug:Item1624: update to CSRF requirements | -
trunk/TopicClassificationAddOn/data/TCAO/RenderInstallTopicClassification.txt
r6229 r6565 34 34 } 35 35 </script> 36 <form name="installTCAO" action="%SCRIPTURL{save}%/" action="post" >36 <form name="installTCAO" action="%SCRIPTURL{save}%/" method="post" > 37 37 <input type="hidden" name="templatetopic" value="%TCAOWEB%/Installs.TopicClassification" /> 38 38 <input type="hidden" name="topic" value="TopicClassification" /> -
trunk/TopicClassificationAddOn/lib/Foswiki/Contrib/TopicClassificationAddOn.pm
r6350 r6565 20 20 21 21 $VERSION = '$Rev$'; 22 $RELEASE = ' 15Feb 2010';22 $RELEASE = '27 Feb 2010'; 23 23 $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.'; 24 24
Note: See TracChangeset
for help on using the changeset viewer.
