[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.06-3-g674260e

Git repo owner gitmaster at git.koha-community.org
Wed Dec 2 08:55:39 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.20.x has been updated
       via  674260ed4696bbf3b5a1bbeb33359caaaca5d974 (commit)
       via  d92680e6b7ce99b86c5648bd356266e3d9d8e672 (commit)
       via  916f31971317cfbcf261085c06017e5738b0326e (commit)
      from  eb95e2beb18dd5cbb6ed54520f958b5a17423625 (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 674260ed4696bbf3b5a1bbeb33359caaaca5d974
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Nov 4 12:09:06 2015 -0300

    Bug 14978: (RM followup) DBIx update
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 3cab4d1efd25268441c88ce74d5a4b568773c8aa)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit d92680e6b7ce99b86c5648bd356266e3d9d8e672
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Wed Dec 2 08:32:45 2015 +0100

    Bug 14978: DBRev 3.20.06.001
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 916f31971317cfbcf261085c06017e5738b0326e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 8 09:15:57 2015 +0100

    Bug 14978: Add unique key constraint on issues.itemnumber
    
    The constraint might have existed before bug 14069.
    For these DB, this patch will restore it, for others, it will add it :)
    
    Test plan:
    > show create table issues;
    should not return "unique key itemnumber"
    Execute the updatedb entry twice
    > show create table issues;
    should return only one "unique key itemnumber"
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 9e1d8d8c5e357a56f88c78eca52ccbb37902d43c)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 Koha.pm                                |    2 +-
 Koha/Schema/Result/Issue.pm            |   18 ++++++++++++++++--
 Koha/Schema/Result/Item.pm             |   12 ++++++------
 installer/data/mysql/kohastructure.sql |    1 +
 installer/data/mysql/updatedatabase.pl |   10 +++++++++-
 5 files changed, 33 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list