Moodle - the world's open source learning platform https://moodle.org/
Find a file
Eloy Lafuente (stronk7) 58b56e2395 MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps
This just deletes all the upgrade steps previous to 3.9.0. Some
small adjustments, like tweaking globals can also be applied
when needed.

Also includes an upgrade step to prevent upgrading from any
version < 2020061500 (v3.9.0) as anti-cheating measure.

The next commits will proceed to deprecate / remove functions
that were exclusively (usually belonging to upgradelib) being
used by those, now removed, upgrade steps. This is the list
of code to remove and document in upgrade.txt files:

  - upgrade_analytics_fix_contextids_defaults()
  - upgrade_convert_hub_config_site_param_names()
  - upgrade_rename_prediction_actions_useful_incorrectly_flagged()
  - \mod_forum\task\refresh_forum_post_counts adhoc task.

And these is the code that has NOT been removed
because it may be needed later (no matter there aren't uses now):

  - \core_search\manager::clean_up_non_existing_area(), used by
  - \core\task\clean_up_deleted_search_area_task adhoc task
2022-07-07 19:16:37 +02:00
.github MDL-73212 gha: Allow parameters to be passed via secret 2022-06-21 16:54:13 +02:00
.grunt MDL-74511 core: Add phpcs default config 2022-05-06 11:39:10 +08:00
admin MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
analytics MDL-73785 phpunit: Move more tests to use correct names and namespaces 2022-03-03 12:19:30 +01:00
auth MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
availability MDL-74358 availability: Avoid php8 problem with array_values(null) 2022-06-17 11:09:46 +02:00
backup MDL-74548 backup: Deprecate get/set copy from base controller 2022-06-29 09:14:02 +08:00
badges MDL-74713 admin: format custom profile fields in identify config. 2022-06-14 17:19:39 +01:00
blocks MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
blog MDL-75084 blog: Implement behat generators 2022-06-29 09:39:39 +02:00
cache MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
calendar MDL-68867 calendar: remove dependency on USER->groupmember hack 2022-06-22 07:56:41 +08:00
cohort Merge branch 'MDL-74678' of https://github.com/lostrogit/moodle 2022-06-07 17:01:18 +02:00
comment MDL-74344 comment: consistent capability check for accessing report. 2022-05-13 10:31:16 +01:00
competency MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
completion Merge branch 'MDL-75008-master-enfix' of https://github.com/mudrd8mz/moodle 2022-07-04 22:18:39 +08:00
contentbank Merge branch 'MDL-74630-master' of https://github.com/aanabit/moodle 2022-06-21 10:12:33 +08:00
course MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
customfield MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
dataformat MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
enrol MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
error MDL-74386 navigation: Remove redundant set_secondary_navigation() calls 2022-04-08 15:11:31 +08:00
favourites MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
files MDL-73727 core_files: Add subquery to avoid a seq scan on larger sites 2022-05-30 13:38:45 +10:00
filter MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
grade MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
group MDL-22570 group: Export groups/groupings to ods/xls/txt 2022-05-11 03:00:36 +03:00
h5p MDL-72885 core: Use get_html_lang_attribute_value() 2022-05-27 19:38:54 +08:00
install Automatically generated installer lang files 2022-07-05 00:08:26 +00:00
iplookup MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
lang Merge branch 'MDL-74505-master' of https://github.com/JBThong/moodle 2022-07-05 21:15:37 +08:00
lib MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
local MDL-49662 local: upgrade.txt note 2016-01-13 13:56:38 +00:00
login MDL-72928 core: Remove Remember username 2022-02-11 12:01:26 +08:00
media Merge branch 'MDL-74287' of https://github.com/paulholden/moodle 2022-06-30 10:01:46 +08:00
message MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
mnet MDL-73423 core_privacy: Calling reset() on objects deprecated PHP8.1 2022-04-29 16:16:07 +02:00
mod MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
my MDL-74596 core_admin: option to hide search input on admin pages 2022-07-05 12:28:21 +03:00
notes Merge branch 'MDL-73347-master' of https://github.com/sarjona/moodle 2022-01-24 13:40:57 +08:00
payment MDL-75084 payment: Fix typo 2022-06-29 09:39:39 +02:00
pix MDL-74815 pix: Convert PNG version of darkened SVG icons 2022-07-04 14:03:39 +08:00
plagiarism MDL-73785 phpunit: Move more tests to use correct names and namespaces 2022-03-03 12:19:30 +01:00
portfolio MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
privacy MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
question MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
rating MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
report MDL-73110 report_completion: support custom user identity fields. 2022-05-20 11:24:51 +01:00
reportbuilder Merge branch 'MDL-75054' of https://github.com/paulholden/moodle 2022-07-07 11:05:11 +08:00
repository MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
rss MDL-73431 enrol: Introduce a sync interval 2022-05-30 15:58:22 +10:00
search MDL-74781 search: Fix heading repetition in global search page 2022-06-26 10:38:22 +02:00
tag MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
theme Merge branch 'MDL-75028-master' of https://github.com/rezaies/moodle 2022-07-07 10:59:18 +08:00
user Merge branch 'MDL-73156-master' of https://github.com/michael-milette/moodle 2022-06-23 09:50:41 +08: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-29717 core_webservice: Display deprecated badge in API docs 2022-06-03 16:17:47 +02:00
.eslintrc MDL-73915 js: Upgrade babel and eslint 2022-02-23 08:53:54 +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-74511 core: Add phpcs config generator 2022-04-18 15:38:14 +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-73915 js: Switch to nodejs lts/gallium 2022-02-23 08:51:54 +08:00
.phpcs.xml.dist MDL-74511 core: Add phpcs default config 2022-05-06 11:39:10 +08:00
.shifter.json MDL-42774 JavaScript: Ensure that shifter cleans build directories before running 2013-11-11 18:29:35 +08:00
.stylelintrc MDL-57945 stylelint: use csstree to replace some rules 2017-07-19 14:29:56 +01:00
.travis.yml MDL-74835 ci: Update nodejs version in travis integration to lts/gallium 2022-05-22 23:46:11 +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-71747 composer: Regenerate with php74 and requirements raised 2022-07-07 19:16:37 +02:00
composer.lock MDL-71747 composer: Regenerate with php74 and requirements raised 2022-07-07 19:16:37 +02:00
config-dist.php MDL-71468 assignfeedback_editpdf: Convert submissions via adhoc tasks 2022-06-17 18:04:17 +10: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-74317 output: Remove capability checks in edit mode WS 2022-05-02 10:45:30 +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 Merge branch 'MDL-73233-master' of https://github.com/sarjona/moodle 2022-03-18 00:35:11 +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-74511 core: Add phpcs config generator 2022-04-18 15:38:14 +08:00
package.json MDL-74511 core: Add phpcs config generator 2022-04-18 15:38:14 +08: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-73580 core: Updated security.txt expiry 2022-02-01 19:53:21 +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.1dev 2022-07-07 21:32:59 +08: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.