Tim Hunt
4b6ad1e79b
MDL-32791 quiz db: clean up garbage data that was causing problems.
...
Melinda Kraft reported having rows in their quiz_question_instances
table which caused various problems. These rows are meaningless, so I
have done a DB upgrade step to clean them up, which should deal with the
bad side-effets they were causing.
2012-07-27 16:41:28 +01:00
Tim Hunt
ff2ec2cb95
MDL-34599 quiz attempts: more robust if page number out of range.
...
Rather than throwing an exception, we should just show the first/last
page of the quiz if the page number is out-of-range.
2012-07-27 11:42:03 +01:00
Damyon Wiese
94f26900c9
MDL-31288: New feature: Assignment submission statements
2012-07-27 16:00:10 +08:00
Ankit Agarwal
703a2c2e3f
MDL-34467 glossary: Changing strictness of new context_xxx::instances() calls
2012-07-27 14:27:09 +08:00
Ankit Agarwal
f7562e83b1
MDL-34467 page: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:27:59 +08:00
Ankit Agarwal
c288a3dbf8
MDL-34467 lti: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:27:13 +08:00
Ankit Agarwal
5918e3715e
MDL-34467 lesson: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:26:35 +08:00
David Monllao
327c67a971
MDL-34466 mod_choice Replace all instances of get_context_instance() with respective context_XXXX class in mod/choice
2012-07-27 13:26:06 +08:00
David Monllao
c068b41bed
MDL-34466 mod_folder Replace all instances of get_context_instance() with respective context_XXXX class in mod/folder
2012-07-27 13:26:06 +08:00
David Monllao
6536217c78
MDL-34466 mod_chat Replace all instances of get_context_instance() with respective context_XXXX class in mod/chat
2012-07-27 13:26:04 +08:00
Ankit Agarwal
b631c40835
MDL-34467 imscp: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:25:55 +08:00
Ankit Agarwal
e0a91e119a
MDL-34467 glossary: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:25:24 +08:00
David Monllao
01a67102e6
MDL-34466 mod_assignment Replace all instances of get_context_instance() with respective context_XXXX class in mod/assignment
2012-07-27 13:25:05 +08:00
Charles Fulton
c2ab23894b
MDL-29909 wiki: do not show groups when no groups present
2012-07-26 19:13:33 -07:00
David Monllao
2c979976e1
MDL-34464 mod_feedback Replace all instances of get_context_instance() with respective context_XXXX class in mod/feedback
2012-07-27 09:13:57 +08:00
David Monllao
0b3b8c30e2
MDL-34464 mod_data Replace all instances of get_context_instance() with respective context_XXXX class in mod/data
2012-07-27 09:13:57 +08:00
David Monllao
ba4ee840db
MDL-32931 mod_forum Polishing patch and taking into account courses without previous accesses
2012-07-27 09:08:23 +08:00
Tom Lanyon
28d638729d
MDL-32931 mod_forum Change forum overview to avoid use of (potentially large and slow ) log table.
2012-07-27 09:08:23 +08:00
Tim Hunt
6200f70c5e
MDL-34589 quiz report graphs: PHP5.4 issue with unset($array[$float]).
...
Thanks to Matthew Davidson for diagnosing the problem.
2012-07-26 18:47:57 +01:00
Dan Poltawski
6d2cd4368a
Merge branch 'MDL-34468-master' of git://github.com/ankitagarwal/moodle
2012-07-24 17:53:50 +08:00
Ankit Agarwal
a3fc4b3ad6
MDL-34468 scorm: Replace all instances of get_context_instance() with respective context_XXXX in mod/scorm
2012-07-24 17:08:05 +08:00
Ankit Agarwal
c492a78ee2
MDL-34468 quiz: Replace all instances of get_context_instance() with respective context_XXXX class in mod/quiz
2012-07-24 17:08:05 +08:00
Ankit Agarwal
1c9691160b
MDL-34468 survey: Replace all instances of get_context_instance() with respective context_XXXX class in mod/survey
2012-07-24 17:07:57 +08:00
Aparup Banerjee
90310b1b4f
MDL-26969 assignment : clarified phpdoc and fixed whitespace.
2012-07-24 16:40:05 +08:00
Aparup Banerjee
c5e518d521
Merge branch 'MDL-26969' of git://github.com/rwijaya/moodle
2012-07-24 16:39:59 +08:00
Dan Poltawski
c14ecacfd5
Merge branch 'MDL-34470-master' of git://github.com/ankitagarwal/moodle
2012-07-24 14:51:14 +08:00
Dan Poltawski
5082d87c03
Merge branch 'wip-mdl-32940' of git://github.com/rajeshtaneja/moodle
2012-07-24 13:39:59 +08:00
Aparup Banerjee
acb88dbed3
Merge branch 'wip-mdl-32942' of git://github.com/rajeshtaneja/moodle
2012-07-24 12:14:17 +08:00
Kanika Goyal
67ba9007b7
MDL-32227: Plagiarism API - add support for plagiarism api to workshop module
2012-07-24 01:52:54 +05:30
Rajesh Taneja
61cca0b7fc
MDL-32940 libraries: Replaced deprecated PARAM_NUMBER with PARAM_FLOAT
2012-07-23 17:21:05 +08:00
Ankit Agarwal
0bbe041b77
MDL-34470 workshop: Replace all instances of get_context_instance() with context_xxx::instance() in mod/workshop
2012-07-23 15:10:07 +08:00
Ankit Agarwal
1df2362669
MDL-34470 wiki: Replace all instances of get_context_instance() with context_xxx::instance() in mod/wiki
2012-07-23 15:10:07 +08:00
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