moodle/grade
Eloy Lafuente (stronk7) 0524a0b9f9 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:00:11 +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:53:09 +02:00
edit Merge branch 'MDL-70893-311' of git://github.com/marinaglancy/moodle into MOODLE_311_STABLE 2021-03-18 00:23:36 +01:00
export MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
grading MDL-71583 versions: bump all versions and requires near release 2021-05-11 18:50:34 +02:00
import MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
report MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
templates MDL-71570 core_grades: Avoid using deprecated string in grade templates 2021-05-10 12:22:10 +08:00
tests MDL-66431 core: Fix behat tests. 2021-05-01 16:18:56 +02:00
index.php
lib.php MDL-71051 core_user: always use API when working with profile fields 2021-04-28 11:49:27 +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