]> git.mjollnir.org Git - moodle.git/commit
MDL-10386 Refactored the grader report file (index.php), and extracted the grade_repo...
authornicolasconnault <nicolasconnault>
Thu, 12 Jul 2007 16:36:38 +0000 (16:36 +0000)
committernicolasconnault <nicolasconnault>
Thu, 12 Jul 2007 16:36:38 +0000 (16:36 +0000)
commit4ba9941c4bf33d16dd8dba699dac8ccddc477e28
tree74910580e96cbbc08ccd38ed468e8c3d29a7b7f3
parent06d7c6d6b2b230b425e3bf6053fa0ba296711948
MDL-10386 Refactored the grader report file (index.php), and extracted the grade_report_grader class out of it. The index file now only calls upon the class' main methods. Certain elements and code blocks in the class can be abstracted for other reports (such as the paging, sorting arrows and several general purpose variables).
grade/report.php
grade/report/grader/grader_report.php [new file with mode: 0644]
grade/report/grader/index.php
lib/gradelib.php
lib/weblib.php