[koha-commits] main Koha release repository branch master updated. v16.05.00-445-g5b4259b

Git repo owner gitmaster at git.koha-community.org
Tue Aug 9 12:12:00 CEST 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  5b4259be9c237c7773f6af9f6c83894718be603d (commit)
       via  84f51549c94a5f5fdc227e6febb472946ca2b71c (commit)
      from  7f50e9f686a319a4857f595e46c405f8bc85b48e (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 5b4259be9c237c7773f6af9f6c83894718be603d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 20 11:29:01 2015 +0200

    Bug 6499: [QA Follow-up] Trivial adjustments
    
    Removes commented line from bib1.att.
    Adjust OCLC-number to Other-control-number in comment of ccl properties.
    No need to explicitly add 035$a and $z if you index 035 completely in
    record.abs as well as biblio-koha-indexdefs.xml.
    Rerun koha-indexdefs-to-zebra.xsl on index defs.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 84f51549c94a5f5fdc227e6febb472946ca2b71c
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Thu Jul 10 09:54:56 2014 -0400

    Bug 6499: Add Zebra index "Other-control-number" covering MARC21 035$a, 035$z and 035 (entire tag)
    
    1) Apply patch
    2) Make sure that you have a bib that has MARC21 035$a (and possibly also 035$z) populated.
    
    pre 3) Replace all modified zebra files and restart zebra server
    
    3) Rebuild zebra: misc/migration_tools/rebuild_zebra.pl -x -b -z
    4) Add the following to the intranetuserjs syspref:
    
    $(document).ready(function(){
        // Add Other Control Number to advanced search
        if (window.location.href.indexOf("catalogue/search.pl") > -1) {
            $(".advsearch").append('<option value="Other-control-number">Other Control Number</option>');
        }
    });
    
    5) Do an advanced search, select "Other Control Number" from the search menu, then add the Other Control Number in 035$a for the bib specified in step 1.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works, no koha-qa errors
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Search.pm                                              |    1 +
 etc/zebradb/biblios/etc/bib1.att                          |    2 +-
 etc/zebradb/ccl.properties                                |    3 +++
 .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml    |    6 +++++-
 .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl   |   13 +++++++++++++
 etc/zebradb/marc_defs/marc21/biblios/record.abs           |    2 +-
 6 files changed, 24 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list