Darko Miletic
75c95c8b02
MDL-30777: Properly implemented error message
2011-12-20 11:06:50 -03:00
Darko Miletic
986dc51a72
MDL-30631: Fixed the default grade import for the question for both CC
...
1.0 and 1.1
2011-12-15 17:14:10 -03:00
Eloy Lafuente (stronk7)
4d856332e4
MDL-28180 backup - on restore always prevent completion_aggr_methd dupes
...
This covers the last case where dupes could be happening in the
completion_aggr_methd table: Restoring one complete course into
an existing one, adding information. Now we always check if the
aggr_method exists before inserting it.
2011-12-12 00:31:44 +01:00
Eloy Lafuente (stronk7)
184acafab6
MDL-28180 backup - set excluded activities for any non-course operation
2011-12-12 00:30:58 +01:00
Eloy Lafuente (stronk7)
5b14551371
MDL-30466 Backup: delete empty method
2011-11-29 19:47:25 +01:00
Eloy Lafuente (stronk7)
457e9ab606
Merge branch 'wip-mdl-30466' of git://github.com/rajeshtaneja/moodle
2011-11-29 19:45:39 +01:00
Eloy Lafuente (stronk7)
2321e0d661
Merge branch 'MDL-30444' of git://github.com/kiklop74/moodle
2011-11-29 16:39:22 +01:00
Eloy Lafuente (stronk7)
8192d3cf43
Merge branch 'MDL-30435' of git://github.com/kiklop74/moodle
2011-11-29 15:54:28 +01:00
Rajesh Taneja
3c33d77817
MDL-30466 Backup: Fixed duplicate completion record check error
2011-11-28 14:12:41 +08:00
Eloy Lafuente (stronk7)
66d8f36b9e
Merge branch 'MDL-30456' of git://github.com/stronk7/moodle
2011-11-25 03:22:09 +01:00
Eloy Lafuente (stronk7)
ef77af3852
MDL-30456 backup - avoid missing deleted users on backup
2011-11-25 03:16:53 +01:00
Eloy Lafuente (stronk7)
ede7105fd9
MDL-27233 move the restorer enrol/ra creation to the very beginning of the restore process
...
Some early steps in restore are using capability checks to decide how to
restore some information. But at that stage, if the course contents have
been removed and the user had perms at course level only (usually teacher)
the process can fail because some content is not restoreable due to the
lack of permissions.
Moving the restorer step to the beginning really helps is those situations
and it does not hurt at all.
Also, fixed one notice detected when testing this.
2011-11-25 01:07:27 +01:00
Eloy Lafuente (stronk7)
0620787a17
Merge branch 'w47_MDL-27233_m22_restoreenrol' of git://github.com/skodak/moodle
2011-11-24 23:44:24 +01:00
Sam Hemelryk
7355a8e4b7
Merge branch 'wip-mdl-30391' of git://github.com/rajeshtaneja/moodle
2011-11-25 11:29:33 +13:00
Darko Miletic
adf8f7a172
MDL-30435: updated xpath query for CC 1.0 and improved url validity
...
detection
2011-11-24 17:42:16 -03:00
Darko Miletic
4f26504015
MDL-3044: Fixed validation issue related to the incorrect definition of
...
xs:language type. All xs:language instances are replaced with xs:token
type. It relaxes validation enough for all the complex or dummy language
strings to be accepted.
2011-11-24 15:40:35 -03:00
Petr Skoda
1f238ad4df
MDL-27233 fix variable names
...
Thanks Eloy!
2011-11-24 10:40:38 +01:00
Petr Skoda
73d000f389
MDL-27233 allow adding of default role to restorers
2011-11-23 18:38:27 +01:00
Petr Skoda
d53e3298c0
MDL-27233 add new options to keep enrols and groups purging existing course in restore
2011-11-23 18:38:27 +01:00
Eloy Lafuente (stronk7)
43fb30d652
Merge branch 'wip-mdl-30394' of git://github.com/rajeshtaneja/moodle
2011-11-23 13:37:37 +01:00
Eloy Lafuente (stronk7)
9002363b35
Merge branch 'MDL-30390-grading-restore' of git://github.com/mudrd8mz/moodle
2011-11-23 13:16:04 +01:00
Sam Hemelryk
b8a2a92773
Merge branch 'MDL-30192' of git://github.com/stronk7/moodle
2011-11-23 14:11:23 +13:00
David Mudrak
086ed2a6c0
MDL-30390 Advanced grading - fixed the database table field name in the restore
...
This is a regression of the recent fields renaming.
2011-11-22 15:50:17 +01:00
Rajesh Taneja
d6e23c1466
MDL-30394 Backup: Removed popup, inserted by 27790 during restore in new course
2011-11-22 12:03:26 +08:00
Rajesh Taneja
ecdd2d183c
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
Eloy Lafuente (stronk7)
f218cdab34
Merge branch 'MDL-29591-master-2' of git://git.luns.net.uk/moodle
2011-11-18 17:28:53 +01:00
Andrew Robert Nicols
7d7d82de03
MDL-29591 Check for permission before overwriting course idnumber when restoring
2011-11-18 14:54:00 +00:00
Eloy Lafuente (stronk7)
1acad8eed7
MDL-30192 restore - prevent any extra info to be created for deleted users
2011-11-18 13:03:08 +01:00
Henning Bostelmann
6336bd914a
MDL-29350 Prevent duplication of groupings when copying activities
...
This patch also includes a database upgrade to correct data produced as a
result of this bug.
2011-11-15 11:12:40 +00:00
Eloy Lafuente (stronk7)
9bddc37f97
MDL-29956 ims-cc - whitespace cleanup
2011-11-14 23:35:12 +01:00
Eloy Lafuente (stronk7)
acb8164304
MDL-29956 ims-cc - disabling export and cleaning some unused code
...
This commits cleans some code (settings and dependencies)
and one file included previous by error.
Also it disables all the IMS-CC export feature by default, being
possible to enable it under demand by setting (@ config.php):
$CFG->enablebackupconverters = true;
2011-11-14 21:32:05 +01:00
Darko Miletic
584f92962d
Updated text conversion to read and store safe xml strings.
2011-11-14 21:25:08 +01:00
Mark Nielsen
726a770949
MDL-29956: Common Cartridge should handle HTML content more natively (r17188, r17210:17265)
...
Also implemented support for LTI icon during import.
2011-11-14 21:25:08 +01:00
Mark Nielsen
91e6ca6e71
MDL-29956: Implement export of Quiz activity (r16977, r17032)
2011-11-14 21:25:08 +01:00
Mark Nielsen
42dffc6feb
MDL-29956: Implement common cartridge export (r16882)
2011-11-14 21:25:08 +01:00
David Mudrak
3319af85a9
MDL-29793 Advanced grading - do not execute the restore step if the grading.xml is missing
2011-11-14 21:11:41 +01:00
David Mudrak
c309e4f05e
MDL-29793 Advanced grading backup - fixed the recently renamed DB field
2011-11-14 21:11:00 +01:00
Sam Hemelryk
1ae9aa2b8f
Merged MDL-29108 Advanced grading
2011-11-14 22:01:05 +13:00
Eloy Lafuente (stronk7)
032bfca82a
Merge branch 'MDL-29035-master' of git://github.com/ankitagarwal/moodle
2011-11-11 02:42:40 +01:00
Sam Hemelryk
e3dfd1a1d9
Merged branch 'w44_MDL-29030_m22_reports' of git://github.com/skodak/moodle.git with conflict resolution
2011-11-10 10:15:50 +13:00
Aparup Banerjee
92f6c2eb7f
Merge branch 'MDL-30021' of git://github.com/timhunt/moodle
2011-11-09 12:19:20 +08:00
David Mudrak
37065c2e06
MDL-29793 Advanced grading forms attached to activity modules can be restored now
2011-11-08 23:33:40 +01:00
David Mudrak
9b553d472e
MDL-29793 Advanced grading forms attached to activity modules are included in the backup now
2011-11-08 16:25:58 +01:00
Rajesh Taneja
687f512d88
MDL-27790 Backup: Added warning message to let user know that temporary course will be created for restoration process
2011-11-08 11:37:48 +08:00
Rajesh Taneja
416128379f
MDL-27790 Backup: temperory course will be deleted in case of exception and cancellation of restore process
2011-11-08 11:37:43 +08:00
Petr Skoda
158e9e2af9
MDL-29030 add basic report backup/restore support for course level
2011-11-06 12:22:51 +01:00
Tim Hunt
de529cd253
MDL-30021 qtype numerical better showunits default when coming from 1.9
...
This applies to:
1. Upgrade from 1.9,
2. Import of questions exported from 1.9, and
3. Restore of courses backed-up from 1.9.
It also applies to the calculated question type.
2011-11-03 11:27:41 +00:00
Ankit Kumar Agarwal
ef6b3ba159
MDL-29035 Backups making email match case-insensitive when restoring backups
2011-11-03 10:18:15 +05:30
Sam Hemelryk
49ebdaf1da
Merge branch 'wip-MDL-25454-master' of git://github.com/marinaglancy/moodle
2011-10-03 14:24:38 +13:00
Eloy Lafuente (stronk7)
f253e791ed
MDL-29618 backup - back to handling enrolments properly. Regession of MDL-26841, my fault, grrr
2011-10-03 00:45:18 +02:00