[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-21-gb486a64

Git repo owner gitmaster at git.koha-community.org
Mon May 16 09:04:34 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  b486a64c16486a339dc81140e7a5d65851add26a (commit)
      from  1e494ae15ed819512a9b04a3b7ffd76c38a36018 (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 b486a64c16486a339dc81140e7a5d65851add26a
Author: Jesse Weaver <jweaver at bywatersolutions.com>
Date:   Fri May 6 13:52:46 2016 -0600

    Bug 15816: Redirect back to correct page after login
    
    This uses a hacky but simple method to get the correct script name under
    proxied packaged Plack.
    
    Test plan:
      1) Log out of both the OPAC and staff side.
      2) Try to access a page that requires login (opac-reserve.pl is a
    good one for the OPAC), then log in.
      3) You will be redirected back to mainpage.pl or opac-user.pl.
      4) Repeat above for both staff side and OPAC.
      5) Apply patch.
      6) Repeat steps 1-4; you should be redirected back to the original
         page you were on.
      7) Repeat the above for both a traditional CGI and kohadevbox/package
         Plack installation.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit bc707baf02c672fdd8f6d2095137694d7e400a97)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Auth.pm                                         |   24 +++++++++++++++++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt    |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    |    2 +-
 3 files changed, 25 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list