History log of /dokuwiki/lib/ (Results 1351 – 1375 of 4519)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
67b479b230-Jun-2015 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDocs for remote and action

f4b12de729-Jun-2015 Takumo <9206984@mail.ru>

translation update

c2f2dedb26-Jun-2015 Andreas Gohr <andi@splitbrain.org>

reset page back to normal on closing dialog

bcea9d6426-Jun-2015 Andreas Gohr <andi@splitbrain.org>

removed no longer needed ajax action components

3e2beab526-Jun-2015 Andreas Gohr <andi@splitbrain.org>

added a simple loading screen for the JavaScript preview

6667cd8726-Jun-2015 Andreas Gohr <andi@splitbrain.org>

changed the whole thing to a real popup

86c97e9126-Jun-2015 Andreas Gohr <andi@splitbrain.org>

fixes various probelms mentioned in #1163

however I think I will convert the dialog to a real popup instead.

0c43e71915-Jun-2015 Gerrit Uitslag <klapinklapin@gmail.com>

Replace old constructor call by __construct() in dokuwiki_xmlrpc_server

11fcf0d814-Jun-2015 Maurizio <mcannavo@katamail.com>

translation update

98e550d613-Jun-2015 Myeongjin <aranet100@gmail.com>

change two spaces to a space

In line 5 and 6, Message have two spaces, so I change them to a space.

e596bf9211-Jun-2015 hyeonsoft <hyeonsoft@live.co.kr>

translation update

6a7af1cc07-Jun-2015 Hendrik Diel <diel.hendrik@gmail.com>

translation update

2b2b4cfe29-May-2015 Andreas Gohr <andi@splitbrain.org>

Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175

edc61c3a28-May-2015 Ikuo Obataya <i.obataya@gmail.com>

translation update

5875e53415-May-2015 Guillaume Turri <guillaume.turri@gmail.com>

Plugins can send usage data

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_Ev

Plugins can send usage data

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');
}

show more ...

18f4ec9725-May-2015 Andreas Gohr <andi@splitbrain.org>

fixed isBundled() check when remote info is unavailable

5114259b25-May-2015 Andreas Gohr <andi@splitbrain.org>

removed accidental checkin


f969573b25-May-2015 Andreas Gohr <andi@splitbrain.org>

removed debuggin output

418cb61725-May-2015 Andreas Gohr <andi@splitbrain.org>

removed unused class

23a5593c24-May-2015 Anika Henke <anika@selfthinker.org>

improved copy for styler plugin

e4632ba423-May-2015 Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>

Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

49f1113523-May-2015 Andreas Gohr <andi@splitbrain.org>

avoid double ampersand in url

4f2e8bf823-May-2015 Andreas Gohr <andi@splitbrain.org>

fixed ajax endpoint for styling plugin

123bc81323-May-2015 Andreas Gohr <andi@splitbrain.org>

renamed plugin from styler to styling

styler was already taken

a2237e3418-May-2015 Noel Tilliot <noeltilliot@byom.de>

translation update

1...<<51525354555657585960>>...181