[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.01-40-g037e056

Git repo owner gitmaster at git.koha-community.org
Wed Jul 12 10:12:18 CEST 2017


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, 17.05.x has been updated
       via  037e056c0451e1d383a414e47573f5a4cece9677 (commit)
      from  7bcad818744b11180b2b2c31a5dda8d51552b862 (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 037e056c0451e1d383a414e47573f5a4cece9677
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jun 9 13:01:14 2017 -0400

    Bug 18771: CGI.pm: Subroutine multi_param redefined
    
    The commands in the test plan are examples, and may need varying
    depending on your installation. This was created as a result
    of attempting to clean the installation process up. However,
    I believe the redefine might exist normally too. I just didn't
    check. This is tested on a Debian 8 box sudo apt-get update'd
    fully.
    
    TEST PLAN
    ---------
    empty error log
    $ echo > ~/koha-dev/var/log/koha-error_log
    
    drop and recreate and empty db
    > drop database koha_library;
    > create database koha_library;
    > quit
    
    run the web installer, but DO NOT LOG IN!
    *opening chrome to Staff Client URL*
    
    check the error log
    $ less ~/koha-dev/var/log/koha-error_log
    ...
    [Fri Jun 09 13:08:52.793627 2017] [cgi:error] [pid 5802] [client 192.168.71.101:58169] AH01215: [Fri Jun  9 13:08:52 2017] CGI.pm: Subroutine multi_param redefined at /usr/share/perl5/CGI.pm line 419.
    ...
    
    apply patch
    
    empty error log
    $ echo > ~/koha-dev/var/log/koha-error_log
    
    refresh the installation login page
    
    recheck the error log
    $ less ~/koha-dev/var/log/koha-error_log
    
    notice no reference to "Subroutine multi_param redefined"
    
    run koha qa test tools
    
    Notice that it is just a require CGI; and comment added.
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d222da0602ba96f08cc6c026f39451b0aa7de01e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Context.pm |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list