moodle/mod/quiz
Sara Arjona a26cfe71d3 MDL-65809 upgrade: clean < 3.5.0 upgrade steps
This just deletes all the upgrade steps previous to 3.5.0. Some
small adjustments, like tweaking globals can also be applied
when needed.

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

Previous commits have removed/deprecated all the upgradelib functions
not used anymore in codebase. Deletion has been documented in corresponding
upgrade.txt files:

- upgrade_fix_block_instance_configuration()
- upgrade_theme_is_from_family(), upgrade_find_theme_location()
and linkcoursesectionsupgradescriptwasrun setting
- upgrade_block_positions
- upgrade_fix_config_auth_plugin_names()
 and upgrade_fix_config_auth_plugin_defaults()
- format_xxx_upgrade_remove_numsections(), format_xxx_upgrade_hide_extra_sections()
and format_xxx_upgrade_add_empty_sections()
- filter_mathjaxloader_upgrade_cdn_cloudflare()
and filter_mathjaxloader_upgrade_mathjaxconfig_equal()
- get_assignments_with_rescaled_null_grades()

These have been kept because continue being used by restore:

- \core\task\refresh_mod_calendar_events_task
2019-12-20 12:20:43 +01:00
..
accessrule MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
amd MDL-62497 javascript: build AMD modules with new transpiler 2019-07-19 14:12:49 +08:00
backup MDL-65555 mod_quiz: fix group override backup and restore 2019-07-16 11:16:03 +10:00
classes MDL-66930 quiz: Question type icon size/alignment in Boost and Classic. 2019-10-18 13:54:29 +02:00
db MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
lang/en MDL-46123 accesslib: improve get_component_string 2019-12-03 23:11:11 +01:00
pix
report MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
templates MDL-64506 templates: BS2 m-x-x to BS4 mx-x 2019-04-03 19:47:11 +08:00
tests Merge branch 'MDL-67155' of https://github.com/timhunt/moodle 2019-12-03 12:12:28 +08:00
yui MDL-65938 mod_quiz: Use new core/checkbox-toggleall 2019-07-19 13:14:11 +08:00
accessmanager.php
accessmanager_form.php
addrandom.php MDL-61380 Quiz,Questions: Adding "random" question by tag 2018-03-07 00:30:32 +11:00
addrandomform.php MDL-62992 quiz: fix tags filtering on random question modal 2019-03-27 10:21:07 +08:00
attempt.php MDL-35939 mod_quiz: use descriptive titles for pages 2019-08-15 12:07:38 +10:00
attemptlib.php MDL-66764 quiz: redo question should not repeat random questions 2019-09-25 11:04:38 +01:00
autosave.ajax.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
comment.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
cronlib.php
edit.php MDL-61107 quiz editing: handle invalid Maximum grade input 2017-12-22 13:35:29 +00:00
edit_rest.php
editrandom.php MDL-61614 Quiz: Maintain slot tags when editing random questions 2018-04-18 13:07:08 +10:00
grade.php
index.php MDL-62262 quiz: quiz index page showing wrong dates. 2018-07-06 14:37:07 +02:00
lib.php MDL-66968 php74: array_key_exists() for objects is deprecated 2019-10-25 00:49:04 +02:00
locallib.php MDL-67155 quiz: first attempt_step should record the student's userid 2019-11-07 00:08:49 +00:00
mod_form.php MDL-53778 quiz settings: Ensure that disabled checkboxes have value 0 2019-06-25 13:23:12 +03:00
module.js
override_form.php MDL-34411 mod_quiz: quiz overrides to observe group membership 2019-07-02 08:54:36 +02:00
overridedelete.php MDL-34411 mod_quiz: Check if the teacher can access the override 2019-07-02 08:54:36 +02:00
overrideedit.php MDL-34411 mod_quiz: Check if the teacher can access the override 2019-07-02 08:54:36 +02:00
overrides.php MDL-34411 mod_quiz: quiz overrides to observe group membership 2019-07-02 08:54:36 +02:00
processattempt.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
renderer.php MDL-66852 quiz: Style "Try another question like this one" button. 2019-10-08 11:28:39 +02:00
repaginate.php
report.php
review.php MDL-35939 mod_quiz: deprecate unused strings 2019-08-15 12:07:38 +10:00
reviewquestion.php MDL-61033 quiz: Editing a quiz while a preview is open 2018-03-27 10:47:32 +07:00
settings.php MDL-67432 quiz: Load all quiz subplugin settings from quiz settings. 2019-12-10 09:17:44 +11:00
startattempt.php
styles.css Merge branch 'MDL-66962-master' of https://github.com/lucaboesch/moodle 2019-10-21 14:22:57 +08:00
summary.php MDL-35939 mod_quiz: use descriptive titles for pages 2019-08-15 12:07:38 +10:00
upgrade.txt MDL-60683 quiz: Replace quiz legacy cron with tasks 2019-02-22 16:39:37 +00:00
version.php MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
view.php