Yuliya Bozhko
2832093f53
MDL-39558 badges: Add backup/restore to course badges
2013-07-03 09:35:06 +08:00
Eloy Lafuente (stronk7)
d745d2d45e
MDL-40103 Now xmldb code matches original templates 100%
...
There were still some differences between the php code
used in the issue and the php code generated by the
xmldb editor for the template tables. This commit put
both 100% in sync.
2013-06-18 15:22:51 +02:00
Dan Poltawski
6ef007def6
Merge branch 'MDL-37761-m' of git://github.com/andrewnicols/moodle
2013-06-18 16:47:18 +08:00
Andrew Nicols
b1850c12c1
MDL-37761 Backup: Do not include files in backups when importing courses/activities
...
When we import courses or duplicate activities, the deduplicating nature of
the file_storage system means that we don't actually have to include the
real files in the backup - just their metadata from the file table.
The restoration process needs to know not to expect files from the backup
phase so a flag is set in moodle_backup metadata.
2013-06-18 07:52:04 +01:00
Russell Smith
62d6f183c4
MDL-40103 Backup: Move install.xml templates to inline XML
2013-06-15 15:07:03 +10:00
Marina Glancy
f1bd371c79
MDL-33373 fixed bug in backup of files as a regression from MDL-28666
2012-05-30 10:11:41 +08:00
Dongsheng Cai
6723372514
MDL-28666 Extends repository to support references
...
1. Allow repository to create references to external contents
2. Extends files API to handle file references
3. Generic file caching
4. Backup/restore file references
5. Download external contents if repository uninstalled
6. Allow filepicker to display iframe
7. PHPUnit test suits
2012-05-21 11:57:51 +08:00
Eloy Lafuente (stronk7)
6e803b9fe4
MDL-29262 backup: Clean controller obj form DB once finished ok
2012-04-23 00:03:37 +02:00
Petr Skoda
a66b2ae4f4
MDL-32434 deprecate drop_temp_table() in favour of drop_table()
2012-04-15 12:23:15 +02:00
Eloy Lafuente (stronk7)
f88224624d
MDL-29248 backup: delete user_files settings, lang strings and uses
2012-03-01 13:09:47 +01:00
Eloy Lafuente (stronk7)
59fc0cbdb7
MDL-28488 backup - conditionaly apply defaults based on mode
...
Some modes of backup cannot be preloaded with general backup
settings because they may conflict with the definitions required/set
by the mode (for example, import backups are, by definition, without
users always, so we cannot apply one default in the opposite direction).
So, after the patch, current general_backup setting will be only applied
to general backups, import/hub modes won't be using any default and
automated backup defaults should be loaded here (TODO)
2011-09-11 19:35:56 +02:00
Eloy Lafuente
f2364c93ed
MDL-24962 backup - cache xmldb_tables for multiple operations. Apply destroyer to temp controller.
2010-11-15 07:17:24 +00:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +00:00
Eloy Lafuente
fbd7413708
MDL-23109 backup - exclude info in moodle_backup.xml about non-included task. Thanks SamH!
2010-07-22 11:37:23 +00:00
Eloy Lafuente
560811a91b
MDL-23109 backup - define some original course bits for easier access from UI
2010-07-21 00:42:55 +00:00
Eloy Lafuente
c3ea499d53
MDL-21432 backup - handle mnet_remoteusers and support for prechecks
2010-07-18 23:49:55 +00:00
Eloy Lafuente
b8bb45b001
MDL-21432 backup - move all the files handling on restore to use new backup_files_temp table
2010-07-18 11:13:03 +00:00
Eloy Lafuente
d12fd69be0
NOBUG backup - delete whitespace typo causing problems in section settings
2010-07-05 21:14:09 +00:00
Eloy Lafuente
f60f4666f9
MDL-21432 backup - added operation to separate backup & restore
2010-07-05 16:37:50 +00:00
Sam Hemelryk
61ebef8f6e
backup MDL-22140 Added conf settings to control the default general backup settings
2010-06-17 08:57:00 +00:00
Eloy Lafuente
cd0034d860
MDL-22145 backup - implemented storage into proper file areas
2010-04-27 21:42:54 +00:00
Eloy Lafuente
ce937f9957
MDL-22145 backup storage - provide 'user_tohub' storage for HUB files
2010-04-27 01:02:38 +00:00
Eloy Lafuente
69dd0c8cbf
MDL-21432 backup 2.0 - initial commit. util dir
2010-04-21 09:17:06 +00:00