moodle/mod/lesson
Eloy Lafuente (stronk7) 77342b96fc MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps
This just deletes all the upgrade steps previous to 3.6.0. Some
small adjustments, like tweaking globals can also be applied
when needed.

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

Note that in this case, there wasn't any case of upgradelib
functions being used, hence we haven't to deprecate/remove
anything in codebase. When there is such a need, that is done
in separate commits (one for each function) and documented here.

See MDL-65809 commits for an example removing/deprecating a
good number of functions.
2021-01-13 19:11:19 +01:00
..
backup MDL-65555 mod_lesson: fix group override backup and restore 2019-07-16 11:16:03 +10:00
classes MDL-40227 mod_lesson: Use localised float formatting 2020-08-06 10:44:08 +08:00
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
lang/en MDL-69501 lang: Import fixed English strings (en_fix) 2020-08-24 09:35:41 +02:00
pagetypes MDL-53966 lesson: Allow maximum number of attempts to be unlimited 2020-10-04 13:20:39 +11:00
pix MDL-55327 mod_lesson: Added the ability to duplicate pages. 2016-09-20 10:36:13 +08:00
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
continue.php MDL-64968 mod_lesson: Style "Yes, I'd like to try again" button. 2019-05-04 11:03:21 +02:00
edit.php MDL-57174 mod_lesson: show settings menu on edit.php page 2016-11-29 10:24:55 +08:00
editpage.php MDL-66228 mod_lesson: ensure return URL parameters are always local. 2019-11-05 13:44:37 +01:00
editpage_form.php
essay.php MDL-53966 lesson: Allow maximum number of attempts to be unlimited 2020-10-04 13:20:39 +11:00
essay_form.php
format.php MDL-62820 question import: properly escape output 2018-07-04 15:40:50 +08:00
grade.php
import.php MDL-68265 mod_lesson: Switch question import to request dir 2020-03-30 08:14:46 +08:00
import_form.php MDL-65605 mod_lesson: Fix the issue when get_draft_files returns null 2019-05-20 23:43:59 +10:00
index.php MDL-62974 mod_lesson: Minor update to html class. 2019-04-12 11:01:20 +08:00
lesson.php MDL-55327 mod_lesson: Added the ability to duplicate pages. 2016-09-20 10:36:13 +08:00
lib.php MDL-68645 output: Do not apply filters when creating calendar events 2020-05-13 10:03:01 +02:00
locallib.php MDL-53966 lesson: Allow maximum number of attempts to be unlimited 2020-10-04 13:20:39 +11:00
mediafile.php MDL-57633 mod_lesson: Move to function the lesson availability checks 2017-01-31 17:01:48 +01:00
mod_form.php MDL-53966 lesson: Allow maximum number of attempts to be unlimited 2020-10-04 13:20:39 +11:00
override_form.php MDL-61115 mod_lesson: Lesson overrides to observe group membership 2019-07-03 15:17:22 +02:00
overridedelete.php MDL-61115: mod_lesson: Check if the teacher can access the override 2019-07-03 15:17:22 +02:00
overrideedit.php MDL-61115: mod_lesson: Check if the teacher can access the override 2019-07-03 15:17:22 +02:00
overrides.php MDL-68210 overrides: allow copy and delete of inactive overrides 2020-07-08 09:08:27 +08:00
renderer.php MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css 2020-08-17 08:16:42 +00:00
report.php MDL-65937 mod_lesson: Use new core/checkbox_toggleall 2019-08-02 16:24:56 +08:00
settings.php MDL-52414 Lesson: Fix lesson defaults 2016-02-15 23:05:37 -05:00
tabs.php
timer.js
upgrade.txt MDL-59081 mod_lesson: Add other answer options to questions 2019-03-29 14:14:01 +08:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
view.php MDL-57809 weblib: Added missing NO_OUTPUT_BUFFERING directive. 2017-06-23 09:43:07 +10:00
view_form.php