- Jun 26, 2015
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
however I think I will convert the dialog to a real popup instead.
-
- Jun 14, 2015
-
-
Maurizio authored
-
- Jun 13, 2015
-
-
Myeongjin authored
In line 5 and 6, Message have two spaces, so I change them to a space.
-
- Jun 11, 2015
-
-
hyeonsoft authored
-
- Jun 07, 2015
-
-
Hendrik Diel 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
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 24, 2015
-
-
Anika Henke authored
-
- May 23, 2015
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
styler was already taken
-
- May 18, 2015
-
-
Noel Tilliot authored
-
- May 17, 2015
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
I'm not too hapy with it
-
Christopher Smith authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 16, 2015
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Christopher Smith authored
-
Andreas Gohr 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
-