Andreas Gohr
Andreas Gohr
STDERR is only defined when PHP is called from the command line. In the docker health check we set DOKU_UNITTEST to make sure that errors trigger exceptions instead being logged...
### What happened? When running the (automatically build?) devel image and call the /version API endpoint, the last stable release version is returned. Start the container with: ``` $> docker...
### Description The following code: ```php
This addresses #4455 but it was necessary to adjust quite a few things to make it work. I'm unsure if this should be released as a hotfix (risking that it...
The new DokuWiki has a new extension manager, so access to it has changed. Without this fix the template will break when notifyExtensionsUpdate is enabled.
When a revision is published, information about the publisher is shown. But previous approval (or future additional intermediate steps and involved people) are not shown. This might be useful information...
Users might want to switch from the data plugin to this plugin. Providing a way to move would be nice. We could simply import values from the data sqlite but...
This partly reverts and augments 131fd50 The validator call is needed to transform the given value into to proper format (eg. an array for multivalues or an array of array...
The following image will be shown cropped on the detail screen:  Incidentally the same happens when the image is shown in the gallery view. This might be an issue...
This is an update to @annda's #4534 removing the need to wrap code blocks into an extra div. It seems to work fine in my tests, but another pair of...