[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.00-18-g23837e1

Git repo owner gitmaster at git.koha-community.org
Mon Dec 14 08:17:11 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.22.x has been updated
       via  23837e1c137a5933601712689dbe7c8d0711f252 (commit)
      from  dfa650949d50c1c90a3950db9a7d2b6a265e3b76 (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 23837e1c137a5933601712689dbe7c8d0711f252
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>
    (cherry picked from commit 48df0b8a2d50a0a4b9a17efd5e0711425ed5e09e)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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