[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-100-ga3c8fee

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 15:32:28 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, 3.22.x has been updated
       via  a3c8feea151208d97ab75b1a9e23f03535bb6b46 (commit)
      from  10d9c7101274d2a303281eeee1b59d9f9e6b892f (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 a3c8feea151208d97ab75b1a9e23f03535bb6b46
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>
    (cherry picked from commit d475dae77313e8f0ee11146ce824d019351cbc5f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 0c5c0a50b87ceeaa8f76e18240e279a96596222a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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