moodle/admin/tool/dataprivacy
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
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes MDL-72983 tool_dataprivacy: respect capability to export own data. 2022-06-06 20:50:32 +01:00
db MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
lang/en MDL-72983 tool_dataprivacy: respect capability to export own data. 2022-06-06 20:50:32 +01:00
templates MDL-72982 tool_dataprivacy: add class name to email table 2021-11-11 22:54:56 +08:00
tests MDL-72983 tool_dataprivacy: respect capability to export own data. 2022-06-06 20:50:32 +01:00
categories.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
createdatarequest.php MDL-72983 tool_dataprivacy: respect capability to export own data. 2022-06-06 20:50:32 +01:00
createdatarequest_form.php MDL-72983 tool_dataprivacy: respect capability to export own data. 2022-06-06 20:50:32 +01:00
datadeletion.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
dataregistry.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
datarequests.php MDL-64030 tool_dataprivacy: Process requests when system purpose not set 2018-11-23 07:54:22 +08:00
defaults.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
editcategory.php MDL-61889 tool_dataprivacy: Fix CI errors 2018-06-26 13:20:31 +08:00
editpurpose.php MDL-63496 tool_dataprivacy: Add configuration for per-role retention 2018-10-17 13:12:18 +08:00
lib.php MDL-72983 tool_dataprivacy: respect capability to export own data. 2022-06-06 20:50:32 +01:00
mydatarequests.php MDL-62768 tool_dataprivacy: add page breadcrumbs to navigation. 2020-02-25 21:36:37 +00:00
pluginregistry.php MDL-62600 tool_dataprivacy: Corrected availability of PO pages to admins 2018-08-14 11:28:31 +08:00
purposes.php MDL-61908 privacy: Fix heading in data privacy pages 2018-09-18 18:49:04 +02:00
resubmitrequest.php MDL-62768 tool_dataprivacy: add page breadcrumbs to navigation. 2020-02-25 21:36:37 +00:00
settings.php MDL-66752 tool_dataprivacy: Add automatic data request approval feature 2020-01-06 11:40:31 +08:00
styles.css MDL-63881 tool_dataprivacy: 'Contact the privacy officer' profile link. 2019-01-10 22:19:26 +01:00
summary.php MDL-62768 tool_dataprivacy: add page breadcrumbs to navigation. 2020-02-25 21:36:37 +00:00
upgrade.txt MDL-72983 tool_dataprivacy: respect capability to export own data. 2022-06-06 20:50:32 +01:00
version.php MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00