History log of /dokuwiki/lib/plugins/ (Results 1051 – 1075 of 2872)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

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


/dokuwiki/inc/confutils.php
/dokuwiki/inc/lang/ar/jquery.ui.datepicker.js
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/el/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fa/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ka/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ta/jquery.ui.datepicker.js
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
authmysql/lang/de/lang.php
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_75_ffffff_40x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_65_ffffff_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_dadada_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_222222_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_2e83ff_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_454545_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_888888_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_cd0a0a_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/smoothness.css
/dokuwiki/lib/scripts/jquery/jquery-ui.js
/dokuwiki/lib/scripts/jquery/jquery-ui.min.js
/dokuwiki/lib/scripts/jquery/jquery.js
/dokuwiki/lib/scripts/jquery/jquery.min.js
/dokuwiki/lib/scripts/jquery/update.sh
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

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

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

autopreview in styler plugin

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

allow resizing the dialog

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

fix keeping the current page

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

added more localization

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

added color picker support

I'm not too hapy with it

b9e2f05417-May-2015 Christopher Smith <chris@jalakai.co.uk>

update test groups for the extension manager test

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

started to localize the styler plugin

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

make styler work without JS as well

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

make styler plugin work without javascript as well (partly done)

1...<<41424344454647484950>>...115