DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:denyactions

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:denyactions [2018-05-28 20:48] – [Installation] Klap-inplugin:denyactions [2024-03-26 15:39] (current) – [Compatibility issues] 32.140.58.102
Line 6: Line 6:
 email      : otto@valjakko.net  email      : otto@valjakko.net 
 type       : action type       : action
-lastupdate : 2017-03-31 +lastupdate : 2018-12-30 
-compatible : anteater, rincewind, angua, adora belle, binky, Hrun, Elenor Of Tsort, Frusterick Manners+compatible : anteater, rincewind, angua, adora belle, binky, Hrun, Elenor Of Tsort, Frusterick Manners, Greebo !Hogfather
 depends    :  depends    : 
 conflicts  conflicts 
-similar    :  +similar    : disableactionsbygroup, hidemenus 
-tags       : authentication+tags       : authentication, cms, disable-actions
  
 downloadurl: https://github.com/oiv/denyactions/archive/master.zip downloadurl: https://github.com/oiv/denyactions/archive/master.zip
-sourcerepo: https://github.com/oiv/denyactions/+bugtracker:  https://github.com/oiv/denyactions/issues 
 +sourcerepo:  https://github.com/oiv/denyactions/
 ---- ----
  
Line 21: Line 22:
 Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
-**To upgrade the plugin from earlier (2012) version please uninstall the plugin first** :!:+:!: **To upgrade the plugin from earlier (2012) version please uninstall the plugin first** 
  
 ===== Examples/Usage ===== ===== Examples/Usage =====
Line 53: Line 54:
 ==== Compatible ==== ==== Compatible ====
  
-Work for me with DokuWiki 2014-09-29d "Hrun" --- [[user>Aleksandr|Aleksandr Selivanov]] //2015-08-25 09:50//+  * Work for me with DokuWiki 2014-09-29d "Hrun" --- [[user>Aleksandr|Aleksandr Selivanov]] //2015-08-25 09:50// 
 +  * Work for me with DokuWiki 2018-04-22a "Greebo"  --- [[user>Moin!|Moin!]] //2018-12-31 12:47// 
 +  * Does throw error: Undefined variable $ID in ...\lib\plugins\denyactions\action\rev.php on line 24 "Jack Jackrum" --- [[user>none|hc]] //2024-03-12 14:20// 
 +==== Compatibility issues ==== 
 + 
 +  * Does not work for me with DokuWiki 2020-07-29 "Hogfather" :-( 
 +  * Results in a [[:faq:blankpage|Blank Page]]   //"Fatal error: Declaration of action_plugin_denyactions::register(Doku_Event_Handler &$controller) must be compatible with dokuwiki\Extension\ActionPlugin::register(Doku_Event_Handler $controller) [...]"// 
 +  * Work around: Disable denyactions plugin by adding //"$plugins['denyactions'] = 0;"// to your /conf/plugins.local.php  --- [[user>fisch|fisch]] //2020-08-08 09:02// 
 +  * Update: Here is the hot fix you can try to solve - it worked for me (thanks to [[user>retroman|retroman]]): 
 +    * Change <code php | | ./lib/plugins/disableactionsbygroup/action.php>public function register(Doku_Event_Handler &$controller)</code> 
 +    * To <code php> public function register(Doku_Event_Handler $controller)</code> --- [[user>fisch|fisch]] //2020-08-09 07:34// 
 +  * Fix for: //PHP Warning:  Undefined variable $ID in ../lib/plugins/denyactions/action/rev.php on line 24// 
 +    * Change <code php ../lib/plugins/denyactions/action/rev.php>function handle_start(Doku_Event $event, $param) { 
 +        global $INFO; 
 +        global $lang;</code> 
 +    * To <code php>function handle_start(Doku_Event $event, $param) { 
 + global $ID; 
 +        global $INFO; 
 +        global $lang;</code> --- //2024-03-26//
plugin/denyactions.1527533300.txt.gz · Last modified: 2018-05-28 20:48 by Klap-in

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