[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.04-47-gd49b59c

Git repo owner gitmaster at git.koha-community.org
Thu Sep 13 22:57:22 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, 3.8.x has been updated
       via  d49b59c3c9c92b221cd623976e919e279e61261c (commit)
       via  83747e2f2a97a93945a935b8f8ac81c14059e3a6 (commit)
       via  dca40027525432f7c02f559acd8a8cf89000dc8d (commit)
       via  b194cb71d072ef0bbc7b687a95a286236692504c (commit)
      from  1a91738b69a2227d2b92449d1a9c64f86ee41603 (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 d49b59c3c9c92b221cd623976e919e279e61261c
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>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 83747e2f2a97a93945a935b8f8ac81c14059e3a6
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>
    
    Conflicts:
    
    	cataloguing/value_builder/barcode.pl
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit dca40027525432f7c02f559acd8a8cf89000dc8d
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>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit b194cb71d072ef0bbc7b687a95a286236692504c
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>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Barcodes/ValueBuilder.pm                 |  109 ++++++++++++++++++++++
 cataloguing/value_builder/barcode.pl        |   68 +++++---------
 cataloguing/value_builder/barcode_manual.pl |  132 +++++++++++++++++++++++++++
 t/Barcodes_ValueBuilder.t                   |   77 ++++++++++++++++
 4 files changed, 344 insertions(+), 42 deletions(-)
 create mode 100644 C4/Barcodes/ValueBuilder.pm
 create mode 100755 cataloguing/value_builder/barcode_manual.pl
 create mode 100644 t/Barcodes_ValueBuilder.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list