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

--- Comment #11 from Kyle M Hall <k...@bywatersolutions.com> ---
(In reply to David Cook from comment #9)
> (In reply to Kyle M Hall from comment #8)
> > Perhaps a "--read-only" switch that would add an additional "_ReadOnly" key
> > to the plugin_data table? That would be easy enough to code a check for.
> 
> I was thinking adding a key to the plugin_data table was the way to go as
> well.
> 
> The only thing about the "--read-only" switch is
> "/usr/share/koha/bin/devel/install_plugins.pl" can install 0+ plugins, so
> it's not 100% clear which plugins it will affect ahead of running it.
> 
> I was thinking about keeping a configurable list of plugin names but then
> that seems cumbersome...

It's starting to feel like we need a koha-plugin tool to go along with all the
other "koha-" tools. Something that could take a kpz as an argument ( or even a
URL ) and install it from there.

That being said, I think it would be pretty easy to add an option to
install_plugins that takes a namespace ( e.g.
Koha::Plugin::Com::Company::BellsAndWhistles ) and skips over any plugins that
don't match that namespace.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to