Moodle - the world's open source learning platform https://moodle.org/
Find a file
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
.github MDL-70900 ci: Move highest PHP to 8.0 (from current 7.4) 2021-05-07 17:42:39 +02:00
.grunt MDL-71365 grunt: fix boost ignores order and missing LF @ EOF 2021-04-18 00:10:46 +02:00
admin MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
analytics MDL-65553 core_analytics: Don't allow to flag predictions several times 2021-04-15 16:39:09 +02:00
auth MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
availability Merge branch 'MDL-71402' of git://github.com/paulholden/moodle 2021-05-06 16:46:19 +01:00
backup MDL-66431 core: Fix behat tests. 2021-05-01 16:22:03 +02:00
badges MDL-71051 core_user: fix issues and address review issues 2021-04-28 11:47:26 +02:00
blocks MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
blog MDL-71394 core_blog: fix incorrect default setting in form 2021-04-21 16:22:22 +02:00
cache MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
calendar MDL-70926 core: getuserdate() shoud show debugging if null was passed 2021-05-06 19:55:32 +02:00
cohort MDL-71036 phpunit: assertContains() now performs strict comparison 2021-03-11 23:04:31 +01:00
comment MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
competency MDL-71530 competency: ensure all exported course fields are present. 2021-05-04 17:53:00 +01:00
completion MDL-71425 lang: Fix reworded strings in tests 2021-05-04 17:45:18 +02:00
contentbank MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
course MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
customfield Merge branch 'MDL-71171_master' of git://github.com/mdjnelson/moodle 2021-04-23 12:41:15 +08:00
dataformat MDL-70117 dataformat_pdf: Fix content overflow when headers are involved 2020-11-11 10:49:58 +11:00
enrol MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
error MDL-69333 error: Allow explicit http error codes in web server config 2021-01-20 09:52:25 +11:00
favourites MDL-71036 phpunit: Mock->setMethods() silently deprecated 2021-03-11 23:04:31 +01:00
files MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
filter MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
grade MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
group MDL-66673 groups: Stop notice when messaging system is disabled 2021-04-23 08:52:48 +10:00
h5p MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
install Automatically generated installer lang files 2021-05-11 00:07:55 +00:00
iplookup MDL-70584 core_iplookup: increase tolerance in test 2021-01-07 14:12:59 +01:00
lang Merge branch 'MDL-71390-master' of git://github.com/marinaglancy/moodle 2021-05-06 08:01:47 +02:00
lib MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
local MDL-49662 local: upgrade.txt note 2016-01-13 13:56:38 +00:00
login Merge branch 'MDL-71068-protectusername-confirmed' of https://github.com/brendanheywood/moodle 2021-03-18 09:53:44 +08:00
media MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
message MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
mnet MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
mod MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
my MDL-70173 core: Use a meaningful first level header 2021-02-09 16:16:09 +11:00
notes MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
payment MDL-71169 external: Do not explicitly specify the default methodname 2021-03-22 15:56:46 +01:00
pix MDL-71268 graphics: Use new Moodle logo for RSS feeds by Moodle 2021-05-04 14:17:52 +02:00
plagiarism MDL-32226 mod_quiz: Add Plagiarism hooks to quiz and essay question. 2021-03-27 09:13:41 +13:00
portfolio MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
privacy MDL-71258 questions: privacy support for settings defaults preferences 2021-04-30 10:14:38 +01:00
question MDL-71425 lang: Fix reworded strings in tests 2021-05-04 17:45:18 +02:00
rating MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
report MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
repository MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
rss MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
search Merge branch 'MDL-70897-master' of git://github.com/kabalin/moodle 2021-04-29 10:18:01 +08:00
tag MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
theme MDL-71060 Questions: Duplicates 'Current category' text. 2021-05-10 00:22:55 +07:00
user MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
userpix MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
webservice MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
.eslintignore Merge branch 'MDL-70311-master' of git://github.com/ilyatregubov/moodle 2021-04-15 09:19:24 +08:00
.eslintrc MDL-68496 grunt: Restructure grunt tasks into subdirectories 2021-03-19 12:56:35 +08:00
.gherkin-lintrc MDL-66109 behat: Prevent the use of Examples in Scenarios 2020-05-11 11:07:49 +08:00
.gitattributes MDL-64506 theme_bootstrapbase: Remove bootstrapbase from core 2019-04-03 19:34:17 +08:00
.gitignore MDL-71004 git: Ignore moodle-plugin-ci.phar in any directory 2021-03-24 20:10:26 +01:00
.jshintignore MDL-66265 javascript: Add jshint ignore for ES6 files in root dir 2019-09-04 06:48:11 +08:00
.jshintrc MDL-54889 jshint: stop using for everything but shifter 2016-06-30 09:14:57 +01:00
.nvmrc MDL-69815 core: Bump Node to v14.15.0 (LTS/Fermium) 2020-10-28 09:34:31 +08:00
.shifter.json MDL-42774 JavaScript: Ensure that shifter cleans build directories before running 2013-11-11 18:29:35 +08:00
.stylelintignore MDL-70311 theme_boost: upgrade bootstrap to version 4.6.0 2021-03-17 12:26:45 +02:00
.stylelintrc MDL-57945 stylelint: use csstree to replace some rules 2017-07-19 14:29:56 +01:00
.travis.yml MDL-70900 ci: Move highest PHP to 8.0 (from current 7.4) 2021-05-07 17:42:39 +02:00
behat.yml.dist MDL-66979 behat: Rename selenium config to webdriver 2021-01-22 14:52:09 +08:00
brokenfile.php MDL-26069 detect missing file postprocessing 2011-01-29 17:50:12 +01:00
composer.json MDL-71036 phpunit: Bump to phpunit 9.5.x 2021-03-11 19:22:23 +01:00
composer.lock MDL-71036 phpunit: Bump to phpunit 9.5.x 2021-03-11 19:22:23 +01:00
config-dist.php MDL-66979 behat: Correct selenium2 reference in config-dist 2021-01-28 15:08:10 +08:00
CONTRIBUTING.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
COPYING.txt
draftfile.php MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
file.php MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
Gruntfile.js MDL-68496 Grunt: Stylelint should only lint relevant component files 2021-03-22 15:18:47 +08:00
help.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
help_ajax.php MDL 38508 JavaScript: Split out AJAX and non-AJAX help 2013-04-08 21:01:20 +01:00
index.php MDL-66118 hub: Drop support for the hub's display_homepage callback 2019-10-04 21:17:06 +02:00
install.php MDL-58931 dml: add support for aurora mysql 2020-07-01 22:56:20 +02:00
INSTALL.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
npm-shrinkwrap.json MDL-66109 js: Upgrade to latest version of Shifter 2020-05-11 11:07:49 +08:00
package.json MDL-69815 core: Bump Node to v14.15.0 (LTS/Fermium) 2020-10-28 09:34:31 +08:00
phpunit.xml.dist MDL-71036 phpunit: xml config - change dist file to spread them to final 2021-03-11 23:04:31 +01:00
pluginfile.php MDL-36754 core_files: Add a token version of pluginfile 2018-08-14 06:57:32 +08:00
PULL_REQUEST_TEMPLATE.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
README.txt MDL-53081 docs: Improve the text doc files in the root directory 2016-02-19 09:11:06 +01:00
security.txt MDL-70595 core: Updated security.txt expiry 2021-04-06 13:01:19 +08:00
tokenpluginfile.php MDL-66377 user: Only allow active users to retrieve files via tokenpluginfile.php 2019-11-05 13:44:37 +01:00
TRADEMARK.txt MDL-71139 trademark: Improve the trademark messaging 2021-03-18 10:33:04 +01:00
version.php weekly release 4.0dev 2021-05-11 12:42:28 +02:00

                                 .-..-.
   _____                         | || |
  /____/-.---_  .---.  .---.  .-.| || | .---.
  | |  _   _  |/  _  \/  _  \/  _  || |/  __ \
  * | | | | | || |_| || |_| || |_| || || |___/
    |_| |_| |_|\_____/\_____/\_____||_|\_____)

Moodle - the world's open source learning platform

Moodle <https://moodle.org> is a learning platform designed to provide
educators, administrators and learners with a single robust, secure and
integrated system to create personalised learning environments.

You can download Moodle <https://download.moodle.org> and run it on your own
web server, ask one of our Moodle Partners <https://moodle.com/partners/> to
assist you, or have a MoodleCloud site <https://moodle.com/cloud/> set up for
you.

Moodle is widely used around the world by universities, schools, companies and
all manner of organisations and individuals.

Moodle is provided freely as open source software, under the GNU General Public
License <https://docs.moodle.org/dev/License>.

Moodle is written in PHP and JavaScript and uses an SQL database for storing
the data.

See <https://docs.moodle.org> for details of Moodle's many features.