Dan Poltawski
cf1479bb2f
Merge branch 'MDL-34351_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-23 14:09:34 +08:00
Rossiani Wijaya
60a1365d28
MDL-26969 Assignment module - upload: fixed get_submission() return value to nothing when param is set to false.
2012-07-23 11:27:28 +08:00
Aparup Banerjee
3e7788eebe
Merge branch 'MDL-32665_chat_popup_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-07-23 10:21:44 +08:00
Dan Poltawski
fd59a1780b
Merge branch 'MDL-34451_23' of git://github.com/merrill-oakland/moodle into MOODLE_23_STABLE
2012-07-23 09:22:48 +08:00
Sam Hemelryk
4ad0926a30
Merge branch 'MDL-34427' of git://github.com/jasonilicic/moodle into MOODLE_23_STABLE
2012-07-23 11:40:07 +12:00
Sam Hemelryk
f315e3e184
Merge branch 'm23_MDL-34374' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-07-23 11:38:09 +12:00
Sam Hemelryk
93c3b29893
Merge branch 'm23_MDL-34233' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-07-23 11:26:50 +12:00
Damyon Wiese
c8ac7e7938
MDL-34313: Deleting assignfeedback plugins deletes config for assignsubmission_plugin instead.
2012-07-23 11:22:36 +12:00
Damyon Wiese
943036314f
MDL-34272: Assignment module displays all assignments on my moodle instead of just open ones
2012-07-23 11:20:55 +12:00
Damyon Wiese
145a300b73
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-23 11:09:46 +12:00
Damyon Wiese
392ee02d6c
MDL-2283: Display number of assignment submissions that need grading in the grading summary
2012-07-23 10:55:27 +12:00
Eric Merrill
a14ef47b44
MDL-34451 quiz Fixed problem where attempt page is updated for ALL attempts, not just current.
2012-07-22 12:23:11 -04:00
Jason Ilicic
1cb637e42a
MDL-34427: Corrected language string when not allowed to enter the chat room.
2012-07-20 14:45:32 +09:30
Tim Hunt
2894157f15
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:24:15 +01:00
Tim Hunt
013c74d058
MDL-34379 quiz reports: timetaken 'open' for never submitted attempts
2012-07-19 12:46:49 +01:00
Ankit Agarwal
8119fbd7bd
MDL-34265 SCORM: Removing sorting from unsortable columns
2012-07-19 15:58:36 +08:00
Dan Marsden
001ff67298
MDL-34233 SCORM backup - change to using set_source_sql to preserve order of records in backup.
2012-07-19 19:40:02 +12:00
Dan Marsden
fece4fd648
MDL-34374 SCORM prevent skipview being set to always when used inside a SCORM course format.
2012-07-19 09:05:07 +12:00
Andrew Davis
dec465b3e9
MDL-32665 mod_chat: disabled popup notifications in the chat windows
2012-07-18 19:08:01 +08:00
Damyon Wiese
617c624732
MDL-32948: Improved help for "Require students click submit button" setting
...
Describes the effect of changing this setting after students have submitted.
2012-07-18 10:20:08 +12:00
Damyon Wiese
00cfd8bc94
MDL-34217: Swap short and long text for setting in assignment module
2012-07-18 10:13:20 +12:00
Sam Hemelryk
07cb7e3d34
Merge branch 'MDL-33575_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-07-17 15:50:08 +12:00
Rossiani Wijaya
b6e65b5312
MDL-33575 choice module: add label to checkbox element when privacy of results is set to publish full results
2012-07-17 10:17:43 +08:00
Dan Poltawski
00714e72ea
Merge branch 'MDL-34187_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-16 15:57:31 +08:00
Dan Poltawski
8242298e4b
Merge branch 'MDL-34164_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-16 10:05:51 +08:00
Sam Hemelryk
5320640ccd
Merge branch 'MDL-33624-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-07-16 13:50:56 +12:00
Dan Poltawski
28fc596d03
MDL-33624 lang - remove incosistent use of placeholder
2012-07-16 09:45:11 +08:00
Sam Hemelryk
ac98ad6189
Merge branch 'MDL-26145_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-07-16 11:57:35 +12:00
Sam Hemelryk
8f87d57c47
Merge branch 'MDL-28155_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-07-16 11:50:23 +12:00
Sam Hemelryk
d479ce3bef
Merge branch 'MDL-34153-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-07-16 10:44:01 +12:00
Damyon Wiese
66681a5192
MDL-34258: Plagiarism API now returns strings so mod_assign needs these updates
2012-07-16 09:58:06 +12:00
Tim Hunt
04de7affb6
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:21:00 +01:00
Tim Hunt
e9879c02c6
MDL-34257 quiz 'secure' window: does not close automatically.
2012-07-13 18:03:51 +01:00
Sam Hemelryk
9f7f501c0a
Revert "MDL-33575 choice module: add label to checkbox element when privacy of results is set to publish full results"
...
This reverts commit f19cd42709
.
2012-07-12 18:21:00 +12:00
Dan Poltawski
476f72e9bf
MDL-34153 mod_forum: create RFC-2822 compliant message-ids
2012-07-12 14:16:52 +08:00
David Monllao
c465776d28
MDL-28155 mod_assignment Using the this object instead of a string
2012-07-11 15:13:34 +08:00
Sun Zhigang
7073fa4c4a
MDL-28155 mod_assignment - Fix an ugly hack
...
Show download all link for any assignment types which implement
the download_submissions() method
2012-07-10 13:00:13 +08:00
Sam Hemelryk
3ca82ed605
Merge branch 'w28_MDL-34175_m23_admin' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-10 12:43:42 +12:00
Dan Marsden
6b8399df5e
MDL-34198 SCORM remove unecessary get_records call
2012-07-10 08:34:42 +08:00
Dan Poltawski
898010f1aa
MDL-34061 mod_resource: filter settings weren't coming from defaults
2012-07-10 11:40:33 +12:00
Dan Poltawski
0dd189d59d
Merge branch 'MDL-18301-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-07-09 14:27:15 +08:00
Dan Poltawski
1583e17c65
Merge branch 'MDL-33030_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-07-09 13:42:32 +08:00
Gilles-Philippe Leblanc
65ab8112a3
MDL-33822 SCORM Interactions report - fix formatting of empty cells.
2012-07-09 17:24:29 +12:00
Sam Hemelryk
f19cd42709
MDL-33575 choice module: add label to checkbox element when privacy of results is set to publish full results
2012-07-09 10:56:28 +12:00
Sam Hemelryk
9bf1621fbc
Merge branch 'MDL-30816_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-07-09 10:28:45 +12:00
David Monllao
25afd64b0f
MDL-26145 mod_chat Talk feature not working correctly
2012-07-06 16:16:00 +08:00
Petr Škoda
93f3eb63d1
MDL-34175 a few more renamed admin fixes
2012-07-06 07:56:00 +02:00
Frederic Massart
2dd2bd7ead
MDL-18301 Gradebook: Added feature for components to control grade visibility
2012-07-06 09:53:54 +08:00
Marina Glancy
9b47ec7bb3
MDL-33746 make folder view look like filemanager tree view
2012-07-05 14:36:28 +02:00
Rossiani Wijaya
a2af7fd407
MDL-30816 Choice module: add format_string() for choice name.
2012-07-05 12:20:20 +08:00