MDL-52954 assign: Rebuild the assignment single grade page.

This commit is contained in:
Damyon Wiese 2016-02-01 16:13:46 +08:00
parent 2a3647bae5
commit bb690849c9
86 changed files with 4593 additions and 279 deletions

View file

@ -42,7 +42,10 @@ information provided here is intended especially for developers.
- upgrade_course_modules_sequences()
- upgrade_grade_item_fix_sortorder()
- upgrade_availability_item()
* A new parameter $ajaxformdata was added to the constructor for moodleform. When building a
moodleform in a webservice or ajax script (for example using the new fragments API) we
cannot allow the moodleform to parse it's own data from _GET and _POST - we must pass it as
an array.
* Plugins can extend the navigation for user by declaring the following callback:
<frankenstyle>_extend_navigation_user(navigation_node $parentnode, stdClass $user,
context_user $context, stdClass $course,