|
f33e1ed4ae
|
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
|
2008-05-15 21:40:00 +00:00 |
|
|
a0127802d3
|
MDL-12037 - backup does not report errors correctly in backup_module()
|
2008-05-13 00:41:34 +00:00 |
|
|
078d8bf448
|
MDL-14550 really inefficient db calls.
|
2008-05-13 00:29:04 +00:00 |
|
|
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 |
|
|
095aa2809e
|
Restoring from courses having custom role name doesn't cause duplicate roles. MDL-14808 ; merged from 19_STABLE
|
2008-05-12 22:54:26 +00:00 |
|
|
98d80d851b
|
MDL-14692 groupings restore logic switched - credit goes to Vitor Rocio
|
2008-05-12 19:55:22 +00:00 |
|
|
b90d006cd4
|
user preferences are not restored if user exists. MDL-12594 ; merged from 19_STABLE
|
2008-05-12 18:01:59 +00:00 |
|
|
2ea2bfadfa
|
MDL-14736 this doesn't need to be an error call, as the backup should still succeed - changing to use notify() instead.
|
2008-05-08 22:28:06 +00:00 |
|
|
d3b7ea93de
|
"MDL-14129, fix print_error"
|
2008-05-08 08:43:17 +00:00 |
|
|
957f6fc9d2
|
"MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE"
|
2008-05-02 04:37:02 +00:00 |
|
|
71f165a499
|
MDL-14599 removed support for old backup $CFG->dbtype.php upgrade and install support
|
2008-05-01 19:59:29 +00:00 |
|
|
2f1cd7daec
|
Fixed typo causing restore to existing courses not to work. MDL-14549 ; merged from 19_STABLE
|
2008-04-24 21:49:07 +00:00 |
|
|
5832a6f34b
|
MDL-14129, fix print_error call
|
2008-04-24 02:48:36 +00:00 |
|
|
a4f9dc75da
|
MDL-14129, fix misuse string
|
2008-04-23 01:53:30 +00:00 |
|
|
fa6086a84b
|
MDL-14129, fix print_error
|
2008-04-22 08:52:25 +00:00 |
|
|
8b6ccde7b0
|
Restore of blogs in SITE page added. MDL-9089 ; merged from 19_STABLE
|
2008-04-20 02:03:00 +00:00 |
|
|
d9063e928f
|
Adding some missing course info when backuping blogs. MDL-9089 ; merged from 19_STABLE
|
2008-04-19 22:41:48 +00:00 |
|
|
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 |
|
|
6a775a8075
|
Restore to the frontpage should work now (interface). MDL-12760 ; merged from 19_STABLE
|
2008-04-13 23:56:14 +00:00 |
|
|
d8b2e5e63d
|
Minor fixes in the restore form when restoring from within SITEID. Merged from 19_STABLE
|
2008-04-13 23:29:07 +00:00 |
|
|
59d6852ba4
|
Fixed missing string on restore. MDL-14330 ; merged from STABLE_19
|
2008-04-13 02:06:49 +00:00 |
|
|
b05d6880e1
|
Blogs added to scheduled backup. MDL-9089 ; merged from 19_STABLE
|
2008-04-13 01:35:13 +00:00 |
|
|
fe75799dcf
|
Blogs backup added. MDL-9089 ; merged from 19_STABLE
|
2008-04-13 01:28:59 +00:00 |
|
|
5a2a53316f
|
MDL-14129, remove all the other error() call
|
2008-04-04 02:54:20 +00:00 |
|
|
4a80e5cb05
|
MDL-8270 ignore blocks that can not be instantiated; merged from MOODLE_19_STABLE
|
2008-03-30 14:36:27 +00:00 |
|
|
68e3ffbbfa
|
added new gradebook preference for backup silently function to avoid notice errors later in backup process.
|
2008-03-25 15:40:23 +00:00 |
|
|
cfa239ab7f
|
Restore escaped from latest tag-lib refactoring. MDL-14038 ; merged from 19_STABLE
|
2008-03-24 16:39:48 +00:00 |
|
|
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 |
|
|
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 |
|
|
7d44b1a425
|
MDL-2674 minor lang improvement; backported from MOODLE_19_STABLE
|
2008-03-20 21:17:40 +00:00 |
|
|
32bd1c0ffc
|
MDL-13619 legacy restore revisited -fixed sortorder; merged from MOODLE_19_STABLE
|
2008-03-20 20:08:44 +00:00 |
|
|
0cdf4aad05
|
MDL-13393 detect broken cm instances when doing backup - prevents trouble during restore; merged from MOODLE_19_STABLE
|
2008-03-20 19:40:09 +00:00 |
|
|
09069c0df0
|
MDL-13619 legacy restore revisited; merged from MOODLE_19_STABLE
|
2008-03-20 19:16:55 +00:00 |
|
|
e8b709f14b
|
MDL-13953 The dropdown was not populated using the same methods as elsewhere in Moodle.
|
2008-03-18 16:00:13 +00:00 |
|
|
44b7235eef
|
MDL-2674 removed hardcoded renaming of groupings depending on changed course shortname
|
2008-03-17 22:09:25 +00:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
bef163c889
|
Ensure only target groups_members are added to backup. MDL-12453 ; merged from 19_STABLE
|
2008-03-09 17:28:17 +00:00 |
|
|
fbb51be65a
|
cosmetic fix for CONTEXT:SYSTEM fetching; merged from MOODLE_19_STABLE
|
2008-03-08 15:36:52 +00:00 |
|
|
0c94e43d01
|
MDL-13848 backup form - do not include checkboxes for mods that are not used in course; merged from MOODLE_19_STABLE
|
2008-03-08 15:08:44 +00:00 |
|
|
da9bf507dc
|
Match date from 1.9
|
2008-03-03 11:58:26 +00:00 |
|
|
714d08d1d7
|
Merged MDL-13475 from 1.9: treat shortname fields as 100 chars
|
2008-03-02 15:03:33 +00:00 |
|
|
e28de1f5cc
|
rebuild_course_cache() to calculate modinfo before role assignments. MDL-13740 ; merged from 19_STABLE
|
2008-02-29 19:55:06 +00:00 |
|
|
d5b8dc1d61
|
Merged MDL-13569 Mark N patch for notice
|
2008-02-26 09:05:51 +00:00 |
|
|
537aa65c5d
|
MDL-13404 - Modification to all tag_get_tags_* calls needing an array & other improvements (merge from 1.9)
|
2008-02-26 06:43:54 +00:00 |
|
|
3d535996db
|
MDL-13404 - Merge from 1.9 (re-commit, including missing file)
|
2008-02-25 01:58:17 +00:00 |
|
|
bb06244703
|
MDL-13404 reverted - missing file and other minor problems
|
2008-02-22 19:53:48 +00:00 |
|
|
db32b054d1
|
MDL-13404 - Merge from 1.9
|
2008-02-22 10:25:36 +00:00 |
|
|
eff1ecb4f1
|
MDL-13554 Fix from Mark Nielsen for bad block backups
|
2008-02-21 05:35:16 +00:00 |
|