moodle/grade
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
..
amd MDL-65948 core_grade: Use new core/checkbox-toggleall 2019-12-30 14:13:35 +08:00
classes MDL-71031 external: Minor tweaks towards coding style and external rules 2021-04-18 11:52:14 +02:00
edit Merge branch 'MDL-70893-master' of git://github.com/marinaglancy/moodle 2021-03-18 00:23:26 +01:00
export MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
grading Merge branch 'MDL-66431-master' of git://github.com/ilyatregubov/moodle 2021-05-02 19:12:47 +02:00
import MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
report MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
templates MDL-71570 core_grades: Avoid using deprecated string in grade templates 2021-05-10 12:17:15 +08:00
tests MDL-66431 core: Fix behat tests. 2021-05-01 16:22:03 +02:00
index.php MDL-30999 grade: updated Grade API phpdocs 2012-02-14 14:04:19 +07:00
lib.php MDL-71051 core_user: always use API when working with profile fields 2021-04-28 11:39:04 +02:00
querylib.php MDL-63422 general: review core loop / switch / case / continue 2018-10-31 00:17:59 +01:00
upgrade.txt Merge branch 'MDL-65044-master' of git://github.com/lameze/moodle 2019-03-27 22:47:30 +01:00