moodle/grade/report
Eloy Lafuente (stronk7) 9d6aa39985 MDL-71583 versions: Add all the missing full-stops to version/requires
It seems that the new phpcs3 checker is now controlling those
line comments that previously were ignored.

This commit just looks for all the cases and bulk-add
them when needed. The bash script (mac) used to add all them is:

while read -r line; do
    arr=(${line//:/ })
    if [[ -n ${arr[0]} ]] && [[ -n ${arr[1]} ]]; then
        echo "  file ${arr[0]}, line ${arr[1]}"
        sed -i "${arr[1]}s/\$/\./" ${arr[0]}
    fi
done < <(find . -name version.php | xargs ag --nomultiline '>(version|requires) *=.*//.*[^;\.]$')
2021-05-11 20:11:07 +02:00
..
grader MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
history MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
outcomes MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
overview MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
singleview MDL-69998 lang: Import fixed English strings (en_fix) 2020-10-27 11:32:10 +01:00
user MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
index.php MDL-32151 grade: Use appropriate error langstring error key 2017-06-23 10:22:24 +08:00
lib.php MDL-67702 gradereport_grader: user filters per report instance. 2020-11-09 23:21:24 +00:00
mygrades.php MDL-49854 core: User navigation refinements 2015-04-21 11:46:32 +08:00
upgrade.txt MDL-63396 grade_report: Return locked and overridden info 2018-10-29 11:26:59 +01:00