[koha-commits] main Koha release repository branch master updated. v3.16.00-108-g91dae88

Git repo owner gitmaster at git.koha-community.org
Thu Jun 19 17:38:12 CEST 2014


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  91dae88abbe08b4e873cea9a6d6adb490dad12f1 (commit)
       via  645cd2d24029d3a5f53f0ac7505525f1508bdf30 (commit)
       via  e9715c792103a3d043e08b00f1e938a6f5e8ac67 (commit)
      from  b264e398401723e05e1f5dff62c426254e7066ec (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 91dae88abbe08b4e873cea9a6d6adb490dad12f1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu May 22 15:47:55 2014 +0200

    Bug 12041: UT - Get rid of warnings
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 645cd2d24029d3a5f53f0ac7505525f1508bdf30
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu May 22 11:59:52 2014 +1200

    Bug 12041 - POD fixing followup
    
    This fixes a minor POD error detected, and also adds the Koha/ directory
    to the regular test case so that the in-repo tests can find these
    things.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e9715c792103a3d043e08b00f1e938a6f5e8ac67
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Apr 8 17:51:01 2014 +1200

    Bug 12041 - improve Koha::Cache
    
    This makes Koha::Cache behave better by default. It will use memcached
    if available to do shared caching, if that's not available it will fall
    back to in-memory caching. It also allows for a singleton accessor to
    allow a single cache to be shared within a process.
    
    * Added tests to confirm UTF8-cleanness.
    * Added minor fixups to stop warnings.
    
    Test plan:
    * The t/Cache.t file runs successfully with and without the
      MEMCACHED_SERVERS envvar set (and memcached running in the
      environment.)
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/External/OverDrive.pm      |    6 +-
 Koha/Cache.pm                 |  154 ++++++++++++++++++++++++++++++++---------
 Koha/Cache/Object.pm          |   17 ++---
 Koha/Template/Plugin/Cache.pm |    5 +-
 opac/svc/report               |   10 +--
 svc/report                    |    6 +-
 t/Cache.t                     |   24 +++++--
 xt/author/podcorrectness.t    |    2 +-
 8 files changed, 163 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list