Sam Hemelryk
41d2e418a7
MDL-32353 fixed up very minor whitespace
2012-04-16 15:22:59 +12:00
Eric Merrill
085cc4ef9a
MDL-32353 backup: Flaw in settings logic for user info and anonymise
2012-04-12 10:57:24 -04:00
Sam Hemelryk
61231c48fa
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f01c7ddc7c
.
2012-04-11 17:20:29 +12:00
Rossiani Wijaya
f01c7ddc7c
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:44:13 +08:00
Sam Hemelryk
7303944957
MDL-31175 backup: Fixed undefined in register_dependency
2012-03-12 09:43:00 +13:00
Sam Hemelryk
bd87189222
Merge branch 'MDL-27764_22' of git://github.com/stronk7/moodle into MOODLE_22_STABLE
2012-03-06 10:19:00 +13:00
Eloy Lafuente (stronk7)
dfa28b875d
MDL-27764 restore - always restore as much info as possible (1.9 approach)
...
In 2.0 we had reduced the types of restore operations where we allow
to load the section names and section descriptions, only proceeding
when restoring to new course or to existing course, deleting.
With this patch, we change to the old 1.9 way, that was to restore
the section information always, no matter of the type of restore
operation (course restore, import, to new or to existing course,
deleting or adding). The only exception is that it's always checked that
the target section names and descriptions are empty.
2012-03-05 02:48:56 +01:00
Sam Hemelryk
4e738cab73
Merge branch 'MDL-26037_22' of git://github.com/stronk7/moodle into MOODLE_22_STABLE
2012-03-05 14:03:26 +13:00
Eloy Lafuente (stronk7)
dff99bd6c5
MDL-26037 restore: fixes for mssql, php 5.4 and small improvs
2012-03-01 13:19:24 +01:00
Tony Levi
80d78f3aae
MDL-26037: import: display search box even when no courses are currently displayed
2012-03-01 13:19:24 +01:00
Tony Levi
9b3a01563c
MDL-26037: restore/import: check through all courses instead of only first 250
2012-03-01 13:19:23 +01:00
Eloy Lafuente (stronk7)
9f4ad8a5dd
MDL-29248 backup: take rid of the setting and code handling the 'private' user filearea
2012-03-01 13:16:01 +01:00
Eloy Lafuente (stronk7)
6339bf1051
MDL-29248 backup: delete user_files settings, lang strings and uses
...
Conflicts:
admin/settings/courses.php
version.php
2012-03-01 13:15:46 +01:00
Darko Miletic
3a9104cb54
MDL-31561: Implemented fix for honoring correct number of course
...
sections
2012-02-21 02:30:50 +01:00
Darko Miletic
9f260add10
MDL-31562: Implemented support for exporting labels, minor additional
...
cleanups
2012-02-21 02:29:10 +01:00
Eloy Lafuente (stronk7)
894c5e0b86
Merge branch 'wip-mdl-25432-m22' of git://github.com/rajeshtaneja/moodle into MOODLE_22_STABLE
2012-02-21 02:10:29 +01:00
Rajesh Taneja
7e19c5e1f5
MDL-25432 backup: Catching exception for orphan course modules and it's block (if any), and logging them, no exception will be thrown for this now.
2012-02-20 09:29:26 +08:00
Eloy Lafuente (stronk7)
47ac7c3668
MDL-31532 restore: avoid null course->hiddensections problems. Credit goes to Petri Asikainen. Thanks!
2012-02-20 01:36:23 +01:00
Eloy Lafuente (stronk7)
5a1e6f2a6c
Merge branch 'MDL-31314_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-31 17:06:14 +01:00
Tim Hunt
a3b0c9462f
MDL-31314 gradebook restore: fix category.depth on restore.
...
Without this, restoring backups made with the OU's custom 'restore from
1.9' feature, and possibly other people's custom converstion code, does
not work properly.
Also, fix poor recordset code.
2012-01-30 12:31:30 +00:00
David Mudrak
17b629d458
MDL-31317 original_site_identifier_hash falls back to null during the backup conversion
...
Even if the site identifier is not defined in the source 1.9 backup then the
converted 2.0 version should still contain the element to prevent PHP
notices on direct assignment.
2012-01-27 08:50:02 +01:00
Petr Skoda
58ac441cae
MDL-31172 fix variable name typo in backup file logger
2012-01-23 16:10:10 +08:00
Petr Skoda
ddb621b78d
MDL-31173 fix variable name typo when throwing invalid $rule param exception in restore decode processor
2012-01-23 16:07:06 +08:00
Petr Skoda
a1317d1b99
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:09 +01:00
Darko Miletic
a7e79bfe78
MDL-30783: Implemented fix
2012-01-09 21:51:41 +01:00
Darko Miletic
23758a4588
MDL-30778: Implemented intendeduserrole support
2012-01-09 00:42:48 +01:00
Sam Hemelryk
ffd6212152
Merge branch 'MDL-31017_22' of git://github.com/stronk7/moodle into MOODLE_22_STABLE
2012-01-05 11:17:13 +13:00
Eloy Lafuente (stronk7)
1cf721e235
MDL-31017 whitespace clean - take1
2012-01-04 16:28:59 +01:00
Petr Skoda
10357af3ef
MDL-30950 remove references to removed admin block
...
Credit goes to Ralf Hilgenstock.
2012-01-03 22:35:00 +01:00
Petr Skoda
9cad3e182d
MDL-30943 fix forgotten admin/report/ references
2012-01-03 12:23:43 +13:00
Darko Miletic
1be36988ac
MDL-30777: Properly implemented error message
2011-12-21 00:41:09 +01:00
Darko Miletic
fe2a74db60
MDL-30631: Fixed the default grade import for the question for both CC
...
1.0 and 1.1
2011-12-20 22:02:51 +01:00
Eloy Lafuente (stronk7)
ed9c60fed7
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-11 23:03:51 +01:00
Eloy Lafuente (stronk7)
ff4a2ddef7
MDL-28180 backup - set excluded activities for any non-course operation
2011-12-11 21:37:33 +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