[koha-commits] main Koha release repository branch master updated. v3.22.00-19-g48df0b8

Git repo owner gitmaster at git.koha-community.org
Fri Dec 11 17:15:22 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, master has been updated
       via  48df0b8a2d50a0a4b9a17efd5e0711425ed5e09e (commit)
      from  ae5962cab435fe5119cf743a2ea0b9e501985ff9 (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 48df0b8a2d50a0a4b9a17efd5e0711425ed5e09e
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Dec 7 15:25:25 2015 +0100

    Bug 15325: Fix --table option of rebuild_zebra.pl
    
    Option's value given on command line was never used and 'biblioitems'
    was used instead.
    
    Test plan:
    1. git checkout master
    2. perl misc/migration_tools/rebuild_zebra.pl -b -t items --where "price = 42"
    3. You should see errors printed on screen about an unknown column
    4. Apply patch
    5. perl misc/migration_tools/rebuild_zebra.pl -b -t items --where "price = 42"
    6. No errors \o/
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 misc/migration_tools/rebuild_zebra.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list