Moodle - the world's open source learning platform https://moodle.org/
Find a file
Sara Arjona 3f224a1a41 MDL-65809 upgrade: remove format_xxx_upgrade_remove_numsections
These functions were used only by deleted upgrade steps
so it's safe to proceed with straight deletion, considering
them internal. Deletion has been documented in corresponding
upgrade.txt files:

    - format_topics_upgrade_remove_numsections()
    - format_topics_upgrade_hide_extra_sections()
    - format_topics_upgrade_add_empty_sections()
    - format_weeks_upgrade_remove_numsections()
    - format_weeks_upgrade_hide_extra_sections()
    - format_weeks_upgrade_add_empty_sections()
2019-12-20 12:20:43 +01:00
admin MDL-65809 upgrade: remove upgrade_block_positions 2019-12-20 12:20:43 +01:00
analytics Merge branch 'MDL-67217_master' of git://github.com/dmonllao/moodle 2019-11-25 16:13:01 +08:00
auth MDL-65809 upgrade: remove upgrade_fix_config_auth_plugin_names 2019-12-20 12:20:43 +01:00
availability MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
backup Merge branch 'MDL-41958-master' of git://github.com/lucaboesch/moodle 2019-12-04 23:24:46 +01:00
badges MDL-67451 badges: use the site OB version as default 2019-12-04 21:01:09 +01:00
blocks MDL-67042 customfield: Add behat tests to check hidden fields 2019-11-22 09:57:10 +01:00
blog MDL-65584 blog: safer deletion of associations in privacy provider. 2019-10-08 00:12:32 +01:00
cache MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
calendar MDL-67152 calendar: Documentation fix 2019-12-10 08:19:12 +08:00
cohort MDL-65782 roles: allow several roles with user/frontpage archetype 2019-06-04 11:49:23 +02:00
comment MDL-64588 core_comment: fix unnecessary type check in add_comments 2019-10-02 09:23:43 +08:00
competency MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
completion Merge branch 'MDL-65276-master' of git://github.com/lameze/moodle 2019-04-30 20:47:26 +02:00
course MDL-65809 upgrade: remove format_xxx_upgrade_remove_numsections 2019-12-20 12:20:43 +01:00
customfield MDL-67042 customfield: Display only fields visible to everybody 2019-11-22 09:10:52 +01:00
dataformat MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
enrol MDL-67410 Enrolments: Casting the perpage parameter to INT 2019-12-12 22:21:58 +01:00
error MDL-55188 events: First deprecation of eventslib.php 2018-07-30 09:23:54 +08:00
favourites MDL-65323 core_favourites: replace use of deprecated phpunit methods 2019-09-13 10:21:06 +08:00
files MDL-54554 files: Improve unoconv error logging & sanity checks 2019-12-16 09:52:51 +08:00
filter Merge branch 'MDL-67244-master' of git://github.com/ferranrecio/moodle 2019-12-18 22:30:28 +01:00
grade MDL-67165 core_grade: Add the grader name to webservices 2019-12-17 10:46:02 +08:00
group MDL-66328 groups: overview page can require lots of memory 2019-09-09 11:18:23 +01:00
h5p Merge branch 'MDL-67231-master' of git://github.com/andrewnicols/moodle 2019-11-13 16:00:16 +08:00
install Automatically generated installer lang files 2019-12-14 00:10:46 +00:00
iplookup MDL-61169 iplookup: Change to another block still remaining to SF 2018-09-13 19:01:09 +02:00
lang MDL-65809 environment: mbstring extension required 2019-12-20 12:19:02 +01:00
lib MDL-65809 upgrade: remove upgrade_fix_config_auth_plugin_names 2019-12-20 12:20:43 +01:00
local
login MDL-66762 user: escape extra/email user fields. 2019-11-07 09:00:19 +08:00
media MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
message Merge branch 'MDL-60855-master' of git://github.com/aanabit/moodle 2019-12-18 00:25:11 +01:00
mnet MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
mod Merge branch 'master_MDL-63795_core_setting_defaults' of https://github.com/mattporritt/moodle 2019-12-19 11:17:47 +08:00
my MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
notes MDL-64705 notes: Make notes WS return permissions information 2019-03-25 19:01:20 +01:00
pix NOBUG: Fixed SVG browser compatibility 2019-12-20 11:01:54 +01:00
plagiarism MDL-65051 core: delete duplicated plagiarism_cron() 2019-03-27 11:38:08 +08:00
portfolio MDL-67284 upgrade: add 3.8.0 separation line to all upgrade scripts 2019-11-17 11:40:19 +01:00
privacy MDL-64695 privacy: filter site fullname in data export. 2019-12-12 18:20:13 +00:00
question MDL-67151 qtype_numerical: convert the tolerance to string before saving 2019-12-20 01:11:59 +11:00
rating MDL-65042 rating: Fix incorrect image generated for user in rating 2019-08-16 15:41:21 +01:00
report MDL-65735 report_progress: reset URL start parameter in initials bars. 2019-12-12 18:23:56 +00:00
repository MDL-60975 behat tests: Added search for admin setting filepickers 2019-12-05 11:12:00 +01:00
rss MDL-63535 core_rss: Coding style fix 2018-10-23 11:15:04 +08:00
search MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
tag MDL-67035 tags: fix nested ternary operators to be php74 compliant 2019-11-16 20:03:47 +01:00
theme Merge branch 'MDL-66503-master' of git://github.com/abgreeve/moodle 2019-12-16 09:11:18 +08:00
user Merge branch 'MDL-58827' of https://github.com/paulholden/moodle 2019-12-16 15:32:31 +08:00
userpix MDL-64372 userpix: Escape fullname string on userpix index page 2019-01-08 16:24:48 +01:00
webservice MDL-54799 webservice: Handle exception in WS format ASAP 2019-11-29 09:44:09 +01:00
.eslintignore MDL-67137 javascript: Add missing polyfills 2019-11-05 15:26:14 +08:00
.eslintrc MDL-66265 javascript: More specific overrides in eslintrc 2019-09-04 10:47:21 +08:00
.gherkin-lintrc MDL-56519 behat: Re-organize rules matching order 2017-01-03 09:12:54 +08:00
.gitattributes MDL-64506 theme_bootstrapbase: Remove bootstrapbase from core 2019-04-03 19:34:17 +08:00
.gitignore MDL-64443 git: Excluded vim swap files 2019-02-16 22:20:05 +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-66532 javascript: Lock NPM version for NVM 2019-09-04 06:45:51 +08:00
.shifter.json
.stylelintignore MDL-67137 javascript: Add missing polyfills 2019-11-05 15:26:14 +08:00
.stylelintrc MDL-57945 stylelint: use csstree to replace some rules 2017-07-19 14:29:56 +01:00
.travis.yml NOBUG: Change travis.yml back to master 2019-11-16 17:54:08 +01:00
babel-plugin-add-module-to-define.js MDL-66265 javascript: Add jshint ignore for ES6 files in root dir 2019-09-04 06:48:11 +08:00
behat.yml.dist MDL-46891 Behat: Added support for behat 3 2016-03-11 10:51:15 +08:00
brokenfile.php
composer.json MDL-66945 composer: Update behat extension 2019-10-28 13:14:27 +01:00
composer.lock MDL-67404 composer: update to newer versions 2019-11-29 10:02:11 +01:00
config-dist.php MDL-67522 core_lock: fix mistype in config-dist 2019-12-13 19:34:44 +01:00
CONTRIBUTING.txt
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-66653 javascript: Support ES6 dynamic imports 2019-09-11 14:06:32 +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-66118 hub: Drop support for the hub's display_homepage callback 2019-10-04 21:17:06 +02:00
install.php MDL-67250 setup: Revert removal of the httpswwwroot setting 2019-11-13 19:58:10 +01:00
INSTALL.txt
npm-shrinkwrap.json MDL-66653 javascript: Support ES6 dynamic imports 2019-09-11 14:06:32 +08:00
package.json MDL-66653 javascript: Support ES6 dynamic imports 2019-09-11 14:06:32 +08:00
phpunit.xml.dist MDL-66609 core_h5p: Update phpunit.xml.dist 2019-10-29 10:22:43 +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
README.txt
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
version.php MDL-65809 upgrade: remove upgrade_theme_is_from_family 2019-12-20 12:20:43 +01: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.