moodle/filter
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
..
activitynames MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
algebra MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
censor MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
classes MDL-66876 core_filter: Fix context in Web Service warning 2019-10-23 17:06:56 +02:00
data MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 19:22:24 +01:00
displayh5p MDL-71425 lang: Fix reworded strings in tests 2021-05-04 17:45:18 +02:00
emailprotect MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
emoticon MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
glossary MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
mathjaxloader MDL-70317 filter_mathjaxloader: update default CDN to 2.7.9 2021-01-15 11:53:10 +01:00
mediaplugin MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
multilang MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
tests MDL-66876 core_filter: Fix context in Web Service warning 2019-10-23 17:06:56 +02:00
tex MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
tidy MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
urltolink MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
index.html
local_settings_form.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
manage.php MDL-62823 filter: Save changes button should be styled 2018-06-29 08:40:41 +01:00
upgrade.txt MDL-65809 upgrade: remove filter_mathjaxloader_upgrade_xxx 2019-12-20 12:20:43 +01:00