Translation update (sk)
Translation update (ro)
fix(authad): avoid warning when initAdLdap is called before opts is populated$this->opts is initialized as an empty array, so the is_array() guard ininitAdLdap() passed even when no domain had bee
fix(authad): avoid warning when initAdLdap is called before opts is populated$this->opts is initialized as an empty array, so the is_array() guard ininitAdLdap() passed even when no domain had been loaded yet, producing an"Undefined array key 'domain'" warning on PHP 8 (e.g. from getUserCount()called by the Popularity admin page).Fixes #4501
show more ...
remove utf8_encode() from authad plugin
updated rector and applied it
translation update
align url for lib/plugin membersref https://github.com/dokuwiki/dokuwiki/issues/4270- align url of `plugin.info.txt` to standard prefix- realign spacing as applicable
return false in getUserData in case of errorsThe interface contract for the method getUserData does not allow an empty array to be returned.
avoid another warning in authad
adjusted docblocks for renamed class aliases
code style: line breaks
code style: operator spacing
coding style: control flow line breaks
coding style: control flow whitespaces
coding style: function call spacing
12345678910>>...17