| a178b566 | 10-Oct-2020 |
Wrya <wryaali33@gmail.com> |
translation update |
| 59440086 | 08-Oct-2020 |
Andreas Gohr <andi@splitbrain.org> |
refresh user cache in plain auth on user modifying
When a user login was renamed, the user appeared twice. Once as the old user and once as the new user. |
| 0cc185e1 | 08-Oct-2020 |
Wrya <wryaali33@gmail.com> |
translation update |
| 29d503b1 | 07-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
| 3a0e3c90 | 07-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
| a0c85aa6 | 05-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
| 4197f8f1 | 05-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
| 66de2ac1 | 05-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
| 98c80af3 | 03-Sep-2020 |
Frank Long <longyn@users.noreply.github.com> |
Update translation
選擇 =>Traditional Chinese
选择 => Simplified Chinese |
| ad4420a9 | 02-Sep-2020 |
Endrit Callaki <endrit@callaki.de> |
translation update |
| 76e0afa4 | 02-Sep-2020 |
Andreas Gohr <andi@splitbrain.org> |
don't crush tables too narrow. fixes #3250
This ensures that the table wrapper has at least 50% of the page width available. This allows small tables still be besides floating elements like images o
don't crush tables too narrow. fixes #3250
This ensures that the table wrapper has at least 50% of the page width available. This allows small tables still be besides floating elements like images or the TOC, but larger tables will get the full width.
show more ...
|
| e3c16617 | 31-Aug-2020 |
Phy <dokuwiki@phy25.com> |
translation update |
| 2bf5aa0c | 27-Aug-2020 |
Karsten Kosmala <karsten.kosmala@gmail.com> |
typos |
| c93d7d34 | 27-Aug-2020 |
Karsten Kosmala <kosmala@cosmocode.de> |
remove unused variable |
| ae26f74e | 27-Aug-2020 |
Karsten Kosmala <kosmala@cosmocode.de> |
add addToGroup and removeFromGroup |
| 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 ...
|