[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.00-41-g9c2d9c8

Git repo owner gitmaster at git.koha-community.org
Mon Jun 12 12:37:48 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  9c2d9c89a437605308ebf58d45fca858a3f56593 (commit)
      from  4def0870d85975c4e926fb62dbc2a9db2807ae20 (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 9c2d9c89a437605308ebf58d45fca858a3f56593
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jun 1 23:52:07 2017 -0300

    Bug 18716: Remove CGI::param warns from updatesupplier.pl
    
    This script floods the logs with this kind of warnings.
    
    To test:
    - Run:
      $ koha-plack-err
    - Edit a vendor in the acquisitions module
    - Save
    => FAIL: Logs show lots of warnings that look like:
     CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_acqui_updatesupplier_2epl
    - Apply this patch
    - Run:
      $ restart_all
      $ koha-plack-err
    - Edit a vendor, add/delete vendor contacts
    => SUCESS: No more warnings
    - Verify editing and storing vendor contacts works as expected.
    - Sign off :-D
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c35932923407e9ec088957f877e8607289b6b914)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/updatesupplier.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list