moodle/auth
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
..
cas MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
classes MDL-50472 auth: Add maintenance message to the login page. 2019-07-29 10:45:28 +08:00
db MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
email MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
ldap MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
lti MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
manual MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
mnet MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
nologin MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
none MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
oauth2 Merge branch 'MDL-28452-master' of git://github.com/bmbrands/moodle 2021-04-22 09:38:50 +08:00
shibboleth MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
webservice MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
yui/passwordunmask MDL-42208 fix JS get_string usage and remove unnecessary params from auth password unmask init 2013-10-23 07:32:24 +02:00
index.html
test_settings.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
upgrade.txt MDL-65809 upgrade: remove upgrade_fix_config_auth_plugin_names 2019-12-20 12:20:43 +01:00