moodle/enrol/ldap
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-61915 enrol: Add privacy implementation for all enrol plugins 2018-04-23 14:31:40 +02:00
db MDL-57631 enrol_ldap: Add sheduled task 2017-03-06 13:24:00 +00:00
lang/en MDL-69510 admin: make ldap configuration warnings clear 2020-09-03 10:21:07 +08:00
tests MDL-67118 enrol_ldap: add pagesize/subcontexts provider 2020-01-16 19:16:14 +01:00
lib.php MDL-69521 core: Move all comments in code from 4.1 to 3.11 2020-09-08 18:59:30 +02:00
settings.php MDL-69510 admin: make ldap configuration warnings clear 2020-09-03 10:21:07 +08:00
settingslib.php MDL-57678 enrol_ldap: Replace usage of make_categories_options() 2020-07-15 18:26:03 +08:00
upgrade.txt MDL-58268 enrol_ldap: Remove enrol/ldap/cli/sync deprecated in 3.3 2019-05-31 09:40:47 +02:00
version.php MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00