[koha-commits] main Koha release repository branch master updated. v16.05.00-beta-36-g73aa490

Git repo owner gitmaster at git.koha-community.org
Thu May 26 00:07:28 CEST 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  73aa490029b4b536c86c3ac59e53f9e118c7c292 (commit)
       via  cbd375fab76a89b75f3795c9ebafe434bf79c878 (commit)
      from  120967a6a9e777d0f99300fdbb6552943ce6e9af (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 73aa490029b4b536c86c3ac59e53f9e118c7c292
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri May 20 10:14:28 2016 +0200

    Bug 15333: [QA Follow-up] Add few tests
    
    This report had no test plan and no unit tests.
    Adding some lines to Holidays.t.
    Added a trivial line move in Calendar.pm.
    
    Test plan:
    Run t/db_dependent/Holidays.t with and without cache.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested with memcached, Cache::Memory and no cache (edit Cache.pm).
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit cbd375fab76a89b75f3795c9ebafe434bf79c878
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 4 20:35:39 2016 +0100

    Bug 15333: Use Koha::Cache to cache exception_holidays instead of a package variable
    
    On the same way as bug 14522, we should use Koha::Cache to cache
    exception_holidays.
    It's not safe to use a package variable if running under Plack.
    
    There is not test plan, just make sure the changes make sense.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Calendar.pm            |    7 +++++++
 Koha/Calendar.pm          |   22 +++++++-------------
 t/db_dependent/Holidays.t |   49 +++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 59 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list