moodle/backup
David Mudrák 2c9689ed21 MDL-36204 Improve moodle1 conversion of embedded files
URL of files referenced in HTML fields via $@FILEPHP$@ are usually
encoded if they were linked using the HTML editor. So if they contain
spaces or plus signs in the name, their URL is encoded to use %20 and
%2B respectively.

Sometimes, for example when the HTML was edited manually in 1.9 without
the editor, non-encoded file names may be put into the HTML text. Such a
link used to work in 1.9 so we add an explicit support for it, too.

However, we do not support partially encoded URLs (e.g. only spaces are
encoded while plus signs are not). Such links are unmodified and will
rely on Legacy files support.
2012-11-23 03:39:17 +01:00
..
bb MDL-27559 opendir: validate directory pointer on open 2012-05-25 08:52:12 -07:00
cc MDL-36017 IMS-CC export does not filter result by numsections because it is now optional 2012-11-02 10:56:22 +08:00
controller MDL-29262 phpunit: fix forgotten mock objects to avoid strict notices 2012-04-23 15:01:14 +02:00
converter MDL-36204 Improve moodle1 conversion of embedded files 2012-11-23 03:39:17 +01:00
moodle2 Merge branch 'MDL-33863' of git://github.com/timhunt/moodle 2012-11-20 16:15:16 +08:00
util MDL-36753 fix invalid sectionid in backup tests 2012-11-21 12:43:55 +01:00
backup.class.php MDL-33503 backup: Bump internal release and version information. 2012-06-04 02:35:51 +02:00
backup.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
backupfilesedit.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
backupfilesedit_form.php MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
backuplib.php MDL-22135 - logs restore, course and activities + cleanup 2010-11-11 19:46:04 +00:00
import.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
lib.php MDL-29185 backup: Removed backup_log table and fixed the backup admin report 2011-09-16 15:51:23 +12: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-30391 Backup: Exception in restore should be thrown as it is to be handled by calling function 2011-11-22 11:39:18 +08: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-26623 fix file permissions 2011-03-01 12:26:49 +01:00
restorelib.php MDL-31301 remove all uses of moodle_strtolower() and deprecated it 2012-03-03 11:46:26 +01:00
upgrade.txt MDL-33812 Backup: Added some upgrade information about the changes 2012-09-03 14:12:28 +08:00