[koha-commits] main Koha release repository branch new/bug_7248 created. v3.08.00-82-g66dbe7d

Git repo owner gitmaster at git.koha-community.org
Tue May 15 18:06:35 CEST 2012


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, new/bug_7248 has been created
        at  66dbe7dc662f11ae67d1db721a451e9ac77968a9 (commit)

- Log -----------------------------------------------------------------
commit 66dbe7dc662f11ae67d1db721a451e9ac77968a9
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon May 14 17:45:33 2012 +0200

    Bug 7248 follow-up (alternative)
    
    This patch introduces some new features for caching system:
    * the type of caching is retrieved from ENV variable in httpd configuration if not forced when the ->new() is called.
    * if $ENV{DEBUG} is ON, you'll have feedback when something is set or read from cache
    * the Koha::Cache->is_cache_active is now available and will return 1 if there is a caching system available. It's a replacement for C4::Context->ismemcached
    * fixes the mistake for debug/compress_threshold and expire_time parameters
    
    The 2 report web service modules have been updated to use this new API
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 03fee7a590ee5c5deb1c997d732c77854a16b0fe
Author: Chris Hall <chrish at catalyst.net.nz>
Date:   Mon Nov 21 11:38:23 2011 +1300

    Bug 7248 Added caching support and and moved Caching into Koha namespace
    
    Unit test for Koha/Cache.pm (which includes Koha/Cache/Memcached.pm)
    
    Note that in order to test Koha::Cache you must export the environment variable
    MEMCACHED_SERVERS. For example:
    $ export MEMCACHED_SERVERS=127.0.0.1:11211
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list