7faa86fa | 26-Aug-2020 |
Karsten Kosmala <kosmala@cosmocode.de> |
initial usermanager cli |
c6977b3a | 26-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change event naming scheme
FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286 |
8128de6c | 20-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Scrutinizer annotations |
bde2a644 | 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Scrutinizer annotations |
903616ed | 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
register HTMLFORM_LOGIN_OUTPUT event handler |
3cec13af | 19-Aug-2020 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
057cd775 | 18-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
more narrow jQuery selector to rev2[] checkbox
This fix enables to use disabled checkbox for non-existing revision page or media file in the HTML form of Ui\Revisions. |
bcdf03d0 | 17-Aug-2020 |
Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com> |
Optimized pageRestoreConfirm function |
0489c64b | 16-Aug-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2
Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder. |
cad4fbf6 | 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
added logging configuration
Log facitlities can now be disabled. By default only debug is disabled. It might make sense to by default disable deprecated as well?
Debug logging is now independend of
added logging configuration
Log facitlities can now be disabled. By default only debug is disabled. It might make sense to by default disable deprecated as well?
Debug logging is now independend of the allowdebug method. allowdebug was often used in two ways: for displaying errors directly to the user and for logging to the debug log. Now it only controls the former.
show more ...
|
31667ec6 | 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
replaced out calls to dbglog with new Logger calls |
70cc2cbf | 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
added logviwer admin plugin
This allows for easy viewing of the available logs.
The log format was sligthly adjusted again for easier parsing. |
b97865bf | 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
adjust callstack depth for deprecation message further |
e4aa0139 | 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
better deprecation messages for self required plugin base files |
be15e516 | 12-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
extension cli: do not try to upgrade bundled plugins
fixes #3227 |
a802fe3c | 10-Aug-2020 |
Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com> |
Added confirmation dialog for page tools Revert action |
cce551cd | 07-Aug-2020 |
Jenxi <seow@jenxi.com> |
translation update |
67f1a0c1 | 05-Aug-2020 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
b9b72303 | 05-Aug-2020 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
fa33bdca | 05-Aug-2020 |
GHSRobert Ciang <robertus0617@gmail.com> |
translation update |
dbdabbe0 | 30-Jul-2020 |
Paulo <pschopf@gmail.com> |
translation update |
f466f8ca | 25-Jul-2020 |
Axel Schwarzer <SchwarzerA@gmail.com> |
translation update |
499d9bcd | 23-Jul-2020 |
Andreas Gohr <andi@splitbrain.org> |
hide extensions only when javascript is available
Progressive enhancement asks for having information available fon nonJS users and transforming the interface by JS if available |
8549e2b5 | 23-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 |
56fc6b15 | 22-Jul-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More compact list of allowed file types in media uploader |