[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.13-17-gf0673e7

Git repo owner gitmaster at git.koha-community.org
Fri Aug 28 07:12:40 CEST 2015


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, 3.16.x has been updated
       via  f0673e738b02fde26f8192009c2ee5d7398bbe7e (commit)
       via  ef48b139cfd72ae2ddba0d8b6a30b27fdabff71b (commit)
      from  29181dae407a1828ae9e29775aefbb0c72f860e1 (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 f0673e738b02fde26f8192009c2ee5d7398bbe7e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 16 13:15:57 2014 +0200

    Bug 12669: Centralize the timezone handle into Koha::DateUtils
    
    This patch adds unit tests for the previous changes and centralize the
    timezone handle into the Koha::DateUtils module.
    Like that the behavior will affect all date manipulations using this
    module (should be all dates in Koha).
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit ef48b139cfd72ae2ddba0d8b6a30b27fdabff71b
Author: Rolando Isidoro <rolando.isidoro at gmail.com>
Date:   Fri Aug 1 09:42:30 2014 +0100

    Bug 12669: Use floating timezone when handling dates without hours, minutes and seconds.
    
    Test plan:
    
    1. Create a new serial record or pick an existing one;
    2. Add a "New subscription" and set the "First issue publication date"
       and "Frequency" values so that the "Planned date" for a given issue
       hits a day where a transition to Daylight Saving Time (DST) occurs
    
       ex:. 1979-04-01 in Europe/Lisbon (http://www.timeanddate.com/time/change/portugal/lisbon?year=1979)
       ... use this website page as a source http://www.timeanddate.com/time/dst/2014.html
       to find a suitable transition to DST in your timezone in the current year.
    
    3. From the "Subscription detail" page in Koha for the given record click
       the "Serial collection" link on the left side context menu.
    
    Expected result:
    Prior to applying the patch the error described in this bug report should occur.
    After the patch is applied the "Serial collection" page should load correctly.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 Koha/DateUtils.pm                               |   34 ++++++++++++++++++-----
 Koha/Template/Plugin/KohaDates.pm               |    2 ++
 t/DateUtils.t                                   |   25 ++++++++++++++++-
 t/db_dependent/Koha_template_plugin_KohaDates.t |   30 ++++++++++++++++----
 4 files changed, 78 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list