moodle/mod/assignment/db
Eloy Lafuente (stronk7) a12207be25 MDL-63276 upgrade: clean < 3.2.0 upgrade steps
3.7 (min PHP 7.1) requires 3.2 (first version supporting PHP 7.1)

This just deletes all the upgrade steps previous to 3.2.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.

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

Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase. (note there isn't any this time).
2019-01-03 01:17:17 +01:00
..
access.php MDL-19125 module restrictions: addinstance capabilities for all mods 2012-03-15 17:13:43 +00:00
events.php MDL-30985 Fixed up event API phpdocs 2012-02-27 14:34:06 +13:00
install.php MDL-31270 mod_assign: introducing the assignment module 2012-05-03 14:44:06 +08:00
install.xml MDL-33952 Assignment - bon voyage! 2014-01-08 14:51:06 +08:00
log.php MDL-30975 Docs Adding correct pacakge information 2012-02-13 11:06:47 +05:30
messages.php MDL-44151 mod_assignment: unified @package use 2014-02-18 11:26:05 +13:00
subplugins.php MDL-16438 separating subplugin detection from the plugin_supports code because it was running into infinite loops in get_string() which is often incorrectly used in lib.php files, but the get_string() itself needs to know about subplugins 2010-04-04 19:58:03 +00:00
upgrade.php MDL-63276 upgrade: clean < 3.2.0 upgrade steps 2019-01-03 01:17:17 +01:00