[koha-commits] main Koha release repository branch new/bug_7246 created. v3.06.00-584-g1fd8c8a

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 10:59:46 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_7246 has been created
        at  1fd8c8a4debf750476a2369e4440ac662b19f6b7 (commit)

- Log -----------------------------------------------------------------
commit 1fd8c8a4debf750476a2369e4440ac662b19f6b7
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Feb 1 15:15:02 2012 +0100

    Bug 7246 add offset/length and where options to rebuild_zebra
    
    This patch reimplement a feature that is on biblibre/master for Koha-community/master
    
    It adds 4 parameters:
    * offset = the offset of record. Say 1000 to start rebuilding at the 1000th record of your database
    * length = how many records to export. Say 400 to export only 400 records
    * where = add a where clause to rebuild only a given itemtype, or anything you want to filter on
    
    Another improvement resulting from offset & length limit is the rebuild_zebra_sliced.zsh
    that will be submitted in another patch.
    rebuild_zebra_sliced will slice your all database in small chunks, and, if something went wrong for a given slice, will slice the slice, and repeat, until you reach a slice size of 1, showing which record is wrong in your database.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Removed mention of -l option for limiting number of items exported, as requested
    by QA manager. This can be re-added in a later patch.
    
    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