[koha-commits] main Koha release repository branch master updated. v3.22.00-1578-g85410cc

Git repo owner gitmaster at git.koha-community.org
Mon May 16 18:59:24 CEST 2016


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  85410cc9bc1cb6106ae8922e9698f6fb349b8b7d (commit)
       via  4e1b0e024297ecfe9b9ca91ea43e730db74a528a (commit)
       via  74937f9c891b9a17c06cbb8100ef535c7da56285 (commit)
       via  1960ba7e5b108ecc81ec7ac2f6303ee45f0f2c2c (commit)
      from  bc707baf02c672fdd8f6d2095137694d7e400a97 (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 85410cc9bc1cb6106ae8922e9698f6fb349b8b7d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 16 17:09:53 2016 +0000

    Bug 16402 - DBRev 3.23.00.063
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4e1b0e024297ecfe9b9ca91ea43e730db74a528a
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon May 16 12:36:56 2016 -0300

    Bug 16402: (QA followup)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 74937f9c891b9a17c06cbb8100ef535c7da56285
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 9 15:08:56 2016 +0100

    Bug 16402: Fix fox existing installations
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1960ba7e5b108ecc81ec7ac2f6303ee45f0f2c2c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 5 15:14:51 2016 +0100

    Bug 16402: Make kohastructure.sql valid for MySQL v5.7
    
    A primary key should not contain null value, and MySQL v5.7 is now more
    strict and won't accept our errors in the DB structure.
    
    Test plan:
      mysql < installer/data/mysql/kohastructure.sql
    should work using MySQL v5.7
    
    QA:
    - letter.branchcode should not be NULL, the default (all) is an empty
    string
    - permissions.code should not be NULL, it's always a string
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Clean install of Ubuntu 16.05, MySQL 5.7.11
    kohastructure.sql loads ok, just one warning
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 installer/data/mysql/kohastructure.sql |    4 ++--
 installer/data/mysql/updatedatabase.pl |   12 ++++++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list