[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-126-gdbaef6a

Git repo owner gitmaster at git.koha-community.org
Tue Sep 17 09:43:47 CEST 2013


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.8.x has been updated
       via  dbaef6ae87df0debe5fd1a1ce7653ab2bdb17a9b (commit)
       via  662e43c91f6fd625c2b80acd0bfb33c6ea5bcc89 (commit)
      from  098c00da44a12832f12f51be3cd226b912a69e7c (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 dbaef6ae87df0debe5fd1a1ce7653ab2bdb17a9b
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 9 18:53:20 2013 +0000

    Bug 10644: (follow-up) remove inadvertant dependence on Perl 5.14
    
    Perl 5.14 changed array and hash container functions (e.g., keys())
    to accept hashrefs or arrayrefs.  However, this doesn't work in
    Perl 5.10, so doing
    
      scalar(keys( function_returning_hashref() ) );
    
    is a syntax error in that version.  This patch changes the affected
    tests to explicitly difference the hashrefs returned by the various
    functions.
    
    To test:
    
    Verify that t/db_dependent/ClassSource.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 8f933bc040e8e4198f5278253191a7a4233467ce)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 9504e00f7b497aa8e49567ca99cf73f7c32ad134)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 9504e00f7b497aa8e49567ca99cf73f7c32ad134)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 4e474580b16024d6a6afc36bf220ebab034cb26a)

commit 662e43c91f6fd625c2b80acd0bfb33c6ea5bcc89
Author: root <root at kenza-VirtualBox>
Date:   Thu Jul 25 14:03:32 2013 +0200

    Bug 10643: fix inappropriate uses of $sth->finish() in C4::ClassSource.pm
    
    This patch gets rid of finish() and replace prepare_cached by prepare.
    
    From the man page
    
    finish()
    Indicate that no more data will be fetched from this statement handle
    before it is either executed again or destroyed.
    You almost certainly do not need to call this method.
    
    Adding calls to "finish" after loop that fetches all rows is a common
    mistake, don't do it, it can mask genuine problems like uncaught fetch errors.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5cba6457aa00f3f3b2038f70057df300d9c6b9c3)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit cfb48010ad23e50fc93d893963164a17d4208c7b)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit cfb48010ad23e50fc93d893963164a17d4208c7b)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 0a47d3444dfa749f5b9c99252cd129bc80cee54a)

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

Summary of changes:
 C4/ClassSource.pm            |   33 +++++++++++----------------------
 t/db_dependent/ClassSource.t |   22 +++++++++++-----------
 2 files changed, 22 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list