[koha-commits] main Koha release repository branch master updated. v3.18.00-366-g00f27cb

Git repo owner gitmaster at git.koha-community.org
Fri Feb 20 19:41:31 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, master has been updated
       via  00f27cb0b9fb200a06da461371e04be1501ca107 (commit)
       via  4883835816ebce164ec336f9adcd4c925f9244b4 (commit)
       via  354ee6d427e3ec8fc926d7fb793141a127733258 (commit)
       via  5db89aa1e93b3156989e55179f8d7295833e3c12 (commit)
       via  5568f55a6ca4a0190c89f26d2bd8b2640115ec46 (commit)
      from  c29a53ea20d668f135c62abbc7dda1bf282be8f0 (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 00f27cb0b9fb200a06da461371e04be1501ca107
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

commit 4883835816ebce164ec336f9adcd4c925f9244b4
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>

commit 354ee6d427e3ec8fc926d7fb793141a127733258
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>

commit 5db89aa1e93b3156989e55179f8d7295833e3c12
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 20 08:52:07 2015 -0500

    Bug 13506 [QA Follouwp] - Fix POD
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5568f55a6ca4a0190c89f26d2bd8b2640115ec46
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Jan 2 09:58:55 2015 +0000

    Bug 13506: Remove unused Sip/Configuration Classes
    
    Sip::Configuration calls new on Account, Institution and Service
    classes but does not store or subsequently use the returned objects
    ( which immediately go out of scope ). Their existence just obscures
    the code and misleads the reader. Remobe them
    
    Removed redundant commented out code from Configyration module which
    was not serving any useful purpose
    
    Ran Configuration.pm through perltidy to make layout more
    consistent
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Context.pm                           |   11 +++--
 C4/Installer/PerlDependencies.pm        |    5 ++
 C4/SIP/ILS.pod                          |   11 ++---
 C4/SIP/Sip/Configuration.pm             |   82 ++++++++++++-------------------
 C4/SIP/Sip/Configuration/Account.pm     |   38 --------------
 C4/SIP/Sip/Configuration/Institution.pm |   58 ----------------------
 C4/SIP/Sip/Configuration/Service.pm     |   23 ---------
 Koha/Database.pm                        |   20 ++++----
 t/db_dependent/Koha_Database.t          |    8 ++-
 9 files changed, 66 insertions(+), 190 deletions(-)
 delete mode 100644 C4/SIP/Sip/Configuration/Account.pm
 delete mode 100644 C4/SIP/Sip/Configuration/Institution.pm
 delete mode 100644 C4/SIP/Sip/Configuration/Service.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list