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

Git repo owner gitmaster at git.koha-community.org
Tue Aug 13 16:25:56 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  5868490f026d0632416fdb78a6c0e7047f1e0df5 (commit)
       via  aba3db2628f25361fecfbe67b100f8913074835a (commit)
      from  fe193210815b33efbefbf518ccc13329f20eeefc (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 5868490f026d0632416fdb78a6c0e7047f1e0df5
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Sat Aug 10 00:59:27 2013 +0200

    Bug 8507: (follow-up) fix one reference to __ZEBRA_BIBLIOS_CFG__
    
    Fixed the path to __ZEBRA_BIBLIOS_CFG__ for <server id="mergeserver">
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Good catach drojf.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit aba3db2628f25361fecfbe67b100f8913074835a
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Aug 8 15:15:53 2013 -0300

    Bug 8507: koha-create now supports using DOM indexing for bibs
    
    This patch makes the koha-create script install the file zebra-biblios-dom.cfg
    with the proper string substitutions inside on the new instance koha-conf.xml file.
    
    It also adds two option switches that control the indexing mode for the instance:
    
     --biblio-idx {dom|grs1}
     --auth-idx {dom|grs1}
    
    DOM indexing is set as the default for both authorities and bibliographic records.
    
    Following drojf (thanks!) advice I arranged stuff like explained here:
    
      http://wiki.koha-community.org/wiki/Switching_to_dom_indexing
    
    To test:
    - Apply the patch
    - Build your own packages and install them on a test server
    a) Create a new instance without using the new switches like:
     $ koha-create --create-db domtest
     - Check there's a file /etc/koha/sites/domtest/zebra-biblios-dom.cfg
     - Check that /etc/koha/sites/domtest/koha-conf.xml points to:
       * zebra-biblios-dom.cfg (biblioserver section)
       * zebra-biblios-dom.cfg (publicserver section)
       * zebra-authorities-dom.cfg (authorityserver section)
     - Success means the new default is DOM
    b) Play with the 4 possible combination of option switches
     $ koha-create --create-db --auth-idx grs1 --biblio-idx grs1 domtest
     $ koha-create --create-db --auth-idx grs1 --biblio-idx dom domtest
     $ koha-create --create-db --auth-idx dom --biblio-idx grs1 domtest
     $ koha-create --create-db --auth-idx dom --biblio-idx dom domtest
     - Check the koha-conf.xml file reflects the chosen options.
    c) Run
     $ koha-create --help
     - It should advertise this addition accordingly.
    d) Run
     $ man koha-create
     - Man page for koha-create should provide good information on the new switches behaviour
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 debian/docs/koha-create.xml                    |   16 ++++
 debian/scripts/koha-create                     |  113 +++++++++++++++++++++++-
 debian/scripts/koha-remove                     |    2 +
 debian/templates/koha-conf-site.xml.in         |   33 ++++---
 debian/templates/zebra-biblios-dom-site.cfg.in |   22 +++---
 5 files changed, 158 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list