[koha-commits] main Koha release repository branch master updated. v3.14.00-188-ge4912a2

Git repo owner gitmaster at git.koha-community.org
Wed Dec 25 16:33:46 CET 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  e4912a20f9b6f59fb57955777abd1e62d785a1fd (commit)
       via  a573ac1fa8edd13535e2f785750fc5b5f61686aa (commit)
       via  451f67c05593461d2756a161032c39113d282c25 (commit)
      from  e4f846a866d24779ff18634bd1da2e0c00086fe4 (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 e4912a20f9b6f59fb57955777abd1e62d785a1fd
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Dec 25 15:49:48 2013 +0000

    Bug 9940: (follow-up) add language-original to QP search field list
    
    This patch adds language-original to the list of search fields
    recognized by QueryParser.
    
    To test:
    
    [1] After doing the tests in the main patch, copy the configuration
        file etc/searchengine/queryparser.yaml into place, turn on the
        UseQueryParser system preference, and verify that searching on
        language-original still works.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a573ac1fa8edd13535e2f785750fc5b5f61686aa
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 24 11:27:52 2013 +0100

    Bug 9940: (follow-up) FIX comment: language-original is 101$c, not $h
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 451f67c05593461d2756a161032c39113d282c25
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Sun Apr 28 14:44:21 2013 +0200

    Bug 9940: Add a new index for the original language of a document
    
    It could be useful to index the original language of a document (i.e.
    "fre" for the English translation of a French novel).
    
    This patch renames the Bib-1 use attribute 1095 from
    Code-language-original to language-original and uses it to index:
    
    - MARC21 041$h subfield
    - UNIMARC 101$c subfield
    
    It adds "language-original" in the list of index in Search.pm.
    
    Test plan :
    A. in a MARC21 GRS1 environment
    1. Copy Zebra config files (zebradb/biblios/etc/bib1.att,
       zebradb/ccl.properties, marc_defs/marc21/biblios/record.abs) from
       your source etc/ directory to your main koha etc/ directory
    2. Reindex zebra
    3. Make some searches, like "language-original:fre"
    B. in a MARC21 DOM environment
    4. Copy Zebra config files (zebradb/biblios/etc/bib1.att, zebradb/ccl.properties,
       marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl) from your source etc/
       directory to your main koha etc/ directory
    5. Reindex zebra
    6. Make some searches, like "language-original:fre"
    C. in a UNIMARC GRS1 environment
    7. Copy Zebra config files (zebradb/biblios/etc/bib1.att,
       zebradb/ccl.properties, marc_defs/unimarc/biblios/record.abs) from
       your source etc/ directory to your main koha etc/ directory
    8. Reindex zebra
    9. Make some searches, like "language-original:fre"
    A. in a UNIMARC DOM environment
    10. Copy Zebra config files (zebradb/biblios/etc/bib1.att,
        zebradb/ccl.properties, marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl)
        from your source etc/ directory to your main koha etc/ directory
    11. Reindex zebra
    12. Make some searches, like "language-original:fre"
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Search.pm                                                  |    1 +
 etc/searchengine/queryparser.yaml                             |    9 +++++++++
 etc/zebradb/biblios/etc/bib1.att                              |    2 +-
 etc/zebradb/ccl.properties                                    |    5 +++++
 .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml        |    4 ++++
 .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl       |    7 +++++++
 etc/zebradb/marc_defs/marc21/biblios/record.abs               |    1 +
 .../marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml       |    4 ++++
 .../marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl      |    9 +++++++++
 etc/zebradb/marc_defs/unimarc/biblios/record.abs              |    1 +
 10 files changed, 42 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list