David Mudrák
4f11517667
MDL-36135 Give the grading evaluation methods control over their settings forms
...
From now on, the evaluator's method get_settings_form() should return a
subclass of workshop_evaluation_settings_form. The evaluation subplugins
are expected to use the define_sub() method to add their own fields into
the base form, although they can override the main define() method, too.
The former interface workshop_evaluation has been refactored into a
superclass with abstract methods which seems to be more robust.
Oh, by the way, I'm in Perth - yay!
AMOS BEGIN
MOV [settings,workshopeval_best],[evaluationsettings,mod_workshop]
AMOS END
2012-10-20 00:17:13 +08:00
David Mudrák
a93dc3ecb7
MDL-36135 Display the workshop grading evaluation method chooser
...
Teachers can now choose the actual grading evaluation method to use
during the grading evaluation phase. The workshopeval_best is still used
as the default one (this may be made configurable later, although there
is no big benefit of it).
2012-10-20 00:17:13 +08:00
Gilles-Philippe Leblanc
033e8461ab
MDL-31708 wiki: Wiki 2.0 non-group member can see edit option in navigation block
2012-10-19 09:38:28 -04:00
Rajesh Taneja
57bda78540
MDL-36131 AJAX: Conditional activities will behave same as in non-ajax mode
2012-10-19 17:10:25 +08:00
Tim Hunt
4726ad4fa4
MDL-36103 tablelib: links to user profiles are wrong in courses.
2012-10-19 16:49:34 +08:00
Nadav Kavalerchik
f12117250d
MDL-36033 - Left align Numeric value fields in Calculated and Numeric question, when in RTL mode
2012-10-19 10:24:03 +02:00
Nadav Kavalerchik
ad01d8f57b
MDL-36070 - Points label hides UP and Down ordering arrows and Delete Icon on Quiz edit page, in RTL mode (theme/standard)
2012-10-19 10:16:26 +02:00
Nadav Kavalerchik
2bda04605e
MDL-35249 - Move Grading popmenu "userid" column after "scale" column (workaround)
2012-10-19 10:14:49 +02:00
Rajesh Taneja
7212740691
MDL-35910 Assignment 2.2: Fixed included files in assignment zip.
...
If Marking button is enabled, assignment is open and is not finalized, then don't add file to zip
2012-10-19 16:07:19 +08:00
Petr Škoda
8a486fdb7d
MDL-35843 implement self enrolment expiry notification
2012-10-19 16:04:00 +08:00
Petr Škoda
8c04252cbf
MDL-35843 refactor expiry notifications to core enrol feature
2012-10-19 16:03:48 +08:00
Petr Škoda
8e941204b2
MDL-35843 prepare fox expiry refactoring to core enrol feature
...
AMOS BEGIN
MOV [errorthresholdlow,enrol_manual],[errorthresholdlow,core_enrol]
MOV [expirynotify,enrol_manual],[expirynotify,core_enrol]
MOV [expirynotify_help,enrol_manual],[expirynotify_help,core_enrol]
MOV [expirynotifyall,enrol_manual],[expirynotifyall,core_enrol]
MOV [expirynotifyteacher,enrol_manual],[expirynotifyenroller,core_enrol]
MOV [notifyhour,enrol_manual],[expirynotifyhour,core_enrol]
MOV [expirythreshold,enrol_manual],[expirythreshold,core_enrol]
MOV [expirythreshold_help,enrol_manual],[expirythreshold_help,core_enrol]
AMOS END
2012-10-19 16:03:40 +08:00
Rossiani Wijaya
f262c4cbf7
MDL-21625 Question bank: fixing whitespace
2012-10-19 15:48:04 +08:00
Aaron Barnes
01259692ef
MDL-36107 scorm: Fix non-static method call
2012-10-19 18:39:45 +13:00
Rossiani Wijaya
d2c9169a4c
MDL-21625 Question bank: Add accessibility to table layout for viewing question list
2012-10-19 13:25:52 +08:00
Adam Olley
ac9ac1fe9c
MDL-36130: mod_assign: migrate logs when migrating from mod_assignment
2012-10-19 15:18:10 +10:30
Sam Hemelryk
fe3522080d
MDL-36052 cache: Tidied up language in readme and added missing definition args
2012-10-19 10:23:38 +08:00
Sam Hemelryk
4075433bfd
MDL-36052 cache: Fixed up the cache README file.
2012-10-19 10:04:31 +08:00
Sam Hemelryk
7e7e108f93
MDL-36115 cache: Fixed up requirements check in cache admin interfaces
2012-10-19 08:12:32 +08:00
Sam Hemelryk
e0a568e281
MDL-36094 cache: Fixed up inclusion path for overrideclassfile and datasourcefile
2012-10-19 08:11:40 +08:00
Sam Hemelryk
9381983e5b
MDL-25290 conversion: Added db column cache to pgsql + mysql
2012-10-19 08:08:59 +08:00
Sam Hemelryk
d90bbe6fce
MDL-25290 conversion: Converted string cache to MUC
2012-10-19 08:08:50 +08:00
Aparup Banerjee
7e8ae12a7a
weekly release 2.4dev
2012-10-18 19:41:39 +08:00
Aparup Banerjee
f28b559030
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-10-18 19:20:30 +08:00
Frederic Massart
db6c8b82d2
MDL-35117 backup: Read information from backup XML file when removing excess backups
2012-10-18 15:13:50 +08:00
Rajesh Taneja
5f0ba65f26
MDL-35489 users: Check added before using form data
2012-10-18 14:13:18 +08:00
Frederic Massart
e462f46b77
MDL-35117 librairies: File Packer can only extract a specific list a files
2012-10-18 13:38:48 +08:00
Jason Fowler
9e142d1121
MDL-31824 - Calendar - Fixing HTML classes fopr calendar month view - patch provided by Mark Ward
2012-10-18 12:49:32 +08:00
Frederic Massart
3b7bfbb5b8
MDL-4655 course: Number of courses with summaries to display is configurable
2012-10-18 11:07:17 +08:00
AMOS bot
34c78e9714
Automatically generated installer lang files
2012-10-18 00:34:54 +00:00
Aparup Banerjee
a9dd30802d
Merge branch 'WIP-MDL-35583' of git://github.com/nadavkav/moodle
2012-10-18 03:45:06 +08:00
Charles Fulton
a377cc5301
MDL-36105 grades: use consistent icon classs
2012-10-17 11:07:12 -07:00
Nadav Kavalerchik
43aae6cc28
MDL-35583 - blocks header and footer right align fixes, profile picture right align (update)
2012-10-17 19:34:16 +02:00
David Tang
54d6517db3
MDL-31629 auth_shibboleth Use correct language string location
2012-10-17 12:56:14 +01:00
Michael Aherne
af402e5677
MDL-36101 auth_shibboleth Show appropriate error message for suspended accounts
2012-10-17 12:37:43 +01:00
Andrew Robert Nicols
09f200aa62
MDL-36099 AJAX Ensure that a galleryversion is always set for yui_module calls
2012-10-17 10:14:56 +01:00
Tim Hunt
16c7457f57
MDL-36076 qtype multichoice: validation fails on '0' answer.
2012-10-17 13:54:45 +08:00
Sam Hemelryk
2ea4312a23
MDL-31683 mod_assign: Fixed up whitespace and cap check changes as required
2012-10-17 11:17:53 +08:00
Sam Hemelryk
7e5c720495
Merge branch 'MDL-31683' of git://github.com/Lightwork-Marking/moodle
2012-10-17 10:57:36 +08:00
AMOS bot
663704c080
Automatically generated installer lang files
2012-10-17 00:34:37 +00:00
Aparup Banerjee
c6ad465229
Merge branch 'WIP-MDL-35583' of git://github.com/nadavkav/moodle
2012-10-17 08:25:27 +08:00
Paul Charsley
1378838eca
MDL-31683 added mod_assign_get_assignments web service function
2012-10-17 13:21:44 +13:00
Jason Platts
8f38558b7a
MDL-36075 Forms: Date selector in forms errors in IE7
2012-10-16 12:06:03 +01:00
Aaron Barnes
e9d20bbc64
MDL-35386 completion report: Update code and improve report/csv
2012-10-17 00:03:09 +13:00
Sam Hemelryk
a896bc32cd
Merge branch 'MDL-35412-master' of git://github.com/FMCorz/moodle
2012-10-16 17:41:49 +08:00
Frederic Massart
a8397303d2
MDL-35412 phpunit: date_format_string() is case insensitive
2012-10-16 17:21:11 +08:00
Dan Poltawski
4b3a647cfb
Merge branch 'wip-mdl-30691' of git://github.com/rajeshtaneja/moodle
2012-10-16 16:27:37 +08:00
Dan Poltawski
cdcb468d6f
MDL-34228 - version.php bump for new capability
2012-10-16 16:20:43 +08:00
Dan Poltawski
99da334454
Merge branch 'MDL-34228-master' of git://github.com/sammarshallou/moodle
2012-10-16 16:19:25 +08:00
Dan Poltawski
a2b86c741d
Merge branch 'wip-mdl-27309' of git://github.com/rajeshtaneja/moodle
2012-10-16 14:59:04 +08:00