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

Git repo owner gitmaster at git.koha-community.org
Wed Aug 24 12:25:55 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  63ae15ac02fbc6dbf472265a334944b08cdf1fb6 (commit)
      from  f93adcc356739a7d09239a19289605e2f058407c (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 63ae15ac02fbc6dbf472265a334944b08cdf1fb6
Author: Indranil Das Gupta (L2C2 Technologies) <indradg at l2c2.co.in>
Date:   Sat Aug 13 05:55:14 2016 +0530

    Bug 17103 - Google API Loader jsapi called over http
    
    This patch replaces the hardcoded protocol ("http") from the URI with
    https since that is what Google defacto uses to serve JS resources
    Prevents MIXED CONTENT failure, allowing GoogleIndicTransliteration
    to function correctly when used in SSLized OPACs.
    
    Test plan
    ---------
    
    1/ Make sure your OPAC is being served both over HTTP and HTTPS
    2/ Set GoogleIndicTransliteration syspref to "Show"
    3/ Access the OPAC over http, Google transliteration element will
       show up in masthead searchbox.
    4/ Access the OPAC over https. The element will not show. Console
       will show MIXED CONTENT error and failure of google loader.
    5/ Apply patch. Repeat steps #3 and #4 again. Now in both cases
       GoogleIndicTransliteration will work.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 6fcd32a75c41c7815a883cc4952899ea24045b3c)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 3a5e20809c191ed5773e70f09c0096d14cade6c9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list