[Koha-bugs] [Bug 10900] Incorrect calling conventions accessing C4::Context

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 21 06:36:17 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10900

--- Comment #9 from M. Tompsett <mtompset at hotmail.com> ---

How to trigger all the set_userenv's in C4/Auth.pm:
log in using userid (triggers 1, 2, 6)
log in using cardnumber (triggers 7 and others)
library-intra.mydnsname.org/cgi-bin/koha/svc/bib/{bibnumber}?userid={userid}&password={password}
(first time triggers 4)
library-intra.mydnsname.org/cgi-bin/koha/svc/bib/{bibnumber} (once logged in
triggering 4, this triggers 3)
tools -> tags -> type something in the "Check lists" text box and click 'test'.
(triggers 5)

To trigger the set_userenv's in installer/InstallAuth.pm, just run an upgrade
of a database from a previous version to the current master, and redirect to
the log in screen.

prove -v t/Circulation_barcodedecode.t

I have yet to determine how to trigger the patched areas in the third patch.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list