Raymond Wijaya
694b11ab4a
MDL-35004: Fix 'can not create a new instance of the assignment module with no completion setting'
2012-08-24 14:45:01 +08:00
Raymond Wijaya
93c18e73c2
MDL-34660: Fix SQL error in assignments module with Oracle Database I by replacing 'offline' with 'nosubmissions'
2012-08-24 14:32:04 +08:00
Raymond Wijaya
a9b94affd4
MDL-34692: Fix the assignment submission agreement will not be visible if the submission statement is empty
2012-08-24 13:18:38 +08:00
Eloy Lafuente (stronk7)
df27efbd46
Merge branch 'wip-mdl-32759-warning' of git://github.com/rajeshtaneja/moodle
2012-08-22 02:33:34 +02:00
Dan Poltawski
5d9e2ab19e
Merge branch 'MDL-34691_assign_overdue_by' of https://github.com/SWiT/moodle
2012-08-21 14:36:41 +08:00
Dan Poltawski
3a66d4255d
MDL-31341 mod_assign: fixup minor coding style issues
2012-08-21 12:18:40 +08:00
Dan Poltawski
94fb9f9fae
Merge branch 'MDL-31341' of git://github.com/netspotau/moodle-mod_assign
2012-08-21 12:13:51 +08:00
Dan Poltawski
8cf68e0d5c
Merge branch 'MDL-34887' of git://github.com/raymondAntonio/moodle
2012-08-21 10:53:53 +08:00
Dan Poltawski
bf2e9ae1e8
Merge branch 'MDL-34377' of git://github.com/raymondAntonio/moodle
2012-08-20 14:11:37 +08:00
Raymond Wijaya
a1d31f73fa
MDL-34887: Add hyperlinks to names in the Assignment's grading table
2012-08-17 12:34:16 +08:00
Damyon Wiese
79ed4d8475
MDL-31341: Add custom completion rule to assignment: 'submit'
2012-08-17 09:05:40 +08:00
Eric Merrill
710f1a344f
MDL-34376 mod_assign Fixing flaw in previous commit with not defining .
2012-08-16 10:05:26 -04:00
Raymond Wijaya
9da954c0b6
MDL-34377: Fix: assignments overview page shows a unset due date as Epoch and counts draft submissions
2012-08-16 14:31:39 +08:00
Eloy Lafuente (stronk7)
50b9b2e552
Merge branch 'MDL-34583' of git://github.com/netspotau/moodle-mod_assign
2012-08-15 03:35:34 +02:00
Eloy Lafuente (stronk7)
92f2403bf3
Merge branch 'master_MDL-34593_add_extra_plugin_param_to_get_form_elements_module' of git://github.com/kanikagoyal/moodle
2012-08-15 03:18:58 +02:00
Damyon Wiese
1cf98c021e
MDL-34583: Assignment upgrade loses comments from onlinetext and offline assignment types.
2012-08-15 08:50:47 +08:00
Aparup Banerjee
50f0c35dd3
Merge branch 'master_MDL-34382_add_new_option_to_flag_modules_that_support_plagiarism_plugins' of git://github.com/kanikagoyal/moodle
2012-08-14 15:48:19 +08:00
Dan Poltawski
06c548c783
Merge branch 'w33_MDL-34741_m24_yui2in3' of git://github.com/skodak/moodle
2012-08-14 15:33:10 +08:00
Dan Poltawski
10e0769283
Merge branch 'MDL-34793' of git://github.com/merrill-oakland/moodle
2012-08-14 13:25:25 +08:00
Eric Merrill
8c0cf5be66
MDL-34793 mod_assign Fix rendering error that causes student view to break in some cases.
...
When feedback is switched on for a assignment, and the teacher enters a grade through the gradebook, the student
view would become broken, throwing a coding error. Added check that $status->grade is not empty before passing
to assign_feedback_XXX::is_empty(), as that function expects an object.
2012-08-14 00:41:50 -04:00
Rajesh Taneja
dea75f643d
MDL-32759 Assignment: Grades will not be scaled for new assignment module, and added warning message for user
2012-08-14 11:23:33 +08:00
Kanika Goyal
67fbfe8b54
MDL-34593: Plagiarism API - add extra plgin param to get_form_elements_module
2012-08-13 20:31:45 +05:30
Kanika Goyal
50da4ddd56
MDL-34382: Plagiarism API - add new option to flag modules that support the use of plagiarism plugins
2012-08-13 11:02:34 +05:30
Dan Poltawski
26a306be07
Merge branch 'MDL-34376' of git://github.com/merrill-oakland/moodle
2012-08-13 10:33:09 +08:00
Dan Poltawski
93d73cd8be
Merge branch 'MDL-34543' of git://github.com/merrill-oakland/moodle
2012-08-13 10:03:33 +08:00
Petr Škoda
12fff124d2
MDL-34741 use 2in3 in mod_assign
2012-08-11 20:40:05 +02:00
Eric Merrill
8f34ecdb7a
MDL-34376 mod_assign Omit assigns with no due date from print_overview.
...
Modify assign_print_overview to omit assigns that have no due date set, in line with behaviour
in 2.2 and other tools.
2012-08-08 10:01:28 -04:00
Dan Marsden
ddd84e9226
MDL-34131: Plagiarism API - use correct vars in event trigger
2012-08-08 14:59:24 +08:00
Eric Merrill
fbb70b4717
MDL-34543 mod_assign Fixing problem where previous feedback does not populate when you re-enter the grading view. add_plugin_grade_elements() was expecting grade object, but was being given grade string.
2012-08-07 10:19:35 -04:00
Dan Poltawski
85f031dc86
Merge branch 'master_MDL-34131_add_plagiarism_api_support_for_new_online_assignment' of git://github.com/kanikagoyal/moodle
2012-08-06 09:58:36 +08:00
Matt Switlik
84a8492a02
MDL-34691 assign: Time remaining "Assignment is overdue" was incorrectly being displayed when a student viewed a submitted assignment after the due date.
2012-08-01 16:40:34 -04:00
Aparup Banerjee
d590ffdc68
MDL-31288 Assignment : fixed requiresubmission setting states
2012-08-01 17:09:54 +08:00
Aparup Banerjee
d3d1fec286
MDL-31288 assignment : shifted upgrade block to after 2.3 upgrade line.
2012-08-01 09:34:31 +08:00
Kanika Goyal
48e5aacbfa
MDL-34131: Plagiarism API - add support for plagiarism api to new online assignment type
2012-07-31 22:06:25 +05:30
Damyon Wiese
94f26900c9
MDL-31288: New feature: Assignment submission statements
2012-07-27 16:00:10 +08:00
Sam Hemelryk
4c21d0da95
Merge branch 'wip-mdl-19430' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:36:45 +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
Rajesh Taneja
37b5e8fee8
MDL-19430 My Moodle: Polished course_over view code of netspot
2012-07-19 15:30:37 +08: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
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
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