Moodle - the world's open source learning platform https://moodle.org/
Find a file
Huong Nguyen b5c181f117 MDL-72915 qtype_ddimageortext: Fix eventHandler for Unlimited items
Sometimes, for the question that has a lot of input groups and unlimited draggable items,
the 'clone' process takes longer than usual, so the questionManager.init() method
will not add the eventHandler for the cloned drag.
We should make sure to bind the eventHandler for the cloned too
2022-02-09 15:23:37 +07:00
.github MDL-73253 ci: use setup-node action in GHA 2021-12-03 15:41:12 +00:00
.grunt MDL-71882 grunt: Replace module names 2021-11-17 09:16:55 +08:00
admin Merge branch 'MDL-73601-master' of https://github.com/aanabit/moodle 2022-02-07 12:01:19 +01:00
analytics MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
auth Merge branch 'MDL-73601-master' of https://github.com/aanabit/moodle 2022-02-07 12:01:19 +01:00
availability MDL-73758 availability: fix info::is_available_for_all() 2022-02-03 16:41:44 +08:00
backup MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
badges Merge branch 'MDL-67853-master' of https://github.com/crazyserver/moodle 2022-01-27 16:41:19 +02:00
blocks MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
blog Merge branch 'MDL-73347-master' of https://github.com/sarjona/moodle 2022-01-24 13:40:57 +08:00
cache MDL-69088 cache: Make file cache store purge async 2022-02-03 10:30:09 +00:00
calendar Merge branch 'MDL-73651-master' of git://github.com/rezaies/moodle 2022-02-04 10:36:50 +08:00
cohort MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
comment MDL-73632 core_comment: useravatar styles new comments 2022-02-01 12:21:55 +01:00
competency MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
completion Merge branch 'MDL-72246-master-2' of https://github.com/andrewnicols/moodle 2022-02-08 11:36:59 +08:00
contentbank Merge branch 'MDL-72466-master' of https://github.com/bmbrands/moodle 2022-02-02 12:10:18 +01:00
course Merge branch 'MDL-73697-master' of https://github.com/ferranrecio/moodle 2022-02-07 14:23:31 +08:00
customfield MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
dataformat MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
enrol Merge branch 'MDL-73601-master' of https://github.com/aanabit/moodle 2022-02-07 12:01:19 +01:00
error MDL-69333 error: Allow explicit http error codes in web server config 2021-01-20 09:52:25 +11:00
favourites MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
files MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
filter MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
grade Merge branch 'MDL-72466-master' of https://github.com/bmbrands/moodle 2022-02-02 12:10:18 +01:00
group MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
h5p Merge branch 'MDL-72466-master' of https://github.com/bmbrands/moodle 2022-02-02 12:10:18 +01:00
install Automatically generated installer lang files 2022-01-29 00:07:35 +00:00
iplookup MDL-70584 core_iplookup: increase tolerance in test 2021-01-07 14:12:59 +01:00
lang Merge branch 'master_MDL-71696-versioning-integration' of https://github.com/catalyst/moodle-MDL-70329 2022-02-03 13:25:27 +01:00
lib Merge branch 'MDL-72246-master-2' of https://github.com/andrewnicols/moodle 2022-02-08 11:36:59 +08:00
local
login MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
media MDL-73046 media_html5video: Fixed .mov files 2021-12-22 18:33:12 +08:00
message MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
mnet Merge branch 'MDL-73514' of https://github.com/stronk7/moodle 2022-02-03 22:20:20 +00:00
mod Merge branch 'MDL-73716' of https://github.com/stronk7/moodle 2022-02-08 10:59:34 +08:00
my Merge branch 'MDL-73347-master' of https://github.com/sarjona/moodle 2022-01-24 13:40:57 +08:00
notes Merge branch 'MDL-73347-master' of https://github.com/sarjona/moodle 2022-01-24 13:40:57 +08:00
payment MDL-72466 core_output: dropdown menu alignment 2022-01-27 17:24:20 +01:00
pix MDL-72112 admin_presets: Add admin_presets tool 2021-12-03 11:11:37 +01:00
plagiarism MDL-71175 plagiarism: Deprecate some old functions. 2021-06-25 12:57:20 +12:00
portfolio MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
privacy MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
question MDL-72915 qtype_ddimageortext: Fix eventHandler for Unlimited items 2022-02-09 15:23:37 +07:00
rating MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
report MDL-71696 question: Fix Oracle GROUP BY error - Round 2 2022-02-04 18:10:35 +02:00
reportbuilder Merge branch 'MDL-73631' of https://github.com/paulholden/moodle 2022-02-08 12:03:42 +08:00
repository Merge branch 'MDL-73601-master' of https://github.com/aanabit/moodle 2022-02-07 12:01:19 +01:00
rss MDL-73295 webservice: only pass around sesskey for tokens as needed. 2021-12-29 09:54:23 +00:00
search MDL-73659 phpunit: restore_date, api, rule, plugin, manager & helper 2022-02-05 00:03:32 +01:00
tag Merge branch 'MDL-73347-master' of https://github.com/sarjona/moodle 2022-01-24 13:40:57 +08:00
theme Merge branch 'MDL-73507-master' of https://github.com/lameze/moodle 2022-02-03 15:25:18 +01:00
user Merge branch 'MDL-73684-master' of https://github.com/marinaglancy/moodle 2022-02-07 18:40:39 +11: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-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
.eslintrc MDL-72013 js: Configure eslint-jsdoc plugin 2021-10-21 13:28:04 +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-61460 tool_componentlibrary: Documentation for Moodle UI components 2021-07-08 09:51:02 +08: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-72623 nodejs: Bump from v14.15.0 to v14.18.0 2021-10-13 09:49:48 +02:00
.shifter.json
.stylelintrc MDL-57945 stylelint: use csstree to replace some rules 2017-07-19 14:29:56 +01:00
.travis.yml MDL-70594 ci: Bump Travis and GHA postgres to 10 2021-07-02 00:23:40 +02:00
behat.yml.dist MDL-66979 behat: Rename selenium config to webdriver 2021-01-22 14:52:09 +08:00
brokenfile.php
composer.json MDL-73711 behat: Bump to Behat 3.10.x 2022-01-29 16:04:11 +01:00
composer.lock MDL-73711 behat: Bump to Behat 3.10.x 2022-01-29 16:04:11 +01:00
config-dist.php MDL-73728 admin: Move adminpresets to admin/presets 2022-02-03 19:14:28 +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
editmode.php MDL-71610 theme_boost: add a edit mode switch 2021-09-29 09:25:36 +02:00
file.php MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
Gruntfile.js MDL-61460 Grunt: Add Component Library tasks 2021-07-08 09:51:02 +08:00
help.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
help_ajax.php
index.php MDL-73316 navigation: Add homepagesecondary nav 2022-01-12 13:54:57 +08: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-71691 core_course: section styling 2021-12-08 13:14:05 +01:00
package.json MDL-71691 core_course: section styling 2021-12-08 13:14:05 +01:00
phpunit.xml.dist MDL-73728 admin: Move adminpresets to admin/presets 2022-02-03 19:14:28 +08: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-71270 core: Updated security.txt expiry 2021-10-18 17:12:44 +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 on-demand release 4.0dev+ 2022-02-08 14:54:21 +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.