Tony Butler
5047b0ea8f
MDL-49075 mod_assign: Add assertions to marking workflow unit test
...
Make sure grades aren't pushed to gradebook for marking workflow
states other than 'released'.
2015-02-26 11:52:46 +00:00
Dan Poltawski
b721d502e4
Merge branch 'MDL-46442-master' of git://github.com/zbdd/moodle
2014-12-16 13:52:52 +00:00
Zachary Durber
a4b10a5244
MDL-46442 mod_assign: Notify users when grades are changed
2014-12-16 14:49:52 +08:00
Dan Poltawski
dda9997250
Merge branch 'MDL-38128_master' of https://github.com/dmonllao/moodle
2014-12-15 16:10:15 +00:00
Dan Poltawski
3a299d82e0
Merge branch 'MDL-45324' of git://github.com/jonof/moodle
2014-12-15 14:59:34 +00:00
David Monllao
2dda9417dd
MDL-38128 mod_assign: Counts and groups unit tests
2014-12-12 15:10:23 +08:00
Jonathon Fowler
70cfc878b9
MDL-45324 assign: notify when workflow is Off, or if state is Released
...
When marking workflow is enabled, students will be notified only when
the workflow state transitions to 'Released'. Until that happens,
sending of messages will be held and the 'Notify students' grading
form option will be locked.
Additionally, the batch set marking workflow state facility gains
the 'Notify students' option.
Credit to Steve Upton and David Balch for the basis of this patch.
2014-12-10 22:29:08 +10:00
Matt Petro
e77bacab4f
MDL-48235 mod_assign: Fix reopen until pass behavior
2014-12-02 14:01:22 -05:00
Frederic Massart
ab14ab741e
MDL-48180 mod_assign: By default do not count 'new' submissions
2014-11-17 15:14:37 +08:00
Dan Poltawski
3194ca4b02
Merge branch 'MDL-47975-master' of git://github.com/damyon/moodle
2014-11-11 19:05:45 +00:00
Simey Lameze
8c674e80ec
MDL-46986 mod_assign: Change the asserting to false
2014-11-07 15:54:14 +08:00
Damyon Wiese
a0f8db77bb
MDL-47975 assign: Stop gap fix for random time fails.
2014-10-31 12:52:24 +08:00
Damyon Wiese
8112670d62
MDL-47815 assign: Fix random unit test fails
...
This test was failing when it was run really slowly (looking at you oracle).
2014-10-24 11:48:18 +02:00
Damyon Wiese
9e3eee671f
MDL-46171 Assign: Always require a submission record if there is a grade
...
Also - update unit tests to match the new expectations.
2014-09-24 15:07:36 +08:00
Dan Poltawski
ffd24d9a61
Merge branch 'wip-MDL-47187-master' of git://github.com/marinaglancy/moodle
2014-09-15 11:08:24 +01:00
Marina Glancy
5b460d65cc
MDL-47187 assign: fixed timing unittest failure
2014-09-10 11:58:00 +08:00
sam marshall
c13ac85db8
MDL-44725 Availability: Replace groupmembersonly - assign (10)
...
Updated code to restrict list of users. Also includes changes to
ensure that a cm_info object is available (required for availability
checks).
There is a tweak to upgradelib to reflect the different fields used.
(Note that upgradelib is not used during upgrade, but only when
converting assignments from the old assignment module.)
2014-09-02 13:03:27 +01:00
Damyon Wiese
e2d2d8a175
MDL-46485 Assign: New unit test to show error with group submission
2014-07-25 15:18:34 +08:00
Dan Poltawski
406e47123d
Merge branch 'MDL-45965_master' of https://github.com/Syxton/moodle
2014-07-22 17:09:48 +01:00
Damyon Wiese
ae7638f72a
MDL-37509 Assign: Do not put description in calendar before it should be shown to students
2014-07-21 15:54:39 +08:00
Syxton
83360c8d52
MDL-45965 assign: add notification capability
...
MDL-45965 assign: add notification capability
Adds a new capability that adds flexibility to what users receive grader
submission messages. Includes phpunit tests. Function is based off of
get_graders() but is separate because it is bad form to have a
capability that is dependent on another capabilities setting.
2014-07-14 11:14:27 -04:00
Damien Bezborodov
79397b56cb
MDL-42179 mod_assign: Time remaining issue for group assignment
2014-07-14 13:41:44 +09:30
Marina Glancy
e28d6b29dc
MDL-42716 assign: whitespace fix
2014-06-24 13:04:49 +08:00
Michael Hughes
323f221b11
MDL-42716 Assign: Implemented capability based viewing of blind details (squashed)
2014-06-24 12:27:10 +08:00
Mark Nelson
c17e70e5b2
MDL-41101 mod_assign: introduced event base class
...
Also performed the following -
1) Deprecated the assignment's add_to_log function (part of it's functionality exists in the base class to set the legacy log data).
2) Edited existing events to use the new base class.
3) Renamed event_test.php to events_test.php to match the rest of core.
4) Moved the event tests from locallib_test.php to events_test.php.
5) When setting legacy data use lang_string, rather than get_string, as we may not be using them if legacy log is disabled.
2014-04-17 09:51:07 +08:00
sam marshall
8270f0d0bd
MDL-44070 Conditional availability enhancements (9): wider changes
...
Changes to arbitrary areas of code that are necessary after the new
API (mostly to replace deprecated function calls).
2014-04-07 20:11:59 +01:00
Damyon Wiese
67eb36413a
MDL-43930 Assign: Fix unit tests.
...
The tests were expecting exact log data to match, I changed the data
but missed updating the test.
2014-03-05 12:21:27 +08:00
Damyon Wiese
57fbd5f91f
MDL-28448 Assign: Add a new capability that lets teachers mess with student submissions.
2014-01-15 12:52:08 +08:00
Damyon Wiese
8e1266bf77
MDL-33600 Assign: Add an admin setting to set the default for sendstudentnotifications
2014-01-08 11:03:59 +08:00
Damyon Wiese
f7dc9871e7
MDL-33600 Assign: Allow teachers to skip notifying students about grade update.
2014-01-08 10:34:57 +08:00
Dan Poltawski
812cc702ad
Merge branch 'MDL-42995-master-3rd' of git://github.com/FMCorz/moodle
2014-01-07 11:51:15 +08:00
Dan Poltawski
93759b73a5
Merge branch 'MDL-42585-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/version.php
2014-01-07 10:55:20 +08:00
Frederic Massart
f588ea5008
MDL-42995 mod_assign: Extended tests for update_calendar method
2014-01-06 10:20:23 +01:00
Rajesh Taneja
456d7bc7f3
MDL-18770 mod_assign: Set gradetype to GRADE_TYPE_NONE if feedback not enabled
2014-01-03 16:30:37 +08:00
Sam Hemelryk
ee70f10f99
Merge branch 'MDL-43250-master' of git://github.com/damyon/moodle
2013-12-24 10:36:22 +13:00
Damyon Wiese
4a47008ca6
MDL-42585 Assign: Add capability to only view grades
...
AMOS BEGIN
CPY [viewgrades,grades],[assign:viewgrades,mod_assign]
AMOS END
2013-12-20 11:01:44 +08:00
Damyon Wiese
f268fb5d20
MDL-43250 Assign: separate groups mode fix
...
When in separate groups mode, only get graders in a group that is in the course module grouping.
2013-12-16 10:54:38 +08:00
Damyon Wiese
c7a7368958
MDL-34432: Allow comment inline (stripping embedded images version)
2013-12-16 10:38:23 +08:00
Damyon Wiese
2bd27878db
MDL-42350 assign: Test group submission + drafts
2013-11-04 15:50:26 +08:00
Damyon Wiese
4d2bd6735f
MDL-41092 Assign: Expose SQL error in cron unit test
2013-11-01 08:55:28 +08:00
Dan Poltawski
fb032ccb3f
Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
mod/upgrade.txt
2013-10-21 10:57:44 +08:00
rwijaya
f159ad7302
MDL-41131 assign module: remove setting for submission comments and edipdf plugins' setting.
2013-10-14 12:43:26 +08:00
Rajesh Taneja
e63515ba93
MDL-31405 Assignment: Fixed date in reset to be called for every assignment
2013-10-14 12:34:55 +08:00
Sam Hemelryk
82b2bb5eca
Merge branch 'MDL-37148-master' of git://github.com/damyon/moodle
2013-09-17 08:50:38 +12:00
Damyon Wiese
20b7dcfc2c
MDL-41315 assign: Add unit test for groupmembersonly
2013-09-13 16:43:26 +08:00
Damyon Wiese
05a6445a14
MDL-37148 Assignment: Lots more webservices
...
This patch adds lots of webservices to the assignment module.
* mod_assign_revert_submissions_to_draft
* mod_assign_lock_submissions
* mod_assign_unlock_submissions
* mod_assign_save_submission
* mod_assign_submit_for_grading
* mod_assign_save_grade
* mod_assign_save_user_extensions
* mod_assign_reveal_identities
* mod_assign_copy_previous_attempt
All features such as reopening attempts and marking workflow are supported through
the save_grade and save_submission functions.
Uploading files is supported by sending draft item ids for the files_filemanager param the same functions.
2013-09-13 13:29:51 +08:00
prateeksachan
9054c04d45
MDL-38267 assign: No Submit button after cut-off date
2013-09-11 12:17:59 +08:00
Damyon Wiese
8fd00a2471
MDL-40631: Prevent students from submitting empty assignments.
2013-09-02 21:59:15 +08:00
Frederic Massart
bd2e982998
MDL-40055 mod_assign: Replace add_to_log 'grade submission'
2013-08-26 14:17:18 +08:00
Frederic Massart
9a289c3da5
MDL-40055 mod_assign: Replace add_to_log 'unlock submission'
2013-08-26 14:17:18 +08:00