moodle/backup
sam marshall 77b3d9dfdf MDL-38196 Backup/restore: Display log if non-empty
When doing a backup or restore operation with the normal user interface,
if there is anything in the backup/restore log, it will now be displayed
at the end of the process below the Continue button.

If you have developer debugging enabled, it sets the display level to
LOG_DEBUG and there will always be content in the log. Otherwise, it
uses LOG_INFO which generally means the log is empty, and nothing
displays (no visible change for users).
2013-10-08 11:00:11 +01:00
..
cc MDL-40642 set more restrictive umask and use proper permission for new dirs and files 2013-07-19 09:18:44 +02:00
controller MDL-38196 Backup/restore: Display log if non-empty 2013-10-08 11:00:11 +01:00
converter Merge branch 'MDL-41660-imscc-tempdir' of https://github.com/mpetrowi/moodle 2013-09-25 02:14:57 +02:00
moodle2 MDL-38196 Backup/restore: Display log if non-empty 2013-10-08 11:00:11 +01:00
util MDL-38196 Backup/restore: Display log if non-empty 2013-10-08 11:00:11 +01:00
backup.class.php MDL-37761 Backup: Add phpdoc for MODE constants 2013-06-18 07:52:04 +01:00
backup.php MDL-38196 Backup/restore: Display log if non-empty 2013-10-08 11:00:11 +01:00
backupfilesedit.php MDL-35991 - use PARAM_LOCALURL for local urls 2013-01-07 10:09:20 +08:00
backupfilesedit_form.php MDL-40816 backup: code cleanup on the manage backups form 2013-07-22 18:15:07 +08:00
import.php MDL-38196 Backup/restore: Display log if non-empty 2013-10-08 11:00:11 +01:00
log.php MDL-34469 - lib - replacement of the deprecated get_context_instance and get_context_by_id functions (group 15) 2012-07-30 14:59:57 +08:00
restore.php MDL-38196 Backup/restore: Display log if non-empty 2013-10-08 11:00:11 +01:00
restorefile.php MDL-34469 - lib - replacement of the deprecated get_context_instance and get_context_by_id functions (group 15) 2012-07-30 14:59:57 +08:00
restorefile_form.php MDL-38735 backup: add missing setType() to forms 2013-04-03 02:17:40 +02:00
upgrade.txt MDL-40618 backup: centralize info field, use info in queries. 2013-07-23 19:50:53 +10:00