[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.03-75-g2ec870a

Git repo owner gitmaster at git.koha-community.org
Mon Feb 23 00:13:05 CET 2015


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.18.x has been updated
       via  2ec870a2c2825984220d8445a36617582fc2cf67 (commit)
       via  e5073e1235162e395ca39edff93bfca643b3f1b9 (commit)
      from  11287e0ad19d69175026b507ac8796988cfd0ab9 (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 2ec870a2c2825984220d8445a36617582fc2cf67
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Sun Feb 15 17:40:06 2015 +0100

    Bug 12948: Use word indexing for language (MARC21)
    
     This patch is for MARC21. To test:
    1)Setup a site with
     MARC21
    2)Insert 2 record, one lang A in 041 and 008 pos
     35-37 an other with lang A in 041 and lang B in 008 pos
     35-37
    3)Index them
    4)Search in advanced search with filter
     'languare' for lan A. You will see 2 records
    5)Search in
     advanced search with filter 'languare' for lan B. You will
     see 0 records
    6)Apply the patch
    7)Full reindex
    8)Search in advanced search
     with filter 'languare' for lan B. You will see 1 records
    
    http://bugs.koha-community.org/show_bug.cgi?id=12948
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    I have *not* actually tested this, but the changes are identical to the ones
    done for NORMARC, which I have tested, so I think it is safe to sign off. If
    anyone disagrees, please reset the bug to "Needs signoff".
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit c29a53ea20d668f135c62abbc7dda1bf282be8f0)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e5073e1235162e395ca39edff93bfca643b3f1b9
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Sun Feb 15 17:54:48 2015 +0100

    Bug 12948: Use word indexing for language (NORMARC)
    
    This patch is for Normarc
    Same test plan as patch for MARC21, except you need a setup with Normarc.
    
    http://bugs.koha-community.org/show_bug.cgi?id=12948
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    
    - Added a record with "bul" in 008pos35-37
    - Verified that this did not turn up in an advanced search with language =
      Bulgarian
    - Applied the patch
    - I was testing on a gitified install, so I had to copy the patched index file
      to the right location with this command:
    
    sudo cp etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl \
    /etc/koha/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl
    
    - Did a full reindex
    - Verified that the record *did* turn up in an advanced search with language =
      Bulgarian
    - Signing off! Thanks Zeno!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit bf89e306a86c440a3296fc89436ad5e854ea4f34)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml   |    4 ++--
 etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl  |    2 +-
 etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml  |    4 ++--
 etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list