https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35837
--- Comment #19 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 206273 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206273&action=edit Bug 35837: Add a Vue plugin manager replacing the old plugin pages Adds a single-page plugin manager (Administration > Plugins) built on the new REST API: * lists installed plugins, with enable/disable/uninstall/configure/ run actions, and flags any plugin running outside its declared minimum/maximum Koha version * "Search for new plugins" opens the plugin-store's discovery catalogue directly (search-gated, paginated, sortable by name/ author/last-updated, defaulting to a recently-updated browse list on open) and installs by kpz_url * "Upload plugin" installs a local .kpz file * "Check for updates" compares installed versions against the store and flags any that are behind * an unsigned-install rejection (previous commit) surfaces as a confirmation dialog rather than a silent failure; other install/ upload errors show inline in the relevant modal, not a global banner easy to miss All existing entry points into the plugin system (admin home, the tools/reports plugin listings, the staff-tool wrapper breadcrumb) now point at this page instead of the old plugins-home.pl. Test plan: 1. Enable the Plugins system preference (and log in as a user with plugin permissions) if not already on. 2. Administration > Plugins. Confirm any already-installed plugins list correctly, with working Configure/Run/Enable/Disable/ Uninstall actions. 3. Click "Search for new plugins" -- the search box should be focused immediately, and a short list of recently-updated plugins should appear without typing anything. Search by name/author/description; confirm results page and sort correctly, and that a plugin you've already installed shows greyed out with an "Already installed" badge instead of an Install button. 4. Install a plugin from the search results; confirm it appears in the main list afterwards. 5. Click "Upload plugin" and install a plugin from a local .kpz file. 6. Click "Check for updates"; if any installed plugin has a newer version in the store, it should show "Update available (x.y.z)". If nothing is out of date, confirm you get a clear "all plugins up to date" message rather than nothing happening. 7. Confirm the Administration home page, and the Tools/Reports plugin listings (if you have report/tool plugins installed), all link to this same page rather than a 404. Co-Authored-By: Claude Sonnet 5 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
