moodle/mod/workshop
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
..
allocation MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
amd MDL-73915 js: Switch amd minification to terser 2022-02-23 08:55:09 +08:00
backup MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
classes MDL-75058 course: Fix support for dates on WebServices 2022-06-27 15:29:36 +02:00
db MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
eval MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
form MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
lang/en MDL-73380 mod_workshop: add lang string for phase auto switch event. 2021-12-14 21:51:36 +00:00
pix MDL-74815 pix: Convert PNG version of darkened SVG icons 2022-07-04 14:03:39 +08:00
templates MDL-73595 theme_boost: make tertiary nav more distinct 2022-02-28 13:07:52 +01:00
tests MDL-75058 course: Fix support for dates on WebServices 2022-06-27 15:29:36 +02:00
aggregate.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
allocation.php MDL-73437 workshop: Use templates for actionbar 2022-01-10 16:06:47 +08:00
assessment.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
editform.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
editformpreview.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
exassessment.php MDL-71915 mod_workshop: Update tertiary nav 2021-12-04 18:09:14 +05:30
excompare.php MDL-71915 mod_workshop: Update tertiary nav 2021-12-04 18:09:14 +05:30
exsubmission.php MDL-67966 mod_workshop: Use condition to verify form is using editor 2022-06-02 10:27:41 +08:00
feedbackauthor_form.php
feedbackreviewer_form.php
fileinfolib.php
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-74235 core: Update core uses of activity icons to monologo 2022-04-07 12:56:14 +08:00
locallib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
mod_form.php MDL-74516 workshop: Better handling of floats for gradepass fields 2022-07-01 13:55:51 +02:00
renderer.php MDL-73437 workshop: Use templates for actionbar 2022-01-10 16:06:47 +08:00
settings.php
styles.css MDL-51932 workshop: Improve UX for teachers on switching workshop phases 2017-04-18 18:00:59 +02:00
submission.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
submission_form.php MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
switchphase.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
toolbox.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgrade.txt MDL-68944 mod_workshop: Workshop skips scheduled allocation 2021-11-25 09:49:27 +01:00
version.php MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
view.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00