[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.04-30-g9449b27

Git repo owner gitmaster at git.koha-community.org
Mon Mar 7 11:57:28 CET 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  9449b27198a1f8f24dde0675fe6230cb977c4cf0 (commit)
       via  9719f0280141f0770f2eb8cdb96c4a8ccffcf253 (commit)
      from  fa632a7a205fa89eb45388265b5bce42125caf1e (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 9449b27198a1f8f24dde0675fe6230cb977c4cf0
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Feb 1 18:12:44 2016 -0500

    Bug 15719: Silence warning in C4/Language.pm during web install
    
    This problem was discovered the hard way:
    - Drop DB
    - Create DB
    - Webinstaller run until the screen is:
    We are ready to do some basic configuration.
    Please install basic configuration settings to continue the installation.
    -- The error log file will end with an error about splitting
       an uninitialized value.
    
    TEST PLAN
    ---------
    0) First patch already applied
    1) prove -v t/Languages.t
       -- success, but warn prints
    2) Apply this patch
    3) prove -v t/Languages.t
       -- success without warning messages
    4) run koha qa test tools
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as described. QA test tools run OK
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit a84264c92f4c34607fba09f109610e40611078a9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 9719f0280141f0770f2eb8cdb96c4a8ccffcf253
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Feb 1 18:26:41 2016 -0500

    Bug 15719: Silence warning in C4/Language.pm during web install - tests
    
    Test empty database case.
    
    TEST PLAN
    ---------
    1) prove -v t/Languages.t
       -- success (because test case is missing)
    2) Apply this patch
    3) prove -v t/Languages.t
       -- success, but warning printed.
    4) run koha qa test tools
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. QA test tools rus OK
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 701f427587daa4530041014fae8bf3674351283c)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Languages.pm |    6 +++++-
 t/Languages.t   |   10 ++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list