[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-47-g33a3f9d

Git repo owner gitmaster at git.koha-community.org
Mon May 16 12:54: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, 3.22.x has been updated
       via  33a3f9df096dd39100d93fdd24a849265c403e4e (commit)
      from  353bd0065329d0503f6e9bdf72fedfa96ee8d773 (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 33a3f9df096dd39100d93fdd24a849265c403e4e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 18 13:39:27 2016 +0000

    Bug 16105: Do not initialize the memory cache if not needed
    
    Cache::Memory is loaded and Koha::Cache::_initialize_memory is called
    even if a memcached cache has been correctly initialize, it does not
    make sense.
    It should only be initialize if needed.
    
    Test plan:
    Correctly configure a memcache server and confirm that the memory cache
    is not initialize.
    Do not configure correctly a memcache server and confirm that the cache
    system default on Cache::Memory
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 2026be47fd79fb15f1e9fb83be34403e8eb18079)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Koha/Cache.pm |   46 ++++++++++++++++------------------------------
 1 file changed, 16 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list