Commit Graph

350 Commits

Author SHA1 Message Date
skodak
bc32c04d26 MDL-14326 fixed DML conversion regression 2008-09-02 22:22:46 +00:00
mudrd8mz
1c6f36a9a8 MDL-14326 Remove all course_modules that remained empty (i.e. with instance==0) after the particular restore process. Merged from MOODLE_19_STABLE 2008-08-21 12:05:34 +00:00
stronk7
0e084e2684 Fixing typo causing restore not to work within 19_STABLE branch (BC). MDL-15282 ; merged from 19_STABLE 2008-08-06 16:43:40 +00:00
sam_marshall
114bb7a60a MDL-15875: Missing break; in switch 2008-07-29 13:33:14 +00:00
sam_marshall
4e781c7b50 MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
stronk7
429e770f95 Merging unmerged 19_STABLE file. 2008-07-27 16:27:10 +00:00
stronk7
ce503f3923 Course page blocks are lost when restoring 1.3 and 1.4 backups. MDL-15803 ; merged from 19_STABLE 2008-07-23 22:47:47 +00:00
scyrma
5a254a2938 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
skodak
fe29d45751 MDL-13942 do not interrupt restore if groupmembers missing; merged from MOODLE_19_STABLE 2008-07-05 00:45:44 +00:00
stronk7
86b4dadabd Only create role_name aliases if the original course (backup file) contains them. MDL-15284 ; merged from 19_STABLE 2008-07-03 13:00:54 +00:00
skodak
511c9eb23b MDL-15372 fixed incorrect merging to HEAD causing fatal errors, because new dml api was not used 2008-06-25 07:30:41 +00:00
tjhunt
87b144ae93 MDL-15372 - Links in course summary and section summaries not recoded on restore. Petr thinks it is a bad idea to recode links in course summaries, becuase he thinks there should not be links there at all, but I disagree, and as long as links are there, and we have the code to stop them breaking on backup and restore, we should fix the bug. 2008-06-23 17:02:21 +00:00
skodak
0cbe81112a MDL-14580 rewritten course sorting algorithms 2008-06-16 14:25:53 +00:00
thepurpleblob
6f96466d37 MDL-15257
Fix notice caused by (possibly) uninitialised variable.

