https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34978 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds new release notes| |parameters to the | |install_plugins.pl script | |to specify which plugins to | |install. | | | |New parameters : | |--include <PluginClass> | |(repeatable) install ONLY | |the plugins specified | | | |--exclude <PluginClass> | |(repeatable) install all | |the plugins EXCEPT the ones | |specified | | | |The parameters require the | |full plugin class (e.g. | |Koha::Plugin::PluginName). | | | |The parameters *cannot* be | |used simultaneously. --- Comment #45 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I tried to write a release note text, but I don't understand the difference between a "full" plugin class as added but Tomás in comment 16 and a package::pluginClass. The doc inside the script says we can use either the plugin class or the package + plugin class. =item B<--include> Retrieve the list of plugin classes and install only those. It's possible to specify the package of a class to install a specific plugin (e.g. --include <package::pluginClass> --include <anotherPluginClass>). =item B<--exclude> Retrieve the list of plugin classes and install all plugins except those. It's possible to specify the package of a class to install a specific plugin (e.g. --exclude <package::pluginClass> --exclude <anotherPluginClass>). -- You are receiving this mail because: You are watching all bug changes.