[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1079-gbc240a9

Git repo owner gitmaster at git.koha-community.org
Sun Sep 8 21:13:35 CEST 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, master has been updated
       via  bc240a908d0fbc50b099df04e61da9fbb55fab52 (commit)
      from  86c08e63a25afa86c9051f070d819ddac675425d (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 bc240a908d0fbc50b099df04e61da9fbb55fab52
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jul 10 11:06:39 2013 +0200

    Bug 10564 - use OPACURLOpenInNewWindow in UNIMARCslim2OPACResults.xsl
    
    When using UNIMARC XSLT for OPAC detail page, if record has an 856$u,
    its content is displayed as a link. The syspref OPACURLOpenInNewWindow
    adds the option of opening in a new window (attribute target="_blank").
    
    856$u is also used in UNIMARC results XSLT but the use of
    OPACURLOpenInNewWindow syspref is missing. It exists for MARC21.
    
    This patch adds the use of OPACURLOpenInNewWindow in UNIMARCslim2OPACResults.xsl.
    
    Test plan :
    - In a UNIMARC catalog, enable XSLT for OPAC results page
    - Create a record with a link in 856$u and set second indicator to 0
    - Set OPACURLOpenInNewWindow syspref on
    - At OPAC, perform a search that contains the record
    => You should see the link : "Click here to access online"
    - click on it
    => You shoud get to a new window (or tab depending on your browser configuration)
    - Set OPACURLOpenInNewWindow syspref off
    - re-perform the search
    - click on the link
    => You shoud stay in same window
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as described, no koha-qa errors
    Tested following plan after applying patch
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    XSLT change only, works as described.
    To test: Catalog 856$u and $a, 2nd indicator = 0.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/xslt/UNIMARCslim2OPACResults.xsl       |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list