[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-3-g8480d4d

Git repo owner gitmaster at git.koha-community.org
Thu Jun 9 09:34:22 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, 3.22.x has been updated
       via  8480d4d260981552e0952a74ff1c5b24d3f22fa4 (commit)
       via  0c61cb521473786727d5f6f07f42f7e594f9f16a (commit)
      from  72c54153efa531308ff4339fb91d3a99b261d7a2 (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 8480d4d260981552e0952a74ff1c5b24d3f22fa4
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>
    (cherry picked from commit 73aa490029b4b536c86c3ac59e53f9e118c7c292)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 0c61cb521473786727d5f6f07f42f7e594f9f16a
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>
    (cherry picked from commit cbd375fab76a89b75f3795c9ebafe434bf79c878)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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