[koha-commits] main Koha release repository branch master updated. v3.16.00-341-g8c56710

Git repo owner gitmaster at git.koha-community.org
Fri Aug 1 14:47:56 CEST 2014


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, master has been updated
       via  8c5671087da1ce3daf9ecf55589761f185e34453 (commit)
       via  cf49a75209b1dc5213fb1efbacd953cac72cfbb7 (commit)
       via  b18b48e51325d816a1bbf810d1d08f1e7abba1c4 (commit)
      from  7123eeccf87f3b53fb05f6b3fea0fecbec3ab232 (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 8c5671087da1ce3daf9ecf55589761f185e34453
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Jun 10 12:47:37 2014 +0200

    Bug 12398: Fix CAS authentication validation
    
    CGI::url_param() also returns deleted parameters so we have to check
    with CGI::param() too.
    
    Signed-off-by: Matthias Meusburger <matthias.meusburger at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Took a while to get it working, but I can confirm CAS login is not
    working without this patch, but does with it.
    
    Some notes:
    In order for this to work you have to add http:// in front of your
    OpacBaseURL.
    You will also need a CAS test server and install the certificate
    on your system.
    
    Tested with CAS test server provided by Biblibre.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit cf49a75209b1dc5213fb1efbacd953cac72cfbb7
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Aug 1 09:41:35 2014 -0300

    Bug 12398: (followup) tidy unit tests
    
    This followup removes unnecesary warnings generated by the test,
    and also prints a proper message for the tests.
    
    Added a can_ok test for all the exported functions btw.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b18b48e51325d816a1bbf810d1d08f1e7abba1c4
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Jul 30 14:02:11 2014 +0200

    Bug 12398: Add test for C4::Auth_with_cas::_url_with_get_params
    
    Run `prove t/db_dependent/Auth_with_cas.t` to run the test
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Auth_with_cas.pm            |   10 ++++---
 t/db_dependent/Auth_with_cas.t |   57 +++++++++++++++++++++++++++++++++++-----
 2 files changed, 58 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list