[koha-commits] main Koha release repository branch new/bug_9971 created. v3.12.00-beta1-151-g86f7f58

Git repo owner gitmaster at git.koha-community.org
Wed Apr 3 11:57:23 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, new/bug_9971 has been created
        at  86f7f589929e201518e896f0d5c2ca1ea774f7a7 (commit)

- Log -----------------------------------------------------------------
commit 86f7f589929e201518e896f0d5c2ca1ea774f7a7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 2 09:02:55 2013 -0400

    Bug 9971 - Plugins system is broken!
    
    Trying to run a plugin results in the following error:
    
    Software error:
    
    Undefined subroutine &Koha::Plugins::Base::get_template_and_user called
    at /home/koha/kohaclone/Koha/Plugins/Base.pm line 108.
    
    The is caused by the change from 'use C4::Auth' to 'require C4::Auth'
    which does not export get_template_and_user.
    
    Test Plan:
    1) Install the KitchenSink plugin
    2) Try to run the report, tool or configuration for the plugin
    3) Note the error
    4) Apply the patch
    5) Try again
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list