Merged from STABLE_19
2008-06-16 10:08:30 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak
f67cab32ec MDL-15094 some forgotten conversions 2008-06-05 18:01:22 +00:00
skodak
4be1663d39 MDL-15095 fixed role names restore warning 2008-06-05 00:07:29 +00:00
skodak
cd655b33f9 MDL-15095 towards restore lib dml conversion 2008-06-03 23:35:50 +00:00
skodak
9db7dab2ca MDL-15095 towards restore lib dml conversion 2008-06-03 22:36:54 +00:00
skodak
fd0e6640cc MDL-14679 fixed some more $db's 2008-05-31 22:18:41 +00:00
stronk7
77022d9e5d Role custom names (aliases) are now preserved during backup/restore. MDL-14783 ; merged from 19_STABLE 2008-05-12 23:07:42 +00:00
skodak
98d80d851b MDL-14692 groupings restore logic switched - credit goes to Vitor Rocio 2008-05-12 19:55:22 +00:00
stronk7
b90d006cd4 user preferences are not restored if user exists. MDL-12594 ; merged from 19_STABLE 2008-05-12 18:01:59 +00:00
dongsheng
957f6fc9d2 "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +00:00
dongsheng
5832a6f34b MDL-14129, fix print_error call 2008-04-24 02:48:36 +00:00
stronk7
8b6ccde7b0 Restore of blogs in SITE page added. MDL-9089 ; merged from 19_STABLE 2008-04-20 02:03:00 +00:00
stronk7
feb351cfae MDL-14072 - Merged from 19_STABLE. Prevent NULLs, empties and numbers to be processed by:
- backup_encode_absolute_links() at backup
- restore_decode_absolute_links() at restore
2008-04-18 16:58:06 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak
4a80e5cb05 MDL-8270 ignore blocks that can not be instantiated; merged from MOODLE_19_STABLE 2008-03-30 14:36:27 +00:00
stronk7
cfa239ab7f Restore escaped from latest tag-lib refactoring. MDL-14038 ; merged from 19_STABLE 2008-03-24 16:39:48 +00:00
skodak
5cfefc9b02 MDL-8270 full block backup/restore - based on patches by Mark Nielsen and code in HEAD by Tim Hunt; merged from MOODLE_19_STABLE 2008-03-23 15:54:42 +00:00
skodak
e43281ae78 MDL-8270 full block backup/restore - based on patches by Mark Nielsen and code in HEAD by Tim Hunt; merged from MOODLE_19_STABLE 2008-03-23 15:54:41 +00:00
skodak
32bd1c0ffc MDL-13619 legacy restore revisited -fixed sortorder; merged from MOODLE_19_STABLE 2008-03-20 20:08:44 +00:00
skodak
09069c0df0 MDL-13619 legacy restore revisited; merged from MOODLE_19_STABLE 2008-03-20 19:16:55 +00:00
skodak
44b7235eef MDL-2674 removed hardcoded renaming of groupings depending on changed course shortname 2008-03-17 22:09:25 +00:00
skodak
7f9b934c54 MDL-2674 adding $cm->grouping reset if groupings not restored; removed info about groups included in backup - they are always included, and there will not be any global groups/groupings; merged from MOODLE_19_STABLE 2008-03-17 21:57:02 +00:00
skodak
e807e47354 MDL-2674 backup always backsup/restores groups regardless of user settings; remerged from MOODLE_19_STABLE 2008-03-17 21:33:12 +00:00
skodak
7f9bd1499b MDL-13847 gradebook backup/restore fixes, xhtml strict fixes, other minor fixes; merged from MOODLE_19_STABLE 2008-03-17 19:56:41 +00:00
moodler
714d08d1d7 Merged MDL-13475 from 1.9: treat shortname fields as 100 chars 2008-03-02 15:03:33 +00:00
stronk7
e28de1f5cc rebuild_course_cache() to calculate modinfo before role assignments. MDL-13740 ; merged from 19_STABLE 2008-02-29 19:55:06 +00:00
moodler
d5b8dc1d61 Merged MDL-13569 Mark N patch for notice 2008-02-26 09:05:51 +00:00
moodler
eff1ecb4f1 MDL-13554 Fix from Mark Nielsen for bad block backups 2008-02-21 05:35:16 +00:00
poltawski
175767ede7 MDL-13339 - ensure we don't continue the restore process if there is
no course header in the backup file. This bug was causing blank course
records to be created when users tried to restore a non-moodle backup file
such as a scorm file.
merged from MOODLE_19_STABLE
2008-02-07 18:52:51 +00:00
stronk7
b3238b3519 Some old backups can contain empties in user->picture, fix them before insert. Merged from 19_STABLE 2008-02-05 20:31:06 +00:00
stronk7
70e2417668 Save one extra query per user being restored. $newid contains the user id along all the iteration.
Merged from MOODLE_19_STABLE
2008-02-04 00:05:20 +00:00
stronk7
7b6e2a2bf9 Now custom profile fields and user tags are restored. MDL-6856 ; merged from 19_STABLE 2008-02-03 23:53:01 +00:00
stronk7
3dd3ab8ac8 Only insert outcome_course if it doesn't exist. MDL-13308 ; merged from 19_STABLE 2008-02-03 18:44:14 +00:00
stronk7
359e08ba88 Fix restore of outcomes, reusing them when possible. MDL-13309 ; merged from 19_STABLE 2008-02-03 18:26:58 +00:00
stronk7
1f340c06da Add some browser output when restoring a lot of users. Merged from 19_STABLE 2008-02-03 00:48:32 +00:00
stronk7
e464445596 Now we are reading user_profile_fields and user_tags + some small fixes on roles. MDL-6856 ; merged from 19_STABLE 2008-02-02 23:59:48 +00:00