[koha-commits] main Koha release repository branch master updated. v3.22.00-587-g2a43195

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 02:57:14 CET 2016


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  2a43195322c228795b08ebbc165e360c725c2b56 (commit)
      from  d9c19c6d45ad3f62119e3a29f37e227f635cb85c (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 2a43195322c228795b08ebbc165e360c725c2b56
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Feb 4 17:42:42 2016 +0100

    Bug 15743: Allow plugins to embed Perl modules
    
    This patch allows plugins to embed Perl modules by ignoring Perl modules
    in plugins directory that don't inherit from Koha::Plugins::Base
    
    TEST PLAN
    ---------
    1) Edit koha-conf.xml to have enable_plugins set to 1, and
       the pluginsdir set to a particular path.
    2) Create a dummy plugin file. (e.g. {that path}/Koha/Plugin/Kaboom.pm)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Koha/Plugins.pm |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list