[koha-commits] main Koha release repository branch master updated. v16.11.00-123-g0747a11

Git repo owner gitmaster at git.koha-community.org
Wed Dec 28 14:35:38 CET 2016


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  0747a11b2648a20fcca9d3f5e02a4b3b9270b3f3 (commit)
       via  a28334aeceba9ea8fcfcd301c4c01f473110bbe3 (commit)
       via  5ea0b70dad5213292cb678f38a8b93e5118bdf4d (commit)
      from  2fe2ef41bd8bf2f142597e39f493edbdbf75c8a3 (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 0747a11b2648a20fcca9d3f5e02a4b3b9270b3f3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 23 13:35:34 2016 +0000

    Bug 14637: Followup - Fix number of tests due to rebase
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a28334aeceba9ea8fcfcd301c4c01f473110bbe3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 6 10:40:46 2016 +0100

    Bug 14637: Fix add patron category under MySQL 5.7
    
    If no dateofbirthrequired or upperagelimit is set on the interface, the
    ->store method will receive an empty string defined for these values.
    For INT field, we must explicitely set these empty value to undef
    instead to avoid MySQL 5.7 (and strict mode) to raise:
      DBD::mysql::st execute failed: Incorrect integer value: ' for column
    'dateofbirthrequired''
    
    Test plan:
    Using MySQL 5.7 (and/or sql_mode=STRICT_TRANS_TABLES)
    Create a patron category without specifying upperagelimit or
    dateofbirthrequired
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5ea0b70dad5213292cb678f38a8b93e5118bdf4d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 6 10:40:28 2016 +0100

    Bug 14637: Fix add patron category under MySQL 5.7 - tests
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Patron/Category.pm                 |   21 +++++++++++++++++++++
 t/db_dependent/Koha/Patron/Categories.t |   12 +++++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list