[Koha-bugs] [Bug 20669] Add upgrade method to plugins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 31 17:01:53 CEST 2018


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #74892|0                           |1
        is obsolete|                            |

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 75704
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75704&action=edit
Bug 20669: Add upgrade method to plugins

It would be nice if plugins had an upgrade method to handle altering tables and
such when a new version of a plugin is installed. Right now it must be done in
a completely bespoke manner.

Test Plan:
1) Apply this patch
2) Download the 2 most recent releases of the Kitchen Sink plugin
   https://github.com/bywatersolutions/koha-plugin-kitchen-sink/releases
3) Install the earlier release
4) Look at the configuration page, at the bottom it should say the
   plugin has never been upgraded
5) Install the newer release
6) Reload the configuration page, it should now say that the plugin
   was upgraded and give you the date and time of the upgrade

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


More information about the Koha-bugs mailing list