[koha-commits] main Koha release repository branch master updated. v3.14.00-1152-g4bc46db

Git repo owner gitmaster at git.koha-community.org
Mon May 5 06:47:02 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  4bc46dbbcb93ca43b2fd138cf65f51893978b3ad (commit)
      from  8e364c4c6adc45bef191a297ce7757d63fa1e806 (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 4bc46dbbcb93ca43b2fd138cf65f51893978b3ad
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Apr 8 16:48:31 2014 +0200

    Bug 12046: Authentication using CAS - bootstrap
    
    At the OPAC, if the bootstrap theme is used, the modal
    dialog does not allow to use the CAS authentication.
    
    This patch proposes, in case CAS is enabled, to
    redirect to the opac-user.pl page (like prog theme).
    This is because the popup content should stay small
    (thinking about mobile surf), and that CAS url is
    actually only computed in opac-user (see C4/Auth.pm)
    and it would not be performant to compute it in all
    pages.
    
    Test plan:
    - set syspref opacthemes to bootstrap
    - enable the casAuthentication syspref
    - fill the casServerUrl syspref with something like:
      https://localhost:8443/cas
    - go on the opac home page
    - click on "Log in to your account" link (top right)
    => You go to cgi-bin/koha/opac-user.pl page where you
      see the cas link
    - disable the casAuthentication syspref
    - go on the opac home page
    - click on "Log in to your account" link (top right)
    => You see a popup for login and password
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Normal login still works with/without CAS.
    Passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list