Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Administration
-
Labels:None
-
Difficulty:Easy
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
We already ahve raw upgrade loggin, but we need something more user friendly. I am proposing to add a new upgrade_log table which would store important info from upgrade process:
- start date, version before upgrade
- notices/important information
- upgrade failures
- end date, version
On of the first customers would be MDL-16999 - information about changes in Data mod
Implementation:
1/ new upgrade_log table - fields: type, date, string, component, etc...
2/ add upgrade functions -upgrade_log_start(), upgrade_log_info(), upgrade_log_failure() etc.
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-17405 | Installer broken by call to formslib |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
done :-D
going to create a new issue for upgrade history report