[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.01-36-ge6b1ca6

Git repo owner gitmaster at git.koha-community.org
Wed Jan 16 07:49:44 CET 2013


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.10.x has been updated
       via  e6b1ca6404303aec7715108b6573a9f202907b2c (commit)
       via  4a95479a5a45b87acc59372ebcc8d84d2c21bc3d (commit)
      from  20de00b2185fecc27c5aaa2647fb1b15dec50383 (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 e6b1ca6404303aec7715108b6573a9f202907b2c
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Dec 20 15:45:33 2012 +1300

    Bug 9309 - Make OPACurlOpenInNewWindow be respected for 856$u
    
    If a biblio record contained a URL, and the OPAC was using the "normal"
    (non-XSLT) display for records, then these links would never open a new
    window. With this patch, they will.
    
    Test plan:
    1) have a biblio containing an 856$u link
    2) set OPACurlOpenInNewWindow to "true"
    3) do not use XSLT for displaying the detail pages in the OPAC
    4) view the record, click the link, and note that it opens in the
       current window.
    5) apply the patch
    6) reload the detail page, click the link, and note that it opens a new
       window.
    
    Sponsored-By: National Institute of Water and Atmospheric Research
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 4a95479a5a45b87acc59372ebcc8d84d2c21bc3d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 3 12:53:23 2013 -0500

    Bug 7657 - Google and OpenLibrary image conflict
    
    The JavaScript files which output Google and OpenLibrary cover images
    each assumes it is the only source for cover images running. Each script
    isn't specific enough to filter out markup generated by the other. This
    patch corrects the specificity of the selector looking for markup
    related to Google and OpenLibrary covers.
    
    To test, enable both Google and OpenLibrary cover images in the OPAC.
    Perform a search which will return results which include titles which
    have covers from both services. Confirm that these covers appear
    correctly and that "no cover" information still works correctly.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Added corrected Javascript to CCSR theme.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 koha-tmpl/opac-tmpl/ccsr/en/js/google-jackets.js   |    5 +++--
 koha-tmpl/opac-tmpl/ccsr/en/js/openlibrary.js      |    4 ++--
 koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js   |    5 +++--
 koha-tmpl/opac-tmpl/prog/en/js/openlibrary.js      |    4 ++--
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    2 +-
 5 files changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list