History log of /dokuwiki/lib/plugins/ (Results 376 – 400 of 2863)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dbdabbe030-Jul-2020 Paulo <pschopf@gmail.com>

translation update

f466f8ca25-Jul-2020 Axel Schwarzer <SchwarzerA@gmail.com>

translation update

8549e2b523-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

support UI\Login form modification in AuthAD

authad plugin will insert domain selector in the Ui\Login form during the event HTML_LOGINFORM_OUTPUT


/dokuwiki/_test/fetchphpunit.php
/dokuwiki/_test/tests/inc/httpclient_http.test.php
/dokuwiki/_test/tests/inc/utf8_stripspecials.test.php
/dokuwiki/_test/tests/inc/utf8_strtolower.test.php
/dokuwiki/bin/dwpage.php
/dokuwiki/bin/gittool.php
/dokuwiki/bin/indexer.php
/dokuwiki/bin/plugin.php
/dokuwiki/bin/render.php
/dokuwiki/bin/striplangs.php
/dokuwiki/bin/wantedpages.php
/dokuwiki/composer.lock
/dokuwiki/inc/Action/Backlink.php
/dokuwiki/inc/Action/Conflict.php
/dokuwiki/inc/Action/Denied.php
/dokuwiki/inc/Action/Diff.php
/dokuwiki/inc/Action/Draft.php
/dokuwiki/inc/Action/Edit.php
/dokuwiki/inc/Action/Index.php
/dokuwiki/inc/Action/Locked.php
/dokuwiki/inc/Action/Login.php
/dokuwiki/inc/Action/Preview.php
/dokuwiki/inc/Action/Profile.php
/dokuwiki/inc/Action/Recent.php
/dokuwiki/inc/Action/Register.php
/dokuwiki/inc/Action/Resendpwd.php
/dokuwiki/inc/Action/Revisions.php
/dokuwiki/inc/Action/Show.php
/dokuwiki/inc/Action/Source.php
/dokuwiki/inc/Ajax.php
/dokuwiki/inc/Form/ButtonElement.php
/dokuwiki/inc/Form/CheckableElement.php
/dokuwiki/inc/Form/DropdownElement.php
/dokuwiki/inc/Form/Element.php
/dokuwiki/inc/Form/FieldsetCloseElement.php
/dokuwiki/inc/Form/FieldsetOpenElement.php
/dokuwiki/inc/Form/Form.php
/dokuwiki/inc/Form/HTMLElement.php
/dokuwiki/inc/Form/InputElement.php
/dokuwiki/inc/Form/LabelElement.php
/dokuwiki/inc/Form/LegacyForm.php
/dokuwiki/inc/Form/OptGroup.php
/dokuwiki/inc/Form/TagCloseElement.php
/dokuwiki/inc/Form/TagElement.php
/dokuwiki/inc/Form/TagOpenElement.php
/dokuwiki/inc/Form/TextareaElement.php
/dokuwiki/inc/Form/ValueElement.php
/dokuwiki/inc/HTTP/HTTPClient.php
/dokuwiki/inc/Ui/Backlinks.php
/dokuwiki/inc/Ui/Diff.php
/dokuwiki/inc/Ui/Editor.php
/dokuwiki/inc/Ui/Index.php
/dokuwiki/inc/Ui/Login.php
/dokuwiki/inc/Ui/PageConflict.php
/dokuwiki/inc/Ui/PageDraft.php
/dokuwiki/inc/Ui/PageView.php
/dokuwiki/inc/Ui/Recent.php
/dokuwiki/inc/Ui/Revisions.php
/dokuwiki/inc/Ui/Ui.php
/dokuwiki/inc/Ui/UserProfile.php
/dokuwiki/inc/Ui/UserRegister.php
/dokuwiki/inc/Ui/UserResendPwd.php
/dokuwiki/inc/Utf8/tables/case.php
/dokuwiki/inc/Utf8/tables/specials.php
/dokuwiki/inc/form.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ro/onceexisted.txt
/dokuwiki/inc/lang/uz/admin.txt
/dokuwiki/inc/lang/uz/adminplugins.txt
/dokuwiki/inc/lang/uz/conflict.txt
/dokuwiki/inc/lang/uz/denied.txt
/dokuwiki/inc/lang/uz/diff.txt
/dokuwiki/inc/lang/uz/index.txt
/dokuwiki/inc/lang/uz/lang.php
/dokuwiki/inc/media.php
/dokuwiki/install.php
/dokuwiki/lib/exe/fetch.php
authad/action.php
/dokuwiki/lib/scripts/jquery/jquery.min.js
/dokuwiki/lib/scripts/jquery/update.sh
/dokuwiki/lib/scripts/jquery/versions
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/splitbrain/php-cli/src/Options.php
2785e30717-Jul-2020 Petr Kajzar <petr.kajzar@lf1.cuni.cz>

translation update

0ed358ea19-Jun-2020 Pierre Henriot <pierre.henriot@gmail.com>

translation update

0a1129f714-Jun-2020 FENG.JIE <ahx@qq.com>

translation update

db6bed6614-Jun-2020 Andreas Gohr <andi@splitbrain.org>

added tests for color handling in style manager

a1350ea414-Jun-2020 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

88c52daa14-Jun-2020 Andreas Gohr <andi@splitbrain.org>

style manager: use color picker based on value #3160

Instead of trying to guess if a setting is expecting a color base on the
setting's name it is now determined based on the value in it. Only hex
c

style manager: use color picker based on value #3160

Instead of trying to guess if a setting is expecting a color base on the
setting's name it is now determined based on the value in it. Only hex
colors are supported (it's the only thing the type="color" input
supports either).

show more ...

5758059414-Jun-2020 Andreas Gohr <andi@splitbrain.org>

style manager: ensure all values are fresh

Always reinitialize the style replacements on loading the manager to
ensure it reflects the saved state.

7ef28ec114-Jun-2020 Andreas Gohr <andi@splitbrain.org>

style manager: adjust colors to 6 chars. fixes #3160

1ae4bef614-Jun-2020 Thien Hau <thienhau.9a14@gmail.com>

translation update

abe29f6213-Jun-2020 Thien Hau <thienhau.9a14@gmail.com>

translation update

194457eb13-Jun-2020 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

1187c33a12-Jun-2020 Filippo <abrickslife@gmail.com>

translation update

29220f2c11-Jun-2020 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

7210c85504-Jun-2020 Andreas Gohr <andi@splitbrain.org>

add datetime option to info plugin

It simply displays the time of the last render() call. This is useful
for cache debugging

c183535a04-Jun-2020 Domingo Redal <docxml@gmail.com>

translation update

47e93e3301-Jun-2020 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

6da9edb729-May-2020 Paulo Schopf <pschopf@gmail.com>

translation update

6b8198c729-May-2020 Paulo Schopf <pschopf@gmail.com>

translation update

c1643fc829-May-2020 Paulo Schopf <pschopf@gmail.com>

translation update

e31c003d29-May-2020 Paulo Schopf <pschopf@gmail.com>

translation update

cc680a2628-May-2020 Paulo Schopf <pschopf@gmail.com>

translation update

88d98d0c26-May-2020 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

1...<<11121314151617181920>>...115