geekitude / dokuwiki-plugin-userhomepage

Dokuwiki plugin to automatically create user's homepage and/or namespace
https://www.dokuwiki.org/plugin:userhomepage
5 stars 9 forks source link

Replacing user's link breaks image detail view #16

Closed andyboeh closed 8 years ago

andyboeh commented 9 years ago

I just enabled the option to replace the user name with a link to his namespace. Unfortunately, this broke image's detailed view and results in a page with only the DokuWiki logo.

I debugged a bit, it seems that DOKUWIKI_STARTED is never emitted for image details, thus the plugin isn't correctly initialized and hence the helper plugin is not available.

geekitude commented 9 years ago

Hi

Sorry for that bug... The good news is that I have been abble to reproduce it ;) I'll try to fix it asap.

geekitude commented 9 years ago

Fixed by also initializing on 'DETAIL_STARTED' event. New version released and ready to download from plugins administration.

Thanks for the nice debugging ;)

geekitude commented 8 years ago

This bug is back (or more likely still there) :( If the option to replace user link is enabled, it breaks images' detailed view. This time it is because plugin tries to create user's public and/or private pages within Dokuwiki's media folder.

geekitude commented 8 years ago

Fixed here.

Can now be closed since it's been a few months and the problem didn't occure again.