[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-73-g2d845f6

Git repo owner gitmaster at git.koha-community.org
Sun Aug 18 00:57:27 CEST 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, 3.8.x has been updated
       via  2d845f686c49b9f7d4dc6685aac4b902d7a30d0d (commit)
      from  76e5ead8cdaf0a80e7c6269c1d203aa8ae5b19f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2d845f686c49b9f7d4dc6685aac4b902d7a30d0d
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Apr 11 16:46:23 2013 +0200

    Bug 10029 - CAS authentication fails in OPAC reserve
    
    If OPAC reserve page is accessed without being logged-in, login form is displayed as well as a CAS authentication link (if enabled). A click on this link will lead to CAS server but one comming back to Koha, page shows an error : "ERROR: No biblionumber received".
    This is because CAS link only contains the query path "/cgi-bin/koha/opac-reserve.pl", not the query parameters.
    
    This patch adds query parameters to URI sent to CAS.
    
    Test plan :
    - Enable CAS
    - Go to opac without been logged-in
    - Try to place hold on a record
    => You get to /cgi-bin/koha/opac-reserve.pl?biblionumber=XXX showing authentication page
    => Check that CAS link contains query param "biblionumber"
    - Click on CAS link and log in
    => Check you return well logged-in to reserve page with biblionumber param
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I have followed the test plan as far as I could and the links
    contain the biblionumber now, which they didn't before.
    I couldn't check the CAS login, but my normal login worked
    as expected.
    All tests and the QA script pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 974ab561ef00e76e7329f61b016b5d6b3103dde7)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 2dff5177f2d7c542175b28adf1832e201c0ae864)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 2dff5177f2d7c542175b28adf1832e201c0ae864)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit bd199ff98c8c34bd6587f12bc3a844827ed07aa9)

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

Summary of changes:
 C4/Auth_with_cas.pm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list