[pLog-svn] r6931 - in plugins/branches/lifetype-1.2/unported/jupload: . templates

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Dec 1 12:21:15 EST 2009


Author: jondaley
Date: 2009-12-01 12:21:15 -0500 (Tue, 01 Dec 2009)
New Revision: 6931

Modified:
   plugins/branches/lifetype-1.2/unported/jupload/readme.txt
   plugins/branches/lifetype-1.2/unported/jupload/templates/juploadnewresource.template
Log:
I have a guy with a Java permission error due to trying to open the skin/zip file.  Disabling the skin makes it work.

Modified: plugins/branches/lifetype-1.2/unported/jupload/readme.txt
===================================================================
--- plugins/branches/lifetype-1.2/unported/jupload/readme.txt	2009-11-17 19:21:33 UTC (rev 6930)
+++ plugins/branches/lifetype-1.2/unported/jupload/readme.txt	2009-12-01 17:21:15 UTC (rev 6931)
@@ -1,14 +1,20 @@
 Plugin: JUpload
 Author: Mark Wu
-Release Date: 2005/03/16
-Version: 1.0
 
-This plugin offers you to integrate JUpload into resource center.
+This plugin gives you the ability to integrate JUpload into resource center.
 
 Install:
-Configurate your JUpload plugin in your LifeType Admin Settings.
+Configure your JUpload plugin in your LifeType Admin Settings.
 Enable it before use it.
 
 Notice:
-Thanks the auhtor of JUpload - Mike. He grant us the permission to boundle the JUpload 
-binary file in pLog/pLog Plugins release.
\ No newline at end of file
+Thanks the author of JUpload - Mike. He granted us the permission to bundle the JUpload 
+binary file here.
+
+TODO/Notes:
+If you get an error where there is a file permission error, or the
+applet doesn't load, see the notes in
+templates/juploadnewresource.template to comment out the style.  You
+could also use the policytool on your local computer to grant more
+permissions to the java applet, but that method is less secure.
+

Modified: plugins/branches/lifetype-1.2/unported/jupload/templates/juploadnewresource.template
===================================================================
--- plugins/branches/lifetype-1.2/unported/jupload/templates/juploadnewresource.template	2009-11-17 19:21:33 UTC (rev 6930)
+++ plugins/branches/lifetype-1.2/unported/jupload/templates/juploadnewresource.template	2009-12-01 17:21:15 UTC (rev 6931)
@@ -69,9 +69,10 @@
    <param name="labelStopUpload" value="Stop">
    
    <!-- SkinLF Options -->
+   <!-- comment out these next two lines if you get a permission error -->
    <param name="skinThemePackURL" value="plugins/jupload/jupload/skins/xplunathemepack.zip">
    <param name="lookAndFeelClass" value="com.l2fprod.gui.plaf.skin.SkinLookAndFeel">
-   
+
    <!-- TargetOptions -->
    <param name="actionURL" value="{$url->getUrl("/admin.php")}">
    <param name="completeURL" value="{$url->getUrl("/admin.php?op=juploadNewResource")}">



More information about the pLog-svn mailing list