[AMOS commit] MDL-49329 admin: Add ability to cancel upgrade of the plugin Committed into Git: 2015-10-09 16:07 UTC

[AMOS commit] MDL-49329 admin: Add ability to cancel upgrade of the plugin Committed into Git: 2015-10-09 16:07 UTC

by AMOS bot -
Number of replies: 0
Author: David Mudrák
MDL-49329 admin: Add ability to cancel upgrade of the plugin
If there is an available archived zip with the version of the plugin
currently installed, we can use it to cancel/abort the upgrade of the
plugin. This is internally handled as the installation of the archived
zip and goes through all the validation and confirmation.

Additionally, some other parts were improved. Most notably, renderer no
longer decides itself if some installation can be cancelled but it
always asks the controller (plugin manager).

The button for installation was moved to the left so there should be
first buttons to add things, and then buttons to cancel things (which is
common in normal forms).


http://git.moodle.org/gw?p=moodle.git;a=commit;h=c20e9ae8362fbb10bccd02e91100d25b720db95b
http://github.com/moodle/moodle/commit/c20e9ae8362fbb10bccd02e91100d25b720db95b

+ 3.0 en [updateavailableinstall,core_admin]
+ 3.0 en [cancelinstallone,core_plugin]
+ 3.0 en [cancelupgradeall,core_plugin]
+ 3.0 en [cancelupgradehead,core_plugin]
+ 3.0 en [cancelupgradeone,core_plugin]