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

Git repo owner gitmaster at git.koha-community.org
Mon Sep 23 18:59:59 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  115a3e6b60cab0e5000483575ca69736bb40ee2c (commit)
      from  54befcf59ed85be0041d72760eb1771bcce0492e (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 115a3e6b60cab0e5000483575ca69736bb40ee2c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Sep 18 15:24:08 2013 -0400

    Bug 10911: fix invalid links when displaying records that have 880 fields
    
    Koha intranet search results using XSLT for records with 880 fields have
    the details link created by a code path that incorrectly links to some
    opac pages.
    
    Test Plan:
    1) Enable XSLT for intranet search results
    2) Upload or create a record with at least one 880 field
    3) Search for the item ( must have multiple hits to avoid redirection )
    4) Click the title link, note it is broken
    5) Apply this patch
    6) Click the title link, note it is correct
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Comment: Work as described, no koha-qa errors.
    
    Test
    1) imported two times sample record
    2) reindex
    3) search, find example record, broken links
    4) applied patch
    5) refresh, good links
    
    NOTE: A similar (invalid references) problem is present on
    UNIMARC and NORMAC files
    I'll file a new bug for those cases.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely, tested with a different set of sample
    records with Hebrew 880 fields.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list