[koha-commits] main Koha release repository branch new/bug_8818 created. v3.08.00-944-g813c744

Git repo owner gitmaster at git.koha-community.org
Mon Oct 1 19:00:29 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_8818 has been created
        at  813c74400803a5ec26497d9a809cf874d2c200fd (commit)

- Log -----------------------------------------------------------------
commit 813c74400803a5ec26497d9a809cf874d2c200fd
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue Sep 25 19:38:32 2012 -0400

    Bug 8818: make sure we load modules before using them
    
    An eval { eval "require $module;" }; was replaced with
    eval { eval { require $module; }; }; which is a no-op, meaning that
    the linker was not getting loaded, and the catalog module was throwing
    up a big nasty error every time someone tried to save a record with a
    heading. This patch replaces the require with can_load from
    Module::Load::Conditional, which is PBP-friendly, and offers equivalent
    functionality.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 882f4146441f8d0a447a63e4faecf755e33e6c90
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Oct 1 18:47:28 2012 +0200

    Bug 5335 follow-up: fixing Perl error
    
    commenting wrong code, until Jonathan is back
    
    see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5335#c52
    and comment 53

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list