[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.20-33-g07e3104

Git repo owner gitmaster at git.koha-community.org
Mon May 22 10:15:23 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, 3.22.x has been updated
       via  07e310442938b28e9629bfbef090d1d9d83047dd (commit)
       via  c2029975a29933ad8b914262b1b24fc5672c398b (commit)
      from  4843687625e0d0e68a583966715ced137d11b228 (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 07e310442938b28e9629bfbef090d1d9d83047dd
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>
    (cherry picked from commit 285dd883564eaf96737b2be153bbe6d30e1b64f7)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit f598d07f0d617fade96c35634bfad8d7c480fd03)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit c2029975a29933ad8b914262b1b24fc5672c398b
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>
    (cherry picked from commit 6a82ff4b8907f17fb17af3201ab6e96320a995bf)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 3d37ed539f76005fe55f71f35def5c86d56db859)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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