Andreas Gohr

Results 304 comments of Andreas Gohr

@dregad #4358 has been merged, so I am closing this. Have a look at what I did and see if I missed any of your improvements.

* there is already a docker-compose file in the repo: https://github.com/cosmocode/docker-dokuwiki/blob/main/docker-compose.yml * the upgrade plugin is permanently disabled in the image: https://github.com/cosmocode/docker-dokuwiki/blob/main/root/var/www/html/conf/plugins.docker.php * for different DokuWiki versions, different docker tags...

Update: the repository has been moved to the dokuwiki organization and first images have been published to docker hub. Please report any issues you might encounter at the docker repo:...

> This class of problem, [...] some sort of automated method to detect these would be great. There are two approaches possible: 1. stricter typing, eg. explicitly declaring return and...

fixed in #4278

Since there was no progress on this, I'm closing it.

I actually think there might be a regression here. Needs investigation.

Okay, it seems DokuWiki itself is still working as expected. If an ID with spaces is passed as ID, it will be cleaned up correctly: https://www.dokuwiki.org/doku.php?id=playground:page%20with%20spaces However when the the...

After further investigation, it turns out that this is a change in Apache's rewrite module as discussed at https://stackoverflow.com/q/75684314 Adding the `B` flag to the rewrite rules fixes the issue:...

Which Apache version are you running in production? Is there any other server in front? Like a reverse proxy?