Koha/svc
Paul Poulain 66dbe7dc66 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@cpbibliography.com>
2012-05-15 18:05:58 +02:00
..
config bug 4896: granular permissions now always on (DB rev 138) 2010-06-19 07:56:03 -04:00
authentication Fix FSF address in directory svc/ 2010-03-16 20:17:51 -04:00
bib Bug 7729 : svc/bib: support appending ?items=1 to the URL to fetch or modify items 2012-03-29 16:52:04 +02:00
bib_profile Fix FSF address in directory svc/ 2010-03-16 20:17:51 -04:00
import_bib bug_7613: OCLC Connexion gateway 2012-04-06 17:26:20 +02:00
new_bib Bug 6752: Be stricter with utf-8 encoding of output 2012-01-27 12:11:06 +01:00
report Bug 7248 follow-up (alternative) 2012-05-15 18:05:58 +02:00