Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.7, 2.4.3, 3.5
-
Fix Version/s: 3.5
-
Component/s: Installation
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_35_STABLE
-
Fixed Branches:MOODLE_35_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-39035-master -
Pull Master Diff URL:
Description
Using the admin/cli/upgrade script, if there is no upgrade to perform, it ends with:
No upgrade needed for the installed version 2.5beta (Build: 20130405) (2013040500). Thanks for coming anyway!
|
Instead, when a upgrade happens, no information about versions is shown:
Command line upgrade completed successfully.
|
It would be great to show the from/to versions there, with something like:
Upgrade from 2.5dev (Build: abcdefghij) (yyyyyyyyyyy) to 2.8.3+ (Build: abcdefghij) (yyyyyyyyyyy) completed successfully.
|
Ciao