moodle/report/log
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
..
classes MDL-70786 report_log: respect fullname setting. 2021-05-04 14:28:29 +02:00
db
lang/en MDL-61881 report: fix privacy lang strings 2018-04-11 10:06:51 +08:00
tests MDL-70786 report_loglive: respect fullname setting. 2021-05-05 10:27:44 +02:00
graph.php MDL-54998 report_log: Convert log report graphs to the new API 2016-07-25 10:42:47 +01:00
index.php MDL-70753 report: Provide a separate page for course report 2021-04-30 08:37:38 +05:30
lib.php MDL-58762 report: Check group permissions in course user reports 2017-09-07 10:53:32 +02:00
locallib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
settings.php MDL-43681 report_log: Modified log report to use log readers 2014-03-24 17:24:12 +08:00
styles.css MDL-55168 css: reformat plain css with stylefmt 2016-09-30 09:25:23 +01:00
user.php MDL-71416 report_log: user context header should show users name. 2021-04-23 20:24:12 +01:00
version.php MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00