Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MDL-31390 document the set_source_table() api change.
[moodle.git]
/
backup
/
upgrade.txt
diff --git
a/backup/upgrade.txt
b/backup/upgrade.txt
index
cb02095
..
9028e74
100644
(file)
--- a/
backup/upgrade.txt
+++ b/
backup/upgrade.txt
@@
-1,6
+1,13
@@
This files describes API changes in /backup/*,
information provided here is intended especially for developers.
This files describes API changes in /backup/*,
information provided here is intended especially for developers.
+=== 2.5 ===
+
+* New optional param $sortby in backup set_source_table() allows to
+ specify the ORDER BY clause to be used. Previously it was required
+ to use the set_source_sql() more complex alternative in places
+ requiring ordering.
+
=== 2.4 ===
* Since 2.3.1+ the backup file name schema has changed. The ID of the course will always be part of
=== 2.4 ===
* Since 2.3.1+ the backup file name schema has changed. The ID of the course will always be part of
@@
-14,4
+21,4
@@
information provided here is intended especially for developers.
=== 2.2 ===
* Since 2.2.4+ the backup file name schema has changed. The ID of the course will always be part of
=== 2.2 ===
* Since 2.2.4+ the backup file name schema has changed. The ID of the course will always be part of
- the filename regardless of the setting 'backup_shortname'. See MDL-33812.
\ No newline at end of file
+ the filename regardless of the setting 'backup_shortname'. See MDL-33812.