[koha-commits] main Koha release repository branch new/bug_9953 created. v3.12.00-beta1-63-gab0b5b5

Git repo owner gitmaster at git.koha-community.org
Sat Mar 30 22:03:35 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_9953 has been created
        at  ab0b5b528305950074d2d90de4582f71a66e9e6e (commit)

- Log -----------------------------------------------------------------
commit ab0b5b528305950074d2d90de4582f71a66e9e6e
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Mar 29 13:08:05 2013 +0100

    Bug 9953 - When OpacMaintenance breaks lifting debarment
    
    When OpacMaintenance is on, any opac page will redirect to maintenance.pl.
    Some pages of intranet have the same behavior and you get 404 error.
    This is because in checkauth, if type arg is undefined it is "opac" by default.
    
    This patch adds type arg in all intranet calls of checkauth.
    
    Test plan :
    - Set syspref OpacMaintenance=Show
    - Go to a borrower page
    - Click on "Fines" and "Create manual invoice"
    - Enter an amount and save
    => Check you go to members/boraccount.pl and not maintenance.pl with 404 error
    
    OK
    
    - Click on "Fines" and "Create manual credit"
    - Enter an amount and save
    => Check you go to members/boraccount.pl and not maintenance.pl with 404 error
    
    OK
    
    - Edit borrower
    - Set "Restricted" to yes and save
    - Click on "Lift restriction" in messages
    => Check you keep in member page and not maintenance.pl with 404 error
    
    OK
    
    - Edit borrower
    - Set "Expiry date" to a day in the past and save
    - Click on "Renew" in messages
    => Check you keep in member page and not maintenance.pl with 404 error
    
    OK
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Good catch, a tricky bug.
    http://bugs.koha-community.org/show_bug.cgi?id=9952
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Removed a few tabs from mancredit.
    All tests and QA script pass now.
    Good test plan.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list