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

Renamed ACL functions for Hogfather compatibility #38

Closed LukasHirsch closed 4 years ago

LukasHirsch commented 4 years ago

ACL functions in \plugins\acl\admin.php were renamed, so functions in userhomepage-plugin need to be renamed as well: _acl_del -> deleteACL and _acl_add -> addOrUpdateACL

geekitude commented 4 years ago

Thanks a lot 👍

gilcot commented 4 years ago

After digging a bit, I found that this merge is the root cause of #39 issue

geekitude commented 4 years ago

This merge is not the root cause of any issue, it is the solution to a compatibility issue initated by the change of two Dokuwiki's inner functions names in Hogfather. I will not be abble to keep Userhomepage compatible with older Dokuwiki versions, sorry.