[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.04-8-g1d90abc

Git repo owner gitmaster at git.koha-community.org
Tue Mar 10 20:05:11 CET 2015


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.18.x has been updated
       via  1d90abc7911eb26248c28ae1d1bd3fb4911c086c (commit)
       via  e385eaa52748f0be3ad95c95d85be2516a74b780 (commit)
       via  e384001bd258a4e3743e536aab5b113a36a822c7 (commit)
       via  6cf0b372ef25635be903688d2629a0d86ce31d5a (commit)
      from  2450c9f5f21dd1eeb03396f215208ba6c939f8c4 (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 1d90abc7911eb26248c28ae1d1bd3fb4911c086c
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Feb 24 18:32:30 2015 +1300

    Bug 13645: dependencies for libdbix-connector-perl
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 0a91c48edbd4eb8d4080fbca6fb2bc3af9ca9f92)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e385eaa52748f0be3ad95c95d85be2516a74b780
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 20 09:54:35 2015 -0500

    Bug 13645 [QA Followup] - Add DBIx::Connector to the list of dependancies
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Nice catch Kyle, I changed it to require Ubuntu 12.04's
    
    (cherry picked from commit 00f27cb0b9fb200a06da461371e04be1501ca107)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e384001bd258a4e3743e536aab5b113a36a822c7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 10 10:47:05 2015 +0100

    Bug 13645: Use DBIx::Connector
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 4883835816ebce164ec336f9adcd4c925f9244b4)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Conflicts:
    	C4/Context.pm

commit 6cf0b372ef25635be903688d2629a0d86ce31d5a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jan 30 17:10:54 2015 +0100

    Bug 13645: Cache the DBIx connection
    
    We don't want to recreate a new connection to the DB every time we want
    a new schema.
    
    This patch creates a $database package level variable on the same way
    it's done in C4::Context for $dbh.
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 354ee6d427e3ec8fc926d7fb793141a127733258)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Context.pm                    |   11 ++++++++---
 C4/Installer/PerlDependencies.pm |    5 +++++
 Koha/Database.pm                 |   20 +++++++++++---------
 debian/control                   |    2 ++
 t/db_dependent/Koha_Database.t   |    8 ++++++--
 5 files changed, 32 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list