[koha-commits] main Koha release repository branch master updated. v16.11.00-167-gcf52095

Git repo owner gitmaster at git.koha-community.org
Wed Jan 11 15:09:07 CET 2017


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  cf52095e19a348865f3728c43f20ebb2e2415dd8 (commit)
       via  ea6a11ec826b0b174f4dc0f4c36395466f3f4e6f (commit)
      from  435b7badc22d9c05cb16623d6f423206992ec476 (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 cf52095e19a348865f3728c43f20ebb2e2415dd8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 10 21:52:07 2017 +0100

    Bug 15879: Add Tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ea6a11ec826b0b174f4dc0f4c36395466f3f4e6f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Feb 22 14:25:18 2016 +0000

    Bug 15879: Allow multiple plugin directories to be defined in koha-conf.xml
    
    It would be very useful to be able to define multiple plugin directories
    in the Koha conf file. This would allow for ease of plugin development
    so that each plugin installed can live in its own git repository. For
    compatibility, the first plugindir instance defined should be the one
    used for uploading plugins via the web interface.
    
    Test Plan:
    1) Apply this patch
    2) Define a second pluginsdir line in your koha-conf.xml
    3) Clone the kitchen sink plugin to this new path like this:
       git clone https://github.com/bywatersolutions/koha-plugin-kitchen-sink.git /path/to/new/plugins/dir
    4) Restart memcached if you are running it
    5) The Kitchen Sink plugin should now appear in your list of plugins!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    I rebased it against master and tested it on a kohadevbox
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Plugins.pm           |    4 +++-
 Koha/Plugins/Handler.pm   |   18 +++++++++++++-----
 plugins/plugins-upload.pl |    1 +
 t/db_dependent/Plugins.t  |   34 +++++++++++++++++++++++++---------
 4 files changed, 42 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list