Results 95 comments of Phy

Does this happen on other templates (e.g. the default dokuwiki template)? If not, I'd say this should be an issue to the bootstrap3 template.

move plugin has a event hook so that other plugin can handle move: https://www.dokuwiki.org/plugin:move#support_for_other_plugins have you created an issue with pdf.js plugin?

This is happening only if you use the admin page, and because you can move a namespace in the admin page (so it's hard to decide where to redirect if...

You may want to open an issue here: https://github.com/splitbrain/dokuwiki-plugin-bureaucracy/ I am not sure if this should be handled at move plugin or there.

I cannot reproduce this on move 2018-04-30 and DokuWiki 2018-04-22a "Greebo". Maybe only sometimes it doesn't work (it might be that the move lock is not released?). Thanks to your...

@bbits7 As I mentioned, "what this plugin do is to apply changes later when rendering (viewing by webpage)". So you may want to look at the page's metadata to remove...

When you say it doesn’t work what is the error message? What CAS version are you using?

So we are uploading a file. The file size should be limited. Maybe the situation will get better if set-time-limit() [(doc)](http://php.net/manual/en/function.set-time-limit.php) is used. Here is an example of the uploading...

Firstly upload the file and add it to the queue on the server. Then there are two choice: 1) Request the server with ajax to handle the records. Every request...

> For example, going directly to "website/wiki/thing" does not redirect you to "website/wiki/thing/start". This is mentioned in #2261, but the solution there does not affect how DokuWiki interprets namespace structures,...