- May 27, 2015
-
-
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 14, 2015
-
-
Davor Turkalj authored
-
Menashe Tomer authored
-
Menashe Tomer authored
-
Eduard Díaz authored
-
- May 13, 2015
-
-
Pietroni authored
-
- May 07, 2015
-
-
Danny Buckhof 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
-
- May 02, 2015
-
-
Andreas Gohr authored
This reverts commit 3940c519 as discussed in #1082.
-
- Apr 28, 2015
-
-
Hudson FAS authored
-
- 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 13, 2015
-
-
Schplurtz le Déboulonné authored
-
- Apr 01, 2015
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Mar 31, 2015
-
-
Patrick Brown authored
-
Romulo Pereira authored
-
- Mar 30, 2015
-
-
Alejandro Nunez authored
-
- Mar 28, 2015
-
-
Jaroslav Lichtblau authored
-
- Mar 27, 2015
-
-
Myeongjin authored
-
- Mar 21, 2015
-
-
chang-zhao authored
When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
-
- Mar 18, 2015
-
-
Andreas Gohr authored
The user properties (login, real name, etc) where not properly escaped in the user manager's edit form. This allowed a XSS attack on the superuser by registered users. Thanks to Filippo Cavallarin from www.segment.technology for discovering this bug.
-
- Mar 17, 2015
-
-
Jacob Palm authored
-
Christoph Dwertmann authored
-
- Mar 16, 2015
-
-
Sascha Klopp authored
-
- Mar 13, 2015
-
-
Sascha Klopp authored
-
- Mar 12, 2015
-
-
flammy authored
Added file-in-use reference to page
-
Michael Große authored
-
Michael Große authored
-
Michael Große authored
-
Michael Große authored
Since we cannot effectively filter for groups and have to work with incremental prefetching, the ``last`` button is mostly broken/buggy. Hence it is disabled in this usecase.
-