Ankit Agarwal
09b46f0e13
MDL-33645 assign: Teachers should not be allowed to change grades if it is overridden in the gradebook
2012-06-13 13:20:54 +08:00
Damyon Wiese
e7ade405eb
MDL-33576: If grade set to "No grade" in mod_assign hide inputs for quickgrading
2012-06-13 08:55:02 +08:00
Dan Poltawski
502be9a069
MDL-33572 - assign: fixed syntax probblem found immediately after integration
...
Grr. shouldn't have escaped our review.
2012-06-12 13:41:54 +08:00
Damyon Wiese
2d8a9ce96c
MDL-33572: Make the display of the "graded" status consistent in mod_assign
...
Do not display "graded" when the grade is set to -1.
2012-06-07 10:22:46 +08:00
Damyon Wiese
4913af936f
MDL-33498: Correct use of unformat_float for mod_assign decimal grades
...
This was affecting locales that use , instead of . in floating point numbers.
2012-06-07 09:27:59 +08:00
Dan Poltawski
de6a0dfd3d
Merge branch 'MDL-33547' of git://github.com/netspotau/moodle-mod_assign
2012-06-06 16:09:15 +08:00
Damyon Wiese
509e59ca38
MDL-33547: Fix for mod_assign portfolio export for a list of files.
...
This will fix any submission or feedback plugin using render_area_files
to show a list of files.
2012-06-06 15:49:37 +08:00
Dan Poltawski
a16757ed9c
Merge branch 'MDL-33042-master-1' of git://git.luns.net.uk/moodle
2012-06-05 12:52:39 +08:00
Dan Poltawski
ac0ad29c6f
Merge branch 'MDL-33319' of git://github.com/netspotau/moodle-mod_assign
2012-06-05 12:03:56 +08:00
Ruslan Kabalin
c1d09c6fa3
MDL-33042: Assign: get rid of email statements in messaging functions
2012-05-28 11:48:18 +01:00
Ruslan Kabalin
599f7a279c
MDL-33045: Assign: remove references to old assignment in URLs
2012-05-28 10:53:40 +01:00
Ruslan Kabalin
f5b32abe57
MDL-33045: Assign: Make get_module_name() return something
2012-05-28 10:52:11 +01:00
Damyon Wiese
2c6a3dbfca
MDL-33319: Support quickgrading in feedback plugins
2012-05-28 11:10:09 +08:00
Sam Hemelryk
c831400563
MDL-31414 mod_assign: Fixed issue with assign cron when there was nothing to process
2012-05-23 16:23:53 +12:00
Sam Hemelryk
3f7b501e66
MDL-31414 mod_assign: Code cleanup for notification improvements
...
* No need to manually call update of providers that happens automatically.
* Added upgrade code for the new sendlatenotifications field.
* Added AMOS syntax for the two renamed strings
* Refactored assign::cron to use half as many DB queries
* Cleaned up unused vars and globals, coding style and phpdocs.
* Removed string notifications added previously but never used.
AMOS BEGIN
MOV [emailgradermail,mod_assign],[gradersubmissionupdatedtext,mod_assign]
MOV [emailgradermailhtml,mod_assign],[gradersubmissionupdatedhtml,mod_assign]
AMOS END
2012-05-23 09:34:23 +12:00
Damyon Wiese
75f87a5795
MDL-31414: Separate settings to control notifications for submissions, late submissions and submission receipts
...
This adds separate controls for the sending of notifications from the mod_assign.
The separate notifications are: student submission receipt (for students), feedback available (for students)
and submission updated (for graders). The grader notifications can be enabled for all submissions or just late ones.
Added code to reset the message providers on upgrade (only applies for a 2.3 dev version)
2012-05-23 08:29:22 +12:00
Sam Hemelryk
2a4fbc327c
MDL-32932 mod_assign: Coding style clean up and security improvement
2012-05-22 14:21:47 +12:00
Sam Hemelryk
c5b8ae0eb7
Merge branch 'MDL-32932' of git://github.com/netspotau/moodle-mod_assign
...
Conflicts:
mod/assign/gradingtable.php
2012-05-22 14:21:41 +12:00
Dan Poltawski
82258830b7
Merge branch 'MDL-32933' of git://github.com/netspotau/moodle-mod_assign
2012-05-18 11:23:47 +08:00
Damyon Wiese
bf78ebd650
MDL-32932: Add quickgrading support to mod_assign
2012-05-15 13:33:59 +08:00
Damyon Wiese
a769a00157
MDL-32933: Add outcomes to mod_assign and upgrade tool
2012-05-15 12:27:27 +08:00
Damyon Wiese
b11808c7d6
MDL-32909: assign_user_get_grades does not need to lookup context and was doing it wrong
...
cmidnumber is not the same as coursemodule->id
2012-05-14 11:29:43 +08:00
Damyon Wiese
c45261df97
MDL-32933: Add outcomes to mod_assign and upgrade tool
2012-05-14 11:23:40 +08:00
Dan Poltawski
bc5a657bfb
MDL-32813 - fix trailing whitespace
2012-05-09 11:17:57 +08:00
Dan Poltawski
b7e4b76536
Merge branch 'MDL-32813' of github.com:netspotau/moodle-mod_assign
2012-05-09 11:13:09 +08:00
Damyon Wiese
3ec209133d
MDL-32768: Remove unused function count_files from mod_assign
...
This is implemented in the plugins and is not used in the base assign class.
This was also using a constant from the assignsubmission_file plugin which is
bad form.
2012-05-08 11:02:25 +08:00
Damyon Wiese
cfc81f03c5
MDL-32813: Change mod_assign settings to use plugin settings table.
...
Also move the 'default' setting for each plugin into it's own settings file
so that it is handled properly on new installs.
(ensure the plugin is available at setting time)
Also make the file submission plugin on by default
2012-05-07 11:49:15 +08:00
Dan Poltawski
9682626eec
MDL-31270: mod_assign fix whitespace issues
2012-05-03 16:05:58 +08:00
Damyon Wiese
bbd0e548c3
MDL-31270 mod_assign: introducing the assignment module
...
* Includes an assignment upgrade tool to convert from the old mod_assignment.
* Hides mod_assignment on new installs
2012-05-03 14:44:06 +08:00