[koha-commits] main Koha release repository branch master updated. v3.22.00-407-g07f9500

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 07:09:39 CET 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  07f950082cc0f652f200a674e7e603fcbf932b97 (commit)
       via  53939af8d6027f49994cbe233af8c3aa30dfebda (commit)
       via  b2c25ba1f6e2482d63d60675d11ed51e3404ed24 (commit)
       via  85397f429d0ddf678e339c2ed31734cd2791c32a (commit)
      from  b124540ee9819c86fd82a8fd63214c5b56ea9e32 (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 07f950082cc0f652f200a674e7e603fcbf932b97
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Fri Jan 8 11:23:38 2016 +1300

     Bug 14571 - Intranet detail needs ssl sources for Amazon images
    
    To test:
    
    Enable Amazon images for the staff client - syspref:  AmazonCoverImages -> Show
    Go to a record detail in the intranet that has an Amazon image, inspect it, and make sure that it
    
    1. Shows
    2. has https://images-na. and not http://images.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 53939af8d6027f49994cbe233af8c3aa30dfebda
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Tue Jul 21 11:11:35 2015 +1200

     Bug 14571 - More switching of Amazon image source URL to https
    
           modified:   modules/opac-opensearch.tt
           modified:   modules/opac-results-grouped.tt
           modified:   modules/opac-shelves.tt
           modified:   modules/opac-showreviews-rss.tt
           modified:   modules/opac-showreviews.tt
    
    Basically, just inspect these places and make sure the Amazon images are
    using https://images-na instead of http://images
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit b2c25ba1f6e2482d63d60675d11ed51e3404ed24
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Tue Jul 21 10:46:14 2015 +1200

     Bug 14571: HTTPS Amazon images [follow up]
    
    I found a couple more places where we should be using images-na, so I
    updated them
    
    * in the shelf browser
    * in XISBN related works (honestly not sure how to test this one, but
      changing from the http:// url won't hurt anything.)
    
    To test:
    
    * Turn on the shelf browser, and browse for an item that has an amazon
      image,
    * inspect it, it should be using https://images-na... url.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 85397f429d0ddf678e339c2ed31734cd2791c32a
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Tue Jul 21 10:41:02 2015 +1200

     Bug 14571: using_https check for ssl connections doesn't work in some situations
    
    To test:
    
    * turn on Amazon images for result and detail in the OPAC
    * do a search that will result in an Amazon image being displayed on the
      result page
    * inspect the cover image that is returned on the result page, it should
      be using a https://images-na... Amazon URL.
    * click through to the detail for that item
    * inspect the cover image that is returned on the detail page, it should
      be using a https://images-na... Amazon URL.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt    |    8 --------
 koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc     |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt        |    6 +-----
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt    |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt     |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt       |    4 ----
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt       |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt     |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt   |    2 +-
 9 files changed, 7 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list