[koha-commits] main Koha release repository branch master updated. v3.22.00-589-ga84264c

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 03:02:57 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, master has been updated
       via  a84264c92f4c34607fba09f109610e40611078a9 (commit)
       via  701f427587daa4530041014fae8bf3674351283c (commit)
      from  2a43195322c228795b08ebbc165e360c725c2b56 (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 a84264c92f4c34607fba09f109610e40611078a9
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

commit 701f427587daa4530041014fae8bf3674351283c
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

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

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