[koha-commits] main Koha release repository branch new/bug_7698 created. v3.06.00-713-ga0316d4

Git repo owner gitmaster at git.koha-community.org
Tue Mar 13 16:08:18 CET 2012


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, new/bug_7698 has been created
        at  a0316d4d272c585d8d52672166d64963f83ec64a (commit)

- Log -----------------------------------------------------------------
commit a0316d4d272c585d8d52672166d64963f83ec64a
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Mon Dec 12 09:39:34 2011 +0100

    Bug 7698: Add CHR/ICU Zebra tokenization choice to installation
    
    Word search with multi-part facets works properly only with Zebra ICU
    tokenization. This patch add a new question to Koha command line
    installer:
    
      Zebra has two methods to perform records tokenization
      and characters normalization: CHR and ICU. ICU is
      recommended for catalogs containing non-Latin
      characters. (chr, icu) [chr]
    
    How to test:
    
      - perl ./Makefile.PL
      - Try each possible value for new parameter
      - Take a look at zebradb/etc/default.idx file.
        Depending of the parameter you get this line:
          icuchain words-icu.xml
        or this one:
          charmap word-phrase-utf.chr
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (Note: This patch was previously associated with bug 3216; I moved it to a
    separate bug because including ICU is a good idea independent of the fix for
    the particular issue described in bug 3216)
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list