mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
![]() 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) *=.*//.*[^;\.]$') |
||
---|---|---|
.. | ||
areafiles | ||
boxnet | ||
classes/privacy | ||
contentbank | ||
coursefiles | ||
dropbox | ||
equella | ||
filesystem | ||
flickr | ||
flickr_public | ||
googledocs | ||
local | ||
merlot | ||
nextcloud | ||
onedrive | ||
picasa | ||
recent | ||
s3 | ||
skydrive | ||
tests | ||
upload | ||
url | ||
user | ||
webdav | ||
wikimedia | ||
youtube | ||
draftfiles_ajax.php | ||
draftfiles_manager.php | ||
filepicker.js | ||
filepicker.php | ||
lib.php | ||
manage_instances.php | ||
README.txt | ||
repository_ajax.php | ||
repository_callback.php | ||
upgrade.txt |
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: http://docs.moodle.org/dev/Repository_API Track: http://tracker.moodle.org/browse/MDL-13766