moodle/backup
Dan Poltawski e238b2cb92 MDL-43306 restore: fix grade item sortorder restoration
Previously, restore was blindly inserting the old sort order into the
database, causing duplicate sortorders which lead to unpredicatble
sorting results.

Now we will use the api function to add it after the original sortorder,
this means if a duplicate exists in the original location, this item
will appear after it.
2013-12-10 12:32:36 +08:00
..
cc MDL-42040 refactor core Moodle shutdown handlers logic 2013-10-04 11:36:46 +02:00
controller MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere 2013-11-06 16:40:01 +00:00
converter Merge branch 'MDL-41660-imscc-tempdir' of https://github.com/mpetrowi/moodle 2013-09-25 02:14:57 +02:00
moodle2 MDL-43306 restore: fix grade item sortorder restoration 2013-12-10 12:32:36 +08:00
util Merge branch 'MDL-43065-master' of git://github.com/damyon/moodle 2013-12-04 09:44:25 +13:00
backup.class.php MDL-42929 backup: keep own version & release updated. 2013-11-17 02:32:43 +01:00
backup.php Merge branch 'MDL-38196-master' of git://github.com/sammarshallou/moodle 2013-10-10 09:31:33 +08: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-42039 Restore: Add progress tracking in restore controller load 2013-10-10 10:57:24 +08:00
restorefile.php MDL-42039 Restore: Avoid unnecessary archive file copy at start 2013-10-10 10:56:30 +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