[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-43-gc7f90a2

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:59:49 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.20.x has been updated
       via  c7f90a22be27a8960b6429a5a7e66bf77371f8da (commit)
      from  27d0b204889dacc8cb4ad472a853b7f642b4b0ea (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 c7f90a22be27a8960b6429a5a7e66bf77371f8da
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Jul 16 17:48:14 2015 +0200

    Bug 14542: Transliterate rule for all single quote forms
    
    Single quotes in common language (not in programming) are usually ', but
    there is also the form known as ’ in HTML.  See
    https://fr.wikipedia.org/wiki/Apostrophe_%28typographie%29
    
    This bug proposes to transliterate all forms into a space.
    
    Test plan :
    (I'll use the code ’ instead of the unicode character)
    - Without the patch
    - Create a record with title : L’avion d’argile
    - Index this record
    - Search for "L’avion d’argile" => You find the record
    - Search for "L'avion d'argile" => You do not find the record
    - Apply patch
    - Search for "L’avion d’argile" => You find the record
    - Search for "L'avion d'argile" => You find the record
    - Search for "L avion d argile" => You find the record
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit b11eb03a4c9674f4f4dedadaa8790257e30fb1d0)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 etc/zebradb/etc/words-icu.xml |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list