[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-43-gcdcc045

Git repo owner gitmaster at git.koha-community.org
Fri Sep 29 15:39:25 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  cdcc0458b796aff59a50e0f5d4c7b7140682eacf (commit)
      from  e73f59c607e459dc4ada3632c6dbb1a3aad9a7f6 (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 cdcc0458b796aff59a50e0f5d4c7b7140682eacf
Author: Lee Jamison <ldjamison at marywood.edu>
Date:   Fri Aug 11 18:58:53 2017 +0000

    Bug 19088: plugins-upload causes error log noise
    
    After uploading a plugin the error log indicates
    use of uninitialized value in $op. This patch
    silences the noise.
    
    To test:
    1) Set <enable_plugins> to 1 (one) in koha-conf.xml.
    2) Set the UseKohaPlugins system preference to 'Enable'.
    3) Navigate to Administration -> Manage plugins.
    4) Install the test plugin KPZ file attached to this bug.
    5) Notice the uninitialized value noise in the error log.
    6) Uninstall the plugin (plack restart may be required if plack is
        enabled).
    7) Apply patch.
    8) Install the plugin again.
    9) Notice no noise in the error log.
    10) Run qa tools.
    11) Run prove t/db_dependent/Plugins.t
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1076a0edf32b621da54c53ea71595885f7e14c38)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list