moodle/grade
Paul Nicholls 30793ea3bd MDL-35074: grader report - Ease limit on number of students per page
The limit imposed by max_input_vars "applies only to each nesting level of
a multi-dimensional input array"
(http://www.php.net/manual/en/info.configuration.php#ini.max-input-vars).

Turning the grader report fields into arrays (they were all top-level form
fields, i.e. elements of the top-level array) makes the number of students
become the only limiting factor, thereby allowing us to relax the limit on
number of students per page greatly (to 1 less than max_input_vars, for
safety).
2013-01-08 13:44:02 +13:00
..
edit MDL-27619: Prevent teachers from turning course Outcomes into site-wide ones 2012-11-27 09:30:30 +13:00
export MDL-37171 fix multiple spreadsheet related PHP4isms 2012-12-15 12:36:40 +01:00
grading MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
import MDL-36933 Bump everything to 2012112900 2012-11-30 03:30:09 +01:00
report MDL-35074: grader report - Ease limit on number of students per page 2013-01-08 13:44:02 +13:00
tests MDL-36680 core_grade: fixed grade_report::blank_hidden_total() and added unit tests 2012-11-28 08:45:20 +08:00
index.php MDL-30999 grade: updated Grade API phpdocs 2012-02-14 14:04:19 +07:00
lib.php MDL-36559 usability: Gradebook CSS styling for new icons 2012-11-21 17:29:14 +08:00
querylib.php MDL-32437 fix invalid gradebook query sql 2012-04-15 14:20:14 +02:00