[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-67-gfbc8114

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 12:03:24 CEST 2016


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  fbc8114f54dd2f684f4fbdb0fbf4a5d44b534136 (commit)
       via  8a5e451e7f3c8e982fc5372b7f3224052ff3726b (commit)
      from  4f8e1dc5d89dfc5ec60bc722cb092ea7a831acbc (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 fbc8114f54dd2f684f4fbdb0fbf4a5d44b534136
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jun 6 10:49:06 2016 +0200

    Bug 16635: [QA Follow-up] Eliminate some global package vars
    
    [1] $branch is only related to line 123 as fallback.
    [2] $width moved to a constant; sub width is not used.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested the corresponding plugin in item editor.
    Test t/db_dependent/Barcodes.t and Barcodes_ValueBuilder.t still pass.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 4fc8b3d6cf6453f7ff550b9fbde1a7f6315dd066)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 94d77bd9c2955f5bafa868f3e2aa375112383194)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 8a5e451e7f3c8e982fc5372b7f3224052ff3726b
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Jun 1 20:41:27 2016 -0400

    Bug 16635: t/00-load.t warning from C4/Barcodes/hbyymmincr.pm
    
    According to http://perldoc.perl.org/vars.html, "our" should
    be a reasonable substitute for the "use vars". By declaring as
    "our", and removing the INIT, prove t/00-load will no longer
    generate a warning about INIT for the C4/Barcodes/hbyymmincr.pm
    module.
    
    TEST PLAN
    ---------
    1) prove t/00-load.t
       -- warnings about INIT for hbyymmincr
    2) prove `git grep -l hbyymmincr | grep [.]t$`
       -- should all run okay
    3) apply patch
    4) repeat steps 1 and 2
       -- warning should be gone, and everything else run okay
    5) run koha qa test tools
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit fd152d9e95a2236a00f3cb0284bdd2aa7cca6da2)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 7fbfa01f78c79daf434a351d165d22382f13fd94)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Barcodes/hbyymmincr.pm |   27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list