moodle/grade/report/grader
Eloy Lafuente (stronk7) d81a94807b MDL-67673 phpunit: Fix the return type of template methods
All the setup/teardown/pre/post/conditions template methods
now are required to return void. This was warned with phpunit 7
and now is enforced.

At the same time, fix a few wrong function names,
provider data and param types, return statements...
2020-10-21 12:46:04 +02:00
..
classes MDL-61957 gradereport_grader: Implement privacy API 2018-04-17 14:02:20 +02:00
db
lang/en MDL-64509 lang: Import fixed English strings (en_fix) 2019-01-07 14:40:34 +01:00
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:46:04 +02:00
yui MDL-66109 js: Fix Shifter linting issues 2020-05-11 11:07:49 +08:00
ajax_callbacks.php MDL-32151 grade: Use appropriate error langstring error key 2017-06-23 10:22:24 +08:00
index.php MDL-59169 gradebook: Add groupid to gpr tracking & use 2018-08-16 04:03:51 +02:00
lib.php MDL-69190 grade: fix slow query. 2020-09-02 09:31:28 +08:00
module.js MDL-69791 gradereport: Fix error message when invalid grade is entered 2020-10-05 14:59:41 +11:00
preferences.php MDL-32151 grade: Use appropriate error langstring error key 2017-06-23 10:22:24 +08:00
preferences_form.php MDL-20250 core_grade: added some settings to disable or hide gradebook functionality 2014-09-26 10:19:00 +08:00
quickedit_item.php MDL-32151 grade: Use appropriate error langstring error key 2017-06-23 10:22:24 +08:00
README.txt
settings.php MDL-46663 gradereport_grader: Remove fixed column support 2014-10-03 15:43:19 +08:00
styles.css MDL-52138 core_grades: gradebook striped styling 2020-05-26 23:33:03 +02:00
tabs.php
version.php MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00

The default gradebook interface that teachers will use.