[koha-commits] main Koha release repository branch master updated. v17.05.00-299-g9d5fa22

Git repo owner gitmaster at git.koha-community.org
Wed Jul 26 20:01:55 CEST 2017


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  9d5fa221e80aec69051ed011751fada84e5c4b61 (commit)
       via  03f5c5b4f82d6f3eba2b4e7dd4eae7e28d53a60a (commit)
       via  7b7ffef53db3e8f1ffe2bda17f11a0ae18d3bf3b (commit)
      from  6d8b26b01f505771fe0d359d29fff8bc963e5291 (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 9d5fa221e80aec69051ed011751fada84e5c4b61
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jul 21 14:06:06 2017 +0000

    Bug 15140 (QA Followup) lowercase the search index
    
    Zebra doesn't care about cases, but ES does and default mapping is
    'control-number'
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 03f5c5b4f82d6f3eba2b4e7dd4eae7e28d53a60a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 1 13:04:07 2017 +0200

    Bug 15140: Display $i when ind2==8
    
    See MARC specification.
    Note that we have a preceding text before all 776s too.
    
    Test plan:
    [1] Set field 776 ind2 to 8. And add text in $i.
    [2] Look for this text on OPAC detail and staff detail.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Felix Hemme <felix.hemme at thulb.uni-jena.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7b7ffef53db3e8f1ffe2bda17f11a0ae18d3bf3b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Mar 16 12:37:12 2017 +0100

    Bug 15140: Add MARC21 776 to OPAC and staff display
    
    Adds code to opac and staff detail XSLT in order to show 776$t (or $a) and
    a link based on 776$w (record control number). $w should be in the form:
        (MARCOrgCode)Record-number
    For instance: (NL-AmRIJ)12345
    
    Note: You should have enabled default opac/intranet XSLT view.
    
    Test plan:
    [1] Add two 776s (one with $t and $w and one with $t only)
    [2] Verify that you see "Additional physical formats" on opac-detail. Does
        the link for $w work?
    [3] Check intranet detail too.
    [4] Empty 776$t and put text in $a. Check detail page again.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Felix Hemme <felix.hemme at thulb.uni-jena.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   49 ++++++++++++++++++++
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   49 ++++++++++++++++++++
 2 files changed, 98 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list