[koha-commits] main Koha release repository branch new/bug_8524 created. v3.08.00-614-g6c77b4d

Git repo owner gitmaster at git.koha-community.org
Fri Aug 31 17:52:46 CEST 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_8524 has been created
        at  6c77b4d117bb9a92abc5b0ddeb87fe7f2ed1680c (commit)

- Log -----------------------------------------------------------------
commit 6c77b4d117bb9a92abc5b0ddeb87fe7f2ed1680c
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Aug 9 08:39:10 2012 -0400

    Bug 8524 follow-up: fix Javascript syntax error
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7c223802422cf4c57407553f11b6c167a8bc06b3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Aug 9 14:07:35 2012 +0200

    Bug 8524: Followup FIX an undeclared variable $query
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit eb51a7346ab46cf2681c1d76a39b4bbcff252864
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Aug 9 07:45:05 2012 -0400

    Bug 8524 follow-up: fix broken test
    
    The t/Barcodes_ValueBuilder.t test had the wrong number of tests
    declared, and rather than checking that a variable was undefined I was
    checking that it had a length of zero. Fixed both issues.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a2186855b39d2bf872b79ad0d1224330de9b8f43
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Aug 1 11:54:55 2012 -0400

    Bug 8524: Add a non-automatic barcode plugin
    
    In addition to adding a new barcode plugin, this commit begins
    refactoring the barcode generation code using a new module,
    C4::Barcodes::ValueBuilder. From the POD:
        This module is intended as a shim to ease the eventual transition
        from having all barcode-related code in the value builder plugin
        barcode.pl file to using C4::Barcodes. Since the shift will require
        a rather significant amount of refactoring, this module will return
        value builder-formatted results, at first by merely running the
        code that was formerly in the barcodes.pl value builder, but later
        by using C4::Barcodes.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list