Translation update (it)
translation update
Fix typos in usermanager English strings
Replace hardcoded message by localized stringFixes #4507
user manager: explicitly set CSV parametersThis is needed since PHP 8.4
replace deprecated utf8_encode #4354
align urlref https://github.com/dokuwiki/dokuwiki/issues/4270- align url to standard prefix- realign spacing
Rector and PHPCS fixes
usermanager: initialize auth sytem laterThis prevents header errors when inspecting the CLI component inplugin.php
API: code style fixes
wild stab at fixing a failing testRemoteApiTest::testCreateUserFailAccess failed on github but worked forme. Seems to be a caching problem in auth_ismanager()
API: move user related tests to usermanager plugin
API: move create/delete user calls to usermanagerThis only moves the calls. A proper refactoring of the user managerwould make sense:1) introduce a helper component covering the basic operations
API: move create/delete user calls to usermanagerThis only moves the calls. A proper refactoring of the user managerwould make sense:1) introduce a helper component covering the basic operations including proper error signalling using Exceptions2) refactor admin and cli components to make use of 1)3) make the operations in 1) available via the API
show more ...
use $auth instanceof AuthPlugin instead of not null check
Rector to rename print to echo calls
12345678910>>...36