[koha-commits] main Koha release repository branch master updated. v16.05.00-420-gd475dae

Git repo owner gitmaster at git.koha-community.org
Thu Aug 4 21:40:43 CEST 2016


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  d475dae77313e8f0ee11146ce824d019351cbc5f (commit)
      from  6122b8fe6ee73b9e0a26312507912d947c6d58f7 (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 d475dae77313e8f0ee11146ce824d019351cbc5f
Author: Jesse Weaver <jweaver at bywatersolutions.com>
Date:   Fri Jul 8 16:01:19 2016 -0600

    Bug 16818: External auth redirect broken under Plack
    
    Test plan:
    
    0) Have either CAS or Shibboleth authentication enabled under Plack.
    1) Hover over the authentication link on the staff client or OPAC, and
       notice that it has either '.../opac/...' or '.../intranet/...' instead
       of '.../cgi-bin/koha/...'. (This will be a complete dealbreaker for CAS
       authentication.)
    2) Apply patch.
    3) Check links again; they should now have the correct paths.
    
    Signed-off-by: Matthias Meusburger <matthias.meusburger at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Did not test CAS or Shibboleth, but no regression found.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                 |   24 +++---------------------
 C4/Auth_with_cas.pm        |    3 ++-
 C4/Auth_with_shibboleth.pm |    3 ++-
 Koha/AuthUtils.pm          |   22 +++++++++++++++++++++-
 4 files changed, 28 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list