[koha-commits] main Koha release repository branch master updated. v18.05.00-383-gb7fa3b9

Git repo owner gitmaster at git.koha-community.org
Thu Aug 2 15:23:14 CEST 2018


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  b7fa3b9b43bce1bae3d7fcdc76775cc84b83433d (commit)
       via  d65ab39699c0406f7438e2c7f1d0d36e233f2d7b (commit)
       via  336c54860531253d860165dc9a6d406892b1600a (commit)
      from  ce96080f3005be5a63c9f2cab8d4b6c81e9b5b27 (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 b7fa3b9b43bce1bae3d7fcdc76775cc84b83433d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 09:59:01 2018 -0300

    Bug 21136: Fix add/edit patron when cities are defined
    
    Same as bug 21085.
    
    When cities are defined, there is a select with name="select_city" added
    to the DOM and its value will be passed to memberentry.pl
    We must remove it from the attribute list before creating the
    Koha::Patron object
    
    No property select_city for Koha::Patron at
    /usr/share/perl5/Exception/Class/Base.pm line 73
    
    Test plan:
    Define cities
    Add or edit a patron, save
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit d65ab39699c0406f7438e2c7f1d0d36e233f2d7b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 31 10:09:40 2018 -0300

    Bug 21129: Fix typo created vs created_by
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 336c54860531253d860165dc9a6d406892b1600a
Author: Blou <philippe.blouin at inlibro.com>
Date:   Fri Jul 27 11:41:16 2018 -0400

    Bug 21129: New ALTER IGNORE TABLE entries need correction in updatedatabase.pl
    
    Bug 17234 made an effort to remove the ALTER IGNORE from updatedatabase.pl so that it could work with Mysql 5.7.  But new entries have since been added to it:
    
    Bug 12395 - 18.06.00.005
    Bug 19524 - 18.06.00.006
    Bug 13560 - 18.06.00.008
    
    This is corrected using column_exists to validate the existence of the new columns before ALTER
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl |   16 +++++++++++-----
 members/memberentry.pl                 |    1 +
 2 files changed, 12 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list