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

--- Comment #21 from Kyle M Hall (khall) <[email protected]> ---
Created attachment 199508
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199508&action=edit
Bug 25222: Install plugins into their own subdirectory

Previously an uploaded plugin archive was extracted flat into the plugins
directory, mixing every plugin's files together. This adds
Koha::Plugins->extract_plugin, which extracts a .kpz into its own
subdirectory of the plugins directory, named after the plugin's "main" class.

Because the subdirectory name is derived from the plugin class, uploading a
new version of a plugin reuses the same subdirectory. The previous copy is
removed in full before the new one is extracted, so files dropped from a
newer version of the plugin do not leave cruft.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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