[koha-commits] main Koha release repository branch new/bug_8890 created. v3.08.00-1108-g2b72cc9

Git repo owner gitmaster at git.koha-community.org
Wed Oct 24 17:50:23 CEST 2012


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, new/bug_8890 has been created
        at  2b72cc9c2132a143e02fb047fdfb366e98f81f31 (commit)

- Log -----------------------------------------------------------------
commit 2b72cc9c2132a143e02fb047fdfb366e98f81f31
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Oct 24 18:51:07 2012 +1300

    Bug 8890 - move two more db dependent tests
    
    * t/AuthoritiesMarc.t
    * t/SuggestionEngine_ExplodedTerms.t
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit bd4303b4d5415bf12579741ae5145021d487eedf
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue Oct 16 05:41:03 2012 -0400

    Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN
    
    This patch removes the usage of the database in Koha::Borrower::Files'
    BEGIN block. It also removes the export-related declarations, since
    they were unused, and unnecessary in a module called in an object-oriented
    fashion.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 7ee042f12501c1cd92c3b39c9d63c5017c93f2b8
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue Oct 16 05:14:42 2012 -0400

    Bug 8890: don't try to load DB-dependent modules
    
    C4::Members::Statistics uses the database in its BEGIN {} block,
    which breaks the package build process. This patch causes it to be
    skipped in the 00-load test.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit b29e5246568d9b8bd22ebfe889f9dd4d8e943ba9
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue Oct 16 04:45:43 2012 -0400

    Bug 8890: C4/HoldsQueue requires DB
    
    This counter-patch moves all database handling code into subroutines
    in C4::HoldsQueue. This fixes the test, and is required for persistent
    environments like Plack.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list