DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:dokucrypt

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:dokucrypt [2013-05-27 09:03] – [Comments & Discussion] 130.223.128.12plugin:dokucrypt [2021-03-03 15:24] (current) – Remove and note outdated info. sherri
Line 1: Line 1:
-====== Dokucrypt plugin ======+====== Dokucrypt Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 11: Line 11:
 conflicts  : aceeditor conflicts  : aceeditor
 similar    :  similar    : 
-tags       : encryption, password+tags       : encryption, password, deprecated
  
 downloadurl: https://sacan.biomed.drexel.edu/index.php?id=index&do=serveplugin_download&plugin=crypt downloadurl: https://sacan.biomed.drexel.edu/index.php?id=index&do=serveplugin_download&plugin=crypt
 ---- ----
  
-[[http://www.brickies.net/wiki/_media/dokucrypt:files:crypt-plugin-0.29.1.tar.gzt|Original Download Link]]+\\ 
 +:!::!: **This Plugin has been replaced by: [[plugin:dokucrypt2]]** :!::!: 
 +\\ 
 +\\ 
 +---- 
 +The below info is out of date. 
 +---- 
 [[http://www.brickies.net/wiki/dokucrypt:start|Details and Original Documentation]] [[http://www.brickies.net/wiki/dokucrypt:start|Details and Original Documentation]]
- 
  
 ===== About This Plugin - Read Before Installing ===== ===== About This Plugin - Read Before Installing =====
  
-  * :!: The latest version of this plugin (main download link above) requires PATCH1 and PATCH2 below to work properly.+  * :!: The latest version of this plugin (main download link above) requires PATCH1PATCH2, PATCH3 below to work properly.
  
   * The update supplied by Ahmet Sacan below has been installed and tested to work well under Version 2012-10-13 “Adora Belle" when combined with PATCH1 & PATCH2 below. I have updated the plugin info and main download link to point to this new version and have contacted the original author.  --- [[user>sherri|Sherri]] //2013/02/25 19:02//   * The update supplied by Ahmet Sacan below has been installed and tested to work well under Version 2012-10-13 “Adora Belle" when combined with PATCH1 & PATCH2 below. I have updated the plugin info and main download link to point to this new version and have contacted the original author.  --- [[user>sherri|Sherri]] //2013/02/25 19:02//
Line 28: Line 34:
     * PATCH2 below fixes issues with the editor's header buttons not working.     * PATCH2 below fixes issues with the editor's header buttons not working.
  
-  * **Important:** Scott Moser the original creator of this plugin has provided the following:+  * :!: **Important:** Scott Moser the original creator of this plugin has provided the following:
     * https://github.com/smoser/dokuwiki - GitHub Branch of Dokuwiki with the patches applied. Hopefully we can get this merged into the main trunk.     * https://github.com/smoser/dokuwiki - GitHub Branch of Dokuwiki with the patches applied. Hopefully we can get this merged into the main trunk.
     * http://smoser.brickies.net/git/?p=dokucrypt.git;a=summary - Git repo of the plugin and the patches described below as handy patch files.     * http://smoser.brickies.net/git/?p=dokucrypt.git;a=summary - Git repo of the plugin and the patches described below as handy patch files.
 +
 +  * I have used this plugin for years. I did not find a similar plugin that I like as much as this one. However it does needs some maintenance. I managed to get this working with HRUN using the patches below, as well as updating lib/plugins/crypt/action.php based on [[devel:jqueryfaq#will_my_old_plugins_continue_to_work|the jQueryfaq]]
  
 ==== PATCH1: Resolving conflict with Linkwizard JS code (Editor Toolbar Issues) ==== ==== PATCH1: Resolving conflict with Linkwizard JS code (Editor Toolbar Issues) ====
Line 152: Line 160:
  
 ----- -----
 +
 +==== PATCH3: Resolving addInitEvent is not defined JS error. ====
 +
 +In action.php change this line:
 +
 +<file>$event->data['script'][]=array('type'=>'text/javascript','charset'=>'utf-8','_data'=>'','_data'=>"addInitEvent(function() { return(decryptEditSetup()); });");</file>
 +
 +to this:
 +
 +<file>$event->data['script'][]=array('type'=>'text/javascript','charset'=>'utf-8','_data'=>'','_data'=>"jQuery(function(){ return(decryptEditSetup()); });");</file>
 +
 +Note that I am going to fork this plugin and release a clean working one.
 +
 + --- [[user>sherri|Sherri]] //2017-06-26 04:39//
  
 ===== Comments & Discussion ===== ===== Comments & Discussion =====
Line 177: Line 199:
 biowan 2013/05/27 biowan 2013/05/27
  
 +----
 +
 +I also had problems with the latest version of Dokuwiki **2013-05-10**. The <SECRET> tag does not work and there is no "DecryptSecret" button when editing pages. I think there is a typo on the version of Dokuwiki for which PATCH1 and PATCH2 should be used: instead of **2013-10-13**, it should be **2012-10-13**, right ?
 +
 +renatocan 2013/08/09
 +
 +----
 +
 +Is there A better way to build this type of plugin so it doesn't break every time DokuWiki gets an upgrade?
 +
 +Whats the best model for encrypting text client side?
 +
 +J 2013/October/8th
 +
 +----
 +
 +Somewhere, I'm happy that I'm not alone. I'm really frustate that there is no solution and I don't know how this plugin works. No way for me to debug it and it's really complex to understand what the javascript does. So I must migration to another plugin and I must change them 1 by 1 manually.
 +
 +biowan 2013/12/18
plugin/dokucrypt.1369638192.txt.gz · Last modified: 2013-05-27 09:03 by 130.223.128.12

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