DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:supa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:supa [2012-04-19 21:46] 87.78.17.124plugin:supa [2022-01-18 01:18] (current) – Obsolete, Java is not available anymore in browsers Klap-in
Line 1: Line 1:
-====== SUPA plugin ======+====== SUPA Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 11: Line 11:
 conflicts  conflicts 
 similar    : jcapture similar    : jcapture
-tags       : applet, java, media, upload, images+tags       : !obsolete, applet, java, media, upload, images
  
 downloadurl: http://supa.sourceforge.net/releases/dokuwiki-supa-latest.zip downloadurl: http://supa.sourceforge.net/releases/dokuwiki-supa-latest.zip
-bugtracker : https://sourceforge.net/tracker/?group_id=241947&atid=1117460 +bugtracker : http://sourceforge.net/p/supa/_list/tickets 
-sourcerepo : https://sourceforge.net/scm/?type=svn&group_id=241947+sourcerepo : http://sourceforge.net/p/supa/code/HEAD/tree/dokuwiki-plugin/trunk/
 ---- ----
 +
 +Java applets such as this plugin are not supported in recent browsers anymore.
 +
 +SUPA - Screenshot UPload Applet
 +
 +Project site: http://www.sourceforge.net/projects/supa
  
 ===== Download and Installation ===== ===== Download and Installation =====
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL from the download link above. Refer to [[:plugin_installation_instructions]] on how to install plugins manually. +Search and install the plugin using the [[plugin:extension|Extension Manager]] or manually with the download from the [[http://sourceforge.net/projects/supa/files/dokuwiki-plugin/|SourceForge Mirror]]. Refer to [[:Plugins]] on how to install plugins manually. 
  
-Old Versions of this plugin can be obtained from the [[http://www.sourceforge.net/projects/supa|SourceForge.net site]].+Old Versions of this plugin can be obtained from [[http://sourceforge.net/projects/supa/files/dokuwiki-plugin/]].
  
 If you are targeting a public or secure environment please consider [[#Signing Java|signing the Java code with your own certificate]]. If you are targeting a public or secure environment please consider [[#Signing Java|signing the Java code with your own certificate]].
Line 61: Line 67:
 ==== Doesn't work in Angua ==== ==== Doesn't work in Angua ====
  
-SUPA is not compatible with the new Media Manager in [[:changes#release_2012-01-25_angua|Angua]] (DokuWiki 2012-01-25).+<del>SUPA is not compatible with the new Media Manager in [[:changes#release_2012-01-25_angua|Angua]] (DokuWiki 2012-01-25).</del>
  
-=== Patch für Angua but for Firefox only ===+==== Patch für Angua but for Firefox only ====
  
-Works at the moment only with Firefox :-(+Works at the moment only with Firefox :-/. 
 +>>Making the changes only as far as and including line 239 <nowiki>- supaDiv = $('supa__upload'), - </nowiki> results in the patch working in all browsers. I think .. :) 
 + 
 +At this patch I changed also the "big" icon to normal looking button. 
 + 
 +For patching your system go .../lib/plugins/supa, copy following patch to new file named "supa_angua_ff_only.patch" and run "patch -p1 < supa_angua_ff_only.patch".
  
 <code diff> <code diff>
Line 74: Line 85:
     * Register the eventhandlers     * Register the eventhandlers
     */     */
-   function register(&$controller) {+   function register(Doku_Event_Handler $controller) {
 -    //$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'get_applet', array ()); -    //$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'get_applet', array ());
      $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, 'decode_upload', array ());      $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, 'decode_upload', array ());
Line 82: Line 93:
  
 Binary files supa_org/lib/supa-0.6.tar and supa/lib/supa-0.6.tar differ Binary files supa_org/lib/supa-0.6.tar and supa/lib/supa-0.6.tar differ
-diff -rupN supa_org/manager.dat supa/manager.dat 
---- supa_org/manager.dat        1970-01-01 01:00:00.000000000 +0100 
-+++ supa/manager.dat    2012-04-19 21:21:58.000000000 +0200 
-@@ -0,0 +1,3 @@ 
-+installed=Thu, 29 Mar 2012 20:54:20 +0200 
-+url=http://supa.sourceforge.net/releases/dokuwiki-supa-latest.zip 
-+updated=Wed, 11 Apr 2012 22:18:36 +0200 
 diff -rupN supa_org/script.js supa/script.js diff -rupN supa_org/script.js supa/script.js
 --- supa_org/script.js  2011-12-04 03:05:22.000000000 +0100 --- supa_org/script.js  2011-12-04 03:05:22.000000000 +0100
Line 352: Line 356:
 __0.7__ __0.7__
   * Make sure it works with Rincewind   * Make sure it works with Rincewind
- 
plugin/supa.1334864813.txt.gz · Last modified: 2012-04-19 21:46 by 87.78.17.124

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki