[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-80-g8bd7141

Git repo owner gitmaster at git.koha-community.org
Fri Jan 3 09:36:57 CET 2014


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.14.x has been updated
       via  8bd71415f136bfc41cbceaabf3dc066ad8275fc3 (commit)
       via  e209d4576f821f50e53e1522f765b94df540e15d (commit)
       via  fdcf8ab5729edc249019e5593e9d453885bfe36d (commit)
      from  b19bd4f2a92e7023428cb31d764b133ba4301e44 (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 8bd71415f136bfc41cbceaabf3dc066ad8275fc3
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>
    (cherry picked from commit e4912a20f9b6f59fb57955777abd1e62d785a1fd)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit e209d4576f821f50e53e1522f765b94df540e15d
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>
    (cherry picked from commit a573ac1fa8edd13535e2f785750fc5b5f61686aa)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit fdcf8ab5729edc249019e5593e9d453885bfe36d
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>
    (cherry picked from commit 451f67c05593461d2756a161032c39113d282c25)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.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