- Jun 11, 2015
-
-
hyeonsoft authored
-
- Jun 07, 2015
-
-
Hendrik Diel authored
-
- May 29, 2015
-
-
Andreas Gohr authored
-
- May 27, 2015
-
-
Ikuo Obataya authored
-
Guillaume Turri authored
They just need to register to the PLUGIN_USAGE_DATA event, and then to add either a simple string, or an array of key / value. For example: function register(Doku_Event_Handler $controller) { $controller->register_hook('PLUGIN_USAGE_DATA', 'AFTER', $this, 'usage_data'); } function usage_data(&$event){ $event->data['my_plugin_name'] = 'my usage data'; //or: $event->data['my_plugin_name'] = array ('k1' => 'v1', 'k2' => 'v2'); }
-
- May 25, 2015
-
-
Andreas Gohr authored
-
- May 18, 2015
-
-
Noel Tilliot authored
-
- May 17, 2015
-
-
Christopher Smith authored
-
- May 16, 2015
-
-
Christopher Smith authored
-
- May 15, 2015
-
-
Christopher Smith authored
- replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints
-
Andreas Gohr authored
-
- May 14, 2015
-
-
Davor Turkalj authored
-
Menashe Tomer authored
-
Menashe Tomer authored
-
Eduard Díaz authored
-
- May 13, 2015
-
-
Pietroni authored
-
- May 08, 2015
-
-
Gerry Weißbach authored
-
- May 07, 2015
-
-
Danny Buckhof authored
-
Gerry Weißbach authored
-
Gerry Weißbach authored
-
Patrick Brown authored
-
- May 06, 2015
-
-
Patrick Brown authored
-
Patrick Brown authored
-
- May 05, 2015
-
-
Johan Wijnker authored
-
flammy authored
removed </a>
-
Michael Große authored
It is helpful if the pipe is still inserted by the linkwizard when there is no title. This increases usability for beginners.
-
- May 04, 2015
-
-
Anika Henke authored
-
Gerry Weißbach authored
-
Gerry Weißbach authored
-
Gerry Weißbach authored
The viewing options should only be visible on the first tab - which is the installed Plugins tab. (There seems to be no more direct way to address this tab.)
-
- May 02, 2015
-
-
Andreas Gohr authored
This reverts commit 3940c519 as discussed in #1082.
-
- Apr 28, 2015
-
-
Hudson FAS authored
-
- Apr 27, 2015
-
-
Gerry Weißbach authored
Since it is a JS function only, the form will be generated by it too.
-
- Apr 24, 2015
-
-
Alex P authored
-
- Apr 23, 2015
-
-
Michael Große authored
-
Michael Große authored
-
- Apr 19, 2015
-
-
Yoven authored
-
- Apr 16, 2015
-
-
Tomas Darius Davainis authored
-
- Apr 14, 2015
-
-
Gerry Weißbach authored
Allows tho show/hide extensions that are: enabled, disabled, updatable
-
- Apr 13, 2015
-
-
Schplurtz le Déboulonné authored
-