b7adc2d2 | 14-Mar-2023 |
Matthias Häsing-Keller <matthias.haesing-keller@uni-mannheim.de> |
Fix password input field name (deletion of user profile) |
e07ac4ba | 12-Mar-2023 |
Yves Nevelsteen <yves.nevelsteen@gmail.com> |
translation update |
b02b070f | 17-May-2022 |
Nicolas Friedli <nicolas@theologique.ch> |
No Bing anonymous ping anymore.
https://blogs.bing.com/webmaster/may-2022/Spring-cleaning-Removed-Bing-anonymous-sitemap-submission |
d40e7d0e | 11-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
JPEGMeta: clean up exception handling
use ErrorHandler::logException() to automatically log a stack trace |
a46cc3dc | 11-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
Fix old revisions skipping one revision
This changes the UI to start counting at -1, which will instruct the Revision Management to prepend the current revision to the list of old revisions returned
Fix old revisions skipping one revision
This changes the UI to start counting at -1, which will instruct the Revision Management to prepend the current revision to the list of old revisions returned. This way no special handling for the current revision has to be done in the UI class anymore and paging works naturally.
Fixes #3897
show more ...
|
a577fbc2 | 11-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
Don't send notifications if no save happend.
A page save might not actually save a new revision. For example when no changes were detected or a plugin cancelled the saving action. In that case no no
Don't send notifications if no save happend.
A page save might not actually save a new revision. For example when no changes were detected or a plugin cancelled the saving action. In that case no notifications should be sent and the cache does not need any updates.
Fixes #3871
show more ...
|
a46a7ce3 | 10-Mar-2023 |
asivery <asivery@protonmail.com> |
Fix: Do not garbage collect the JpegMeta object after reading a tag |
6d4b5a0a | 10-Mar-2023 |
asivery <asivery@protonmail.com> |
Replace check for null with cast to string |
c9c56f8a | 09-Mar-2023 |
asivery <asivery@protonmail.com> |
Fix: Rework error handling in JpegMeta marker reading |
78b498a7 | 10-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
clean up parserutils (reformatting mostly) |
4e4e74c5 | 10-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
jQuery and jQuery UI updates |
abca2f79 | 10-Mar-2023 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Fix warning on PHP8+ when using the DokuWiki stylemanager
Fix PHP Warning message of "Trying to access array offset on value of type null" at the bottom of DokuWiki Config Style page. Fixes #3883 |
3f21dca7 | 08-Mar-2023 |
Gorm <gorm.chandler@gmail.com> |
translation update |
ad43fdbf | 08-Mar-2023 |
asivery <asivery@protonmail.com> |
Replace is_null() check with count() |
36fb33ce | 27-Feb-2023 |
asivery <asivery@protonmail.com> |
Fix: Padding in _getFixedString, log the path of damaged images |
65546067 | 06-Mar-2023 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
697a39ae | 06-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
output full path when initializing savedir path fails
This will not only clean up double slashes etc. as mentioned in #3903 but will also output the full canonical path (starting at the filesystem r
output full path when initializing savedir path fails
This will not only clean up double slashes etc. as mentioned in #3903 but will also output the full canonical path (starting at the filesystem root) when showing an error on initializing the savedir paths. This should make it easier to understand which path DokuWiki is trying to access exactly.
show more ...
|
2b483eba | 06-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
move mail header constants to define file |
24fc7b34 | 06-Mar-2023 |
better <betterzhubo@live.com> |
translation update |
dd4d1f74 | 28-Feb-2023 |
Jose Luis Sanches <jose.reis.sanches@gmail.com> |
translation update |
e3b89425 | 27-Feb-2023 |
asivery <asivery@protonmail.com> |
Fix: PHP8-related JpegMeta.php fixes |
40f2b82e | 25-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
Fix unititialized string offset access in query parser
The code always tried to access positon 2 of the parsed token, even for tokens shorter than that (like OR)
fixes #3896 |
0d9f02ec | 25-Feb-2023 |
asivery <asivery@protonmail.com> |
Backwards Compatibility: Don't error if finishSectionEdit is called without first startSectionEdit |
d769956e | 25-Feb-2023 |
asivery <asivery@protonmail.com> |
Fix: 'E_WARNING: Uninitialized string offset -1' on some templates |
740897dc | 25-Feb-2023 |
asivery <asivery@protonmail.com> |
Fix: 'E_WARNING: Undefined array key "_data"' |