[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-73-g8ed0d57c95

Git repo owner gitmaster at git.koha-community.org
Wed May 6 01:35:45 CEST 2020


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, 19.11.x has been updated
       via  8ed0d57c95f36cfb960a998dc5b2fda6cfa44ef4 (commit)
       via  5c44fa7d50665b70a54d76936da7adfbb78874d4 (commit)
       via  d82e657a660257825241e5314539f32cd61138da (commit)
      from  05c4248721cfcbb9967b42e2bacf1a82eb845f1a (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 8ed0d57c95f36cfb960a998dc5b2fda6cfa44ef4
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Tue Jan 30 11:10:07 2018 -0500

    Bug 20101: Cronjob automatic_item_modification_by_age.pl does not log run in action logs
    
    C4::Log::cronlogaction() was never implemented in automatic_item_modification_by_age.pl.
    
    Test Plan:
    1) Apply this patch
    2) Enable CronjobLog
    3) Run automatic_item_modification_by_age.pl succesfully
    4) Note the run is noted in the action logs
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 5c44fa7d50665b70a54d76936da7adfbb78874d4
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Tue May 5 23:04:53 2020 +0000

    Bug 25086: DBRev 19.11.05.003
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d82e657a660257825241e5314539f32cd61138da
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Apr 8 16:53:43 2020 -0300

    Bug 25086: Set changed_fields column as nullable
    
    This patch changed_fields column as nullable.
    
    To test:
    1. Do not apply any patch
    2. Set PatronSelfRegistrationVerifyByEmail preference to require
    3. Fill self registration form in opac and submit
    CHECK => OPAC dies with a nasty message, that says Field 'changed_fields' doesn't have a default value
    4. Apply this patch and updatedatabase
    5. Repeat step 3
    SUCCESS => Registry process continues as expected
    6. Sign off
    
    Sponsored-by: Orex Digital
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list