David Monllao
550d842e3c
MDL-39232 behat Normalize feature tags according to component names
2013-04-30 11:54:47 +08:00
Damyon Wiese
18de52db64
MDL-39415 Assign: Fix error on saving settings
...
When alwaysshowdescription checkbox is unchecked the form cant be saved.
This is a regression from when the element was changed from a
selectyesno to a checkbox.
2013-04-30 11:44:22 +08:00
Dan Poltawski
c1ae8606bd
Merge branch 'MDL-38572-master' of git://github.com/FMCorz/moodle
2013-04-24 09:53:25 +01:00
Dan Poltawski
3a3621821a
Merge branch 'MDL-39173-master' of git://github.com/damyon/moodle
2013-04-22 11:41:41 +01:00
Frederic Massart
613abe1b02
MDL-38572 assign: Improving usability of the module form
2013-04-22 13:28:38 +08:00
Dan Poltawski
aa15c5f3ff
Merge branch 'MDL-38361' of https://github.com/prateeksachan/moodle
2013-04-19 15:11:33 +01:00
Damyon Wiese
29e2fecb44
MDL-39173 Assign - Remove permissions check and OUTPUT from previous patch
...
The permissions check is not correct (even users with grade capability should not
see user identities) and $assignment->get_renderer() is preferred over $OUTPUT.
2013-04-19 13:05:12 +08:00
Sam Chaffee
0399580003
MDL-39173 Assign - Enable comments for blind marking assignments (anonymous ones)
2013-04-19 13:03:05 +08:00
Sam Hemelryk
52b4bd37e7
Merge branch 'MDL-38710-master' of git://github.com/damyon/moodle
2013-04-19 14:41:25 +12:00
Damyon Wiese
78d9d52a0a
MDL-38710 assign: Fix one typo and change one param to PARAM_BOOL
2013-04-17 13:50:33 +08:00
Dan Poltawski
9231cd8826
MDL-38710 assign: convert selectedusers to PARAM_SEQUENCE
...
This param type is more appropiate.
2013-04-17 13:50:23 +08:00
Dan Poltawski
68d646f3eb
MDL-38710 assign: fix missing setType calls
2013-04-17 13:50:23 +08:00
Dan Poltawski
1184c3da23
MDL-39135 assign_feedback: fix missing renderer argument
...
assign_user_summary expects extra profile fields
2013-04-15 14:57:00 +01:00
Eloy Lafuente (stronk7)
e592ccd860
Merge branch 'MDL-38525-master' of https://github.com/damyon/moodle
2013-04-11 00:56:45 +02:00
Eloy Lafuente (stronk7)
a7ed1eca08
Merge branch 'MDL-38970_master' of git://github.com/dmonllao/moodle
2013-04-11 00:22:42 +02:00
Eloy Lafuente (stronk7)
b812305ef6
Merge branch 'w15_MDL-38989_m25_ttfinal' of git://github.com/skodak/moodle
2013-04-10 15:45:16 +02:00
David Monllao
fac8515d63
MDL-38970 behat: New test
...
According to MDLQA-65, a teacher can
prevent or allow assignment submission
changes.
2013-04-10 17:35:01 +08:00
Damyon Wiese
5e92828603
MDL-38525: Assignment upgrade - Error with comments for unenrolled students.
...
Students with comments on 'upload' assignments cause errors for the upgrade
tool if they are no longer enrolled. The solution is to allow siteadmin to
see student submissions even if the student is not currently enrolled (you
must be siteadmin to run the upgrade tool).
2013-04-10 16:09:56 +08:00
Petr Škoda
0ddd65d9e0
MDL-38989 add missing test timeout reset
2013-04-10 09:49:19 +02:00
Dan Poltawski
a4b524e931
Merge branch 'MDL-38973-master' of https://github.com/damyon/moodle
2013-04-10 14:48:49 +08:00
Ryan Panning
c6d7956e55
MDL-38525: Assignment - print exception message when assignment upgrade fails.
...
Change to use getMessage() from the Exception class will prevent "{$a}" when
$e->error is null.
2013-04-10 14:38:05 +08:00
Damyon Wiese
5ef72f85cf
MDL-38973 Assignment - Attempt history not displaying for blind marking
...
This change makes the attempt history display for teachers and students
even when there is no grade (e.g. blind marking). It also will show the previous
attempt in the grading table when a submission has been newly reopened (instead
of a blank submission).
2013-04-10 13:44:42 +08:00
Dan Poltawski
aefd2e5d35
Merge branch 'MDL-39041-master' of git://github.com/damyon/moodle
2013-04-10 11:57:49 +08:00
Damyon Wiese
5091b20052
MDL-39041 Assignment - Fix regression in "allow submission changes".
...
A typo was introduced in the assignment attempt history feature that broke
unlock submissions. This was detected by the new behat test in MDL-38970 (yay).
2013-04-10 11:30:41 +08:00
Dan Poltawski
7f2ac368e8
Merge branch 'MDL-38933-master' of git://github.com/damyon/moodle
2013-04-10 11:09:05 +08:00
Eloy Lafuente (stronk7)
5bd80500f2
Merge branch 'MDL-38942_master' of git://github.com/dmonllao/moodle
2013-04-09 23:13:44 +02:00
Eloy Lafuente (stronk7)
d2f77303b0
Merge branch 'MDL-38969_master' of git://github.com/dmonllao/moodle
2013-04-09 23:13:32 +02:00
David Monllao
eb18e0232f
MDL-38967 behat: New test
...
According to MDLQA-58, in an assignment
students can upload files for assessment.
2013-04-09 10:50:29 +08:00
David Monllao
912a46dbce
MDL-38969 behat: New test
...
According to MDLQA-59, in an assignment
students can add and edit text online.
2013-04-09 10:32:05 +08:00
David Monllao
ad2f644087
MDL-38942 behat: New test
...
According to MDLQA-4582, a teacher can
set a group assignment.
2013-04-08 17:33:37 +08:00
Damyon Wiese
9f014461db
MDL-36804 Assign attempt history: Submit button missing
2013-04-05 16:40:16 +08:00
Damyon Wiese
e7af192606
MDL-36804 Assign history: Fix automatic coding error when using auto-reopen method
...
This fix should call the gradebook function is_passed - but the gradebook is returning a record with
not enough information to create an instance of grade_grade.
2013-04-05 15:53:38 +08:00
Damyon Wiese
f39aaadb35
MDL-38933 Assign - improved wording for help string.
2013-04-05 14:20:45 +08:00
Damyon Wiese
a8fdb36cf2
MDL-36804 Assignment attempt history: Fix warning on saving a new grade.
...
This is a fix for the case when there is a submission but no grade.
2013-04-05 10:03:00 +08:00
Damyon Wiese
e84900648b
MDL-36804 Assign attempt history: Fix course unit tests
...
Handle missing attemptreopenmethod in add/update instance.
2013-04-03 17:31:12 +08:00
Damyon Wiese
c9c34c7a65
MDL-36804 Assign attempt history - Add missing index to upgrade step.
2013-04-03 16:44:31 +08:00
Damyon Wiese
74c9283854
MDL-36804: Assign attempt history - add upgrade.txt
2013-04-03 16:16:21 +08:00
Damyon Wiese
fab5cb3604
MDL-36804: Assign resubmission history - remove locked/mailed
...
Remove locked/mailed flags from the grade record in the unit tests.
It just would not have done anything because the columns dont exist.
2013-04-03 14:17:00 +08:00
Damyon Wiese
95bef9d170
MDL-36804 Assign: Fix undeclared global $USER and undefined variable $userid
2013-04-02 13:44:25 +08:00
Damyon Wiese
3a9dc7f22f
MDL-36804 Assign submission history - One language string change.
2013-04-02 13:37:51 +08:00
Damyon Wiese
7b647abcb8
MDL-36804 Assignment submisison history - fix width column
...
Fix the width of the left column in the history and submission tables so
they all line up on the page.
2013-04-02 13:37:51 +08:00
Damyon Wiese
a13fbf5fe8
MDL-36804 Assignment - Make sure webservice only returns the last submission/grade.
2013-04-02 13:37:51 +08:00
Damyon Wiese
df211804f1
MDL-36804 mod_assign - allow students to resubmit work and display a submission + grading history
...
This is based on work by Davo Smith with input from Fernando Oliveira (Thanks guys!).
2013-04-02 13:37:51 +08:00
prateeksachan
f7884095de
MDL-38361: Fixed typos in mod/assign/locallib.php
2013-03-30 23:39:56 +05:30
Jonathon Fowler
bdc4cb9ef0
MDL-37966 Assignment: put upgraded modules where the originals were
2013-03-27 12:40:28 +10:00
Damyon Wiese
8fe55f6862
Merge branch 'MDL-37079-master2' of git://github.com/mouneyrac/moodle
2013-03-19 11:13:23 +08:00
Jerome Mouneyrac
dd5d933f30
MDL-37079 create/update_module()
2013-03-18 14:41:35 +08:00
Frederic Massart
807cf3d0ae
MDL-38005 form: Headers have a proper name
2013-03-15 11:06:25 +08:00
Eloy Lafuente (stronk7)
641577eb32
Merge branch 'MDL-38352-en_fix' of git://github.com/mudrd8mz/moodle
2013-03-06 17:26:37 +01:00
Helen Foster
ca084ef149
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:44:39 +01:00