moodle/h5p
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
..
amd MDL-68578 contenttype_h5p: Add name attribute to editor iframe 2020-06-02 16:17:22 +02:00
classes MDL-71343 core_h5p: Convert all line-endings to UNIX format 2021-05-01 00:12:52 +12:00
h5plib/v124 MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
js MDL-67788 core_h5p: add tracking to player 2020-04-13 12:39:58 +02:00
pix NOBUG: Fixed SVG browser compatibility 2019-10-29 21:03:41 +01:00
templates MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:03:56 +02:00
tests MDL-71343 core_h5p: Add unit test for helper::parse_js_array 2021-05-01 00:09:40 +12:00
ajax.php Merge branch 'MDL-69257-master' of git://github.com/mihailges/moodle 2020-10-09 11:12:23 +08:00
embed.php MDL-70806 h5p: fix resize glitch 2021-02-11 13:10:10 +01:00
lib.php MDL-68909 h5p: move temporary editor files to draft area 2020-09-10 13:42:16 +02:00
libraries.php MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:03:56 +02:00
overview.php MDL-67060 core_h5p: Improvements to Manage H5P setting page 2020-02-11 10:26:57 +01:00
upgrade.txt MDL-71408 h5plib_v124: Add required changes after lib upgrade 2021-05-04 17:23:11 +02:00