| 2afbbbae | 31-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
updated composer dependencies |
| a46a37ef | 31-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
avoid warning in formText when no text is given |
| d9a7912a | 31-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
use httpbingo for HTPP tests
This service is based on httpbin-go which seems to be better maintained and should be easy to set up for ourselves if needed.
This also fixes a warning when the client
use httpbingo for HTPP tests
This service is based on httpbin-go which seems to be better maintained and should be easy to set up for ourselves if needed.
This also fixes a warning when the client is reused with the max_bodysize mechanism
show more ...
|
| ec88e837 | 31-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix deprecated ${var} usage |
| b9b8bba7 | 31-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
add webp to default mime types. #3816 |
| 336fb258 | 31-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
use newer checkout action and test on php 8.2 |
| e2905cd4 | 26-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix accidental overwriting of variable in bulkmailer #3862
When the bulkmailer tries to skip own or minor edits, it was overwriting $rev with a timestamp instead of using the proper array structure
fix accidental overwriting of variable in bulkmailer #3862
When the bulkmailer tries to skip own or minor edits, it was overwriting $rev with a timestamp instead of using the proper array structure returned by getRevisionInfo().
This also moves the initialization of the PageChangeLog object out of the while loop to ensure it's inner caching mechanism is utilized when fetching the info.
This should fix #3862
show more ...
|
| 8fa268b3 | 26-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix isset checks in Mailer class
$INFO might be set, but may not contain any user info |
| a8a3c3d9 | 26-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
update ParserCache dependency to reflect new file location |
| 760e8655 | 25-Jan-2023 |
Mike Steele <michael@michaelsteele.us> |
use POSIX standard 'dot' built-in rather than 'source' |
| c4055b85 | 25-Jan-2023 |
Andreas Gohr <andi@splitbrain.org> |
do not try to resolve prefixes of an empty ID
a problem reported in https://forum.dokuwiki.org/d/20776-breadcrumbs-youarehere-uninitialized-string-offset-0 |
| 294f978a | 24-Jan-2023 |
tangdou1 <35254744+tangdou1@users.noreply.github.com> |
Update some chinese to make them deambiguation |
| 173de31c | 24-Jan-2023 |
Moritz Raguschat <moritz.raguschat@web.de> |
Avoid some unnecessary index file writes.
word_idx modified should be reset to false for each word index file, or all unchanged word index files after the first changed one will be resaved unnecessa
Avoid some unnecessary index file writes.
word_idx modified should be reset to false for each word index file, or all unchanged word index files after the first changed one will be resaved unnecessarily.
show more ...
|
| 90427445 | 21-Jan-2023 |
Minh <phandinhminh@protonmail.ch> |
translation update |
| 9cdf6f5c | 29-Dec-2022 |
Robert Riebisch <rr@bttr-software.de> |
translation update |
| 69ffd5fa | 27-Dec-2022 |
Robert Riebisch <rr@bttr-software.de> |
translation update |
| 1c6fde61 | 16-Dec-2022 |
Ben Tyger <988950+hydrian@users.noreply.github.com> |
Update lib/plugins/authldap/auth.php
I'm fine with that. Other functions returned an empty array() in an error state so I assumed that's what the parent function wanted.
Co-authored-by: Dominik E
Update lib/plugins/authldap/auth.php
I'm fine with that. Other functions returned an empty array() in an error state so I assumed that's what the parent function wanted.
Co-authored-by: Dominik Eckelmann <deckelmann@gmail.com>
show more ...
|
| 83616da3 | 13-Dec-2022 |
hydrian <ben.tyger@tygerclan.net> |
Added check for ldap_search |
| 181adffe | 09-Dec-2022 |
Julian Jeggle <julian.jeggle@uni-muenster.de> |
Check if SE referrer url actually has a query part |
| 4baa5c86 | 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
info plugin: reuse render methods
This kidn of cleanup should be added for the other methods as well, making it possible to export a info data to ODT for example. |
| e9ac59e9 | 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
info plugin: add hooks method
This lists all currently registered action hook handlers. Useful for when debugging DokuWiki behaviour likely to be influenced by a plugin and it's not clear which plug
info plugin: add hooks method
This lists all currently registered action hook handlers. Useful for when debugging DokuWiki behaviour likely to be influenced by a plugin and it's not clear which plugin might interfere.
show more ...
|
| 45a30e7c | 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
info plugin minor code cleanup |
| b646f783 | 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
Add method to access all currently registered event handlers |
| 9612843e | 05-Dec-2022 |
Andrew Dawes <andrewsdawes@gmail.com> |
Fixed some typos |
| c7a4b560 | 29-Nov-2022 |
Guillaume Turri <guillaume.turri@gmail.com> |
Fix warning from toolbar.php when $INFO is null
This commit fixes an issue observed in this context: 1. Run Dokuwiki with PHP 8.1 2. Install the "sync" plugin 3. Run the "sync" plugin, and when prom
Fix warning from toolbar.php when $INFO is null
This commit fixes an issue observed in this context: 1. Run Dokuwiki with PHP 8.1 2. Install the "sync" plugin 3. Run the "sync" plugin, and when prompted whether you want to keep the remote of the local file, click to show the diff
That's it: on the window which opens to display the diff, there is a warning saying that $INFO is null.
(Perhaps an even better fix would be to ensure that $INFO is set in this case but at least this commit fixes this issue and shouldn't have any detrimental side effects)
show more ...
|