moodle/lib/editor/tinymce
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-61819 editor: Implement editor null providers 2018-04-16 21:54:49 +08:00
cli
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
lang/en MDL-68972 lang: Import fixed English strings (en_fix) 2020-06-09 20:56:34 +02:00
plugins MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
tests MDL-66378 behat: Correct invalid uses of selection from dropdown 2019-08-17 11:44:48 +08:00
tiny_mce/3.5.11 MDL-65207 core: replace typos by actually 2019-04-01 08:49:18 +08:00
adminlib.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
all_strings.php
lib.php MDL-42834 admin: Remove wwwroot if used with moodle_url 2017-10-23 12:25:36 +08:00
module.js MDL-65450 tinymce: fix full screen mode 2019-05-01 14:20:10 +08:00
readme_moodle.txt MDL-46415 tinymce: SVG emoticons size 2018-10-09 22:19:39 +02:00
settings.php
styles.css MDL-46415 tinymce: SVG emoticons size 2018-10-09 22:19:39 +02:00
subplugins.php
thirdpartylibs.xml
upgrade.txt
version.php MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00