Ankit Agarwal
6fd7b70f4b
MDL-34470 url: Replace all instances of get_context_instance() with context_xxx::instance() in mod/url
2012-07-23 15:10:07 +08:00
Dan Poltawski
052f346105
Merge branch 'MDL-34379' of git://github.com/timhunt/moodle
2012-07-23 14:13:58 +08:00
Dan Poltawski
bc659e5284
Merge branch 'MDL-34351' of git://github.com/timhunt/moodle
2012-07-23 14:09:16 +08:00
Dan Poltawski
a5c8e33122
Merge branch 'wip-mdl-32945' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:35:24 +08:00
Dan Poltawski
ed25f64642
Merge branch 'wip-mdl-30651' of git://github.com/rajeshtaneja/moodle
2012-07-23 11:22:06 +08:00
Rossiani Wijaya
75cf84ac25
MDL-26969 Assignment module - upload: fixed get_submission() return value to nothing when param is set to false.
2012-07-23 11:19:30 +08:00
Aparup Banerjee
d829f5c6fd
Merge branch 'MDL-32665_chat_popup' of git://github.com/andyjdavis/moodle
2012-07-23 10:17:55 +08:00
Sam Hemelryk
4c21d0da95
Merge branch 'wip-mdl-19430' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:36:45 +12:00
Dan Poltawski
fe56f5bc11
Merge branch 'MDL-34451' of git://github.com/merrill-oakland/moodle
2012-07-23 09:22:40 +08:00
Jason Ilicic
e0e903291a
MDL-34427: Corrected language string when not allowed to enter the chat room.
2012-07-23 11:40:37 +12:00
Sam Hemelryk
f49eff005e
Merge branch 'master_MDL-34374' of git://github.com/danmarsden/moodle
2012-07-23 11:38:19 +12:00
Sam Hemelryk
ce4182a46a
Merge branch 'master_MDL-34233' of git://github.com/danmarsden/moodle
2012-07-23 11:26:59 +12:00
Sam Hemelryk
c41e682c27
Merge branch 'MDL-34313' of git://github.com/netspotau/moodle-mod_assign
2012-07-23 11:22:17 +12:00
Sam Hemelryk
1d434a6d17
Merge branch 'MDL-34272' of git://github.com/netspotau/moodle-mod_assign
2012-07-23 11:20:28 +12:00
Sam Hemelryk
5b2b9e04ef
Merge branch 'MDL-34256' of git://github.com/netspotau/moodle-mod_assign
2012-07-23 11:09:28 +12:00
Sam Hemelryk
d817a9e52e
Merge branch 'MDL-34067' of git://github.com/netspotau/moodle-mod_assign
2012-07-23 11:07:30 +12:00
Sam Hemelryk
f3a6fa396e
Merge branch 'MDL-2283' of git://github.com/netspotau/moodle-mod_assign
2012-07-23 10:54:55 +12:00
Eric Merrill
478067dbfb
MDL-34451 quiz Fixed problem where attempt page is updated for ALL attempts, not just current.
2012-07-22 12:22:28 -04:00
Tim Hunt
c33d527833
MDL-34351 quiz cron: one broken overdue attempt should not kill cron
...
It seems that sometimes trying to process an overdue quiz attempt can
throw an exception. In that case, we need to catch it and report it
nicely, and then carry on processing the rest of the attempts, rather
than just killing the whole of cron processing.
Also, there may be garbage quiz attempts where the associated quiz or
course has been deleted. Skip those too.
2012-07-19 15:21:05 +01:00
Tim Hunt
7326b7e247
MDL-34379 quiz reports: timetaken 'open' for never submitted attempts
2012-07-19 12:51:55 +01:00
Ankit Agarwal
1868607ad6
MDL-34265 SCORM: Removing sorting from unsortable columns
2012-07-19 15:58:46 +08:00
Rajesh Taneja
405aca3532
MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT
2012-07-19 15:46:10 +08:00
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Dan Marsden
295c012de7
MDL-34233 SCORM backup - change to using set_source_sql to preserve order of records in backup.
2012-07-19 19:38:14 +12:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Rajesh Taneja
37b5e8fee8
MDL-19430 My Moodle: Polished course_over view code of netspot
2012-07-19 15:30:37 +08:00
Dan Marsden
bb5cc0e964
MDL-34374 SCORM prevent skipview being set to always when used inside a SCORM course format.
2012-07-18 10:32:46 +12:00
Sam Hemelryk
e260e8ce57
Merge branch 'MDL-32948' of git://github.com/netspotau/moodle-mod_assign
2012-07-18 10:19:52 +12:00
Sam Hemelryk
5f7ee647ff
Merge branch 'MDL-34217' of git://github.com/netspotau/moodle-mod_assign
2012-07-18 10:12:50 +12:00
Sam Hemelryk
51625c4662
Merge branch 'MDL-33575' of git://github.com/rwijaya/moodle
2012-07-17 15:50:19 +12:00
Rossiani Wijaya
f92547f81c
MDL-33575 choice module: add label to checkbox element when privacy of results is set to publish full results
2012-07-17 10:18:39 +08:00
Andrew Davis
fef7025c5e
MDL-32665 mod_chat: disabled popup notifications in the chat windows
2012-07-17 10:15:14 +08:00
Damyon Wiese
da099b12a0
MDL-34272: Assignment module displays all assignments on my moodle instead of just open ones
2012-07-17 10:06:02 +08:00
Damyon Wiese
f70079b9bf
MDL-2283: Display number of assignment submissions that need grading in the grading summary
2012-07-17 09:16:43 +08:00
Dan Poltawski
648c1ad194
Merge branch 'MDL-34187' of git://github.com/timhunt/moodle
2012-07-16 15:57:21 +08:00
Dan Poltawski
9bc01a164a
Merge branch 'MDL-34164' of git://github.com/timhunt/moodle
2012-07-16 10:05:43 +08:00
Sam Hemelryk
775d977710
Merge branch 'MDL-33624' of git://github.com/danpoltawski/moodle
2012-07-16 13:51:07 +12:00
Sam Hemelryk
5d827a7125
Merge branch 'MDL-26145_master' of git://github.com/dmonllao/moodle
2012-07-16 11:57:48 +12:00
Sam Hemelryk
78f15d33bb
Merge branch 'MDL-28155_master' of git://github.com/dmonllao/moodle
2012-07-16 11:50:35 +12:00
Sam Hemelryk
7bac687d55
Merge branch 'MDL-34153' of git://github.com/danpoltawski/moodle
2012-07-16 10:44:11 +12:00
Sam Hemelryk
cbbdc7db2a
Merge branch 'master_MDL-32228_add_plagiarism_api_support_to_online_assignment_type' of git://github.com/kanikagoyal/moodle
2012-07-16 10:35:34 +12:00
Sam Hemelryk
c9f6b1af5d
Merge branch 'master_MDL-32229_add_plagiarism_api_support_to_forum' of git://github.com/kanikagoyal/moodle
2012-07-16 10:25:36 +12:00
Sam Hemelryk
c6e94095be
Merge branch 'MDL-34258' of git://github.com/netspotau/moodle-mod_assign
2012-07-16 09:57:45 +12:00
Tim Hunt
2cdcb90553
MDL-34164 quiz reports: only try to show graphs if GD is installed.
...
if (empty($CFG->gdversion)) { seems to be the common idiom for this.
I refactored the graph output into the renderer, to avoid having to
duplicate that test three times.
2012-07-14 09:20:04 +01:00
Tim Hunt
ddda79ca5f
MDL-34257 quiz 'secure' window: does not close automatically.
2012-07-13 18:02:20 +01:00
Damyon Wiese
f7626c6490
MDL-34217: Swap short and long text for setting in assignment module
2012-07-13 13:21:16 +08:00
Damyon Wiese
71df83d256
MDL-34313: Deleting assignfeedback plugins deletes config for assignsubmission_plugin instead.
2012-07-13 12:40:25 +08:00
Damyon Wiese
7f47719233
MDL-34067: Change default to on for text feedback comments in assignment
...
This is the "default default" setting.
2012-07-13 12:17:19 +08:00
Damyon Wiese
d7c6e6dc11
MDL-32948: Improved help for "Require students click submit button" setting
...
Describes the effect of changing this setting after students have submitted.
2012-07-13 12:01:38 +08:00
Damyon Wiese
44e2f0fe72
MDL-34256: Grading table shows users with no submissions with "requires grading" filter
...
Also hide the filters completely if there are no submission plugins enabled (offline assignment).
2012-07-13 11:44:55 +08:00