moodle/message
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-65616 message: always notify user after sending contact request. 2021-03-15 18:56:44 +00:00
classes MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:48:04 +00:00
output MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
templates Merge branch 'MDL-71403-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE 2021-04-27 16:02:02 +02:00
tests MDL-70897 various: uasort callback can not return bool 2021-04-20 14:59:44 +01:00
edit.php
externallib.php MDL-70893 various: optional function arguments must be in the end 2021-02-15 16:54:01 +01:00
index.php Merge branch 'MDL-65093_master-deprecate' of git://github.com/markn86/moodle 2019-07-29 10:43:52 +08:00
lib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:48:04 +00:00
module.js
notificationpreferences.php
pendingcontactrequests.php MDL-65219 message: add message/pendingcontactrequests.php page back 2019-07-23 11:37:55 +08:00
renderer.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
upgrade.txt MDL-63261 messaging: Final 3.6 deprecations 2020-09-07 09:09:07 +08:00