moodle/grade
Eloy Lafuente (stronk7) bd5fdcfccd MDL-63422 general: review core loop / switch / case / continue
This commit reviews all continue uses in core happening within a
loop / switch / case hierarchy. This does not cover:

- Changes to libraries. Will be handled in another issue / commit.
- Uses out from loops, will be reviewed by other commit.

The policy followed has been:
- When possible, take rid of the continue.
- When clearly the intention was to jump to next element in loop
  change to continue 2
- When it was not clear, keep old behavior switching to break, no
  matter how weird the behavior may be.
2018-10-31 00:17:59 +01:00
..
amd MDL-55000 grade: Use correct component names + minor jsdocs 2016-07-05 19:59:24 +02:00
classes/privacy MDL-62147 core_grades: Report contexts and data related to scales 2018-05-16 13:57:26 +08:00
edit Merge branch 'MDL-29895' of https://github.com/enovation/moodle 2018-10-10 00:29:16 +02:00
export MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
grading MDL-63622 core_grading: Add support for removal of context users. 2018-10-29 07:37:44 +08:00
import MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
report MDL-63396 grade_report: Return locked and overridden info 2018-10-29 11:26:59 +01:00
templates MDL-55584 core_grades: Convert part of set-up screen to template 2016-09-23 10:53:56 +01:00
tests MDL-63765 behat: Fix behat tests opening a menu 2018-10-26 16:14:41 +08:00
index.php
lib.php MDL-59169 gradebook: Add groupid to gpr tracking & use 2018-08-16 04:03:51 +02:00
querylib.php MDL-63422 general: review core loop / switch / case / continue 2018-10-31 00:17:59 +01:00
upgrade.txt MDL-59169 gradebook: Add groupid to gpr tracking & use 2018-08-16 04:03:51 +02:00