diff -u -r ../tmp1/data/TWiki/BatchUploadPlugin.txt ./data/TWiki/BatchUploadPlugin.txt --- ../tmp1/data/TWiki/BatchUploadPlugin.txt 2004-10-31 12:18:51.000000000 -0500 +++ ./data/TWiki/BatchUploadPlugin.txt 2005-09-23 10:11:10.000000000 -0400 @@ -1,4 +1,3 @@ -%META:TOPICINFO{author="MartinCleaver" date="1099241512" format="1.0" version="1.1"}% ---+ %TOPIC% This plugin intercepts the TWiki:Codev.BeforeAttachmentSaveHandler to process a zip file, attaching each of the individual files to the designated topic instead of the zip file. @@ -60,6 +59,8 @@ | Plugin Author: | TWiki:Main.MartinCleaver | | Plugin Version: | 31 Oct 2004 (V1.000) | | Change History: |   | +| 23 Sep 2005 | TWiki:Main.SteveHobbs - updated zip with patch from +BatchUploadPluginDev, plus removal of MetaTags in this topic | | 31 Oct 2004 | TWiki:Main.MartinCleaver - initial version as plugin | | 09 Apr 2004 | TWiki:Main.DiabJerius | | 17 Nov 2003 | TWiki:Main.JohannesMartin | @@ -79,13 +80,4 @@ -- TWiki:Main/MartinCleaver - 31 Oct 2004 -%META:FORM{name="PackageForm"}% -%META:FIELD{name="TopicClassification" title="TopicClassification" value="PluginPackage"}% -%META:FIELD{name="TestedOnTWiki" title="TestedOnTWiki" value=""}% -%META:FIELD{name="TestedOnOS" title="TestedOnOS" value=""}% -%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value=""}% -%META:FIELD{name="InstalledOnTWikiOrg" title="InstalledOnTWikiOrg" value="No"}% -%META:FIELD{name="DeveloperVersionInCVS" title="DeveloperVersionInCVS" value="No"}% -%META:FIELD{name="CVSModificationPolicy" title="CVSModificationPolicy" value="PleaseFeelFreeToModify"}% -%META:FIELD{name="DemoUrl" title="DemoUrl" value=""}% diff -u -r ../tmp1/lib/TWiki/Plugins/BatchUploadPlugin.pm ./lib/TWiki/Plugins/BatchUploadPlugin.pm --- ../tmp1/lib/TWiki/Plugins/BatchUploadPlugin.pm 2004-10-31 12:18:51.000000000 -0500 +++ ./lib/TWiki/Plugins/BatchUploadPlugin.pm 2005-09-23 09:37:23.000000000 -0400 @@ -88,7 +88,7 @@ $createLink, =cut -sub beforeAttachmentSaveHandler ( $attrHashRef, $topic, $web ) { +sub beforeAttachmentSaveHandler { my( $attrHashRef, $topic, $web ) = @_; if ($pluginEnabled) {