[Koha-bugs] [Bug 15879] Allow multiple plugin directories to be defined in koha-conf.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 22 15:29:50 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15879

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 48296
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48296&action=edit
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!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list