History log of /dokuwiki/lib/plugins/ (Results 1026 – 1050 of 2863)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
771519d012-Jul-2015 Mauricio Segura <maose38@yahoo.es>

translation update

d2293a6b11-Jul-2015 Myeongjin <aranet100@gmail.com>

adjust newline

10da589211-Jul-2015 Myeongjin <aranet100@gmail.com>

translation update

d750427e08-Jul-2015 Errol <errol@hotmail.com>

translation update

147d8f4807-Jul-2015 Anika Henke <anika@selfthinker.org>

added labels to form entries

d634152e07-Jul-2015 Anika Henke <anika@selfthinker.org>

improved various minor frontend issues in styling plugin

* improved spacing of popup
* made primary buttons clearer
* xhtml and validity fixes
* improved some lang strings
* moved 'open as popup' af

improved various minor frontend issues in styling plugin

* improved spacing of popup
* made primary buttons clearer
* xhtml and validity fixes
* improved some lang strings
* moved 'open as popup' after intro
* fixed page reload after clicking 'open as popup' button

show more ...

9f4b197e07-Jul-2015 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Update lang.php

Выравнивание и разбиение по образцу en/lang.php, унификация "директорий" и "папок", "расширений" и "дополнений"

1539b4dd05-Jul-2015 Anika Henke <anika@selfthinker.org>

fixed small spacing/alignment issues in display options of extension manager

2ee76f4a05-Jul-2015 Anika Henke <anika@selfthinker.org>

fixed installed extensions in extension manager not displaying without JS

f30ba39802-Jul-2015 rnck <dokuwiki@rnck.de>

translation update

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.

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

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