Anna Dabrowska

Results 41 comments of Anna Dabrowska

I suppose that the move should just leave the tilde-prefixed link alone. That would be quite easy to fix. Or are there any special cases that need to be considered?

I would really like to see this functionality merged. Many wikis use publishing mechanisms (publish or structpublish) and rely on the fact that the content of the published revision does...

Tests run fine after the latest update of the sqlite plugin. There are still 68 code style violations to fix manually...

The actual issue that this PR is supposed to fix is already addressed in the latest version of the data plugin. I am closing this PR and will open another...

Moving media can be done in the move plugin itself. This is handled vey well by an calling [moveMedia()](https://github.com/michitux/dokuwiki-plugin-move/blob/dab956f98e23cdd63b3b1ee74d909132600ef88e/helper/op.php#L232), including link rewrites in existing wiki pages. Some issues need special...

Thanks for submitting. Please see the build error message and fix the code style errors. There are currently no code style checks for PHP, but the formatting should be corrected...

I can't reproduce this. Which template are you using? Can add a screenshot?

Thanks for submitting. Please check the build error message and fix the code style errors.

Thanks for all the additional info. But even with your database, I could not reproduce any of the problems on a local machine. Of course it has more resources than...

Thanks for the PR. However, this implementation may not work if the plugin config is not loaded at the time the check takes place. You cannot detect it in your...