Dan Poltawski
f4e34c5ffb
Merge branch 'MDL-37770-master' of git://github.com/damyon/moodle
2013-02-25 14:32:01 +08:00
Dan Poltawski
e1350c61d1
Merge branch 'MDL-36832-master' of git://github.com/damyon/moodle
2013-02-25 14:19:36 +08:00
Tim Lock
9ecded01cc
MDL-38113: Blind Marking grader email reveals submitters details
2013-02-25 11:13:25 +08:00
Damyon Wiese
d08e6c31fb
MDL-38061 Assignment - Use $CFG->showuseridentity to add extra fields to the assignment grading table/user summary.
2013-02-22 10:30:56 +08:00
Damyon Wiese
0b352fd94e
MDL-37770 Assignment submission comments do not work without javascript.
...
This is mostly fixed by MDL-36832 which correctly sets the $PAGE->url.
This patch hides the submit and textareas from submission comments in the grading table when
javascript is disabled and quickgrading is enabled. This particular combination results in a form
nested in a form which does not work (and cannot be fixed in a reasonable amount of time).
2013-02-21 11:55:24 +08:00
Damyon Wiese
c211409998
MDL-36832 Assignment Fix issues found by unit tests with previous patch
2013-02-21 11:22:06 +08:00
Damyon Wiese
d04557b364
MDL-36832 Assignment - Use MUC for caching the useridlist and change all pages to redirect after post.
...
This means that the $PAGE->url is properly set for all pages and is required to fix some edge cases with the comments api when
javascript is disabled. It also means logging in after a timeout will work nicely and other Good Things (tm).
2013-02-21 11:04:07 +08:00
Dan Poltawski
3770eadb82
Merge branch 'MDL-38047-master' of git://github.com/damyon/moodle
2013-02-19 13:31:11 +08:00
Damyon Wiese
a5c793c38c
MDL-38047 Assignment unit tests - Shave 1 minute from the unit tests for mod_assign.
2013-02-15 12:36:21 +08:00
Damyon Wiese
b0da618b61
MDL-37337 Assignment: Restructure assignment settings screen to make it "wieldy"
2013-02-15 11:26:21 +08:00
Damyon Wiese
7688a3191c
MDL-37883 Assignment Grade import/export. Additional fix to prevent different grade rounding on export.
2013-02-13 15:33:10 +08:00
Dan Poltawski
26f94655d5
Merge branch 'MDL-37883-master' of git://github.com/damyon/moodle
2013-02-12 13:47:37 +08:00
Dan Poltawski
4dea0a7719
Merge branch 'MDL-37074-master' of git://github.com/damyon/moodle
2013-02-12 13:39:07 +08:00
Dan Poltawski
9d7d0c4f2b
Merge branch 'MDL-37039-master' of git://github.com/damyon/moodle
2013-02-11 14:32:53 +08:00
Damyon Wiese
93d1de6d3f
MDL-37039 Assignment - Do not apply filters to grading table for offline assignments
...
Because the filters do not make sense for offline assignments, they are hidden. But if the active filter
prevents you from seeing any assignments you cannot change it. This change makes it so the filters are
also not applied when the assignment is an offline assignment.
2013-02-08 15:44:18 +08:00
Damyon Wiese
7a15c5c458
MDL-37074 Assign theming: Use addClass/removeClass instead of setAttribute to preserve existing classes
2013-02-08 15:16:47 +08:00
Damyon Wiese
6b219310cf
MDL-37122 core get_max_upload_sizes: Include "Course/Site/Activity limit (X)" in list of options
...
This change removes the "0 bytes" option from the get_max_upload_sizes list
and replaces it with "Course limit (X)" or "Site limit (X)" (whichever is smaller).
This means we can remove all custom handling in the modules that were removing and
adding these options. It only affects pages that pass valid options for sitelimit and
courselimit - so admin pages will work correctly.
It also orders the list so the course/site limit options will be first
(as it will be the largest).
AMOS START
REM [courseuploadlimit, core] has been parameterized to get [uploadlimitwithsize, core]
AMOS END
2013-02-07 10:50:52 +08:00
Damyon Wiese
070d431771
MDL-37883 Assign offline marking: Properly handle french decimal grades when importing worksheet.
2013-02-06 15:43:19 +08:00
Dan Poltawski
4ac341c9b6
Merge branch 'MDL-37646-master' of git://github.com/damyon/moodle
2013-02-04 13:49:23 +08:00
Dan Poltawski
d5a13bca09
Merge branch 'MDL-37710-master' of git://github.com/damyon/moodle
2013-02-04 12:12:11 +08:00
Damyon Wiese
46692c3a81
MDL-37635 Assign: Prevent errors when viewing a feedback for an assignment with no gradeitem in gradebook
...
Also adds unit tests to verify that:
Feedback is visible even if there is no grade
The grade is not shown if the gradeitem is hidden unless you have mod/assign:grade capability
2013-02-01 13:46:08 +08:00
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
Damyon Wiese
3e1b63f1c8
MDL-37710 Assign: Fix pluginfile permission checks for student viewing their own team submission.
...
This change adds a function to the assign class to allow the permissions for a group submission
to be checked and updates all the submission plugins to call it.
2013-01-29 17:14:36 +08:00
Damyon Wiese
6792b8f5d3
MDL-37646 Assign: Quickgrading fix when using grading filters or lots of students.
2013-01-29 14:36:18 +08:00
Stephen Bourget
0b33e91cd6
MDL-37533 Assign: Fix grading filters to show only assignments needing grading
2013-01-24 10:55:43 +08:00
Damyon Wiese
d43b31094e
MDL-37533 Assign: Use the constant for the submitted status in the query (and parameterize the query)
2013-01-24 10:52:20 +08:00
Stephen Bourget
b7f461419b
MDL-37533 Assign: assign_print_overview does not correctly display assignments that need grading
2013-01-24 10:39:09 +08:00
Dan Poltawski
a42a78754f
Merge branch 'MDL-37547-master' of github.com:damyon/moodle
2013-01-23 15:58:34 +08:00
Dan Poltawski
1c426a56f8
Merge branch 'MDL-37082-master' of git://github.com/damyon/moodle
2013-01-23 15:53:20 +08:00
Damyon Wiese
8549deb969
MDL-37082: Fixed failed unit tests from previous patch
2013-01-23 15:23:37 +08:00
Damyon Wiese
d021941d6c
MDL-37547 Assign: Fix failed unit test on oracle.
...
Oracle is rounding numbers with no decimals - which causes a test failure.
2013-01-23 14:56:21 +08:00
Dan Poltawski
bc5165c2be
Merge branch 'MDL-37082_master' of git://github.com/markn86/moodle
2013-01-23 14:45:59 +08:00
Mark Nelson
18aaeef0b6
MDL-37082 mod_assign: removed reference to deprecated delete_course_module function in the unit tests
2013-01-23 14:25:02 +08:00
Eloy Lafuente (stronk7)
c9c75b39fd
Merge branch 'MDL-37619-master' of git://github.com/damyon/moodle
2013-01-23 02:07:53 +01:00
Dan Poltawski
0a93b3127f
Merge branch 'MDL-37082_master' of git://github.com/markn86/moodle
2013-01-23 08:53:02 +08:00
Mark Nelson
a347aee32e
MDL-37082 core_course: create new course_delete_module function that handles the whole deletion process
...
Instead of repeating code all over the place because the original function delete_course_module only partially deletes data, we now place all the functionality needed to delete a module here.
2013-01-22 17:05:16 +08:00
Aparup Banerjee
1a6192f928
Merge branch 'MDL-37547-master' of github.com:damyon/moodle
2013-01-22 13:57:25 +08:00
Damyon Wiese
c1432fad2c
MDL-37619 Assign: Fix failed unit tests for mod/assign/lib.php
...
The failure was caused by a regression in MDL-37527.
2013-01-22 13:34:01 +08:00
Aparup Banerjee
c0038fbe5b
Merge branch 'MDL-37540-master' of git://github.com/damyon/moodle
2013-01-22 10:59:26 +08:00
Aparup Banerjee
5d4183b94f
Merge branch 'MDL-37543-master' of git://github.com/damyon/moodle
2013-01-22 10:56:06 +08:00
Eloy Lafuente (stronk7)
cccdddf241
Merge branch 'MDL-37539-master' of github.com:damyon/moodle
2013-01-22 02:11:27 +01:00
Damyon Wiese
f518843d4c
MDL-37539 assign: Fix unit test after changes to upgrade for advanced file assignments.
2013-01-22 09:04:13 +08:00
Eloy Lafuente (stronk7)
0aaf378cf9
Merge branch 'MDL-36104_master' of https://github.com/markn86/moodle
2013-01-22 01:11:48 +01:00
Eloy Lafuente (stronk7)
17f394f81a
Merge branch 'MDL-37539-master' of github.com:damyon/moodle
2013-01-22 01:05:54 +01:00
Sam Hemelryk
0774b0d34c
Merge branch 'MDL-37563-master' of git://github.com/damyon/moodle
2013-01-22 09:10:44 +13:00
Mark Nelson
7e5be0744c
MDL-36104 mod_assign: added hidden labels to the feedback input fields
2013-01-21 12:50:34 +08:00
Dan Poltawski
73ce4ac996
Merge branch 'MDL-37457_master' of git://github.com/dmonllao/moodle
2013-01-21 10:53:12 +08:00
Dan Poltawski
66bfd52a62
Merge branch 'MDL-37527-master' of github.com:damyon/moodle
2013-01-21 10:03:34 +08:00
Dan Poltawski
9f780282fa
MDL-31682 - fix for online text assignments
2013-01-17 15:48:29 +08:00
Damyon Wiese
7720f485c9
MDL-37563 Assignment upgrade: Upgrade conditional activity settings.
2013-01-17 14:00:46 +08:00