c1643fc8 | 29-May-2020 |
Paulo Schopf <pschopf@gmail.com> |
translation update |
cc680a26 | 28-May-2020 |
Paulo Schopf <pschopf@gmail.com> |
translation update |
73d5721c | 26-May-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
bfd38f7f | 26-May-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
be866e19 | 25-May-2020 |
Анатолий <anatol_m@mail.ru> |
translation update |
03a7920c | 22-May-2020 |
Davi Jorge <davimoises2015@hotmail.com> |
translation update |
84e1c540 | 21-May-2020 |
Jacob Palm <jacobpalmdk@icloud.com> |
translation update |
ec35f6f7 | 16-May-2020 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
49021f54 | 06-May-2020 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
Translation update (zh) (#3071)
* translation update
* Update inc/lang/zh/lang.php
* Update lib/plugins/extension/lang/zh/lang.php
* Update lib/plugins/config/lang/zh/lang.php
Co-authored-by:
Translation update (zh) (#3071)
* translation update
* Update inc/lang/zh/lang.php
* Update lib/plugins/extension/lang/zh/lang.php
* Update lib/plugins/config/lang/zh/lang.php
Co-authored-by: Xin <chenxin1034@gmail.com>
show more ...
|
de37beb4 | 06-May-2020 |
Thien Hau <thienhausoftware@gmail.com> |
translation update |
c1ec88ce | 01-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
remove calls to deprecated methods and classes |
9ea219ce | 09-Mar-2020 |
Phy <git@phy25.com> |
fix PHP styling on extension/admin |
bc20e40a | 09-Mar-2020 |
Phy <git@phy25.com> |
add overwrite option on extension upload form
By default, on frontend $overwrite is false. Backend function installFromUpload / installFromURL will have a default of true to preserve existing behavi
add overwrite option on extension upload form
By default, on frontend $overwrite is false. Backend function installFromUpload / installFromURL will have a default of true to preserve existing behavior for other API users.
installArchive now will insert a frontend msg() about not installing because of overwrite restriction. It's not being exposed by exception, but it should be reflected on its return array list of installed plugin.
This fixes #715.
show more ...
|
050990ca | 24-Feb-2020 |
Phy <git@phy25.com> |
jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled attr
Related to #1546. |
f11bfd36 | 20-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
check linktype of bugtrackerURL
The "report bugs" link in the plugin's home page may be located to the same page in some extensions. |
a72f333f | 19-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix url parameter separator in gui::tabURL() |
b0b7d196 | 19-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
revert aliasing FormWriter class |
ad4abe1d | 19-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
lowercase variable name |
3aa75874 | 18-Feb-2020 |
movatica <c0d3@movatica.com> |
Fixed inconsistent handling of falsy values on fperm setting
The $conf['fperm'] value was checked in multiple files using different methods. This can cause permission trouble with restricted environ
Fixed inconsistent handling of falsy values on fperm setting
The $conf['fperm'] value was checked in multiple files using different methods. This can cause permission trouble with restricted environments, i.e. when chmod is forbidden and file permissions are non-default. Now, all checks use implicit cast to boolean which leads to consistent behaviour.
Also, a misleading variable was renamed in context to better understand one of the checks.
show more ...
|
b49dd295 | 18-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
set action attribute for form tags |
bc580cbb | 18-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
label.block design compatibility
render <br> after <input> tag inside <label class="block"> elements. to be compatible with Doku_Form::form_textfield(), form_filefield() |
1d4a5a70 | 16-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix bundled extension list |
cd80a505 | 14-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
bugfix: not work enable/disable plugin buttons |
67fb6a5d | 14-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite code using Form\Form class |
86e8f706 | 14-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
coding style |