[koha-commits] main Koha release repository branch master updated. v3.20.00-1009-g413cf2d

Git repo owner gitmaster at git.koha-community.org
Mon Nov 2 17:03:04 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, master has been updated
       via  413cf2d3108542ad32efaad0e2aa6d56beb03066 (commit)
       via  9e1d8d8c5e357a56f88c78eca52ccbb37902d43c (commit)
       via  298733cb1e528f117984077442c867c3d2035ee0 (commit)
      from  ce23235ec5229a2b6bb287014674fc856fad7084 (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 413cf2d3108542ad32efaad0e2aa6d56beb03066
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Nov 2 13:00:37 2015 -0300

    Bug 14978: DBRev 3.21.00.048
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9e1d8d8c5e357a56f88c78eca52ccbb37902d43c
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>

commit 298733cb1e528f117984077442c867c3d2035ee0
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jul 22 14:41:42 2015 +0200

    Bug 14589: Adjust authorities_merge_ajax and replace some indirect syntax
    
    This patch does the following:
    [1] Adjust authorities_merge_ajax just as in bug 14588.
    [2] Replace some indirect syntax for fetch GGI::Cookie.
    [3] Along the way replace some new CGI's. Note that I am not aiming to
        replace them Koha wide. The "fetch class" variant is less readable.
    
    NOTE: The changes to tools/upload-file.pl and upload-file-progress.pl
    are moved to report 14321.
    
    Test plan:
    [1] Run the URL authorities/merge_ajax.pl in staff.
    [2] Upload a file with Stage MARC records for import.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    [1] It runs, but also before patch
    [2] File uploads without problem
    No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    We could certainly remove 1 or 2 call to CGI->new in tools/background-job-progress.pl
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 Koha.pm                                |    2 +-
 acqui/check_duplicate_barcode_ajax.pl  |    2 +-
 authorities/merge_ajax.pl              |   12 +++++-------
 installer/data/mysql/kohastructure.sql |    1 +
 installer/data/mysql/updatedatabase.pl |   10 ++++++++++
 opac/opac-patron-image.pl              |    2 +-
 opac/opac-ratings-ajax.pl              |    2 +-
 opac/opac-tags.pl                      |    2 +-
 tags/review.pl                         |    2 +-
 tools/background-job-progress.pl       |    6 +++---
 10 files changed, 25 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list