]> git.koha-community.org Git - koha.git/commit
Bug 36367: Remove _new_userenv
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Mar 2024 13:30:25 +0000 (14:30 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 14 Jun 2024 10:17:17 +0000 (11:17 +0100)
commit58083ddf9317f577fbdc7384d37f442a08819679
tree5ea166ae445274c4c05c8c510a349106ed031e38
parent9c593121da701f46fa571419e66ba98ee3ac1923
Bug 36367: Remove _new_userenv

TODO - better review C4::Auth's changes. Are all the removal of
_new_userenv correct/enough?

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
16 files changed:
C4/Auth.pm
C4/Context.pm
C4/InstallAuth.pm
Koha/BackgroundJob.pm
Koha/Middleware/UserEnv.pm
Koha/REST/V1/Auth.pm
Koha/Script.pm
opac/ilsdi.pl
t/Token.t
t/db_dependent/Auth.t
t/db_dependent/Koha/BackgroundJob.t
t/db_dependent/Koha/Items.t
t/db_dependent/Koha/Reviews.t
t/db_dependent/Koha/Template/Plugin/Registers.t
t/db_dependent/Patron/Borrower_Discharge.t
t/lib/Mocks.pm