[koha-commits] main Koha release repository branch master updated. v16.11.00-1095-g285dd88

Git repo owner gitmaster at git.koha-community.org
Fri May 19 15:54:35 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, master has been updated
       via  285dd883564eaf96737b2be153bbe6d30e1b64f7 (commit)
       via  6a82ff4b8907f17fb17af3201ab6e96320a995bf (commit)
      from  4c631a0824a38177279475f77e9246087fa97515 (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 285dd883564eaf96737b2be153bbe6d30e1b64f7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 18 16:40:42 2017 -0300

    Bug 18376: Do not need to prepare a single statement, use do
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6a82ff4b8907f17fb17af3201ab6e96320a995bf
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Apr 4 14:17:15 2017 +0200

    Bug 18376 - authority framework creation fails under Plack
    
    With plack, when creating a new authority framework from another, you get the error :
    Can't call method "prepare" on an undefined value at (...)/src/admin/auth_tag_structure.pl line 267.
    
    Looks like plack does not like when the var $dbh from the script is called inside a sub.
    
    This patch adds a local var $dbh inside sub duplicate_auth_framework(), like in sub StringSearch().
    
    Also correctes a redefine of my $sth.
    
    Test plan:
    - Go to Administration > Authority types
    - Create a new type
    - On this new type click on Actions > MARC Structure
    - Select another type and click OK
    => You must get a table filled with the tag structure
    Check with and without plack
    You may not be able to reproduce the error with plack.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 admin/auth_tag_structure.pl |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list