[koha-commits] main Koha release repository branch master updated. v16.05.00-505-g8a7266c

Git repo owner gitmaster at git.koha-community.org
Thu Aug 18 17:35:48 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  8a7266cd0d12f8933e9598a4e954ecd2977b89b8 (commit)
       via  c0ac389c1ec5422795bd6976a29e140a945f967d (commit)
       via  40b9645bf6d822e7e1895587b44889c193af14ac (commit)
      from  090c0fc6c49e448b1ee506808e5f157c4ba88414 (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 8a7266cd0d12f8933e9598a4e954ecd2977b89b8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 15 13:15:22 2016 +0100

    Bug 16615: Update OPACSearchForTitleIn to access openlibrary.org via https
    
    Note that we could also update the syspref for existing installs
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c0ac389c1ec5422795bd6976a29e140a945f967d
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sun Aug 14 13:01:47 2016 -0400

    Bug 16615: Follow up - missed a spot
    
    Also, it is recommended to apply bug 17103 before this.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Oliver Bock <oliver.bock at aei.mpg.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 40b9645bf6d822e7e1895587b44889c193af14ac
Author: Oliver Bock <oliver.bock at aei.mpg.de>
Date:   Mon May 30 07:35:26 2016 +0000

    Bug 16615: Open Library API fails for full-site-SSL
    
    When running Koha in a full-site-SSL configuration accessing
    external resouces like Open Library cover images via HTTP
    doesn't work (mixed SSL/non-SSL content). It thus breaks a
    core feature of Koha. Referencing such resources always via
    HTTPS resolves the problem and also enhances privacy as a
    side-effect.
    
    Previous tickets took care of Amazon resources. This ticket
    is supposed to address the remaining external resource providers,
    starting with Open Library.
    
    TEST PLAN
    ---------
    1) Over https access your OPAC with the Enhanced Content system
       preferences 'OpenLibraryCovers' set to 'Add', and
       'OpenLibrarySearch' set to 'Show'.
    2) Search for something (e.g. Mo Willems)
       -- Your browser console log will show messages about
          mixed content.
    3) Apply the patch
    4) Making sure to reload the java script, attempt steps 1 & 2
       again.
       -- no mixed content messages should be given
    5) run koha qa test tools
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 installer/data/mysql/sysprefs.sql               |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list