[koha-commits] main Koha release repository branch master updated. v16.11.00-849-gea2196c

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 13:37:04 CEST 2017


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  ea2196c6527c643873fb3161d3e07d23e0202f1d (commit)
       via  de699909c29bf877b6bf37f15127804c1a2abc62 (commit)
       via  f14d03b5a3d1e953da700c9379c1bd5c9ab79334 (commit)
      from  d51538cb824387230b3e2cab955d3c16475bedde (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 ea2196c6527c643873fb3161d3e07d23e0202f1d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 19 15:34:17 2017 -0300

    Bug 17502: Add info when throwing the exception
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit de699909c29bf877b6bf37f15127804c1a2abc62
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Mar 23 09:35:57 2017 +0100

    Bug 17502: Throw some exceptions in output_pref
    
    Test plan:
    Run the adjusted t/DateUtils.t
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    NOTE: This patch is amended in QA. The exceptions are moved from a separate
    module to the general section of Exceptions.pm.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f14d03b5a3d1e953da700c9379c1bd5c9ab79334
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 27 09:11:03 2016 +0200

    Bug 17502: Add type check to output_pref
    
    This patch makes the following changes:
    [1] In Koha/DateUtils.pm, sub output_pref:
        Add a test if $dt is really a DateTime before calling method ymd.
        Preventing a crash like:
        Can't locate object method "ymd" via package "dateonly".
        See also BZ 17502/15822.
    [2] Adds a few unit tests in t/DateUtils.t.
    
    Test plan:
    [1] Run the adjusted unit test t/DateUtils.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/DateUtils.pm  |   11 +++++------
 Koha/Exceptions.pm |    4 ++++
 t/DateUtils.t      |   46 ++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 47 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list