moodle/backup
Eloy Lafuente (stronk7) 3523edfd90 MDL-69475 backup: Proper handling of backup::RELEASE versions
1) Remove any floatval() casting. They are breaking / killing
   .10 versions (converting them to .1). Since Moodle 2.0 all the
   backup::RELEASE have been 100% numerical values.
2) Use version_compare() always to compare backup::RELEASE values.
   They are always versions and the function is aware of versions
   > .9, able to clean/ignore alpha chars... and everything else.

Note that I've also changed a couple of cases in formats (topics and
weeks) that were correct, but just added the same comment and used
the same version_compare() comparison parameters style, so all uses
in core are consistent (and safe to be copied out there).
2020-08-18 16:24:57 +02:00
..
cc MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
controller MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
converter MDL-64290 backup imscc: Use correct tempdir for imscc restore 2018-12-05 10:44:14 -07:00
moodle2 MDL-69475 backup: Proper handling of backup::RELEASE versions 2020-08-18 16:24:57 +02:00
tests MDL-68203 restore: Decode quiz links when restore into existing course 2020-05-27 10:38:40 +10:00
util MDL-69475 backup: Proper handling of backup::RELEASE versions 2020-08-18 16:24:57 +02:00
backup.class.php MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
backup.php MDL-64310 backup: allow session to be released during backup/restore 2020-01-14 23:54:42 +01:00
backupfilesedit.php MDL-35429 backup: Only show relevant actions for automated backups 2017-10-10 12:30:57 +08:00
backupfilesedit_form.php MDL-58220 repo: Fix typo in FILE_CONTRLLED_LINK 2017-04-04 10:40:01 +08:00
copy.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
copyprogress.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
externallib.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
import.php MDL-41958 import: Constistently showing progress steps. 2019-11-30 10:07:56 +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-64310 backup: allow session to be released during backup/restore 2020-01-14 23:54:42 +01:00
restorefile.php MDL-28505 Backup: Asynchronous backup and restore 2019-04-09 00:15:42 +00:00
restorefile_form.php MDL-50344 restore: Make restore file required 2015-05-25 12:02:16 +05:30
upgrade.txt MDL-54205 backup: loggers close() and destroy() 2016-05-13 01:54:28 +02:00