[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-763-g82e1b22

Git repo owner gitmaster at git.koha-community.org
Fri Jul 5 15:48:26 CEST 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  82e1b227943393c33dbec903a7287c49b593424c (commit)
       via  343c93ea4358d7b78dec25dfbcca525eabbfa6bf (commit)
      from  79df5211d6faff8ab31b46c815ed50c70093a057 (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 82e1b227943393c33dbec903a7287c49b593424c
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jun 24 14:40:36 2013 -0300

    Bug 10431 - Redundant mappings removed
    
    There were 5 redundant mappings left in the file. They are removed.
    Its almost a QA followup as everything went fine anyway.
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 343c93ea4358d7b78dec25dfbcca525eabbfa6bf
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Jun 11 10:46:36 2013 -0300

    Bug 10431 - Spanish Zebra character sorting file
    
    This patch provides a definition file for Spanish (es) character
    sorting in Zebra. It is based on the ideas from Hugo Agud <hagud at orex.es>
    and Pablo Bianchi <pablo.bianchi at gmail.com>.
    
    Makefile.PL is fixed to notice the existence of the 'es' language. The
    docs for koha-create are touched too.
    
    To test:
    Tarball
    =======
    - Go through the install process, choosing 'es' for the Zebra's language step
    - Koha should work as usual.
    - Running this should show the lang definition is properly set.
    $ grep -R "lang_defs/es" /etc/koha/*
    (stuff like zebradb/zebra-biblios-dom.cfg:profilePath:...etc/koha/zebra/lang_defs/es... should show)
    - This file should be present:
     /etc/koha/zebradb/lang_defs/es/sort-string-utf.chr
    
    Packages
    ========
    - Build your own package, it shouldn't break the packaging
    - Try the new package, using koha-create to set an instance using --lang 'es'
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Makefile.PL                                  |    2 +-
 debian/scripts/koha-create                   |    2 +-
 etc/zebradb/lang_defs/es/sort-string-utf.chr |   42 ++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 2 deletions(-)
 create mode 100644 etc/zebradb/lang_defs/es/sort-string-utf.chr


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list