[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-32-g8839904934

Git repo owner gitmaster at git.koha-community.org
Wed Mar 11 00:08:56 CET 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.05.x has been updated
       via  88399049343fd8dd39d80e2ad784883aca02a89e (commit)
       via  12ac783d98c470513e039269b0f986b1b0988d08 (commit)
      from  49080b42a1b1c584ec974f4abb310044b4f3906e (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 88399049343fd8dd39d80e2ad784883aca02a89e
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Tue Mar 10 22:40:07 2020 +0000

    Bug 24260: DBRev 19.05.08.002
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 12ac783d98c470513e039269b0f986b1b0988d08
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 12 12:26:25 2020 +0100

    Bug 24640: Allow quotes.timestamp to be NULL
    
    It is broken with strict mode enable, timestamp is created without
    default value.
    
    Note that the .sql installer file init the value with NOW(), which is
    wrong.
    
    DBD::mysql::st execute failed: Field 'timestamp' doesn't have a default
    value [for Statement "INSERT INTO quotes (source, text) VALUES (?, ?);"
    with ParamValues: 0="poeut", 1="pouet"] at
    /kohadevbox/koha/tools/quotes/quotes_ajax.pl line 49.
    
    Test plan:
    Create a new quote of the day
    => Without this patch you will get an error
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 9bf4f492d82196f10bb017dd761ff6fa022a9bb9)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                | 2 +-
 installer/data/mysql/kohastructure.sql | 2 +-
 installer/data/mysql/updatedatabase.pl | 8 ++++++++
 3 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list