[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.08-9-g278f5a1

Git repo owner gitmaster at git.koha-community.org
Thu Mar 26 03:36:18 CET 2015


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.16.x has been updated
       via  278f5a1830d4bc3667a872b690c6a0aad106665f (commit)
       via  10f36b2722ea77c805e554a018e2c66b83ede71d (commit)
       via  4eaa86acffde08b7fcdf16ae8cf8a73c35bf0d10 (commit)
      from  75db3b4e17c3beb904594c74e0936bc44b83400a (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 278f5a1830d4bc3667a872b690c6a0aad106665f
Author: Mason James <mtj at kohaaloha.com>
Date:   Thu Mar 26 14:54:30 2015 +1300

    	modified:   installer/data/mysql/updatedatabase.pl

commit 10f36b2722ea77c805e554a018e2c66b83ede71d
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Feb 24 14:20:31 2015 -0300

    Bug 13523: DBIC updates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 4eaa86acffde08b7fcdf16ae8cf8a73c35bf0d10
Author: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
Date:   Thu Jan 22 12:21:47 2015 +0100

    Bug 13523 - AddBiblio fails on mysql with STRICT_TRANS_TABLES
    
    This patch removes the NOT NULL restriction on biblioitems.marcxml and
    deletedbiblioitems.marcxml due to STRICT_TRANS_TABLES default in
    Mysql 5.6.22 and onwards.
    
    Test:
    
    1. check mysql global settings:
       mysql > SELECT @@GLOBAL.sql_mode;
       verify that STRICT_TRANS_TABLES is not set
    2. set STRICT_TRANS_TABLES (or upgrade mysql to > 5.6.21)
       mysql > SET @@GLOBAL.sql_mode = 'STRICT_TRANS_TABLES';
    3. try to add biblio in Cataloguing module
       verify that it fails with a "software error"
    4. apply patch
    5. repeat 3 and verify that there is no "software error" any more
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    I confirm with the problem with mariadb and STRICT_TRANS_TABLES enabled.
    On adding a biblio (C4::Biblio::AddBiblio), biblioitems is populate in
    _koha_add_biblioitem but marxcml is not generated yet. It's in
    ModBiblioMarc, few lines later.
    The NOT NULL condition is not valid here.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 Koha/Schema/Result/Biblioitem.pm        |    4 ++--
 Koha/Schema/Result/Deletedbiblioitem.pm |    4 ++--
 installer/data/mysql/kohastructure.sql  |    4 ++--
 installer/data/mysql/updatedatabase.pl  |   14 ++++++++++++++
 4 files changed, 20 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list