moodle/mod/assign
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-74234 assign: Fix grading page for filtered out users 2022-06-14 19:04:06 +10:00
backup/moodle2 MDL-74088 assign: backup and restore support for time limit fields 2022-03-15 17:39:04 +08:00
classes Merge branch 'MDL-75058-master' of https://github.com/jleyva/moodle 2022-07-07 12:07:55 +08:00
db MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
feedback MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
lang/en MDL-75008 lang: Import fixed English strings (en_fix) 2022-06-30 20:31:27 +02:00
pix MDL-74815 pix: Convert PNG version of darkened SVG icons 2022-07-04 14:03:39 +08:00
submission MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
templates Merge branch 'MDL-74929-master' of https://github.com/bmbrands/moodle 2022-06-28 11:07:48 +08:00
tests MDL-75058 course: Fix support for dates on WebServices 2022-06-27 15:29:36 +02:00
yui MDL-73915 js: Upgrade babel and eslint 2022-02-23 08:53:54 +08:00
adminlib.php MDL-72720 assignxxx: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
adminmanageplugins.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
assignmentplugin.php MDL-58220 assign: Only show write access to teachers 2017-04-03 13:41:19 +08:00
batchsetallocatedmarkerform.php
batchsetmarkingworkflowstateform.php
deprecatedlib.php MDL-71144 mod_assign: Deprecate assign_get_completion_state() 2021-04-22 10:08:04 +10:00
extensionform.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
externallib.php MDL-74234 assign: Fix grading page for filtered out users 2022-06-14 19:04:06 +10:00
feedbackplugin.php MDL-27520 mod_assign: added API for feedback plugins 2018-10-16 13:06:58 +08:00
gradeform.php MDL-58278 mod_assign: Ignore send notify with mw 2017-04-20 11:43:34 +08:00
gradingbatchoperationsform.php MDL-65956 mod_assign: Add proper capability checks and error handling 2019-11-25 10:49:21 +08:00
gradingoptionsform.php MDL-69631 assign: Add 'Draft' filter for grading table 2021-01-21 14:36:01 +11:00
gradingtable.php MDL-72466 core_output: dropdown menu alignment 2022-01-27 17:24:20 +01:00
index.php
lib.php MDL-74234 assign: Fix grading page for filtered out users 2022-06-14 19:04:06 +10:00
locallib.php MDL-74234 assign: Fix grading page for filtered out users 2022-06-14 19:04:06 +10:00
mod_form.php MDL-68913 Assign: Per attempt timing 2021-11-10 12:07:35 +08:00
module.js MDL-70151 assign: Fix bulk change for behat 2020-11-23 11:11:23 +08:00
override_form.php MDL-73354 mod_assign: Overrides page updates to tertiary navigation. 2022-02-09 10:52:34 +08:00
overridedelete.php MDL-74981 mod_assign: set limited width on overrides pages 2022-06-23 18:01:39 +08:00
overrideedit.php MDL-74981 mod_assign: set limited width on overrides pages 2022-06-23 18:01:39 +08:00
overrides.php MDL-74981 mod_assign: set limited width on overrides pages 2022-06-23 18:01:39 +08:00
quickgradingform.php
renderable.php fixup! MDL-73354 mod_assign: General tidy up of tertiary navigation. 2022-02-09 10:52:58 +08:00
renderer.php MDL-69696 mod_assign: Class refactoring - rendering 2021-10-07 14:25:11 +08:00
settings.php MDL-68913 assign: Address coding style issues 2021-11-11 10:55:39 +08:00
styles.css MDL-74812 gradingform_rubric: Fix contrast issues in rubric table 2022-06-18 00:56:44 +08:00
submission_form.php MDL-55376 mod_assign: Fix bug stopping admin from editing submissions 2016-07-29 19:05:22 +08:00
submissionconfirmform.php
submissionplugin.php MDL-63349 assignfeedback_editpdf: Rotate submitted image automatically 2019-10-11 15:26:53 +11:00
upgrade.txt MDL-74234 assign: Fix grading page for filtered out users 2022-06-14 19:04:06 +10:00
upgradelib.php MDL-65809 upgrade: remove get_assignments_with_rescaled_null_grades 2019-12-20 12:20:43 +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-73354 mod_assign: Removed unused test code. 2022-02-09 10:52:35 +08:00