moodle/backup
David Mudrák 045053f641 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:51:55 +01:00
..
bb MDL-27559 opendir: validate directory pointer on open 2012-05-25 08:52:12 -07:00
cc MDL-33523: Fixed item C of the issue 2012-06-14 17:12:53 -03: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:51:55 +01:00
moodle2 MDL-33863 question restore: better hint identification. 2012-11-19 23:29:32 +00:00
util MDL-36753 fix invalid sectionid in backup tests 2012-11-21 12:40:17 +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-33682 backup: cope with sections called '0' 2012-06-12 17:46:47 +01:00
backupfilesedit.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02: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-32095 fix backup API to be E_STRICT compatible 2012-03-26 16:04:16 +02: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-30943 fix forgotten admin/report/ references 2011-12-28 19:36:23 +01: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-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02: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:10:59 +08:00